webpack-bootstrap-ui-kit/src/scss/elements/grid.list.scss

18 lines
463 B
SCSS
Raw Normal View History

2021-08-09 18:04:09 +02:00
// remove paddings for elemental list cuz inner elements will have paddings
.dnadesign__elementallist__model__elementlist {
2021-08-18 20:38:12 +02:00
margin: 0;
padding-bottom: 0;
2021-08-09 18:04:09 +02:00
2021-08-18 20:38:12 +02:00
.element__content {
--bs-gutter-x: 2rem;
--bs-gutter-y: 0.5rem;
}
2021-08-09 18:04:09 +02:00
2021-08-18 20:38:12 +02:00
/*.element {
2021-08-09 18:04:09 +02:00
padding-top: $element-reduced-spacer-y;
padding-bottom: $element-reduced-spacer-y;
margin-top: $element-reduced-d-spacer-y;
margin-bottom: $element-reduced-d-spacer-y;
}*/
}