Noah
de3d6e9315
* Vendor fontawesome icons * User settings page: to edit profile details (other features not hooked up yet) * Initial user profile page
15 lines
336 B
SCSS
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;
|
|
}
|