19 lines
319 B
SCSS
Vendored
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;
|
|
}
|