decentraland-ui
Version:
Decentraland's UI components and styles
32 lines (28 loc) • 639 B
CSS
.dui-nft-image {
width: 100%;
height: 100%;
}
.dui-nft-image__image {
width: 100%;
height: 100%;
object-fit: contain;
}
.dui-nft-image--ens {
display: flex;
align-items: center;
justify-content: center;
font-size: 28px;
height: 100%;
background-image: url('../../assets/logo_dark.svg');
background-position: center;
background-repeat: no-repeat;
background-color: #37333d;
color: white;
flex-direction: column;
}
.dui-nft-image--atlas .resize-triggers,
.dui-nft-image--atlas .react-tile-map,
.dui-nft-image--atlas .react-tile-map-canvas {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}