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

27 lines
339 B
SCSS

.day-weekend {
background: #dccfed;
}
.button {
min-width: 9ch;
}
.icon {
margin-right: 1ch;
margin-left: 1ch;
display: inline-block;
}
.several-times {
padding-left: 2em;
width: 96.5%;
}
.date-choice {
&:nth-child(odd) {
background: #fbf8ff;
&.day-weekend {
background: #d7cae9;
}
}
}
.date-choice-item {
width: 75%;
}