mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 12:17:59 +03:00
24 lines
476 B
SCSS
24 lines
476 B
SCSS
// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
|
|
|
|
.panel {
|
|
border-radius: 2px;
|
|
border: 0;
|
|
|
|
@include variations(unquote(" > .panel-heading"), background-color, $grey-200);
|
|
@include 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;
|
|
}
|