2020-07-20 10:46:09 +02:00
|
|
|
// Labels that we only want for screen readers
|
|
|
|
// https://www.coolfields.co.uk/2016/05/text-for-screen-readers-only-updated/
|
2022-02-08 12:49:51 +01:00
|
|
|
.sr-only {
|
2020-07-20 10:46:09 +02:00
|
|
|
border: none;
|
|
|
|
clip: rect(1px, 1px, 1px, 1px);
|
|
|
|
clip-path: inset(50%);
|
|
|
|
height: 1px;
|
|
|
|
margin: -1px;
|
|
|
|
width: 1px;
|
|
|
|
overflow: hidden;
|
|
|
|
position: absolute !important;
|
|
|
|
word-wrap: normal !important;
|
|
|
|
}
|