CryptoDonate: add CryptoDonateWidget to homepage
This commit is contained in:
parent
a3ee5789bc
commit
acfca37dec
6 changed files with 51 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -67,3 +67,35 @@
|
|||
padding: 10px 0;
|
||||
}
|
||||
}
|
||||
|
||||
.crypto-donate-panel {
|
||||
&__message {
|
||||
margin: 20px 0;
|
||||
margin-top: -12px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.site-wallet {
|
||||
display: block;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.crypto-address {
|
||||
padding: 0;
|
||||
margin: 20px 0;
|
||||
|
||||
&:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&--has-more {
|
||||
.site-wallet {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -129,4 +129,23 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
&__expand-btn {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
max-height: 46px;
|
||||
position: relative;
|
||||
border-top: 1px solid;
|
||||
border-color: var(--brand-color--faint);
|
||||
transition: max-height 150ms ease;
|
||||
overflow: hidden;
|
||||
opacity: 1;
|
||||
text-align: center;
|
||||
line-height: 46px;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
color: var(--primary-text-color);
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue