mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
cda3e3e4c0
* Adding Label component * doc fixes * Adding label wrapping input
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);
|
|
}
|
|
}
|