| Current Path : /home/h/a/p/happyrenas/old/devis-huissier.fr/old/sass/themes/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/h/a/p/happyrenas/old/devis-huissier.fr/old/sass/themes/_base-plugins.scss |
// Owlcarousel
.owl-carousel.c-theme {
.owl-controls {
.owl-dot {
background: #e1e1e1;
&:hover{
background: #fff;
}
&.active {
background:$base-color;
}
}
}
}
// Cubeportfolio
// filter buttons
.cbp-l-filters-button,
.cbp-l-filters-buttonCenter {
.cbp-filter-counter {
background-color: $base-color;
&:before {
border-top: 4px solid $base-color;
}
}
}
// Text filters
.cbp-l-filters-alignCenter,
.cbp-l-filters-text {
.cbp-filter-item {
&.cbp-filter-item-active {
color: $base-color;
}
}
.cbp-filter-counter {
background: none repeat scroll 0 0 $base-color;
&:before {
border-top: 4px solid $base-color;
}
}
}
// Faq
.cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
border-bottom-color: $base-color;
}
// Project
.cbp-l-project-desc-title,
.cbp-l-project-details-title {
&:before {
background: $base-color;
}
}
// Revo Slider
.tp-bullets.round.c-theme {
.bullet {
margin-right: 5px;
&.selected {
background: $base-color;
}
}
}
.tp-banner-container.c-theme {
.tparrows {
&.circle {
background-image: url(../../img/content/line-icons/#{$theme-name}.png);
}
}
}