This commit is contained in:
2026-03-03 16:30:57 +07:00
parent a13304e40e
commit c253e1a370
7569 changed files with 1324841 additions and 0 deletions
@@ -0,0 +1,44 @@
/* Owl-carousel */
.owl-carousel {
img {
border-radius: 4px;
}
&.full-width {
.owl-nav {
position: absolute;
top: 30%;
width: 100%;
margin-top: 0;
.owl-prev,
.owl-next {
background: transparent;
color: $white;
i {
&:before {
width: 40px;
height: 40px;
background: rgba($black, .5);
border-radius: 100%;
font-size: 1.6rem;
font-weight: bold;
line-height: 40px;
}
}
}
.owl-prev {
float: left;
}
.owl-next {
float: right;
}
}
.owl-dots {
margin-top: 1rem;
}
}
.item-video {
width: 200px;
height: 200px;
}
}