1
0
mirror of https://github.com/webslides/WebSlides.git synced 2025-08-18 19:02:00 +02:00

Sass: adding SVG icons size

This commit is contained in:
Luis
2017-06-01 23:53:57 +02:00
parent aa71fe97bc
commit 0e54ccc4a2
2 changed files with 13 additions and 0 deletions

View File

@@ -95,6 +95,13 @@ h4 svg {
margin-top: -.4rem; margin-top: -.4rem;
} }
svg[class^='fa-'] {
display: inline-block;
height: 1em;
vertical-align: middle;
width: 1em;
}
h1 { h1 {
font-size: 4rem; font-size: 4rem;
line-height: 5.6rem; line-height: 5.6rem;

View File

@@ -856,6 +856,12 @@ h4 svg {
.try svg { .try svg {
margin-top: -.4rem; } margin-top: -.4rem; }
svg[class^='fa-'] {
display: inline-block;
height: 1em;
vertical-align: middle;
width: 1em; }
h1 { h1 {
font-size: 4rem; font-size: 4rem;
line-height: 5.6rem; } line-height: 5.6rem; }