32 lines
482 B
SCSS
32 lines
482 B
SCSS
/*
|
||
此源码是基于 Dimension 的二次修改
|
||
Github:https://github.com/nianbroken/Personal_Sakura_Guide_Page
|
||
Gitee:https://gitee.com/nianbroken/Personal_Sakura_Guide_Page
|
||
*/
|
||
/* Icon */
|
||
|
||
.icon {
|
||
@include icon;
|
||
border-bottom: none;
|
||
position: relative;
|
||
|
||
> .label {
|
||
display: none;
|
||
}
|
||
|
||
&:before {
|
||
line-height: inherit;
|
||
}
|
||
|
||
&.solid {
|
||
&:before {
|
||
font-weight: 900;
|
||
}
|
||
}
|
||
|
||
&.brands {
|
||
&:before {
|
||
font-family: 'Font Awesome 5 Brands';
|
||
}
|
||
}
|
||
} |