Skip to content

Commit

Permalink
bugfix NVRF svg styling
Browse files Browse the repository at this point in the history
  • Loading branch information
rayestrada committed Sep 9, 2024
1 parent 0daf91c commit e87b192
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/themes/custom/votegov/src/sass/base/media.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ img {
background-color: $bg-light-cool;
}
}

// SVG
svg {
@include u-maxw('full');
@include u-height('auto');
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@
.vote-double-deck-card__icon {
@include u-margin-bottom(3);
@include u-text-align('center');
min-width: 64px;
height: 64px;

svg {
fill: var(--vote-ddc-icon-fill);
Expand Down

0 comments on commit e87b192

Please sign in to comment.