2021-12-14 00:41:10 +01:00
|
|
|
.collectible-options {
|
|
|
|
&__button {
|
|
|
|
font-size: $font-size-paragraph;
|
2022-03-21 14:29:56 +01:00
|
|
|
color: var(--color-text-default);
|
2021-12-14 00:41:10 +01:00
|
|
|
background-color: inherit;
|
|
|
|
padding: 2px 0 2px 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__icon {
|
|
|
|
font-weight: 900;
|
|
|
|
}
|
|
|
|
}
|