1
0
Fork 0
mirror of https://github.com/netz39/www.netz39.de.git synced 2025-04-10 17:34:34 +02:00
www.netz39.de/_sass/external/font-awesome/_screen-reader.scss

14 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;
}