MAW-894: CSS updates

This commit is contained in:
Tony Volpe
2024-07-23 15:51:16 +00:00
parent a903eec02d
commit 384cddb5a3
9 changed files with 70 additions and 70 deletions

View File

@@ -1,6 +1,6 @@
/* Colors */
$consumer-primary: #660037;
$consumer-primary: #000066;
$secondary: #F5AD23;
$white: #FFFFFF;
$black: #000000;
@@ -12,7 +12,7 @@ $gray-placeholder: rgba(123, 123, 123, 0.52);
$consumer-highlight: rgba(255, 202, 211, 0.15);
$business-primary: #00447C;
$light-blue: #EAEFF3;
$orange: #E86826;
$orange: #CC0033;
.consumer-primary {
color: $consumer-primary;
}

View File

@@ -12,7 +12,7 @@
.consumer-brand {
.faq-dropdown-slice-container {
.accordion-button {
background-color: #660037 !important;
background-color: #000066 !important;
}
}
}

View File

@@ -133,7 +133,7 @@
font-size: 0.75rem;
font-weight: 900;
background: #fff;
color: #E86826;
color: #CC0033;
padding: 4px 8px;
position: relative;
top: 20px;

View File

@@ -1,6 +1,6 @@
// type elements
body {
font-family: 'Nunito Sans', sans-serif;
font-family: 'Inter', sans-serif;
}
h1 {

View File

@@ -133,7 +133,7 @@
.get-started {
border: none;
padding: 0;
background-color: #E86826 !important;
background-color: #CC0033 !important;
color: #FFFFFF !important;
font-size: 25px;
font-weight: 600;