2021-06-09 22:11:37 +00:00
|
|
|
.crypto-address {
|
2022-12-21 20:01:57 +00:00
|
|
|
@apply flex flex-col p-5;
|
2021-06-09 22:55:28 +00:00
|
|
|
|
|
|
|
&__head {
|
2022-12-21 20:01:57 +00:00
|
|
|
@apply flex items-center mb-1.5;
|
2021-06-09 22:55:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__title {
|
2022-12-21 20:01:57 +00:00
|
|
|
@apply font-bold;
|
2021-06-09 22:55:28 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__icon {
|
2022-12-21 20:01:57 +00:00
|
|
|
@apply flex items-start justify-center w-6 mr-2.5;
|
2021-06-09 22:55:28 +00:00
|
|
|
|
|
|
|
img {
|
2022-12-21 20:01:57 +00:00
|
|
|
@apply w-full;
|
2021-06-09 22:55:28 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-06-09 23:28:54 +00:00
|
|
|
&__actions {
|
2022-12-21 20:01:57 +00:00
|
|
|
@apply flex ml-auto;
|
2021-06-09 23:28:54 +00:00
|
|
|
|
|
|
|
a {
|
2022-12-21 20:01:57 +00:00
|
|
|
@apply text-gray-400 ml-2;
|
2021-06-09 23:28:54 +00:00
|
|
|
}
|
2021-09-27 05:00:03 +00:00
|
|
|
|
2021-09-28 04:47:43 +00:00
|
|
|
.svg-icon {
|
2022-12-21 20:01:57 +00:00
|
|
|
@apply h-4.5 w-4.5;
|
2021-09-27 05:00:03 +00:00
|
|
|
}
|
2021-06-09 23:28:54 +00:00
|
|
|
}
|
|
|
|
|
2021-06-09 22:55:28 +00:00
|
|
|
&__note {
|
2022-12-21 20:01:57 +00:00
|
|
|
@apply mb-2.5;
|
2021-06-09 22:55:28 +00:00
|
|
|
}
|
|
|
|
|
2021-06-10 00:28:16 +00:00
|
|
|
&__qrcode {
|
2022-12-21 20:01:57 +00:00
|
|
|
@apply flex items-center justify-center mb-3 p-2.5;
|
2021-06-10 00:28:16 +00:00
|
|
|
}
|
|
|
|
|
2021-06-09 22:55:28 +00:00
|
|
|
&__address {
|
2022-12-21 20:01:57 +00:00
|
|
|
@apply mt-auto;
|
2021-06-09 22:55:28 +00:00
|
|
|
}
|
2021-06-09 20:58:35 +00:00
|
|
|
}
|
2021-06-09 22:39:45 +00:00
|
|
|
|
2022-12-21 20:01:57 +00:00
|
|
|
.crypto-donate-modal .crypto-address {
|
|
|
|
@apply p-0;
|
2021-06-10 00:28:16 +00:00
|
|
|
}
|