design
This commit is contained in:
parent
e2f2b59df3
commit
163ca1134d
|
@ -138,6 +138,7 @@
|
|||
z-index: 99;
|
||||
top: 50px !important;
|
||||
height: 100%;
|
||||
background-color: #ececec !important;
|
||||
//background-color: $layoutMenuBgColor;
|
||||
//@include shadow(3px 0 6px rgba(0,0,0,0.3));
|
||||
//@include transition(margin-left $transitionDuration);
|
||||
|
@ -399,7 +400,7 @@
|
|||
}
|
||||
|
||||
.layout-breadcrumb {
|
||||
background-color: #ffffff;
|
||||
background-color: #ececec;
|
||||
//@include shadow(inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14));
|
||||
min-height: 30px !important;
|
||||
// @include clearfix();
|
||||
|
@ -501,7 +502,7 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
//background-color: $hoverBgColor;
|
||||
background-color: #cdcdcd !important;
|
||||
}
|
||||
|
||||
span {
|
||||
|
@ -510,10 +511,10 @@
|
|||
}
|
||||
|
||||
&.active-menuitem-routerlink {
|
||||
//color: $lightMenuRouterLinkActiveColor;
|
||||
background-color: #cdcdcd !important;
|
||||
|
||||
> i {
|
||||
//color: $lightMenuRouterLinkActiveColor;
|
||||
background-color: #cdcdcd !important;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
@ -529,7 +530,7 @@
|
|||
&.active-menuitem {
|
||||
> a {
|
||||
//color: $primaryColor;
|
||||
//background-color: $layoutMenuItemActiveColor;
|
||||
background-color: #cdcdcd !important;
|
||||
|
||||
i {
|
||||
//color: $primaryColor;
|
||||
|
|
Loading…
Reference in New Issue
Block a user