soapbox/app/styles/components/crypto-donate.scss

65 wiersze
873 B
SCSS
Czysty Zwykły widok Historia

.crypto-address {
padding: 20px;
2021-06-09 22:55:28 +00: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 23:28:54 +00:00
&__actions {
margin-left: auto;
display: flex;
2021-06-09 23:28:54 +00:00
a {
color: var(--primary-text-color--faint);
2021-09-28 04:47:43 +00:00
margin-left: 8px;
2021-06-09 23:28:54 +00:00
}
2021-09-28 04:47:43 +00:00
.svg-icon {
width: 18px;
height: 18px;
}
2021-06-09 23:28:54 +00:00
}
2021-06-09 22:55:28 +00:00
&__note {
margin-bottom: 10px;
}
2021-06-10 00:28:16 +00:00
&__qrcode {
margin-bottom: 12px;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
}
2021-06-09 22:55:28 +00:00
&__address {
margin-top: auto;
}
}
2021-06-10 00:28:16 +00:00
.crypto-donate-modal {
.crypto-address {
padding: 0;
2021-09-28 04:47:43 +00:00
}
2021-06-10 00:28:16 +00:00
}