Most pages are now styled.

Small changes to existing pages.
Changes to base layout style.
This commit is contained in:
Jorit Tijsen
2024-03-15 13:35:43 +01:00
parent a0baa0230f
commit 1a8bbeb084
42 changed files with 1618 additions and 944 deletions

View File

@@ -1,10 +1,10 @@
@use "../abstracts/mixin" as *;
.page_container {
@include container;
background-color: #fff;
width: CALC(100% - 270px);
padding: 32px 135px;
&.grey-background {
background-color: #f9f9f9;
}
}
.page_body {
font-family: Nunito, serif;
@@ -15,4 +15,9 @@
.action_button {
text-decoration: none;
color: #282828;
margin-right: 20px;
.fa {
margin-right: 10px;
}
}