UI: Devfund-donation-box Web Assets v2 upgrade #1
2
dist/donation-box-message.html
vendored
2
dist/donation-box-message.html
vendored
File diff suppressed because one or more lines are too long
2
dist/donation-box.html
vendored
2
dist/donation-box.html
vendored
File diff suppressed because one or more lines are too long
@ -137,12 +137,12 @@ input
|
|||||||
|
|
||||||
/* Custom components. */
|
/* Custom components. */
|
||||||
.box
|
.box
|
||||||
padding: (var(--spacer) * 2)
|
padding: calc(var(--spacer) * 2)
|
||||||
|
|
||||||
&.donation-box-message
|
&.donation-box-message
|
||||||
border-bottom-left-radius: 0
|
border-bottom-left-radius: 0
|
||||||
border-bottom-right-radius: 0
|
border-bottom-right-radius: 0
|
||||||
padding-top: (var(--spacer) * 2)
|
padding-top: calc(var(--spacer) * 2)
|
||||||
z-index: 2147483647 // z-index maximum
|
z-index: 2147483647 // z-index maximum
|
||||||
|
|
||||||
// Transform column vertically to improve vertical align, while keeping msg markup and JavaScript coupled with donation-box.html
|
// Transform column vertically to improve vertical align, while keeping msg markup and JavaScript coupled with donation-box.html
|
||||||
|
Loading…
Reference in New Issue
Block a user