chore: minor update
This commit is contained in:
parent
febb7c310c
commit
0beb714428
3 changed files with 0 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue