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:
@@ -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;
|
||||||
|
@@ -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; }
|
||||||
|
Reference in New Issue
Block a user