1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-01 13:47:06 +01:00
metamask-extension/ui/components/component-library/form-text-field/form-text-field.scss

12 lines
220 B
SCSS
Raw Normal View History

.mm-form-text-field {
2023-02-15 15:29:26 +01:00
--text-opacity-disabled: 0.5;
&--disabled {
2023-02-15 15:29:26 +01:00
.mm-form-text-field__label,
.mm-form-text-field__help-text {
2023-02-15 15:29:26 +01:00
opacity: var(--text-opacity-disabled);
cursor: default;
}
}
}