1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/ui/components/app/collectibles-items/index.scss
Alex Donesky 81ea24f08a
Feat/collectibles display (#12873)
* Wiring up Collectibles lists/items

* wip

* more wip

* more more wip

* yet more wip

* wippp

* more wipppp

* closer

* wroking

* more wip

* cleanup

* cleanup

* add-collectible form validation

* update default ipfs-gateway

* update refresh button

* fix proptypes issue + add more padding to asset background

* css tweaking

* more cleanup

* more cleanup

* more cleanup

* add migration

* address feedback

* fix migration + cleanup

* bumping controllers version + adapting new collectiblesController shape

* fix yarn dedupe
2021-12-01 10:10:17 -06:00

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;
}