[ADD] theme 14.0
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user