remove useless styles

This commit is contained in:
songwanli2025@163.com 2019-12-27 14:27:52 +08:00
parent d42b12e430
commit a40a490ea3

View File

@ -2,8 +2,6 @@
@include themes-mixin() {
@include b(new-nimbus-service-layout) {
// color: $service-layout-color;
// height: 100%;
color: $service-layout-color;
background-color: $service-layout-body-background-color;
@include e(header) {
@ -26,9 +24,5 @@
top: 64px;
}
}
// @include e(content) {
// background-color: red;
// }
}
}