mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 11:01:13 +00:00
15 lines
264 B
SCSS
15 lines
264 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;
|
||
|
}
|