UI: Devfund-donation-box Web Assets v2 upgrade #1

Merged
Márton Lente merged 26 commits from ui/web-assets-v2-upgrade into main 2024-11-04 12:49:39 +01:00
5 changed files with 12 additions and 11 deletions
Showing only changes of commit 747c00c72d - Show all commits

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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="#">

View File

@ -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="#">

View File

@ -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