add asentus template

This commit is contained in:
2024-05-21 05:13:26 +02:00
parent d902ea6add
commit 2bcf4fe852
114 changed files with 33775 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
/*------------------------------------------------------------------
[Swiper Slider]
------------------------------------------------------------------*/
.swiper-slider {
@include position(relative);
@include size(100%);
overflow: hidden;
}
.swiper-clients-img {
display: block;
@include size(190px, auto);
margin: 0 auto;
opacity: 1;
cursor: pointer;
@include cubic-transition($delay: 0, $duration: 200ms, $property: (all));
&:hover {
opacity: .8;
@include cubic-transition($delay: 0, $duration: 200ms, $property: (all));
}
}