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

25 lines
384 B
SCSS
Raw Normal View History

2018-05-20 08:04:19 +02:00
.token-list-placeholder {
display: flex;
align-items: center;
padding-top: 36px;
flex-direction: column;
line-height: 22px;
opacity: .5;
&__text {
color: $silver-chalice;
width: 50%;
text-align: center;
margin-top: 8px;
@media screen and (max-width: 575px) {
width: 60%;
}
2018-05-20 08:04:19 +02:00
}
&__link {
@extend %link;
margin-top: .5rem;
2018-05-20 08:04:19 +02:00
}
}