Skip to content

Commit

Permalink
Merge branch 'popup-banner' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Oct 9, 2024
2 parents 7a3ae91 + c246e84 commit fb4d9f5
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions app/assets/stylesheets/responsive/_popups_style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
.popup {
background-color: #D1F2CB;
border: 1px solid darken(#D1F2CB, 15%);
background-color: #333;
color: #FFF;

a, a:hover, a:active, a:focus, a:visited,
a:visited:hover,
a:visited:active,
a:visited:focus {
color: #FFF;
}
}

.popup__close {
Expand Down

0 comments on commit fb4d9f5

Please sign in to comment.