add mid blue colour and add gradient footer
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
femmefaytale 2022-03-18 15:41:25 +00:00
parent 86514afe9c
commit cf677b5d99
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ $footer-padding: 3rem 1.5rem 6rem !default
.footer
background-color: $footer-background-color
background: linear-gradient(to top, $footer-background-color, $footer-background-color 50%, $footer-background-color-mid 50%)
padding: $footer-padding
@if $footer-color
color: $footer-color

View File

@ -3,12 +3,14 @@
// Branding
$autonomic-red: #EE4A33;
$coopcloud-blue: #202674;
$coopcloud-blue-mid: #485FC7;
$coopcloud-pink: #ff4f88;
$white: white;
$text-color: #1C1C1C;
$bg-color: #EFEFEF;
$footer-background-color: $coopcloud-blue;
$footer-background-color-mid: $coopcloud-blue-mid;
$footer-color: true;
$footer-padding: 3rem 1.5rem 3rem;