mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 17:00:54 +01:00
12 lines
196 B
SCSS
12 lines
196 B
SCSS
.backgroundImage {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
filter: blur(5px);
|
|
transform: scaleX(-1.05) scaleZ(-1.05);
|
|
opacity: 0.25;
|
|
top: 0;
|
|
left: 0;
|
|
object-fit: cover;
|
|
}
|