1
0
Fork 0
mirror of https://github.com/netz39/www.netz39.de.git synced 2025-05-31 08:16:04 +02:00

Merge remote-tracking branch 'sylhare/Type-on-Strap'

This commit is contained in:
MG-5 2024-03-27 04:13:48 +01:00 committed by MG-5
parent abb4d6b8e3
commit a8c4c41aaf
91 changed files with 9399 additions and 16125 deletions
_sass/external/font-awesome

View file

@ -1,5 +1,14 @@
// Screen Readers
// screen-reader utilities
// -------------------------
.sr-only { @include sr-only; }
.sr-only-focusable { @include sr-only-focusable; }
// 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;
}