Update: Environment for Heroku Production
This commit is contained in:
parent
5fbdb7098e
commit
13daf10ca8
201 changed files with 34 additions and 2736 deletions
24
src/app/app.component.scss
Normal file
24
src/app/app.component.scss
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
::ng-deep snack-bar-container.custom-class {
|
||||
//background: yellow;
|
||||
}
|
||||
::ng-deep .custom-class .mat-simple-snackbar {
|
||||
//color: green;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
|
||||
// aura
|
||||
::ng-deep .mat-checkbox-ripple .mat-ripple-element {
|
||||
background-color: grey !important;
|
||||
}
|
||||
|
||||
// contenu coche
|
||||
::ng-deep .mat-checkbox-checked.mat-accent .mat-checkbox-background {
|
||||
background-color: black !important;
|
||||
}
|
||||
|
||||
// indeterminate
|
||||
::ng-deep .mat-checkbox .mat-checkbox-frame {
|
||||
border: solid 1px black !important;
|
||||
background-color: white !important;
|
||||
}
|
||||
Reference in a new issue