mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-20 19:02:33 +00:00
Update fa CSS selector
This commit is contained in:
parent
223ea199f3
commit
0624149b05
@ -90,7 +90,7 @@
|
|||||||
color: var(--link-color);
|
color: var(--link-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-external-link-alt {
|
.fa {
|
||||||
font-size: $font-size-small;
|
font-size: $font-size-small;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -53,7 +53,7 @@
|
|||||||
transform: scaleX(1);
|
transform: scaleX(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa-external-link-alt {
|
.fa {
|
||||||
font-size: $font-size-small;
|
font-size: $font-size-small;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa, .fab, .far, .fas {
|
i[class^='fa'] {
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (not hexo-config('social_icons.icons_only')) {
|
if (not hexo-config('social_icons.icons_only')) {
|
||||||
.fa, .fab, .far, .fas {
|
i[class^='fa'] {
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
border: 1px solid $orange;
|
border: 1px solid $orange;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
||||||
.fa, .fab, .far, .fas {
|
i[class^='fa'] {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -53,7 +53,7 @@
|
|||||||
padding: .25em .75em;
|
padding: .25em .75em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
i {
|
i[class^='fa'] {
|
||||||
width: (18em / 14);
|
width: (18em / 14);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fa, .fab, .far, .fas {
|
i[class^='fa'] {
|
||||||
+tablet-desktop() {
|
+tablet-desktop() {
|
||||||
display: block;
|
display: block;
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user