mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: Sidebar overlay.
This commit is contained in:
@@ -16,13 +16,6 @@
|
||||
padding-bottom: 0.3rem;
|
||||
}
|
||||
|
||||
.tr.inactive .td {
|
||||
color: #646b82;
|
||||
|
||||
&.normal .#{$ns}-icon {
|
||||
color: #9eaab6;
|
||||
}
|
||||
}
|
||||
.account_name {
|
||||
.bp3-popover-wrapper--inactive-semafro {
|
||||
margin-left: 8px;
|
||||
|
||||
@@ -217,6 +217,26 @@ $dashboard-views-bar-height: 45px;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.bp3-control.bp3-switch{
|
||||
margin-bottom: 0;
|
||||
margin-left: 8px;
|
||||
|
||||
.bp3-control-indicator{
|
||||
height: 16px;
|
||||
min-width: 1.8em;
|
||||
}
|
||||
|
||||
.bp3-control-indicator::before{
|
||||
box-shadow: 0 0 0;
|
||||
}
|
||||
input ~ .bp3-control-indicator{
|
||||
background: rgba(167, 182, 194, 0.55);
|
||||
}
|
||||
input:checked ~ .bp3-control-indicator{
|
||||
background: #0069ff;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
}
|
||||
}
|
||||
.tr.inactive .td {
|
||||
color: #646b82;
|
||||
|
||||
&.normal .bp3-icon {
|
||||
color: #9eaab6;
|
||||
|
||||
Reference in New Issue
Block a user