chore: utils
This commit is contained in:
parent
55edb66172
commit
59e37a8fe8
3 changed files with 14 additions and 3 deletions
|
@ -580,3 +580,14 @@ ol {
|
|||
height: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* utilities */
|
||||
.visually-hidden {
|
||||
clip: rect(0 0 0 0);
|
||||
clip-path: inset(50%);
|
||||
white-space: nowrap;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
}
|
Reference in a new issue