Problem UI (#96)
This commit is contained in:
parent
729a28bce5
commit
d21e24dd6c
2 changed files with 15 additions and 15 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue