funky-framadate-front/src/app/features/administration/form/form.component.scss

17 lines
174 B
SCSS
Raw Normal View History

2020-10-29 18:43:19 +01:00
:host {
input,
textarea {
padding: 0.5em;
border: solid #eee;
2020-11-03 15:44:08 +01:00
width: 90%;
}
.form-field {
display: block;
margin-top: 1em;
}
.fa {
margin-right: 1em;
2020-10-29 18:43:19 +01:00
}
}