mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-16 02:35:54 -07:00
Visual edits. Add Massachusetts logo to homepage and change background color
This commit is contained in:
parent
a0590c7748
commit
e0c13466ab
9 changed files with 40 additions and 22 deletions
BIN
app/assets/images/logo.webp
Normal file
BIN
app/assets/images/logo.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
|
|
@ -6,7 +6,9 @@ $light-blue: #FAFCFD;
|
|||
$white: #FFFFFF;
|
||||
|
||||
$blue: #01788E;
|
||||
$dark-blue: #004D61;
|
||||
$dark-blue: #1d2742;
|
||||
|
||||
// #1d2742;
|
||||
|
||||
$red: #C93047;
|
||||
$dark-red: #920020;
|
||||
|
|
@ -41,6 +43,9 @@ $ideal: $purple;
|
|||
color: $blue;
|
||||
}
|
||||
|
||||
.color-dark-blue {
|
||||
color: $dark-blue;
|
||||
}
|
||||
.color-lime {
|
||||
color: $lime;
|
||||
}
|
||||
|
|
@ -61,6 +66,10 @@ $ideal: $purple;
|
|||
background-color: $blue;
|
||||
}
|
||||
|
||||
.bg-dark-blue {
|
||||
background-color: $dark-blue;
|
||||
}
|
||||
|
||||
.bg-color-purple {
|
||||
background-color: $purple;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue