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

@@ -9,7 +9,19 @@
text-transform: uppercase;
height: 30px;
}
&.extra_small span {
font-size: 12px;
}
&.small span {
font-size: 14px;
}
&.medium span {
font-size: 18px;
}
border-bottom: 1px solid #efefef;
padding-right: 20px;
}
.box {
display: inline-block;
@@ -42,7 +54,7 @@
padding-bottom: 3px;
}
&.extra-small span {
&.extra_small span {
font-size: 12px;
}
@@ -65,6 +77,7 @@
}
.tab_content {
display: none;
padding: 20px 23px 20px 20px;
&.active {
display: block;
}