mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-29 11:36:16 +00:00
Add image cache generation
This commit is contained in:
parent
2b795e520f
commit
de79f5bc54
11 changed files with 126 additions and 96 deletions
|
@ -103,7 +103,7 @@
|
|||
align-items: center
|
||||
|
||||
h1
|
||||
font-size: 3.5rem
|
||||
font-size: 3rem
|
||||
text-align: center
|
||||
|
||||
p
|
||||
|
|
|
@ -80,11 +80,17 @@
|
|||
|
||||
object-fit: cover
|
||||
object-position: center
|
||||
|
||||
background-color: RGB($fg-white)
|
||||
transform: scale(1.05)
|
||||
|
||||
transition: all 0.3s cubic-bezier(.79, .14, .15, .86)
|
||||
background-color: RGB($fg-white)
|
||||
filter: blur(0.5rem)
|
||||
opacity: 0
|
||||
|
||||
transition: all 0.2s cubic-bezier(.79, .14, .15, .86)
|
||||
|
||||
&.loaded
|
||||
filter: blur(0)
|
||||
opacity: 1
|
||||
|
||||
&:after
|
||||
content: ""
|
||||
|
|
|
@ -60,7 +60,7 @@ $breakpoint: 800px
|
|||
--blue: 141, 163, 185
|
||||
--purple: 169, 136, 176
|
||||
|
||||
--primary: 183, 169, 151
|
||||
--primary: var(--green) // 183, 169, 151
|
||||
--warning: var(--orange)
|
||||
--critical: var(--red)
|
||||
--success: var(--green)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue