7 lines
165 B
SCSS
7 lines
165 B
SCSS
::ng-deep snack-bar-container.custom-class {
|
|
//background: yellow;
|
|
}
|
|
::ng-deep .custom-class .mat-simple-snackbar {
|
|
//color: green;
|
|
justify-content: center;
|
|
}
|