2021-06-09 15:11:37 -07:00
|
|
|
.crypto-address {
|
2021-06-09 13:58:35 -07:00
|
|
|
padding: 20px;
|
2021-06-09 15:55:28 -07:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
|
|
|
|
&__head {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__title {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
&__icon {
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
|
|
|
justify-content: center;
|
|
|
|
width: 24px;
|
|
|
|
margin-right: 10px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-06-09 16:28:54 -07:00
|
|
|
&__actions {
|
|
|
|
margin-left: auto;
|
2021-06-11 07:29:44 -07:00
|
|
|
display: flex;
|
2021-06-09 16:28:54 -07:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: var(--primary-text-color--faint);
|
2021-09-27 21:47:43 -07:00
|
|
|
margin-left: 8px;
|
2021-06-09 16:28:54 -07:00
|
|
|
}
|
2021-09-26 22:00:03 -07:00
|
|
|
|
2021-09-27 21:47:43 -07:00
|
|
|
.svg-icon {
|
|
|
|
width: 18px;
|
|
|
|
height: 18px;
|
2021-09-26 22:00:03 -07:00
|
|
|
}
|
2021-06-09 16:28:54 -07:00
|
|
|
}
|
|
|
|
|
2021-06-09 15:55:28 -07:00
|
|
|
&__note {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2021-06-09 17:28:16 -07:00
|
|
|
&__qrcode {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
padding: 10px;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
|
|
|
|
2021-06-09 15:55:28 -07:00
|
|
|
&__address {
|
|
|
|
margin-top: auto;
|
|
|
|
}
|
2021-06-09 13:58:35 -07:00
|
|
|
}
|
2021-06-09 15:39:45 -07:00
|
|
|
|
2021-06-09 17:28:16 -07:00
|
|
|
.crypto-donate-modal {
|
2022-06-21 15:29:17 -07:00
|
|
|
.crypto-address {
|
|
|
|
padding: 0;
|
2021-09-27 21:47:43 -07:00
|
|
|
}
|
2021-06-09 17:28:16 -07:00
|
|
|
}
|