Yash Solanki
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
18 additions and
0 deletions
-
apps/client/src/styles.scss
|
|
@ -102,6 +102,15 @@ body { |
|
|
|
.mat-select-placeholder { |
|
|
|
color: rgba(var(--light-primary-text)); |
|
|
|
} |
|
|
|
|
|
|
|
&.mat-select-disabled { |
|
|
|
.mat-select-placeholder { |
|
|
|
color: rgba( |
|
|
|
var(--palette-foreground-disabled-text-dark), |
|
|
|
var(--palette-foreground-disabled-text-dark-alpha) |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
@ -239,4 +248,13 @@ ngx-skeleton-loader { |
|
|
|
.mat-select-placeholder { |
|
|
|
color: rgba(var(--dark-primary-text)); |
|
|
|
} |
|
|
|
|
|
|
|
&.mat-select-disabled { |
|
|
|
.mat-select-placeholder { |
|
|
|
color: rgba( |
|
|
|
var(--palette-foreground-disabled-text), |
|
|
|
var(--palette-foreground-disabled-text-alpha) |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|