|
@ -267,16 +267,16 @@ body { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.mat-mdc-unelevated-button { |
|
|
.mat-paginator { |
|
|
|
|
|
background-color: rgba(var(--palette-foreground-base-dark), 0.02); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.mdc-button { |
|
|
&.mat-primary { |
|
|
&.mat-primary { |
|
|
--mdc-filled-button-label-text-color: rgba(var(--dark-primary-text)); |
|
|
--mdc-filled-button-label-text-color: rgba(var(--dark-primary-text)); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.mat-paginator { |
|
|
|
|
|
background-color: rgba(var(--palette-foreground-base-dark), 0.02); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.svgMap-tooltip { |
|
|
.svgMap-tooltip { |
|
|
background: var(--dark-background); |
|
|
background: var(--dark-background); |
|
|
|
|
|
|
|
@ -353,6 +353,10 @@ ngx-skeleton-loader { |
|
|
visibility: hidden; |
|
|
visibility: hidden; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.line-height-1 { |
|
|
|
|
|
line-height: 1; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.lead { |
|
|
.lead { |
|
|
font-weight: unset; |
|
|
font-weight: unset; |
|
|
} |
|
|
} |
|
@ -429,12 +433,6 @@ ngx-skeleton-loader { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.mat-mdc-unelevated-button { |
|
|
|
|
|
&:not(:disabled) { |
|
|
|
|
|
--mdc-filled-button-label-text-color: rgba(var(--light-primary-text)); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.mat-paginator { |
|
|
.mat-paginator { |
|
|
background-color: rgba(var(--palette-foreground-base-light), 0.02); |
|
|
background-color: rgba(var(--palette-foreground-base-light), 0.02); |
|
|
|
|
|
|
|
@ -443,6 +441,12 @@ ngx-skeleton-loader { |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.mdc-button { |
|
|
|
|
|
&.mat-primary { |
|
|
|
|
|
--mdc-filled-button-label-text-color: rgba(var(--light-primary-text)); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
.no-min-width { |
|
|
.no-min-width { |
|
|
min-width: unset !important; |
|
|
min-width: unset !important; |
|
|
} |
|
|
} |
|
|