MAW-894: CSS updates
This commit is contained in:
12
wp/wp-content/themes/medicalalert/dist/app.css
vendored
12
wp/wp-content/themes/medicalalert/dist/app.css
vendored
@@ -11318,7 +11318,7 @@ button[type=submit].single_add_to_cart_button,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-color-pink {
|
.bg-color-pink {
|
||||||
background-color: rgba(255, 202, 210, 0.15);
|
background-color: #f4f5fa;
|
||||||
}
|
}
|
||||||
.bg-color-pink p {
|
.bg-color-pink p {
|
||||||
color: #505050;
|
color: #505050;
|
||||||
@@ -11379,7 +11379,7 @@ button[type=submit].single_add_to_cart_button,
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
background-color: rgba(255, 202, 210, 0.15);
|
background-color: #f4f5fa;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -11394,7 +11394,7 @@ button[type=submit].single_add_to_cart_button,
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
background-color: rgba(255, 202, 210, 0.15);
|
background-color: #f4f5fa;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
@@ -11691,10 +11691,10 @@ button[type=submit].single_add_to_cart_button,
|
|||||||
color: #505050;
|
color: #505050;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-color-pink {
|
.header-color-gray {
|
||||||
background-color: rgba(255, 202, 210, 0.15);
|
background-color: #f4f5fa;
|
||||||
}
|
}
|
||||||
.header-color-pink h4, .header-color-pink .headline-small, .header-color-pink .h4 {
|
.header-color-gray h4, .header-color-gray .headline-small, .header-color-gray .h4 {
|
||||||
color: #505050;
|
color: #505050;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ $secondary: #F5AD23;
|
|||||||
$white: #FFFFFF;
|
$white: #FFFFFF;
|
||||||
$black: #000000;
|
$black: #000000;
|
||||||
$blue: #036396;
|
$blue: #036396;
|
||||||
$light-pink: rgba(255, 202, 210, .15);
|
$gray: #f4f5fa;
|
||||||
$light-gray: #505050;
|
$light-gray: #505050;
|
||||||
$gray-border: rgba(123, 123, 123, 0.4);
|
$gray-border: rgba(123, 123, 123, 0.4);
|
||||||
$gray-placeholder: rgba(123, 123, 123, 0.52);
|
$gray-placeholder: rgba(123, 123, 123, 0.52);
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-color-pink {
|
.header-color-gray {
|
||||||
background-color: $light-pink;
|
background-color: $gray;
|
||||||
h4 {
|
h4 {
|
||||||
color: $light-gray;
|
color: $light-gray;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -135,7 +135,7 @@ button[type="submit"].single_add_to_cart_button,
|
|||||||
}
|
}
|
||||||
|
|
||||||
.bg-color-pink {
|
.bg-color-pink {
|
||||||
background-color: $light-pink;
|
background-color: $gray;
|
||||||
p {
|
p {
|
||||||
color: $light-gray;
|
color: $light-gray;
|
||||||
}
|
}
|
||||||
@@ -196,7 +196,7 @@ button[type="submit"].single_add_to_cart_button,
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
background-color: $light-pink;
|
background-color: $gray;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -211,7 +211,7 @@ button[type="submit"].single_add_to_cart_button,
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
background-color: $light-pink;
|
background-color: $gray;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user