mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2024-12-26 21:41: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;
|
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 {
|
.btn, .nav-tabs {
|
||||||
[class^="icon-"],
|
[class^="icon-"],
|
||||||
[class*=" icon-"] {
|
[class*=" icon-"] {
|
||||||
@ -77,12 +82,11 @@ li {
|
|||||||
[class*=" icon-"] {
|
[class*=" icon-"] {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 1.25em;
|
width: 1.25em;
|
||||||
text-align: center;
|
vertical-align: baseline;
|
||||||
}
|
}
|
||||||
.icon-large:before,
|
|
||||||
.icon-large:before {
|
.icon-large:before {
|
||||||
/* 1.5 increased font size for icon-large * 1.25 width */
|
vertical-align: middle;
|
||||||
width: 1.5*1.25em;
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -96,7 +100,6 @@ ul.icons {
|
|||||||
[class*=" icon-"] {
|
[class*=" icon-"] {
|
||||||
width: .8em;
|
width: .8em;
|
||||||
}
|
}
|
||||||
.icon-large:before,
|
|
||||||
.icon-large:before {
|
.icon-large:before {
|
||||||
/* 1.5 increased font size for icon-large * 1.25 width */
|
/* 1.5 increased font size for icon-large * 1.25 width */
|
||||||
vertical-align: initial;
|
vertical-align: initial;
|
||||||
|
Loading…
Reference in New Issue
Block a user