메시지 가시성 수정

This commit is contained in:
khk 2020-02-05 16:39:39 +09:00
parent ec57bc484c
commit d4a5f2b335
2 changed files with 15 additions and 16 deletions

View File

@ -174,11 +174,19 @@
} }
} }
::ng-deep .chat-snackbar-class { ::ng-deep .cdk-global-overlay-wrapper {
.mat-snack-bar-container {
margin: 0;
padding: 30px;
.mat-simple-snackbar { .mat-simple-snackbar {
justify-content: center; justify-content: center;
span { span {
@include ellipsis(1); @include ellipsis(1);
padding: 10px 40px;
border: 1px solid #ffffff;
background-color: rgb(255, 255, 255, 0.2);
color: #ffffff;
}
} }
} }
} }

View File

@ -275,15 +275,6 @@ $daesang-grey: (
cursor: pointer; cursor: pointer;
} }
//snackbar
.cdk-global-overlay-wrapper {
align-items: center !important;
justify-content: center !important;
.mat-simple-snackbar {
justify-content: center;
}
}
.policy { .policy {
color: mat-color($accent, B100); color: mat-color($accent, B100);
} }