salix/modules/zone/front/delivery-days/style.scss

36 lines
609 B
SCSS
Raw Normal View History

2020-02-26 06:02:03 +00:00
@import "variables";
2019-09-25 18:06:42 +00:00
vn-zone-delivery-days {
vn-zone-calendar {
display: flex;
justify-content: center;
flex-wrap: wrap;
& > vn-calendar {
2020-04-02 12:52:02 +00:00
min-width: 264px;
2019-09-25 18:06:42 +00:00
}
}
2019-11-14 13:37:18 +00:00
form {
display: flex;
flex-direction: column;
}
2020-02-26 06:02:03 +00:00
}
.zoneEvents {
width: 700px;
max-height: 450px;
2020-03-26 08:07:17 +00:00
2020-02-26 06:02:03 +00:00
vn-data-viewer {
margin-bottom: 0;
vn-pagination {
padding: 0
}
}
& > .header {
background-color: $color-main;
color: white;
font-weight: bold;
text-align: center
}
2019-09-25 18:06:42 +00:00
}