重写将文件预览;本地引入font-awesome字体;

This commit is contained in:
2023-05-11 10:37:28 +08:00
parent c4b33c9658
commit 2afb732311
2135 changed files with 361016 additions and 720 deletions

View File

@@ -0,0 +1,16 @@
// sizing icons
// -------------------------
// literal magnification scale
@for $i from 1 through 10 {
.#{$fa-css-prefix}-#{$i}x {
font-size: $i * 1em;
}
}
// step-based scale (with alignment)
@each $size, $value in $fa-sizes {
.#{$fa-css-prefix}-#{$size} {
@include fa-size($value);
}
}