funky-framadate-front/src/app/pages/dates/dates.component.scss

22 lines
239 B
SCSS
Raw Normal View History

2019-11-15 15:19:42 +01:00
.several-times {
padding-left: 1em;
}
2019-11-15 15:19:42 +01:00
.date-interval {
padding: 1em;
margin-bottom: 1em;
}
.title {
font-size: 1.5rem;
}
:host {
input,
button {
+ button {
margin-left: 1em;
}
2019-11-15 15:19:42 +01:00
}
}