meeting edits
This commit is contained in:
@@ -1,59 +1,57 @@
|
||||
.faq-dropdown-slice-container {
|
||||
&.bg-color-light-blue {
|
||||
|
||||
.accordion-body,
|
||||
.accordion-button {
|
||||
background-color: $light-blue !important;
|
||||
}
|
||||
}
|
||||
|
||||
&.bg-color-white {
|
||||
|
||||
.accordion-body,
|
||||
.accordion-button {
|
||||
background-color: white !important;
|
||||
}
|
||||
}
|
||||
|
||||
.accordion-button {
|
||||
color: $ma-navy !important;
|
||||
font-size: 26px;
|
||||
font-size: 20px;
|
||||
font-weight: 700;
|
||||
padding: 1.3rem 0;
|
||||
line-height: normal;
|
||||
// &::after {
|
||||
// filter: invert(1) grayscale(1);
|
||||
// }
|
||||
}
|
||||
|
||||
&::after {
|
||||
filter: invert(1) grayscale(1);
|
||||
}
|
||||
.accordion-body {
|
||||
padding: 0 0 .8rem;
|
||||
}
|
||||
|
||||
.accordion-item {
|
||||
border-right: 0 !important;
|
||||
border-left: 0 !important;
|
||||
border-bottom: 0 !important;
|
||||
border-top: 1px solid #3399FF !important;
|
||||
}
|
||||
|
||||
.accordion-button:focus,
|
||||
.accordion-button:not(.collapsed) {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.accordion-body p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.accordion-item:last-child {
|
||||
border-bottom: 1px solid #3399FF !important;
|
||||
}
|
||||
|
||||
.accordion-button::after {
|
||||
// background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='#3399FF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
|
||||
background-image: url("/wp-content/uploads/2024/12/caret-down.svg");
|
||||
}
|
||||
}
|
||||
|
||||
.consumer-brand {
|
||||
.faq-dropdown-slice-container {
|
||||
.accordion-button {
|
||||
padding: .5rem 1.25rem;
|
||||
font-size: 20px;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.accordion-button,
|
||||
.accordion-body {
|
||||
padding: .8rem 0;
|
||||
background-color: $light-blue !important;
|
||||
}
|
||||
|
||||
.accordion-item {
|
||||
border-right: 0 !important;
|
||||
border-left: 0 !important;
|
||||
border-top: 1px solid #3399FF !important;
|
||||
border-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.accordion-button:focus,
|
||||
.accordion-button:not(.collapsed) {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.accordion-body p {
|
||||
margin-bottom: .2rem;
|
||||
}
|
||||
|
||||
.accordion-item:last-child {
|
||||
border-bottom: 1px solid #3399FF !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.business-brand {
|
||||
.faq-dropdown-slice-container {
|
||||
.accordion-button {
|
||||
background-color: $business-primary !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -130,7 +130,7 @@ input[type="submit"].gform_button,
|
||||
button[type="submit"].single_add_to_cart_button,
|
||||
#searchBtn {
|
||||
border: none;
|
||||
padding: 14px 28px;
|
||||
padding: 14px;
|
||||
background-color: $orange !important;
|
||||
color: $white !important;
|
||||
font-size: 20px;
|
||||
|
||||
@@ -18,8 +18,6 @@
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: fit-content;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
.img-container {
|
||||
height: 250px;
|
||||
min-height: 250px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user