CryptoDonate: improve styling

This commit is contained in:
Alex Gleason
2021-06-09 17:55:28 -05:00
parent fde99ff11c
commit 51ac3e3d4e
2 changed files with 37 additions and 3 deletions

View File

@ -1,5 +1,37 @@
.crypto-address {
padding: 20px;
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%;
}
}
&__note {
margin-bottom: 10px;
}
&__address {
margin-top: auto;
}
}
.site-wallet {