File "_screen-reader.scss"

Full path: /home/fsibplc/public_html/css/fontawesome-free-6.6.0-web/scss/_screen-reader.scss
File size: 336 B (336 B bytes)
MIME-type: text/plain
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

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