angular.src.app.app.component.scss Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of generator-angular-skeletons Show documentation
Show all versions of generator-angular-skeletons Show documentation
Angular Skeletons module of the Generator project
::ng-deep .notification-error-style {
background-color: white;
color:darkred;
.mat-button-wrapper {
color:darkred;
}
}
::ng-deep .notification-info-style {
background-color: white;
color:darkgreen;
.mat-button-wrapper {
color:darkgreen;
}
}
.app-body{
min-height:100%;
}