Skip to content

Commit

Permalink
[Surrey] Added styling to .site-message
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille committed May 9, 2024
1 parent 863e2d0 commit 7dfa1ad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion web/cobrands/surrey/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,14 @@ a#geolocate_link,

.site-message {
border: 0.3571428571rem solid $primary;
padding: 2rem;
padding: 20px;
padding-left: 75px;
font-size: 1rem;

@include svg-background-image('/cobrands/surrey/images/info-circle');
background-repeat: no-repeat;
background-size: 35px;
background-position: left 25px top 20px;
}

/* FOOTER */
Expand Down
1 change: 1 addition & 0 deletions web/cobrands/surrey/images/info-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions web/cobrands/surrey/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ html {
}

.site-message {
border-width: 0.3125rem;
padding: 2rem;
font-size: 1rem;
padding: 20px;
padding-left: 75px;
}

/* MAPPAGE */
Expand Down

0 comments on commit 7dfa1ad

Please sign in to comment.