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

20 lines
414 B
SCSS
Raw Normal View History

2019-03-22 07:28:57 +00:00
@import "variables";
2019-10-23 15:38:35 +00:00
vn-worker-calendar {
.calendars {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
2019-03-22 07:28:57 +00:00
box-sizing: border-box;
padding: $spacing-md;
2019-10-23 15:38:35 +00:00
& > vn-calendar {
border: 1px solid #ddd;
2019-10-23 15:38:35 +00:00
margin: $spacing-md;
padding: $spacing-xs;
2020-04-02 12:52:02 +00:00
max-width: 288px;
}
2019-03-22 07:28:57 +00:00
}
}