bastelei
This commit is contained in:
parent
c937df4e4c
commit
2da05e83b1
8 changed files with 13 additions and 6 deletions
|
|
@ -12,4 +12,5 @@
|
|||
color: $danger;
|
||||
}
|
||||
}
|
||||
}
|
||||
background: red;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,10 +7,10 @@
|
|||
|
||||
$font-family-base: "Inter", sans-serif;
|
||||
|
||||
$primary: #7C76BB;
|
||||
$secondary: #27A3FF29;
|
||||
$danger: #FF87B0;
|
||||
$light: #FFFFFF;
|
||||
$primary: #aa69b5;
|
||||
$secondary: #5d2169;
|
||||
$danger: #FF87ff;
|
||||
$light: #faefdd;
|
||||
|
||||
// scss-docs-start import-stack
|
||||
// Configuration
|
||||
|
|
|
|||
|
|
@ -14,6 +14,6 @@
|
|||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"background_color": "#faefdd",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 135 KiB |
BIN
images/tn.png
BIN
images/tn.png
Binary file not shown.
|
Before Width: | Height: | Size: 135 KiB |
|
|
@ -1,3 +1,4 @@
|
|||
{{ if .enabled }}
|
||||
<section class="section brands py-5">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
|
@ -16,3 +17,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{{ if .enabled }}
|
||||
<section class="section cta py-5">
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
|
|
@ -21,3 +22,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{{ if .enabled }}
|
||||
<section class="section hero py-5">
|
||||
<div class="container">
|
||||
<div class="row flex-column flex-xl-row-reverse">
|
||||
|
|
@ -23,3 +24,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue