UI: Blender-id web-assets v2 upgrade #93590

Merged
Márton Lente merged 28 commits from ui/web-assets-v2-upgrade into main 2024-08-22 14:41:33 +02:00
2 changed files with 15 additions and 10 deletions
Showing only changes of commit 56a8c32c41 - Show all commits

View File

@ -32,7 +32,7 @@ body.is-auth-page
.blender-logo
filter: drop-shadow(.2rem 0 var(--spacer) rgba(0,0,0,0.15))
margin: var(--spacer-4) auto
margin: calc(var(--spacer) * 2) auto
z-index: 1
form
@ -65,7 +65,10 @@ body.is-auth-page
.blender-logo
display: block
height: calc(var(--spacer) * 5)
svg
height: calc(var(--spacer) * 5)
max-width: 100%
.auth-notes
background-color: rgba(black, .05)

File diff suppressed because one or more lines are too long