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