mdb-ui-kit/docs/assets/scss/mdb/_component-examples.scss

30 lines
423 B
SCSS
Raw Normal View History

2015-12-06 19:12:56 +03:00
//
// Code snippets
//
.highlight {
2015-12-06 19:17:01 +03:00
background-color: $code-bg;
2015-12-06 19:12:56 +03:00
}
2015-12-22 00:13:19 +03:00
// Helpers
.bd-example > {
//.center-block:not(img) {
// max-width: 200px;
// padding: .5rem;
// background-color: #eee;
//}
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger,
.bg-inverse {
&:not(.navbar) {
padding: 0; //.5rem;
//margin-top: 0; //.5rem;
//margin-bottom: 0; //.5rem;
}
}
}