mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 09:21:54 +02:00
Define variables for colors
This commit is contained in:
parent
4c6b46e38f
commit
5c8ea2b73b
2 changed files with 4 additions and 3 deletions
|
@ -42,8 +42,8 @@ legend.float-left-tablet + button.float-right-tablet {
|
|||
// Custom style for disabled inputs
|
||||
@media (prefers-color-scheme: light) {
|
||||
.usa-input:disabled, .usa-select:disabled, .usa-textarea:disabled {
|
||||
background-color: var(--body-fg);
|
||||
color: var(--close-button-hover-bg);
|
||||
background-color: $theme-disabled-input-background-color;
|
||||
color: $theme-disabled-input-color;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -125,7 +125,8 @@ in the form $setting: value,
|
|||
# Input settings
|
||||
----------------------------*/
|
||||
$theme-input-line-height: 5,
|
||||
|
||||
$theme-disabled-input-color: #666666,
|
||||
$theme-disabled-input-background-color: #eeeeee,
|
||||
|
||||
/*---------------------------
|
||||
# Component settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue