barebones/assets/sass/utils/_a11y.scss

8 lines
96 B
SCSS
Raw Normal View History

2015-04-01 18:32:10 +02:00
.sr-only {
font-size: 0;
2015-04-10 15:39:28 +02:00
height: 0;
overflow: hidden;
2015-04-01 18:32:10 +02:00
position: absolute;
2015-04-10 15:39:28 +02:00
width: 0;
}