mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-17 22:30:30 +00:00
9 lines
215 B
SCSS
9 lines
215 B
SCSS
![]() |
.page-section-container {
|
||
|
background-color: set-color(white, base);
|
||
|
}
|
||
|
|
||
|
/// Styles that apply to the layout for a page with two columns sidebar and content style
|
||
|
.wh-sidebar, .wh-main-content {
|
||
|
margin: 30px 0;
|
||
|
}
|