mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
3be1fc6d0c
* converted collectibles files to nfts * updated relative import for scss * updated scss for pages
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;
|
|
}
|
|
}
|