UI: Devfund-donation-box Web Assets v2 upgrade #1
6
dist/donation-box-message.html
vendored
6
dist/donation-box-message.html
vendored
File diff suppressed because one or more lines are too long
6
dist/donation-box.html
vendored
6
dist/donation-box.html
vendored
File diff suppressed because one or more lines are too long
@ -135,7 +135,7 @@
|
||||
<div class="align-items-center d-flex h-100 position-absolute ps-5 start-0 top-0 z-2">
|
||||
<span class="fs-4 js-value-symbol text-color-primary">€</span>
|
||||
</div>
|
||||
<input class="form-control fs-4 input-one-time-donate js-input-one-time-donate text-center" min="5" max="999999" type="number">
|
||||
<input class="form-control input-one-time-donate js-input-one-time-donate text-center" min="5" max="999999" type="number">
|
||||
</div>
|
||||
<div>
|
||||
<a class="btn btn-lg btn-primary js-btn-one-time-donate w-100" href="#">
|
||||
|
@ -80,7 +80,7 @@
|
||||
<div class="align-items-center d-flex h-100 position-absolute ps-5 start-0 top-0 z-2">
|
||||
<span class="fs-4 js-value-symbol text-color-primary">€</span>
|
||||
</div>
|
||||
<input class="form-control fs-4 input-one-time-donate js-input-one-time-donate text-center" min="5" max="999999" type="number">
|
||||
<input class="form-control input-one-time-donate js-input-one-time-donate text-center" min="5" max="999999" type="number">
|
||||
</div>
|
||||
<div>
|
||||
<a class="btn btn-primary btn-lg js-btn-one-time-donate w-100" href="#">
|
||||
|
@ -182,9 +182,10 @@ input
|
||||
transition: all var(--transition-speed-slow)
|
||||
|
||||
.btn-lg
|
||||
@extend .fs-4
|
||||
line-height: var(--spacer-5) !important
|
||||
padding: var(--spacer-4) !important
|
||||
font-size: var(--fs-h4)
|
||||
line-height: calc(var(--spacer) * 2.5) !important
|
||||
padding-bottom: var(--spacer-4) !important
|
||||
padding-top: var(--spacer-4) !important
|
||||
|
||||
.btn-link
|
||||
border: 2px solid var(--btn-color) !important
|
||||
|
Loading…
Reference in New Issue
Block a user