mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 22:27:09 +03:00
30 lines
423 B
SCSS
30 lines
423 B
SCSS
|
//
|
||
|
// Code snippets
|
||
|
//
|
||
|
|
||
|
.highlight {
|
||
|
background-color: $code-bg;
|
||
|
}
|
||
|
|
||
|
// 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;
|
||
|
}
|
||
|
}
|
||
|
}
|