2021-12-14 00:41:10 +01:00
|
|
|
.collectibles-items {
|
2021-12-22 22:19:48 +01:00
|
|
|
&__collection {
|
2021-12-14 00:41:10 +01:00
|
|
|
margin-bottom: 24px;
|
|
|
|
|
2021-12-22 22:19:48 +01:00
|
|
|
&-accordion-title {
|
2021-12-14 00:41:10 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2022-01-27 18:26:33 +01:00
|
|
|
&-wrapper {
|
|
|
|
background-color: transparent;
|
|
|
|
border: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2021-12-22 22:19:48 +01:00
|
|
|
&-image {
|
2021-12-14 00:41:10 +01:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
2021-12-22 22:19:48 +01:00
|
|
|
&-image-alt {
|
2021-12-14 00:41:10 +01:00
|
|
|
border-radius: 50%;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
padding: 8px;
|
2022-03-16 15:49:25 +01:00
|
|
|
background: var(--color-overlay-alternative);
|
|
|
|
color: var(--color-overlay-inverse);
|
2021-12-14 00:41:10 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
2021-12-22 22:19:48 +01:00
|
|
|
|
|
|
|
&-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;
|
|
|
|
}
|
2021-12-14 00:41:10 +01:00
|
|
|
}
|
|
|
|
}
|