salix/modules/worker/front/calendar/style.scss

34 lines
588 B
SCSS
Raw Normal View History

2019-03-22 07:28:57 +00:00
@import "variables";
/* .calendar-list .calendar:nth-child(2n + 1) {
border-right:1px solid #ddd
} */
2019-03-22 07:28:57 +00:00
.calendar-list {
align-items: flex-start;
flex-wrap: wrap;
justify-content: center;
.calendar {
box-sizing: border-box;
padding: $pad-medium;
overflow: hidden;
min-width: 18em;
width: 25%;
vn-calendar {
border: 1px solid #ddd;
padding: 0.5em
}
2019-03-22 07:28:57 +00:00
}
}
vn-horizontal.header {
justify-content: flex-end;
margin-bottom: 0.5em;
.totalBox {
max-width: 15em
}
}