Files
Homarr/packages/widgets/src/rssFeed/component.module.scss
2024-07-27 18:11:29 +02:00

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;
}