20 lines
309 B
Plaintext
20 lines
309 B
Plaintext
.form-field-error {
|
|
display: block;
|
|
color: #8c0000;
|
|
}
|
|
|
|
form label {
|
|
margin-right: 1em;
|
|
}
|
|
|
|
/* Chrome, Safari, Edge, Opera */
|
|
input::-webkit-outer-spin-button,
|
|
input::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
/* Firefox */
|
|
input[type=number] {
|
|
-moz-appearance: textfield;
|
|
} |