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