SiteWebAstrolabe/src/scss/utilities/_visually-hidden.scss
2020-06-19 23:47:44 +02:00

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;
}