Files
nhgooi.nl/resources/assets/sass/components/_page.scss
2024-03-13 17:44:35 +01:00

19 lines
319 B
SCSS
Vendored

.page_container {
background-color: #fff;
width: CALC(100% - 270px);
padding: 32px 135px;
&.grey-background {
background-color: #f9f9f9;
}
}
.page_body {
font-family: Nunito, serif;
font-size: 15px;
line-height: 1.6;
color: #282828;
}
.action_button {
text-decoration: none;
color: #282828;
}