Git提交
This commit is contained in:
32
assets/sass/components/_icon.scss
Normal file
32
assets/sass/components/_icon.scss
Normal file
@@ -0,0 +1,32 @@
|
||||
/*
|
||||
此源码是基于 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';
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user