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.
42 lines
672 B
42 lines
672 B
3 years ago
|
.collectibles-items {
|
||
|
&__image__wrapper {
|
||
|
border-radius: 4px;
|
||
|
width: 100%;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
&__image {
|
||
|
border-radius: 4px;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
&__item {
|
||
|
margin-bottom: 24px;
|
||
|
|
||
|
&__accordion-title {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
&__collection-image {
|
||
|
width: 32px;
|
||
|
height: 32px;
|
||
|
border-radius: 50%;
|
||
|
}
|
||
|
|
||
|
&__collection-image-alt {
|
||
|
border-radius: 50%;
|
||
|
width: 32px;
|
||
|
height: 32px;
|
||
|
padding: 8px;
|
||
|
background: $ui-4;
|
||
|
color: $ui-white;
|
||
|
text-align: center;
|
||
|
line-height: 1;
|
||
|
}
|
||
|
}
|
||
|
}
|