2023-03-08 13:36:35 +00:00
|
|
|
.background
|
2023-01-25 15:13:56 +00:00
|
|
|
width: 100%
|
|
|
|
height: 100vh
|
|
|
|
|
|
|
|
position: fixed
|
|
|
|
top: 0
|
|
|
|
left: 0
|
|
|
|
|
2023-03-26 23:34:03 +00:00
|
|
|
background-color: RGB($bg-300)
|
|
|
|
background-image: linear-gradient(to right, RGB($bg-400) 15%, RGB($bg-200) 35%, RGB($bg-400) 50%)
|
|
|
|
background-size: 1000px 640px
|
|
|
|
animation: imgLoading 1.8s linear infinite forwards
|
2023-01-25 15:13:56 +00:00
|
|
|
|
|
|
|
user-select: none
|
|
|
|
overflow: hidden
|
2023-03-08 13:36:35 +00:00
|
|
|
z-index: 1
|
2023-01-25 15:13:56 +00:00
|
|
|
|
|
|
|
img
|
|
|
|
position: absolute
|
|
|
|
top: 0
|
|
|
|
left: 0
|
|
|
|
|
|
|
|
width: 100%
|
|
|
|
height: 100%
|
|
|
|
|
2023-03-25 16:22:32 +00:00
|
|
|
background-color: RGB($fg-white)
|
2023-03-01 23:29:34 +00:00
|
|
|
|
2023-01-25 15:13:56 +00:00
|
|
|
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%
|
|
|
|
|
2023-03-08 13:36:35 +00:00
|
|
|
z-index: +1
|