2021-12-14 00:41:10 +01:00
|
|
|
.collectible-options {
|
|
|
|
&__button {
|
|
|
|
font-size: $font-size-paragraph;
|
2022-01-06 18:35:49 +01:00
|
|
|
color: var(--Black-100);
|
2021-12-14 00:41:10 +01:00
|
|
|
background-color: inherit;
|
|
|
|
padding: 2px 0 2px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__icon {
|
|
|
|
font-weight: 900;
|
|
|
|
}
|
|
|
|
}
|