메시지 가시성 수정
This commit is contained in:
parent
ec57bc484c
commit
d4a5f2b335
|
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user