Files
dev-epau.archi.fr/user/themes/epau-antimatter/scss/template/_custom.scss
T
2021-03-26 16:14:56 +01:00

16 lines
265 B
SCSS

// Your custom SCSS should be written here...
.grav-lightslider {
.lSSlideOuter {
.lSPager.lSpg {
> li a {
z-index: 1;
}
}
}
}
#body > script:first-child + .grav-lightslider {
margin-top: -3rem;
}