UNPKG
lumo-css-framework
Version:
latest (4.0.10)
4.0.10
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.14
3.0.13
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.10
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
CSS framework for building web apps using Vaadin's Lumo theme
lumo-css-framework
/
accessibility.css
13 lines
(12 loc)
•
211 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/* === Screen readers === */
.sr-only
{
border-width
:
0
;
clip
:
rect
(
0
,
0
,
0
,
0
);
height
:
1px
;
margin
: -
1px
;
overflow
: hidden;
padding
:
0
;
position
: absolute;
white-space
: nowrap;
width
:
1px
; }