mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-11-20 11:14:28 +00:00
Update for strict math (lesscss 1.4.0 breaking changes)
This commit is contained in:
parent
906345058f
commit
3e7b399ca6
@ -16,7 +16,7 @@
|
||||
/* makes the font 33% larger relative to the icon container */
|
||||
.icon-large:before {
|
||||
vertical-align: -10%;
|
||||
font-size: 4/3em;
|
||||
font-size: (4/3em);
|
||||
}
|
||||
|
||||
/* makes sure icons active on rollover in links */
|
||||
@ -32,11 +32,11 @@ a {
|
||||
[class*=" icon-"] {
|
||||
&.icon-fixed-width {
|
||||
display: inline-block;
|
||||
width: 16/14em;
|
||||
width: (16/14em);
|
||||
text-align: right;
|
||||
padding-right: 4/14em;
|
||||
padding-right: (4/14em);
|
||||
&.icon-large {
|
||||
width: 20/14em;
|
||||
width: (20/14em);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user