mdb-ui-kit/docs/assets/scss/bmd/_drawer.scss

11 lines
218 B
SCSS
Raw Normal View History

.bd-example[data-example-id*="drawer-"] {
2016-03-02 01:43:08 +03:00
min-height: 235px;
padding-top: 0;
padding-right: 0;
padding-left: 0;
}
.bd-example[data-example-id*="drawer-1"] {
min-height: 350px; // make first example bigger
}