2021-06-09 15:11:37 -07:00
|
|
|
.crypto-address {
|
2022-12-21 12:01:57 -08:00
|
|
|
@apply flex flex-col p-5;
|
2021-06-09 15:55:28 -07:00
|
|
|
|
|
|
|
&__head {
|
2022-12-21 12:01:57 -08:00
|
|
|
@apply flex items-center mb-1.5;
|
2021-06-09 15:55:28 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
&__title {
|
2022-12-21 12:01:57 -08:00
|
|
|
@apply font-bold;
|
2021-06-09 15:55:28 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
&__icon {
|
2022-12-21 12:01:57 -08:00
|
|
|
@apply flex items-start justify-center w-6 mr-2.5;
|
2021-06-09 15:55:28 -07:00
|
|
|
|
|
|
|
img {
|
2022-12-21 12:01:57 -08:00
|
|
|
@apply w-full;
|
2021-06-09 15:55:28 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-06-09 16:28:54 -07:00
|
|
|
&__actions {
|
2022-12-21 12:01:57 -08:00
|
|
|
@apply flex ml-auto;
|
2021-06-09 16:28:54 -07:00
|
|
|
|
|
|
|
a {
|
2022-12-21 12:01:57 -08:00
|
|
|
@apply text-gray-400 ml-2;
|
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 {
|
2022-12-21 12:01:57 -08:00
|
|
|
@apply h-4.5 w-4.5;
|
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 {
|
2022-12-21 12:01:57 -08:00
|
|
|
@apply mb-2.5;
|
2021-06-09 15:55:28 -07:00
|
|
|
}
|
|
|
|
|
2021-06-09 17:28:16 -07:00
|
|
|
&__qrcode {
|
2022-12-21 12:01:57 -08:00
|
|
|
@apply flex items-center justify-center mb-3 p-2.5;
|
2021-06-09 17:28:16 -07:00
|
|
|
}
|
|
|
|
|
2021-06-09 15:55:28 -07:00
|
|
|
&__address {
|
2022-12-21 12:01:57 -08:00
|
|
|
@apply mt-auto;
|
2021-06-09 15:55:28 -07:00
|
|
|
}
|
2021-06-09 13:58:35 -07:00
|
|
|
}
|
2021-06-09 15:39:45 -07:00
|
|
|
|
2022-12-21 12:01:57 -08:00
|
|
|
.crypto-donate-modal .crypto-address {
|
|
|
|
@apply p-0;
|
2021-06-09 17:28:16 -07:00
|
|
|
}
|