mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-10 16:45:22 +00:00
Michał
828167f762
Added logging to a .log file Fixed Images loosing colour and rotation on thumbnail generation Added more info to README
48 lines
903 B
Sass
48 lines
903 B
Sass
.background-decoration
|
|
margin: 0
|
|
padding: 0
|
|
|
|
width: 100%
|
|
height: 100vh
|
|
|
|
position: fixed
|
|
top: 0
|
|
left: 0
|
|
|
|
background-color: $white
|
|
|
|
background-image: linear-gradient(to right, darken($white, 1%) 15%, darken($white, 10%) 35%, darken($white, 1%) 50%)
|
|
background-size: 1000px 640px
|
|
animation: imgLoading 1.8s linear infinite forwards
|
|
|
|
user-select: none
|
|
overflow: hidden
|
|
|
|
img
|
|
position: absolute
|
|
top: 0
|
|
left: 0
|
|
|
|
width: 100%
|
|
height: 100%
|
|
|
|
background-color: $white
|
|
|
|
filter: blur(1rem)
|
|
transform: scale(1.1)
|
|
|
|
object-fit: cover
|
|
object-position: center center
|
|
|
|
span
|
|
position: absolute
|
|
top: 0
|
|
left: 0
|
|
|
|
width: 100%
|
|
height: 100%
|
|
|
|
background-image: linear-gradient(to bottom, rgba($white, 0), rgba($white, 1))
|
|
|
|
z-index: +1
|