2014-11-12 18:46:52 +03:00
|
|
|
.panel {
|
2014-12-18 12:54:36 +03:00
|
|
|
border-radius: 2px;
|
|
|
|
border: 0;
|
2014-11-12 18:46:52 +03:00
|
|
|
|
2015-11-24 02:43:41 +03:00
|
|
|
.variations(~".panel", ~" > .panel-heading", background-color, @grey-200);
|
2014-12-18 12:54:36 +03:00
|
|
|
.shadow-z-1;
|
2014-11-12 18:46:52 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[class*="panel-"] > .panel-heading {
|
2015-11-24 02:43:41 +03:00
|
|
|
color: @mdb-text-color-light;
|
2014-12-18 12:54:36 +03:00
|
|
|
border: 0;
|
2014-11-12 18:46:52 +03:00
|
|
|
}
|
|
|
|
.panel-default, .panel:not([class*="panel-"]) {
|
2014-12-18 12:54:36 +03:00
|
|
|
> .panel-heading {
|
2015-11-24 02:43:41 +03:00
|
|
|
color: @mdb-text-color-primary;
|
2014-12-18 12:54:36 +03:00
|
|
|
}
|
2014-11-12 18:46:52 +03:00
|
|
|
}
|
|
|
|
.panel-footer {
|
2015-03-17 20:27:20 +03:00
|
|
|
background-color: @grey-200;
|
2014-11-12 18:46:52 +03:00
|
|
|
}
|