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;
|
2021-07-14 04:06:12 +02:00
|
|
|
|
|
|
|
img {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
2018-05-20 08:04:19 +02:00
|
|
|
|
|
|
|
&__text {
|
|
|
|
color: $silver-chalice;
|
|
|
|
width: 50%;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 8px;
|
2021-07-14 04:06:12 +02:00
|
|
|
opacity: 0.5;
|
2018-05-29 19:03:08 +02:00
|
|
|
|
2021-08-31 08:16:58 +02:00
|
|
|
@media screen and (max-width: $break-small) {
|
2018-05-29 19:03:08 +02:00
|
|
|
width: 60%;
|
|
|
|
}
|
2018-05-20 08:04:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
&__link {
|
2020-07-15 15:13:40 +02:00
|
|
|
margin-top: 0.5rem;
|
2018-05-20 08:04:19 +02:00
|
|
|
}
|
|
|
|
}
|