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

22 lines
292 B
SCSS
Raw Normal View History

2020-11-03 16:13:47 +01:00
@import '../../../../styles/variables';
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;
}
2020-11-03 16:13:47 +01:00
.form-row {
margin-top: 0.5em;
border-left: solid 3px $primary_color;
padding-left: 1em;
}
2020-11-03 15:44:08 +01:00
.fa {
2020-10-29 18:43:19 +01:00
}
}