feat: add sr-only
This commit is contained in:
parent
53edecc607
commit
14e49f54a6
1 changed files with 3 additions and 1 deletions
|
@ -2,9 +2,11 @@
|
||||||
* Some classes to help accessibility
|
* Some classes to help accessibility
|
||||||
**/
|
**/
|
||||||
|
|
||||||
.screen-reader-text {
|
.screen-reader-text, .sr-only {
|
||||||
visibility: collapse;
|
visibility: collapse;
|
||||||
font-size:0;
|
font-size:0;
|
||||||
|
position:absolute;
|
||||||
|
top:-2000px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skip {
|
.skip {
|
||||||
|
|
Reference in a new issue