1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 11:01:41 +01:00
metamask-extension/ui/app/pages/add-token/token-list/token-list-placeholder/index.scss
2020-08-19 11:41:56 -05:00

24 lines
367 B
SCSS

.token-list-placeholder {
display: flex;
align-items: center;
padding-top: 36px;
flex-direction: column;
line-height: 22px;
opacity: 0.5;
&__text {
color: $silver-chalice;
width: 50%;
text-align: center;
margin-top: 8px;
@media screen and (max-width: 575px) {
width: 60%;
}
}
&__link {
margin-top: 0.5rem;
}
}