MAW-894: CSS updates

This commit is contained in:
Tony Volpe
2024-07-23 16:17:11 +00:00
parent 384cddb5a3
commit 316f4ab4e1
4 changed files with 12 additions and 12 deletions

View File

@@ -11318,7 +11318,7 @@ button[type=submit].single_add_to_cart_button,
}
.bg-color-pink {
background-color: rgba(255, 202, 210, 0.15);
background-color: #f4f5fa;
}
.bg-color-pink p {
color: #505050;
@@ -11379,7 +11379,7 @@ button[type=submit].single_add_to_cart_button,
position: absolute;
width: 100%;
height: 50%;
background-color: rgba(255, 202, 210, 0.15);
background-color: #f4f5fa;
left: 0;
right: 0;
top: 0;
@@ -11394,7 +11394,7 @@ button[type=submit].single_add_to_cart_button,
position: absolute;
width: 100%;
height: 50%;
background-color: rgba(255, 202, 210, 0.15);
background-color: #f4f5fa;
z-index: -1;
left: 0;
right: 0;
@@ -11691,10 +11691,10 @@ button[type=submit].single_add_to_cart_button,
color: #505050;
}
.header-color-pink {
background-color: rgba(255, 202, 210, 0.15);
.header-color-gray {
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;
}