meetup + faq + pages forms

This commit is contained in:
Valentin
2024-03-29 21:29:59 +01:00
parent 9e171e69a6
commit 746c347042
36 changed files with 3819 additions and 1227 deletions

View File

@@ -5,4 +5,8 @@ $dark_green: #314e41;
@mixin beige_gradient() {
background: linear-gradient(to bottom, $beige 80%, white 100%);
}
@mixin white_beige_gradient() {
background: linear-gradient(to bottom, white 0%, $beige 10%, $beige 80%, white 100%);
}