bootstrap: Move `hidden` class to `app_componenets`.

This commit is contained in:
Aman Agrawal 2024-06-24 10:13:53 +00:00 committed by Tim Abbott
parent 8457d12e59
commit 244d4e9620
2 changed files with 5 additions and 4 deletions

View File

@ -17,6 +17,11 @@
display: block;
}
.hidden {
display: none;
visibility: hidden;
}
kbd {
display: inline-block;
border: 1px solid hsl(0deg 0% 80%);

View File

@ -265,10 +265,6 @@ button.close {
@-ms-viewport {
width: device-width;
}
.hidden {
display: none;
visibility: hidden;
}
@media (min-width: 768px) and (max-width: 979px) {
input {
margin-left: 0;