galerie/web/www/fontawesome6/_screen-reader.scss
0xf8 0039bacd24
Correctly add licence
Signed-off-by: 0xf8 <0xf8.dev@proton.me>
2023-02-25 12:24:58 -05:00

15 lines
336 B
SCSS

// screen-reader utilities
// -------------------------
// only display content to screen readers
.sr-only,
.#{$fa-css-prefix}-sr-only {
@include 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 {
@include fa-sr-only-focusable;
}