bigbuffet-rw/app/styles/components/crypto-donate.scss

48 lines
601 B
SCSS
Raw Normal View History

.crypto-address {
@apply flex flex-col p-5;
2021-06-09 15:55:28 -07:00
&__head {
@apply flex items-center mb-1.5;
2021-06-09 15:55:28 -07:00
}
&__title {
@apply font-bold;
2021-06-09 15:55:28 -07:00
}
&__icon {
@apply flex items-start justify-center w-6 mr-2.5;
2021-06-09 15:55:28 -07:00
img {
@apply w-full;
2021-06-09 15:55:28 -07:00
}
}
2021-06-09 16:28:54 -07:00
&__actions {
@apply flex ml-auto;
2021-06-09 16:28:54 -07:00
a {
@apply text-gray-400 ml-2;
2021-06-09 16:28:54 -07:00
}
2021-09-27 21:47:43 -07:00
.svg-icon {
@apply h-4.5 w-4.5;
}
2021-06-09 16:28:54 -07:00
}
2021-06-09 15:55:28 -07:00
&__note {
@apply mb-2.5;
2021-06-09 15:55:28 -07:00
}
2021-06-09 17:28:16 -07:00
&__qrcode {
@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 {
@apply mt-auto;
2021-06-09 15:55:28 -07:00
}
}
.crypto-donate-modal .crypto-address {
@apply p-0;
2021-06-09 17:28:16 -07:00
}