File: /home/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/assets/sass/sidebar/_sidebar-options.scss
/**
* Styles for blog from customizer */
// Sidebar
.search-form {
.search-field {
&:focus {
border-color: $thim_body_primary_color;
}
}
}
.widget-area {
aside.widget {
background-color: $thim_sidebar_widget_background_color;
margin-bottom: $thim_sidebar_widget_margin_bottom;
.widget-title, .widget-title a.rsswidget, h3 {
color: $thim_sidebar_widget_title_color;
font-size: $thim_sidebar_widget_title_font_size;
font-family: $thim_font_body_font_family;
}
}
ul li {
a {
font-family: $thim_font_body_font_family;
color: $thim_font_body_color;
&:hover {
color: $thim_body_primary_color;
}
}
&.current-cat a {
color: $thim_body_primary_color;
}
}
.calendar_wrap a {
color: $thim_body_primary_color;
&:hover {
color: $thim_font_title_color;
}
}
.widget .tagcloud a {
color: $thim_font_body_color;
&:hover {
border-color: $thim_body_primary_color;
color: $thim_body_primary_color;
}
}
}
// Remove when test theme
.widget-area {
.widget_categories,
.widget_archive {
ul li {
color: $thim_font_title_color;
}
}
}
.widget-area aside.widget.newsletter .newsletter-content form input[type="email"]:focus {
border-color: $thim_body_primary_color;
}