99 lines
1.9 KiB
SCSS
99 lines
1.9 KiB
SCSS
.myContainer {
|
|
min-height: 100vh;
|
|
font-size: small;
|
|
}
|
|
|
|
// ----------------------------------------------------------
|
|
|
|
.filtersContainer {
|
|
width: 90%;
|
|
background-color: white;
|
|
padding: 10px 10px 10px 10px;
|
|
}
|
|
|
|
.myRow {
|
|
margin-left: 1%;
|
|
}
|
|
|
|
.textFilter {
|
|
width: 50%;
|
|
font-size: medium;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.btnAjouter {
|
|
background-color: white;
|
|
border: solid 1px black;
|
|
}
|
|
|
|
// ----------------------------------------------------------
|
|
|
|
table {
|
|
margin: 0 auto;
|
|
width: 94%;
|
|
font-size: small;
|
|
}
|
|
.darkTheme table { border: solid 2px white; }
|
|
|
|
th.mat-sort-header-sorted {
|
|
color: black;
|
|
}
|
|
|
|
td {
|
|
font-size: small;
|
|
}
|
|
|
|
// -------------------------------------------------------------------------
|
|
|
|
::ng-deep .mat-radio-inner-circle {
|
|
color: black !important;
|
|
background-color: black !important;
|
|
}
|
|
|
|
::ng-deep .mat-radio-outer-circle{
|
|
color: black !important;
|
|
border: solid 1px gray !important;
|
|
}
|
|
|
|
// -------------------------------------------------------------------------
|
|
|
|
|
|
// 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;
|
|
}
|
|
|
|
|
|
// --------------------------------------------------------------------
|
|
|
|
|
|
// rong gauche
|
|
::ng-deep .mat-slide-toggle-thumb {
|
|
background-color: white !important;
|
|
}
|
|
|
|
// trait droite
|
|
::ng-deep .mat-slide-toggle-bar {
|
|
background-color: gray !important;
|
|
}
|
|
|
|
// rond droite
|
|
::ng-deep .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
|
|
background-color: white !important;
|
|
}
|
|
|
|
// trait gauche
|
|
::ng-deep .mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
|
|
background-color: cornflowerblue !important;
|
|
}
|