1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-29 15:50:28 +01:00
metamask-extension/ui/components/app/nft-default-image/index.scss

18 lines
263 B
SCSS
Raw Normal View History

.nft-default {
padding-top: 100%;
position: relative;
&--clickable {
cursor: pointer;
}
&__text {
overflow: hidden;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: calc(100% - 32px);
}
}