funky-framadate-front/src/app/features/shared/components/ui/form/errors-list/errors-list.component.scss

13 lines
178 B
SCSS

.fixed-hint {
position: fixed;
left: 9em;
bottom: 3em;
padding: 1em;
border-radius: 1em;
color: white;
border: solid 2px white;
}
.validation-error-list {
margin: 2em;
}