diff --git a/src/digital-components/date-picker/date-picker.vue b/src/digital-components/date-picker/date-picker.vue index 65870270c..8033f5b41 100644 --- a/src/digital-components/date-picker/date-picker.vue +++ b/src/digital-components/date-picker/date-picker.vue @@ -7,7 +7,6 @@ @@ -1029,6 +1028,10 @@ export default { align-items: flex-start; text-align: left; + .duration-text-block { + text-align: left; + } + .date-picker-header { margin-bottom: 1.5rem; } @@ -1052,7 +1055,6 @@ export default { } .calendar-grid-container { margin: 0 auto 1rem auto; - max-width: 360px; position: relative; transition: height ease 2s, @@ -1190,8 +1192,6 @@ export default { display: flex; justify-content: center; align-items: center; - min-width: 2.5rem; - width: 2.5rem; height: 2.5rem; border: 2px solid transparent; @@ -1229,14 +1229,8 @@ export default { &.selectable-day { label { background-color: $blue-100; - min-width: 2.75rem; - width: 2.75rem; border-radius: 50%; cursor: pointer; - @include media-breakpoint-up(md) { - min-width: 3rem; - width: 3rem; - } &:hover { border: 2px solid $blue; } @@ -1415,18 +1409,13 @@ export default { line-height: 1.2; justify-content: center; padding: 0.25rem; + margin: 0.15rem; } &.selectable-day { label { color: $black; background-color: $blue-100; - min-width: 2.75rem; - width: 2.75rem; border-radius: 0.25rem; - @include media-breakpoint-up(md) { - min-width: 3rem; - width: 3rem; - } } } &.current-day { @@ -1434,7 +1423,6 @@ export default { font-weight: 600; font-family: "UrbanistSemibold"; color: $black; - font-size-adjust: 0.5; // needed for Averta fonts baseline alignment } } } @@ -1445,7 +1433,6 @@ export default { color: $black; font-weight: 400; font-family: "UrbanistSemibold"; - font-size-adjust: 0.5; // needed for Averta fonts baseline alignment &.price { font-weight: 400; diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index 16b259547..823471715 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -9,7 +9,9 @@ tabindex="-1" aria-labelledby="ModalComponentLabel" @keypress.enter="onEnter" - aria-hidden="true"> + aria-hidden="true" + @click.self="closeModal"> +