set up for second edition

This commit is contained in:
2023-10-25 21:40:56 +02:00
parent a406e598a3
commit ca5957cc36
49 changed files with 6 additions and 7 deletions
@@ -0,0 +1,20 @@
.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;
}