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 13, 2024
1 parent 816ca5d commit 68cadc8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 8 additions & 1 deletion web/cobrands/surrey/base.scss
Expand Up @@ -145,8 +145,15 @@ a#geolocate_link,

.site-message {
border: 0.3571428571rem solid $primary;
padding: 2rem;
padding: 20px;
padding-top: 24px;
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
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions web/cobrands/surrey/layout.scss
Expand Up @@ -52,9 +52,10 @@ html {
}

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

/* MAPPAGE */
Expand Down

0 comments on commit 68cadc8

Please sign in to comment.