Commit c1754b33 authored by seotts's avatar seotts Committed by Karishma Chadha

switch to color variables in css

parent d3e3171e
...@@ -367,7 +367,7 @@ p { ...@@ -367,7 +367,7 @@ p {
align-items: center; align-items: center;
} }
background-color: #0EBD8C; background-color: $ui-aqua;
color: $ui-white; color: $ui-white;
h2, h3, h4, p { h2, h3, h4, p {
...@@ -493,7 +493,7 @@ p { ...@@ -493,7 +493,7 @@ p {
padding: 80px 0; padding: 80px 0;
} }
background-color: #575E75; background-color: $header-gray;
width: 100%; width: 100%;
color: $ui-white; color: $ui-white;
...@@ -513,7 +513,7 @@ p { ...@@ -513,7 +513,7 @@ p {
hr { hr {
border: 0; border: 0;
height: 0; height: 0;
border-top: .5px solid #FFFFFF; border-top: .5px solid $type-white;
opacity: .25; opacity: .25;
} }
...@@ -675,7 +675,7 @@ p { ...@@ -675,7 +675,7 @@ p {
} }
.supporters-section { .supporters-section {
background-color: #EDEDFF; background-color: $ui-blue-10percent;
padding: 104px 0; padding: 104px 0;
.inner { .inner {
...@@ -880,7 +880,7 @@ p { ...@@ -880,7 +880,7 @@ p {
} }
.leadership-section { .leadership-section {
background-color: #EDEDFF; background-color: $ui-blue-10percent;
.inner { .inner {
padding-bottom: 76px; padding-bottom: 76px;
...@@ -915,7 +915,7 @@ p { ...@@ -915,7 +915,7 @@ p {
.avatar-item { .avatar-item {
img { img {
background-color: #EDEDFF; background-color: $ui-blue-10percent;
} }
} }
} }
...@@ -937,7 +937,7 @@ p { ...@@ -937,7 +937,7 @@ p {
} }
.donate-section { .donate-section {
background-color: #0EBD8C; background-color: $ui-aqua;
.donate-info { .donate-info {
justify-content: center; justify-content: center;
...@@ -1013,7 +1013,7 @@ p { ...@@ -1013,7 +1013,7 @@ p {
top: 50px; top: 50px;
z-index: 9; z-index: 9;
box-shadow: 0 0 3px $box-shadow-gray; box-shadow: 0 0 3px $box-shadow-gray;
background-color: #4280D7; background-color: $ui-blue-dark;
padding: 0; padding: 0;
width: 100%; width: 100%;
height: 58px; height: 58px;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment