mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 05:21:29 +08:00
Update patch-1
This commit is contained in:
parent
3cef1d42cf
commit
7eec300609
13
less/font-awesome.less
vendored
13
less/font-awesome.less
vendored
@ -64,6 +64,11 @@ a [class*=" icon-"] {
|
||||
font-size: 4/3em;
|
||||
}
|
||||
|
||||
.icon-large{
|
||||
/* 1.5 increased font size for icon-large * 1.25 width */
|
||||
width: 1.5*1.25em;
|
||||
}
|
||||
|
||||
.btn, .nav-tabs {
|
||||
[class^="icon-"],
|
||||
[class*=" icon-"] {
|
||||
@ -77,12 +82,11 @@ li {
|
||||
[class*=" icon-"] {
|
||||
display: inline-block;
|
||||
width: 1.25em;
|
||||
text-align: center;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
.icon-large:before,
|
||||
.icon-large:before {
|
||||
/* 1.5 increased font size for icon-large * 1.25 width */
|
||||
width: 1.5*1.25em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@ -96,7 +100,6 @@ ul.icons {
|
||||
[class*=" icon-"] {
|
||||
width: .8em;
|
||||
}
|
||||
.icon-large:before,
|
||||
.icon-large:before {
|
||||
/* 1.5 increased font size for icon-large * 1.25 width */
|
||||
vertical-align: initial;
|
||||
|
Loading…
Reference in New Issue
Block a user