base_ui/assets/common/scss/components/_fixed-images.scss

13 lines
260 B
SCSS
Raw Normal View History

2025-02-01 09:34:55 +00:00
.fixed-images {
position: absolute;
left: 50%;
top: 50%;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
min-width: 100%;
min-height: 100%;
object-fit: cover;
}