You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
336 B
14 lines
336 B
// 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; |
|
}
|
|
|