39 lines
716 B
SCSS
39 lines
716 B
SCSS
h3 {
|
|
text-align: center;
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.conteneurPlaylists {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.conteneurBtnCreerPlaylist {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.conteneurInputNewPlaylist {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
|
|
// -------------------------------------------------------------------------
|
|
|
|
|
|
// 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-color: black !important;
|
|
background-color: white !important;
|
|
}
|