MAW-894: CSS updates
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
.consumer-brand {
|
||||
.faq-dropdown-slice-container {
|
||||
.accordion-button {
|
||||
background-color: #660037 !important;
|
||||
background-color: #000066 !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
font-size: 0.75rem;
|
||||
font-weight: 900;
|
||||
background: #fff;
|
||||
color: #E86826;
|
||||
color: #CC0033;
|
||||
padding: 4px 8px;
|
||||
position: relative;
|
||||
top: 20px;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// type elements
|
||||
body {
|
||||
font-family: 'Nunito Sans', sans-serif;
|
||||
font-family: 'Inter', sans-serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user