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

11 lines
150 B
SCSS
Raw Normal View History

2021-11-07 21:08:38 +01:00
@import '../../../../styles/variables';
.admin-form {
padding: 1em;
}
textarea {
border: solid 1px $border-color;
width: 100%;
display: block;
}