mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 12:17:59 +03:00
22 lines
355 B
Plaintext
22 lines
355 B
Plaintext
.panel {
|
|
border-radius: 2px;
|
|
border: 0;
|
|
|
|
.variations(~" > .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;
|
|
}
|