2020-04-28 17:10:31 +07:00
|
|
|
.qr-wrapper {
|
|
|
|
background-color: #FFF;
|
|
|
|
padding: 10px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: 576px) {
|
|
|
|
.qrcode-col {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 575.98px) {
|
|
|
|
.qrcode-col {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.qrcode-col > div {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-right: 0px;
|
|
|
|
}
|
2021-10-11 22:33:20 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
margin-right: 15px;
|
|
|
|
@media (min-width: 576px) {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tx-link {
|
|
|
|
display: block;
|
2021-10-26 21:47:17 -03:00
|
|
|
height: 100%;
|
|
|
|
top: 9px;
|
2021-10-11 22:33:20 -03:00
|
|
|
position: relative;
|
2021-10-26 21:47:17 -03:00
|
|
|
@media (min-width: 576px) {
|
|
|
|
top: 11px;
|
|
|
|
}
|
2021-10-11 22:33:20 -03:00
|
|
|
@media (min-width: 768px) {
|
2021-10-26 21:47:17 -03:00
|
|
|
top: 17px;
|
2021-10-11 22:33:20 -03:00
|
|
|
}
|
|
|
|
}
|
2021-10-26 21:47:17 -03:00
|
|
|
.title-tx {
|
|
|
|
h2 {
|
|
|
|
line-height: 1;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-01-20 19:47:18 +04:00
|
|
|
.assetIcon {
|
2022-01-20 22:56:49 +04:00
|
|
|
height: 150px;
|
2022-01-20 19:47:18 +04:00
|
|
|
margin: 25px;
|
|
|
|
@media (min-width: 768px) {
|
2022-01-20 22:56:49 +04:00
|
|
|
height: 250px;
|
2022-01-20 19:47:18 +04:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-holder {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
2022-01-20 22:56:49 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
.defaultIcon {
|
|
|
|
margin: 25px;
|
|
|
|
height: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.defaultIcon.skeleton {
|
|
|
|
opacity: 0.5;
|
|
|
|
}
|
2022-01-21 00:16:18 +04:00
|
|
|
|
|
|
|
.assetName {
|
|
|
|
word-break: break-word;
|
|
|
|
white-space: normal;
|
|
|
|
}
|