SiteWebAstrolabe/src/scss/utilities/_visually-hidden.scss

13 lines
197 B
SCSS
Raw Normal View History

2020-06-19 23:47:44 +02:00
%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;
}