mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 07:28:41 -07:00
14 lines
308 B
SCSS
14 lines
308 B
SCSS
// screen-reader utilities
|
|
// -------------------------
|
|
|
|
// only display content to screen readers
|
|
.sr-only,
|
|
.fa-sr-only {
|
|
@include fa-sr-only;
|
|
}
|
|
|
|
// use in conjunction with .sr-only to only display content when it's focused
|
|
.sr-only-focusable,
|
|
.fa-sr-only-focusable {
|
|
@include fa-sr-only-focusable;
|
|
}
|