mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
12 lines
189 B
SCSS
12 lines
189 B
SCSS
|
.mm-label {
|
||
|
--label-opacity-disabled: 0.5; // TODO: replace with design token
|
||
|
|
||
|
&--html-for {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
&--disabled {
|
||
|
opacity: var(--label-opacity-disabled);
|
||
|
}
|
||
|
}
|