mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
10 lines
175 B
SCSS
10 lines
175 B
SCSS
|
.mm-form-text-field {
|
||
|
--help-text-opacity-disabled: 0.5;
|
||
|
|
||
|
&--disabled {
|
||
|
.mm-form-text-field__help-text {
|
||
|
opacity: var(--help-text-opacity-disabled);
|
||
|
}
|
||
|
}
|
||
|
}
|