feat: fix accounts issue.

This commit is contained in:
Ahmed Bouhuolia
2020-06-25 13:43:47 +02:00
parent 6074134a53
commit 111aa83908
46 changed files with 797 additions and 345 deletions

View File

@@ -60,7 +60,7 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
.#{$ns}-menu-item {
color: $sidebar-menu-item-color;
border-radius: 0;
padding: 9px 16px;
padding: 8px 16px;
font-size: 15px;
font-weight: 400;
@@ -86,10 +86,10 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
}
&-label{
display: block;
color: rgba(255, 255, 255, 0.45);
color: rgba(255, 255, 255, 0.5);
font-size: 12px;
padding: 4px 16px;
margin-top: 6px;
padding: 6px 16px;
margin-top: 4px;
}
}
@@ -127,7 +127,7 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
color: $sidebar-menu-item-color;
}
.#{$ns}-menu-divider {
border-top-color: rgba(255, 255, 255, 0.1);
border-top-color: rgba(255, 255, 255, 0.15);
color: #6b708c;
margin: 4px 0;
}
@@ -135,7 +135,6 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
margin: 4px 0;
height: 1px;
}
}
&--mini-sidebar{

View File

@@ -23,12 +23,13 @@
&:not(:last-of-type) {
padding-right: 8px;
}
.bp3-html-select select,
.bp3-select select{
padding: 0 20px 0 6px;
padding: 0 15px 0 4px;
&:after{
margin-right: 10px;
margin-right: 8px;
}
}
.bp3-input{
@@ -45,7 +46,7 @@
.bp3-html-select::after,
.form-group--select-list .bp3-button::after{
border-top-color: #aaa;
margin-right: 10px;
margin-right: 8px;
}
}
@@ -55,19 +56,24 @@
}
.form-group{
&--condition{
width: 70px;
min-width: 70px;
width: 65px;
min-width: 65px;
}
&--field{
width: 45%;
width: 40%;
}
&--compatator{
min-width: 120px;
width: 120px;
max-width: 120px;
&--comparator{
min-width: 100px;
width: 100px;
max-width: 100px;
}
&--value{
width: 55%;
width: 50%;
.bp3-control{
display: inline-block;
margin-left: 1.8rem;
}
}
}
}
@@ -101,7 +107,7 @@
}
.bp3-input-group{
padding: 8px;
margin: 8px 8px 0;
padding-bottom: 4px;
.bp3-input:not(:first-child){