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;
|
color: $danger;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
background: red;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 |
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">
|
<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 }}
|
||||||
|
|
|
||||||
|
|
@ -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 }}
|
||||||
|
|
|
||||||
|
|
@ -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 }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue