chore: minor update

This commit is contained in:
Cory Dransfeldt 2024-06-27 15:36:13 -07:00
parent febb7c310c
commit 0beb714428
3 changed files with 0 additions and 23 deletions

View file

@ -561,27 +561,6 @@ li {
display: none !important;
}
.hidden-visually {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
width: 1px;
&:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
}
.text-centered {
text-align: center !important;
}