2021-05-03 10:11:30 -03:00
|
|
|
.qr-wrapper {
|
|
|
|
background-color: #FFF;
|
|
|
|
padding: 10px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
display: inline-block;
|
2020-02-19 23:50:23 +07:00
|
|
|
}
|
|
|
|
|
2021-05-03 10:11:30 -03:00
|
|
|
.qrcode-col {
|
|
|
|
text-align: center;
|
2020-03-25 00:41:46 +07:00
|
|
|
}
|
|
|
|
|
2021-05-03 10:11:30 -03:00
|
|
|
.qrcode-col > div {
|
|
|
|
margin: 20px auto 5px;
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
text-align: center;
|
|
|
|
margin: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.fiat {
|
2021-10-11 22:33:20 -03:00
|
|
|
display: block;
|
2021-05-03 10:11:30 -03:00
|
|
|
font-size: 13px;
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
font-size: 14px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.table {
|
|
|
|
tr td {
|
|
|
|
&:last-child {
|
|
|
|
text-align: right;
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
@media (min-width: 576px) {
|
|
|
|
float: left;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2021-08-12 19:49:39 -03:00
|
|
|
a {
|
|
|
|
&:hover, &:focus{
|
|
|
|
text-decoration: none;;
|
|
|
|
}
|
|
|
|
}
|
2021-05-03 10:11:30 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.address-link {
|
|
|
|
line-height: 26px;
|
|
|
|
margin-left: 0px;
|
|
|
|
top: 14px;
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
line-height: 38px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.row{
|
|
|
|
flex-direction: column;
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
flex-direction: row;
|
2020-03-25 00:41:46 +07:00
|
|
|
}
|
2020-03-10 14:46:12 +07:00
|
|
|
}
|
2021-05-03 10:11:30 -03:00
|
|
|
@media (max-width: 767.98px) {
|
|
|
|
.mobile-bottomcol {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
.details-table td:first-child {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2021-07-05 16:28:56 -03:00
|
|
|
}
|
|
|
|
|
2021-07-16 09:33:22 -03:00
|
|
|
.btn-details {
|
|
|
|
position: relative;
|
|
|
|
top: 7px;
|
|
|
|
@media (min-width: 550px) {
|
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-07-05 16:28:56 -03:00
|
|
|
.block-tx-title {
|
2021-07-16 09:33:22 -03:00
|
|
|
padding-top: 10px;
|
2021-07-05 16:28:56 -03:00
|
|
|
display: block;
|
|
|
|
text-align: right;
|
2021-07-16 09:33:22 -03:00
|
|
|
margin-top: -30px;
|
2021-07-05 16:28:56 -03:00
|
|
|
@media (min-width: 550px) {
|
2021-07-16 09:33:22 -03:00
|
|
|
margin-top: 0px;
|
|
|
|
padding-top: 10px;
|
2021-07-05 16:28:56 -03:00
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
display: inline-block;
|
|
|
|
float: left;
|
|
|
|
line-height: 1.6;
|
2021-07-16 09:33:22 -03:00
|
|
|
margin: 0;
|
|
|
|
margin-bottom: -15px;
|
2021-07-05 16:28:56 -03:00
|
|
|
padding-right: 10px;
|
2021-07-16 09:33:22 -03:00
|
|
|
padding-top: 15px;
|
2021-07-05 16:28:56 -03:00
|
|
|
position: relative;
|
2021-07-16 09:33:22 -03:00
|
|
|
top: -22px;
|
|
|
|
width: auto;
|
2021-07-05 16:28:56 -03:00
|
|
|
@media (min-width: 550px) {
|
2021-07-16 09:33:22 -03:00
|
|
|
padding-top: 0px;
|
2021-07-05 16:28:56 -03:00
|
|
|
top: 0px;
|
|
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
2021-07-16 09:33:22 -03:00
|
|
|
padding-top: 5px;
|
2021-07-05 16:28:56 -03:00
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
}
|
2021-08-12 19:49:39 -03:00
|
|
|
}
|
|
|
|
|
|
|
|
.grow {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.next-previous-blocks {
|
2021-10-11 22:33:20 -03:00
|
|
|
font-size: 30px;
|
2021-08-12 19:49:39 -03:00
|
|
|
display: inline-block;
|
2021-10-11 22:33:20 -03:00
|
|
|
@media (min-width: 768px) {
|
|
|
|
font-size: 36px;
|
|
|
|
}
|
2021-08-12 19:49:39 -03:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: #1ad8f4;
|
|
|
|
&:hover, &:focus {
|
|
|
|
color: #09a3ba;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.disable {
|
|
|
|
font-size: 36px;
|
|
|
|
color: #393e5c73;
|
2021-10-11 22:33:20 -03:00
|
|
|
}
|
2021-10-12 08:57:00 -03:00
|
|
|
|
|
|
|
.tx-skeleton {
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
.header-bg {
|
|
|
|
&:first-child {
|
|
|
|
padding: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
&:nth-child(2) {
|
|
|
|
.row {
|
|
|
|
height: 107px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|