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