Files
FarmMapsLib/projects/common-map/src/fm-map/components/select-period-modal/select-period-modal.component.scss
Willem Dantuma b0ff54d157
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
Add dataenddate
2020-06-25 09:47:53 +02:00

25 lines
435 B
SCSS

.custom-day {
text-align: center;
padding: 0.185rem 0.25rem;
display: inline-block;
height: 2rem;
width: 2rem;
}
.custom-day.focused {
background-color: #e6e6e6;
}
.custom-day.range, .custom-day:hover {
background-color: rgb(2, 117, 216);
color: white;
}
.custom-day.faded {
background-color: rgba(2, 117, 216, 0.5);
}
ngb-datepicker {
overflow: hidden;
max-width: calc(100vw - 3em);
}