mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-27 12:56:01 +01:00
17 lines
199 B
SCSS
17 lines
199 B
SCSS
|
@import "design-system";
|
||
|
|
||
|
.snaps-authorship-pill {
|
||
|
display: inline-block;
|
||
|
|
||
|
&:hover,
|
||
|
&:focus {
|
||
|
.chip {
|
||
|
background-color: $ui-1;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.snaps-authorship-icon {
|
||
|
color: $ui-4;
|
||
|
}
|