1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-23 10:30:04 +01:00
metamask-extension/ui/pages/add-collectible/index.scss

10 lines
151 B
SCSS
Raw Normal View History

.add-collectible {
&__close {
color: var(--ui-black);
background: none;
flex: 0;
align-self: flex-start;
padding-right: 0;
}
}