Packages

This package adds a convenient way of using Font Awesome SVGs with your Phoenix, Phoenix LiveView and Surface applications.

Current section

Files

Jump to
ex_fontawesome node_modules @fortawesome fontawesome-free less _screen-reader.less
Raw

node_modules/@fortawesome/fontawesome-free/less/_screen-reader.less

// screen-reader utilities
// -------------------------
// only display content to screen readers
.sr-only,
.@{fa-css-prefix}-sr-only {
.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 {
.fa-sr-only-focusable();
}