A Metamask fork with Infura removed and default networks editable
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
ciphermask/ui/components/app/collectibles-items/index.scss

51 lines
838 B

.collectibles-items {
&__collection {
margin-bottom: 24px;
&-accordion-title {
cursor: pointer;
}
&-wrapper {
background-color: transparent;
border: 0;
width: 100%;
}
&-image {
width: 32px;
height: 32px;
border-radius: 50%;
}
&-image-alt {
border-radius: 50%;
width: 32px;
height: 32px;
padding: 8px;
background: var(--ui-4);
color: var(--ui-white);
text-align: center;
}
&-item-wrapper {
align-self: center;
}
&-item {
border-radius: 4px;
width: 100%;
display: flex;
justify-content: center;
cursor: pointer;
align-self: center;
}
&-item-image {
border-radius: 4px;
width: 100%;
height: 100%;
cursor: pointer;
}
}
}