This commit is contained in:
edi 2024-03-27 09:22:08 +01:00
parent c937df4e4c
commit 2da05e83b1
Signed by: edi
SSH key fingerprint: SHA256:KFkwZzDracWAjmHqmcEMriW2i/8qe9LcXBGY2UFyQe4
8 changed files with 13 additions and 6 deletions

View file

@ -12,4 +12,5 @@
color: $danger; color: $danger;
} }
} }
background: red;
} }

View file

@ -7,10 +7,10 @@
$font-family-base: "Inter", sans-serif; $font-family-base: "Inter", sans-serif;
$primary: #7C76BB; $primary: #aa69b5;
$secondary: #27A3FF29; $secondary: #5d2169;
$danger: #FF87B0; $danger: #FF87ff;
$light: #FFFFFF; $light: #faefdd;
// scss-docs-start import-stack // scss-docs-start import-stack
// Configuration // Configuration

View file

@ -14,6 +14,6 @@
} }
], ],
"theme_color": "#ffffff", "theme_color": "#ffffff",
"background_color": "#ffffff", "background_color": "#faefdd",
"display": "standalone" "display": "standalone"
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 135 KiB

View file

@ -1,3 +1,4 @@
{{ if .enabled }}
<section class="section brands py-5"> <section class="section brands py-5">
<div class="container"> <div class="container">
<div class="row"> <div class="row">
@ -16,3 +17,4 @@
</div> </div>
</div> </div>
</section> </section>
{{ end }}

View file

@ -1,3 +1,4 @@
{{ if .enabled }}
<section class="section cta py-5"> <section class="section cta py-5">
<div class="container"> <div class="container">
<div class="row justify-content-center"> <div class="row justify-content-center">
@ -21,3 +22,4 @@
</div> </div>
</div> </div>
</section> </section>
{{ end }}

View file

@ -1,3 +1,4 @@
{{ if .enabled }}
<section class="section hero py-5"> <section class="section hero py-5">
<div class="container"> <div class="container">
<div class="row flex-column flex-xl-row-reverse"> <div class="row flex-column flex-xl-row-reverse">
@ -23,3 +24,4 @@
</div> </div>
</div> </div>
</section> </section>
{{ end }}