mirror of
https://github.com/Jackzmc/storage.git
synced 2025-05-12 12:03:14 +00:00
Add static
This commit is contained in:
parent
722d21b204
commit
fdebc535a0
2152 changed files with 385989 additions and 0 deletions
14
server/static/icons/less/_screen-reader.less
Normal file
14
server/static/icons/less/_screen-reader.less
Normal 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();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue