Issue #3277274 by richardrobinson, saki007ster, ApocalypticJake, bnjmnm, sjothivelu@valleywater.org, mcolebank, joshmiller, markie, mradcliffe, pilot3, W01F: Dialog css references nonexistient --color-whitesmoke css variable
parent
e894995a41
commit
73b7efeb71
|
@ -168,6 +168,6 @@
|
|||
}
|
||||
|
||||
#drupal-off-canvas .form-item .form-item__description {
|
||||
color: var(--color-whitesmoke);
|
||||
color: #f3f4f9;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
|
|
@ -159,7 +159,7 @@
|
|||
margin-left: 0;
|
||||
}
|
||||
& .form-item .form-item__description {
|
||||
color: var(--color-whitesmoke);
|
||||
color: var(--color-gray-050);
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue