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-03-17 20:27:20 +03:00
|
|
|
.variations(~" > .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 {
|
2014-12-18 12:54:36 +03:00
|
|
|
color: @darkbg-text;
|
|
|
|
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 {
|
|
|
|
color: @lightbg-text;
|
|
|
|
}
|
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
|
|
|
}
|