decide.nolog.cz/app/styles/_calendar.scss
sappor0 c23ba1f6fb Using bootstrap 4 and related UI refresh (#205)
Changes at a glance:

- Switch from BS3 to BS4
- Polishing of some UI elements (low-hanging fruit for UX)
- Mobile-friendly layout.
2019-06-07 11:22:13 +02:00

20 lines
475 B
SCSS

@import "ember-power-calendar";
.ember-power-calendar {
@include ember-power-calendar(30px);
width: 100%;
}
.ember-power-calendar .ember-power-calendar-day,
.ember-power-calendar .ember-power-calendar-weekday {
max-width: none;
width: auto;
max-height: none;
height: auto;
margin: 1px;
}
.ember-power-calendar .ember-power-calendar-weekdays,
.ember-power-calendar .ember-power-calendar-week {
height: 3em;
display: flex;
justify-content: space-around;
}