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

40 lines
657 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 {
2019-09-25 21:09:10 +00:00
min-width: 16.5em;
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;
vn-float-button {
display: none
}
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
}