mobile styling
This commit is contained in:
parent
6f643c388b
commit
a9ae7666b6
1 changed files with 11 additions and 2 deletions
|
|
@ -146,10 +146,19 @@ export default {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.suggest-timeslot-modal-container {
|
||||
.modal {
|
||||
padding-right: 0;
|
||||
}
|
||||
:deep(.modal) {
|
||||
.modal-dialog {
|
||||
width: 37.5rem;
|
||||
max-width: 37.5rem;
|
||||
@include media-breakpoint-up(xs) {
|
||||
width: auto;
|
||||
max-width: unset;
|
||||
}
|
||||
@include media-breakpoint-up(xl) {
|
||||
width: 37.5rem;
|
||||
max-width: 37.5rem;
|
||||
}
|
||||
|
||||
.modal-content {
|
||||
width: 22rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue