All Downloads are FREE. Search and download functionalities are using the official Maven repository.

angular.src.app.app.component.scss Maven / Gradle / Ivy

There is a newer version: 5.0.0-M2
Show newest version

::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%;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy