[ADD] theme 14.0

This commit is contained in:
Jeremy Kersten
2021-05-10 15:45:35 +02:00
commit cb1e3be3f8
2309 changed files with 55585 additions and 0 deletions
@@ -0,0 +1,21 @@
@mixin s-showcase-slider-navigation-hook {
span {
text-indent: 100%;
background: url("../img/ui/s_showcase_slider-arrow.svg") no-repeat center center;
&:before { content: none; }
}
&:first-of-type {
span { transform: rotate(180deg); }
}
}
@mixin s-showcase-slider-close-hook {
background: url("../img/ui/s_showcase_slider-close.svg") no-repeat center center;
text-indent: 100%;
}
@mixin s-showcase-slider-slider-hover-hook {
&::after {
background: rgba(0, 0, 0, 0.4) url("../img/ui/s_showcase_slider-zoom.svg") no-repeat center center;
}
}