Blender-org web-assets v2 upgrade #104116
@ -238,9 +238,9 @@ $bleeding-color: #d0253f
|
|||||||
color: $color-text-light
|
color: $color-text-light
|
||||||
display: flex
|
display: flex
|
||||||
gap: .8rem
|
gap: .8rem
|
||||||
+padding(2, x)
|
|
||||||
+padding(2, y)
|
+padding(2, y)
|
||||||
padding-left: 2.8rem
|
padding-left: calc(var(--spacer) * 2.5)
|
||||||
|
padding-right: calc(var(--spacer) * 2.5)
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
transition: background-color ease-in-out var(--transition-speed), color ease-in-out var(--transition-speed)
|
transition: background-color ease-in-out var(--transition-speed), color ease-in-out var(--transition-speed)
|
||||||
user-select: none
|
user-select: none
|
||||||
@ -282,7 +282,7 @@ $bleeding-color: #d0253f
|
|||||||
&::before
|
&::before
|
||||||
color: var(--color-text-secondary)
|
color: var(--color-text-secondary)
|
||||||
font-family: 'fontutti'
|
font-family: 'fontutti'
|
||||||
left: .78.0rem
|
left: 1.2rem
|
||||||
pointer-events: none
|
pointer-events: none
|
||||||
position: absolute
|
position: absolute
|
||||||
top: .8rem
|
top: .8rem
|
||||||
@ -441,9 +441,12 @@ $bleeding-color: #d0253f
|
|||||||
font-size: var(--fs-sm)
|
font-size: var(--fs-sm)
|
||||||
+margin(3, top)
|
+margin(3, top)
|
||||||
|
|
||||||
|
.dl-bleeding,
|
||||||
|
.dl-features-text
|
||||||
|
line-height: calc(var(--spacer) * 2)
|
||||||
|
|
||||||
.dl-features-text
|
.dl-features-text
|
||||||
font-size: var(--fs-lg)
|
font-size: var(--fs-lg)
|
||||||
line-height: 1.8rem
|
|
||||||
+padding(5, left)
|
+padding(5, left)
|
||||||
|
|
||||||
p
|
p
|
||||||
|
Loading…
Reference in New Issue
Block a user