Attribute changed material-kit
[bootswatch] / material-kit / sass / material-kit / _panels.scss
1 // This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
2
3 .panel {
4   border-radius: 2px;
5   border: 0;
6
7   @include variations(unquote(".panel"), unquote(" > .panel-heading"), background-color, $grey-200);
8   @include shadow-z-1;
9 }
10
11
12 [class*="panel-"] > .panel-heading {
13   color: $mdb-text-color-light;
14   border: 0;
15 }
16 .panel-default, .panel:not([class*="panel-"]) {
17   > .panel-heading {
18     color: $mdb-text-color-primary;
19   }
20 }
21 .panel-footer {
22   background-color: $grey-200;
23 }