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

20 lines
228 B
SCSS
Raw Normal View History

2021-11-14 16:15:12 +01:00
@import '../../../../../styles/variables';
2021-05-03 16:10:13 +02:00
.title {
margin-top: 2em;
}
.mat-checkbox {
img {
margin-left: 1em;
}
}
.button .fa {
margin: 1em;
}
2021-11-14 16:15:12 +01:00
input,
textarea {
margin-top: 0.5em;
margin-bottom: 1.5em;
width: 100%;
}