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