mirror of
https://github.com/ForkAwesome/Fork-Awesome.git
synced 2024-12-26 21:41:31 +08:00
fixing SCSS and SASS bugs
This commit is contained in:
parent
7d173f2ade
commit
130486b09d
@ -91,7 +91,7 @@ a
|
|||||||
/* makes the font 33% larger relative to the icon container */
|
/* makes the font 33% larger relative to the icon container */
|
||||||
.icon-large:before
|
.icon-large:before
|
||||||
vertical-align: -10%
|
vertical-align: -10%
|
||||||
font-size: 4/3em
|
font-size: 1.3333333333333333em
|
||||||
|
|
||||||
.btn, .nav
|
.btn, .nav
|
||||||
[class^="icon-"],
|
[class^="icon-"],
|
||||||
@ -119,7 +119,7 @@ li, .nav li
|
|||||||
text-align: center
|
text-align: center
|
||||||
&.icon-large
|
&.icon-large
|
||||||
/* increased font size for icon-large */
|
/* increased font size for icon-large */
|
||||||
width: 1.25*1.25em
|
width: 1.5625em
|
||||||
|
|
||||||
ul.icons
|
ul.icons
|
||||||
list-style-type: none
|
list-style-type: none
|
||||||
|
4
sass/font-awesome.scss
vendored
4
sass/font-awesome.scss
vendored
@ -94,7 +94,7 @@ a {
|
|||||||
/* makes the font 33% larger relative to the icon container */
|
/* makes the font 33% larger relative to the icon container */
|
||||||
.icon-large:before {
|
.icon-large:before {
|
||||||
vertical-align: -10%;
|
vertical-align: -10%;
|
||||||
font-size: 4/3em;
|
font-size: 1.3333333333333333em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn, .nav {
|
.btn, .nav {
|
||||||
@ -123,7 +123,7 @@ li, .nav li {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
&.icon-large {
|
&.icon-large {
|
||||||
/* increased font size for icon-large */
|
/* increased font size for icon-large */
|
||||||
width: 1.25*1.25em;
|
width: 1.5625em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user