Sha256: f57db019f2395c6fc6006914021694c724f06185af33c42ed7e08d4f2b5d9dea

Contents?: true

Size: 417 Bytes

Versions: 2

Compression:

Stored size: 417 Bytes

Contents

.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;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails-bootstrap-material-design-0.5.10.1 app/assets/stylesheets/bootstrap-material-design/_panels.scss
rails-bootstrap-material-design-0.5.10 app/assets/stylesheets/bootstrap-material-design/_panels.scss