feat: add sr-only

This commit is contained in:
Kazhnuz Klappsthul 2023-10-04 13:35:07 +02:00
parent 53edecc607
commit 14e49f54a6
1 changed files with 3 additions and 1 deletions

View File

@ -2,9 +2,11 @@
* Some classes to help accessibility
**/
.screen-reader-text {
.screen-reader-text, .sr-only {
visibility: collapse;
font-size:0;
position:absolute;
top:-2000px;
}
.skip {