7 lines
96 B
SCSS
7 lines
96 B
SCSS
.sr-only {
|
|
font-size: 0;
|
|
height: 0;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
width: 0;
|
|
}
|