silverstripe-webpack/app/client/src/scss/layout/base.scss

18 lines
225 B
SCSS
Raw Normal View History

2021-06-19 22:22:44 +02:00
/**
* Your custom style
*/
body {
}
/*#MainContent {
padding-top: 2 * $element-reduced-spacer-y;
padding-bottom: 2 * $element-reduced-spacer-y;
}*/
2022-06-24 00:08:30 +02:00
#PageBreadcumbs {
padding-bottom: 0;
margin-bottom: -2rem;
}