Skip to content

Commit

Permalink
chore: update gdpr redirect modal color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRuby committed Sep 18, 2022
1 parent 24bd886 commit 8641125
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions src/components/GdprRedirectModal/_gdprRedirectModal.scss
Original file line number Diff line number Diff line change
@@ -1,17 +1,31 @@
@include exports('addons-bmrg-gdprRedirect') {
.#{$prefix}--bmrg-redirect__body {
color: #9fa5ad;
color: #121619 !important;
font-size: 0.875rem;
font-weight: 600;
font-weight: 400;
height: 1.25rem;
line-height: 1.25rem;
text-transform: initial;
}

.#{$prefix}--bmrg-redirect-container {
.#{$prefix}--modal-container {
background-color: white !important;
height: 12rem;
max-height: 28rem;
}

.#{$prefix}--modal-header__heading {
color: #121619 !important;
}

.#{$prefix}--modal-footer {
background-color: white !important;
button {
background-color: #0072c3 !important;
color: #ffffff !important;
}
}

}
}

0 comments on commit 8641125

Please sign in to comment.