[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,11 @@
.s_numbers {
.s_number {
font-size: 75px;
@include media-breakpoint-down(sm) {
font-size: 60px;
}
}
h6 {
text-transform: uppercase;
}
}
@@ -0,0 +1,6 @@
@mixin s-product-list-img-hook {
transition: opacity 0.3s ease-out;
&:hover {
opacity: 0.3;
}
}