This commit is contained in:
richard-loafle 2020-02-05 17:06:05 +09:00
commit dd6bbc42f9
2 changed files with 15 additions and 16 deletions

View File

@ -174,11 +174,19 @@
}
}
::ng-deep .chat-snackbar-class {
.mat-simple-snackbar {
justify-content: center;
span {
@include ellipsis(1);
::ng-deep .cdk-global-overlay-wrapper {
.mat-snack-bar-container {
margin: 0;
padding: 30px;
.mat-simple-snackbar {
justify-content: center;
span {
@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;
}
//snackbar
.cdk-global-overlay-wrapper {
align-items: center !important;
justify-content: center !important;
.mat-simple-snackbar {
justify-content: center;
}
}
.policy {
color: mat-color($accent, B100);
}
@ -452,8 +443,8 @@ $daesang-grey: (
.mat-calendar-body-selected {
background-color: mat-color($accent);
}
.list-item{
&.selected{
.list-item {
&.selected {
background-color: mat-color($accent, 100);
}
}