1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 03:36:18 +02:00
metamask-extension/ui/components/component-library/form-text-field/form-text-field.scss
2023-02-15 08:29:26 -06:00

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;
}
}
}