Skip to content

Commit

Permalink
styling material icons in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
seibtph committed Aug 5, 2020
1 parent a0265fd commit 7e207a0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Resources/public/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2424,6 +2424,10 @@ footer.page-footer {
}
}

.material-icons {
color: $footer-primary-color;
}

p {
font-size: 0.9em;
}
Expand All @@ -2433,6 +2437,10 @@ footer.page-footer {
background: $footer-secondary-bg-color;
color: $footer-secondary-color;

.material-icons {
color: $footer-secondary-color;
}

p {
display: inline-block;
padding: 0 10px;
Expand Down

0 comments on commit 7e207a0

Please sign in to comment.