UI: Devfund-donation-box Web Assets v2 upgrade #1
8
dist/donation-box-message.html
vendored
8
dist/donation-box-message.html
vendored
File diff suppressed because one or more lines are too long
4
dist/donation-box.html
vendored
4
dist/donation-box.html
vendored
File diff suppressed because one or more lines are too long
@ -45,7 +45,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-12 col-msg">
|
||||
<h2 class="fs-xl fw-bold mb-3 mb-sm-5">
|
||||
<h2 class="fs-xl fw-title mb-3 mb-sm-5">
|
||||
Donate to the Blender project!
|
||||
</h2>
|
||||
<p class="fs-5">
|
||||
@ -98,7 +98,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6 col-12 col-msg">
|
||||
<h2 class="fs-xl fw-bold mb-3 mb-sm-5">
|
||||
<h2 class="fs-xl fw-title mb-3 mb-sm-5">
|
||||
Donate to the Blender project!
|
||||
</h2>
|
||||
<p class="fs-5">
|
||||
|
@ -258,6 +258,10 @@ select
|
||||
&:hover
|
||||
cursor: pointer
|
||||
|
||||
// TODO: move to Web Assets
|
||||
.fw-title
|
||||
+fw-title
|
||||
|
||||
|
||||
.img-badge
|
||||
height: calc(var(--spacer) * 4)
|
||||
min-width: calc(var(--spacer) * 4)
|
||||
|
Loading…
Reference in New Issue
Block a user
Isn't that in https://projects.blender.org/infrastructure/web-assets/src/branch/v2/src/styles/bootstrap-5/dist/css/bootstrap-utilities.css#L1274 ?
It is, but Web Assets also applies
font-variation-settings
rules on top, to make font-weight settings consistently work with variable fonts as well. (The+fw-title
mixin should be added – combiningfont-variation-settings
andfont-weight
rules – to Web Assets similarily to+fw-bold
, that already exists.)