Problem UI (#96)

This commit is contained in:
Van Duc Le 2023-11-23 21:46:45 -06:00 committed by GitHub
parent 729a28bce5
commit d21e24dd6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 15 deletions

View file

@ -797,7 +797,7 @@ ul.errorlist {
align-self: center !important;
}
body {
.a-problem {
font-size: 15px;
line-height: 1.8;
font-weight: normal;
@ -810,10 +810,10 @@ a {
}
button:hover, button:focus {
text-decoration: none !important;
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-decoration: none;
outline: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn {