2015-11-05 17:25:02 +03:00
|
|
|
// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
|
2015-11-05 01:54:57 +03:00
|
|
|
|
2015-11-02 23:39:13 +03:00
|
|
|
.panel {
|
|
|
|
border-radius: 2px;
|
|
|
|
border: 0;
|
|
|
|
|
2015-11-25 01:34:17 +03:00
|
|
|
@include variations(unquote(".panel"), unquote(" > .panel-heading"), background-color, $grey-200);
|
2015-11-05 00:57:47 +03:00
|
|
|
@include shadow-z-1;
|
2015-11-02 23:39:13 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
[class*="panel-"] > .panel-heading {
|
2015-11-25 01:34:17 +03:00
|
|
|
color: $mdb-text-color-light;
|
2015-11-02 23:39:13 +03:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
.panel-default, .panel:not([class*="panel-"]) {
|
|
|
|
> .panel-heading {
|
2015-11-25 01:34:17 +03:00
|
|
|
color: $mdb-text-color-primary;
|
2015-11-02 23:39:13 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
.panel-footer {
|
|
|
|
background-color: $grey-200;
|
|
|
|
}
|