File: /home/z/w/a/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/assets/sass/styles/_home3-options.scss
/**
* Home 3 Options */
//Select
.select2-container--default {
&.select2-container--open .selection .select2-selection--single .select2-selection__rendered {
color: $thim_body_primary_color !important;
}
.select2-results__option[aria-selected=true], .select2-results__option--highlighted[aria-selected] {
color: $thim_body_primary_color !important;
}
}
//Slider
.thim-link-slider2 {
a {
background: $thim_body_primary_color2;
&:hover {
background: darken($thim_body_primary_color2, 10%);
}
}
}
.thim-home-introduce .home3-introduce-heading .thim-sc-heading .article_heading .heading-button a{
font-family: $thim_font_title_font_family;
}