mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-16 21:35:13 +00:00
32 lines
524 B
SCSS
32 lines
524 B
SCSS
@import "src/@fuse/scss/fuse";
|
|
|
|
.contact-form-dialog {
|
|
|
|
@include media-breakpoint('xs') {
|
|
width: 100%;
|
|
}
|
|
|
|
@include media-breakpoint-up('xs') {
|
|
width: 400px;
|
|
}
|
|
|
|
.mat-dialog-container {
|
|
padding: 0;
|
|
|
|
.mat-toolbar {
|
|
flex: 1 0 auto;
|
|
min-height: initial;
|
|
}
|
|
|
|
.toolbar-bottom {
|
|
height: auto;
|
|
}
|
|
}
|
|
|
|
.dialog-content-wrapper {
|
|
max-height: 85vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|