mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 10:30:04 +01:00
19 lines
280 B
SCSS
19 lines
280 B
SCSS
|
.collectibles-items {
|
||
|
&__image {
|
||
|
border-radius: 0.625rem;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.collection-icon {
|
||
|
border-radius: 50%;
|
||
|
width: 2rem;
|
||
|
height: 2rem;
|
||
|
padding: 0.5rem;
|
||
|
background: $ui-4;
|
||
|
color: $ui-white;
|
||
|
text-align: center;
|
||
|
line-height: 1;
|
||
|
}
|