fix: screen reader styles, label, text updates

This commit is contained in:
Cory Dransfeldt 2024-06-19 07:49:17 -07:00
parent 435396f0fe
commit 9c394238e0
No known key found for this signature in database
5 changed files with 23 additions and 3 deletions

View file

@ -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;
}