重写将文件预览;本地引入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,14 @@
// screen-reader utilities
// -------------------------
// only display content to screen readers
.sr-only,
.@{fa-css-prefix}-sr-only {
.fa-sr-only();
}
// use in conjunction with .sr-only to only display content when it's focused
.sr-only-focusable,
.@{fa-css-prefix}-sr-only-focusable {
.fa-sr-only-focusable();
}