mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-05 23:44:56 +01:00
239f5f7fa6
* Include snap version in pill * snaps authorship styling * styling * Fix linting * Fix linting Co-authored-by: eriknson <eriks@mail.se>
30 lines
432 B
SCSS
30 lines
432 B
SCSS
@import "design-system";
|
|
|
|
.snaps-authorship-pill {
|
|
display: inline-block;
|
|
|
|
.chip {
|
|
padding-right: 8px;
|
|
}
|
|
|
|
&:hover,
|
|
&:focus {
|
|
.chip {
|
|
background-color: var(--color-background-alternative);
|
|
}
|
|
}
|
|
}
|
|
|
|
.snaps-authorship-icon {
|
|
color: var(--color-icon-alternative);
|
|
}
|
|
|
|
.snaps-authorship-version {
|
|
border-radius: 100px;
|
|
line-height: 100%;
|
|
}
|
|
|
|
.snaps-authorship-version > span {
|
|
vertical-align: middle;
|
|
}
|