mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 13:17:03 +03:00
22 lines
371 B
SCSS
22 lines
371 B
SCSS
|
.panel {
|
||
|
border-radius: 2px;
|
||
|
border: 0;
|
||
|
|
||
|
@include variations(unquote(" > .panel-heading"), background-color, $grey-200);
|
||
|
.shadow-z-1;
|
||
|
}
|
||
|
|
||
|
|
||
|
[class*="panel-"] > .panel-heading {
|
||
|
color: $darkbg-text;
|
||
|
border: 0;
|
||
|
}
|
||
|
.panel-default, .panel:not([class*="panel-"]) {
|
||
|
> .panel-heading {
|
||
|
color: $lightbg-text;
|
||
|
}
|
||
|
}
|
||
|
.panel-footer {
|
||
|
background-color: $grey-200;
|
||
|
}
|