13 lines
197 B
SCSS
13 lines
197 B
SCSS
|
%visually-hidden,
|
||
|
.visually-hidden {
|
||
|
border: 0;
|
||
|
clip: rect(0 0 0 0);
|
||
|
height: auto;
|
||
|
margin: 0;
|
||
|
overflow: hidden;
|
||
|
padding: 0;
|
||
|
position: absolute;
|
||
|
width: 1px;
|
||
|
white-space: nowrap;
|
||
|
}
|