You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
400 B
28 lines
400 B
7 years ago
|
.token-list-placeholder {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
padding-top: 36px;
|
||
|
flex-direction: column;
|
||
|
line-height: 22px;
|
||
3 years ago
|
|
||
|
img {
|
||
|
opacity: 0.5;
|
||
|
}
|
||
7 years ago
|
|
||
|
&__text {
|
||
|
color: $silver-chalice;
|
||
|
width: 50%;
|
||
|
text-align: center;
|
||
|
margin-top: 8px;
|
||
3 years ago
|
opacity: 0.5;
|
||
7 years ago
|
|
||
|
@media screen and (max-width: 575px) {
|
||
|
width: 60%;
|
||
|
}
|
||
7 years ago
|
}
|
||
|
|
||
|
&__link {
|
||
4 years ago
|
margin-top: 0.5rem;
|
||
7 years ago
|
}
|
||
|
}
|