mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
1b6e58c417
* Wire collectibles frontend UI with controller data
13 lines
201 B
SCSS
13 lines
201 B
SCSS
.collectible-options {
|
|
&__button {
|
|
font-size: $font-size-paragraph;
|
|
color: $Black-100;
|
|
background-color: inherit;
|
|
padding: 2px 0 2px 8px;
|
|
}
|
|
|
|
&__icon {
|
|
font-weight: 900;
|
|
}
|
|
}
|