Add red outline to errors
This commit is contained in:
parent
fbefd61e38
commit
60376aa9c5
1 changed files with 4 additions and 1 deletions
|
@ -102,12 +102,15 @@ input.equipment-input {
|
|||
font-weight: bold;
|
||||
background-color: hsl(0, 0%, 21%) !important;
|
||||
border-radius: 0.375rem !important;
|
||||
border-color: rgba(33, 37, 41, 1) !important;
|
||||
min-height: calc(1.2 * var(--scaled-fontsize) + 2px);
|
||||
padding: 0rem 0.5rem;
|
||||
font-size: var(--scaled-fontsize);
|
||||
}
|
||||
|
||||
input.equipment-input:not(.is-invalid) {
|
||||
border-color: rgba(33, 37, 41, 1) !important;
|
||||
}
|
||||
|
||||
.my-container {
|
||||
position: fixed; /* Stay in place */
|
||||
left: var(--sidebar-width);
|
||||
|
|
Loading…
Reference in a new issue