diff options
Diffstat (limited to 'templates/assets/sass/material-kit/_panels.scss')
| -rwxr-xr-x | templates/assets/sass/material-kit/_panels.scss | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/templates/assets/sass/material-kit/_panels.scss b/templates/assets/sass/material-kit/_panels.scss deleted file mode 100755 index d918110..0000000 --- a/templates/assets/sass/material-kit/_panels.scss +++ /dev/null @@ -1,23 +0,0 @@ -// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten. - -.panel { - border-radius: 2px; - border: 0; - - @include variations(unquote(".panel"), unquote(" > .panel-heading"), background-color, $grey-200); - @include shadow-z-1; -} - - -[class*="panel-"] > .panel-heading { - color: $mdb-text-color-light; - border: 0; -} -.panel-default, .panel:not([class*="panel-"]) { - > .panel-heading { - color: $mdb-text-color-primary; - } -} -.panel-footer { - background-color: $grey-200; -} |
