Skip to content

Commit

Permalink
fix(cookie-consent): opacity tweaking for background while displaying…
Browse files Browse the repository at this point in the history
… modal
  • Loading branch information
brian-mulier-p committed Mar 14, 2024
1 parent 742b573 commit eec0944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body {
background-color: $black-4;
}
.nuxt-loading-indicator {
background: linear-gradient(90deg, #E151F7 65.38%, #5C47F5 82.43%)!important;
background: linear-gradient(90deg, #E151F7 65.38%, #5C47F5 82.43%)!important;
}
:root {
--spacer: #{$spacer};
Expand Down Expand Up @@ -476,7 +476,7 @@ blockquote.blockquote {
--cc-overlay-bg: var(--bs-black);

.cc--anim {
.pm-wrapper .pm-overlay, .cm-wrapper:before {
& .pm-overlay, &.cm-wrapper:before {
opacity: .5 !important;
}
}
Expand Down

0 comments on commit eec0944

Please sign in to comment.