mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
wip
This commit is contained in:
@@ -2,11 +2,12 @@
|
||||
|
||||
.root {
|
||||
--x-color-background: var(--color-white);
|
||||
--x-color-background: transparent;
|
||||
|
||||
--x-color-border: var(--color-dark-gray1);
|
||||
--x-color-border: rgba(255, 255, 255, 0.2);
|
||||
|
||||
|
||||
:global(.bp4-dark) {
|
||||
--x-color-background: transparent;
|
||||
--x-color-border: var(--color-dark-gray1);
|
||||
}
|
||||
&:global(.bp4-navbar){
|
||||
background-color: var(--x-color-background);
|
||||
box-shadow: 0 1px 0 var(--x-color-border);
|
||||
|
||||
@@ -65,8 +65,10 @@ function SubTitle({ children }) {
|
||||
|
||||
const SubTitleHead = styled.div`
|
||||
--x-color-text: #666;
|
||||
--x-color-text: rgba(255, 255, 255, 0.6);
|
||||
|
||||
.bp4-dark & {
|
||||
--x-color-text: rgba(255, 255, 255, 0.6);
|
||||
}
|
||||
color: var(--x-color-text);
|
||||
font-size: 12px;
|
||||
font-weight: 400;
|
||||
|
||||
Reference in New Issue
Block a user