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

10 lines
137 B
SCSS
Raw Normal View History

2021-05-18 10:47:16 +02:00
.fixed-hint {
position: fixed;
left: 9em;
bottom: 3em;
padding: 1em;
border-radius: 1em;
color: white;
border: solid 2px white;
}