Merge branch 'master' of https://git.loafle.net/ucap-web/next-ucap-messenger
This commit is contained in:
commit
dd6bbc42f9
@ -174,11 +174,19 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
::ng-deep .chat-snackbar-class {
|
::ng-deep .cdk-global-overlay-wrapper {
|
||||||
.mat-simple-snackbar {
|
.mat-snack-bar-container {
|
||||||
justify-content: center;
|
margin: 0;
|
||||||
span {
|
padding: 30px;
|
||||||
@include ellipsis(1);
|
.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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
@ -452,8 +443,8 @@ $daesang-grey: (
|
|||||||
.mat-calendar-body-selected {
|
.mat-calendar-body-selected {
|
||||||
background-color: mat-color($accent);
|
background-color: mat-color($accent);
|
||||||
}
|
}
|
||||||
.list-item{
|
.list-item {
|
||||||
&.selected{
|
&.selected {
|
||||||
background-color: mat-color($accent, 100);
|
background-color: mat-color($accent, 100);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user