fix: bill edit form.

This commit is contained in:
a.bouhuolia
2021-08-04 18:29:35 +02:00
parent 6e92fd67de
commit 1672a9dc0f
6 changed files with 22 additions and 8 deletions

View File

@@ -219,6 +219,7 @@ $dashboard-views-bar-height: 44px;
.bp3-control.bp3-switch{
margin-bottom: 0;
margin-left: 8px;
color: #3d3b53;
.bp3-control-indicator{
height: 16px;
@@ -508,6 +509,10 @@ $dashboard-views-bar-height: 44px;
.bp3-navbar-group{
height: $dashboard-views-bar-height;
}
.bp3-tab[aria-selected="true"]{
box-shadow: inset 0 -2px 0 #0052cc;
}
}
.navbar-omnibar {