mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
10 lines
161 B
SCSS
10 lines
161 B
SCSS
.add-collectible {
|
|
&__close {
|
|
color: var(--color-icon-default);
|
|
background: none;
|
|
flex: 0;
|
|
align-self: flex-start;
|
|
padding-right: 0;
|
|
}
|
|
}
|