feat: Sidebar overlay.

This commit is contained in:
a.bouhuolia
2021-08-02 09:36:45 +02:00
parent 3eae731e42
commit 79e38d2374
26 changed files with 170 additions and 51 deletions

View File

@@ -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;

View File

@@ -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;
}
}
}
}

View File

@@ -15,7 +15,6 @@
}
}
.tr.inactive .td {
color: #646b82;
&.normal .bp3-icon {
color: #9eaab6;