fix: screen reader styles, label, text updates
This commit is contained in:
parent
435396f0fe
commit
9c394238e0
5 changed files with 23 additions and 3 deletions
|
@ -554,6 +554,16 @@ li {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.screen-readers-only:not(:focus):not(:active) {
|
||||
clip: rect(0 0 0 0);
|
||||
clip-path: inset(50%);
|
||||
height: 1px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
white-space: nowrap;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
.text-centered {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
|
Reference in a new issue