barebones/assets/sass/utils/_a11y.scss

8 lines
106 B
SCSS
Raw Normal View History

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