mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
dc217dd536
* yet more nft ux cleanups
17 lines
230 B
SCSS
17 lines
230 B
SCSS
.collectibles-tab {
|
|
&__link {
|
|
a {
|
|
padding: 4px;
|
|
font-size: 0.875rem;
|
|
}
|
|
}
|
|
|
|
&__loading {
|
|
display: flex;
|
|
height: 250px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 30px;
|
|
}
|
|
}
|