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.
24 lines
368 B
24 lines
368 B
7 years ago
|
.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;
|
||
7 years ago
|
|
||
|
@media screen and (max-width: 575px) {
|
||
|
width: 60%;
|
||
|
}
|
||
7 years ago
|
}
|
||
|
|
||
|
&__link {
|
||
|
color: $curious-blue;
|
||
|
}
|
||
|
}
|