- Re-shape dashboard icons in 16 and 24 grid.

This commit is contained in:
Ahmed Bouhuolia
2020-06-01 18:22:29 +02:00
parent 2a466ce2da
commit b0d53e4fad
25 changed files with 311 additions and 252 deletions

View File

@@ -134,6 +134,10 @@
&:focus{
background-color: #CFDCEE;
}
.bp3-icon-more-h-16{
margin-top: 2px;
}
}
.tr.no-results{
.td{

View File

@@ -23,7 +23,7 @@
}
}
.code{
color: #666;
color: #333;
}
.normal{
.bp3-popover-wrapper{

View File

@@ -104,6 +104,8 @@
.#{$ns}-navbar{
box-shadow: none;
padding-left: 12px;
padding-right: 12px;
&,
&-group{
@@ -163,7 +165,7 @@
h1{
font-size: 26px;
font-weight: 200;
font-weight: 300;
color: #4d4c4c;
margin: 0;
}

View File

@@ -62,9 +62,9 @@
&__title{
margin: 0;
font-weight: 200;
font-weight: 300;
font-size: 22px;
color: #222;
color: #333;
text-align: center;
}
&__sheet-type{

View File

@@ -1,8 +1,7 @@
$sidebar-background: #01194e;
$sidebar-text-color: #fff;
$sidebar-width: 220px;
$sidebar-menu-item-color: #b8c0d5;
$sidebar-menu-item-color: #cbd1dd;
$sidebar-popover-submenu-bg: rgb(1, 20, 62);
.sidebar {
@@ -41,7 +40,7 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
margin-top: 4px;
svg{
opacity: 0.4;
opacity: 0.45;
}
}
}
@@ -67,7 +66,7 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
&:hover,
&.bp3-active {
background: #012470;
color: #c1c9dd;
color: $sidebar-menu-item-color;
}
&:focus,
&:active {
@@ -76,7 +75,7 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
> .#{$ns}-icon {
color: #767b9b;
margin-right: 14px;
margin-right: 16px;
margin-top: 0;
}
> .#{$ns}-icon-caret-right {
@@ -120,10 +119,15 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
color: $sidebar-menu-item-color;
}
.#{$ns}-menu-divider {
border-top-color: #1d366a;
border-top-color: #152a55;
color: #6b708c;
margin: 4px 0;
}
.#{$ns}-menu-spacer{
margin: 4px 0;
height: 1px;
}
}
&--mini-sidebar{