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

44 lines
402 B
SCSS
Raw Normal View History

2020-04-21 10:50:26 +02:00
:host {
.several-times {
padding-left: 1em;
}
2019-11-15 15:19:42 +01:00
2020-04-21 10:50:26 +02:00
.date-interval {
padding: 1em;
margin-bottom: 1em;
}
2020-04-21 10:50:26 +02:00
.dates-list {
.btn--primary {
float: right;
}
}
2020-04-21 10:50:26 +02:00
.date-choice {
input {
width: 70%;
}
}
.title {
font-size: 1.5rem;
}
input,
button {
+ button {
margin-left: 1em;
}
}
.columns {
margin-top: 1em;
}
.identical-dates {
label {
width: 3ch;
}
}
2019-11-15 15:19:42 +01:00
}