mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
28 lines
390 B
SCSS
28 lines
390 B
SCSS
|
.nft-item {
|
||
|
&__container {
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
padding: 0;
|
||
|
border-radius: 8px;
|
||
|
cursor: unset;
|
||
|
}
|
||
|
|
||
|
&__badge-wrapper {
|
||
|
max-width: 100%;
|
||
|
position: relative;
|
||
|
align-self: center;
|
||
|
cursor: unset;
|
||
|
|
||
|
&__clickable {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&__item-image {
|
||
|
border-radius: 8px;
|
||
|
padding: 0;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
}
|
||
|
}
|