Files
traxxx/assets/css/_forms.scss
DebaucheryLibrarian d847c58d24 Changed stash routing.
2023-06-08 04:19:37 +02:00

14 lines
209 B
SCSS
Executable File

.form-heading {
margin: 0 0 .5rem 0;
font-size: 1rem;
font-weight: bold;
}
.form-error {
padding: .5rem;
margin-bottom: .5rem;
color: var(--text-light);
background: var(--error);
font-weight: bold;
}