mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-25 11:28:51 +01:00
12 lines
220 B
SCSS
12 lines
220 B
SCSS
.mm-form-text-field {
|
|
--text-opacity-disabled: 0.5;
|
|
|
|
&--disabled {
|
|
.mm-form-text-field__label,
|
|
.mm-form-text-field__help-text {
|
|
opacity: var(--text-opacity-disabled);
|
|
cursor: default;
|
|
}
|
|
}
|
|
}
|