A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/components/component-library/label/label.scss

11 lines
189 B

.mm-label {
--label-opacity-disabled: 0.5; // TODO: replace with design token
&--html-for {
cursor: pointer;
}
&--disabled {
opacity: var(--label-opacity-disabled);
}
}