?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules/widgets/



?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules

?? Viewing: _widgets.scss

/* ==========================================================================
   # Sidebar style - start
   ========================================================================== */
.edgtf-sidebar {
	.widget {

		padding-bottom: 18px;

		ul {
			padding-left: 5px;
		}

		ul li{
			display: block;
			padding: 5px 20px 5px 0;
			position: relative;

			ul {
				padding-left: 15px;
			}

			a{
				color: $default-text-color;
			}
			&:hover a,
			&:hover:after {
				color: $first-main-color;
			}
		}

		> ul > li{
			&:after{
				font-family: 'ElegantIcons';
				content: '9';
				font-size: 17px;
				font-weight: normal;
				font-variant: normal;
				text-transform: none;
				line-height: 1;
				-webkit-font-smoothing: antialiased;
				position: absolute;
				right: 0;
				top: 50%;
				color: #cfcfcf;
				@include edgtfTransform(translateY(-50%));
			}
		}

		select {
			border: 2px solid $default-border-color;
			border-radius: 2px;
			padding: 10px 5px;
			width: 100%;
			box-sizing: border-box;
		}

		.tagcloud {

			display: inline-block;
			margin: -6px;
			vertical-align: middle;

			a {
				font-size: 13px !important;
				color: $default-text-color;
				background-color: $elements-background-color;
				margin: 6px;
				display: inline-block;
				padding: 2px 13px;
				text-transform: capitalize;
				float: left;
				box-sizing: border-box;
				border: 2px solid transparent;
				border-radius: 2px;
			}

			a:hover {
				background-color: #fff;
				border-color: $default-border-color;
				color: $first-main-color;
			}
		}

		&.woocommerce{
			li:after{
				content: '';
				position:relative;
			}
		}

		.edgtf-blog-list{
			padding: 0;

			li{
				margin: 0;
			}
			li:after{
				content: ' ';
				display: none;
			}

			.edgtf-post-info-date{
				color: $first-main-color;
			}

		}


		#searchform {

			position: relative;

			.screen-reader-text {
				display: none;
			}

			input[type="text"]{
				background-color: $elements-background-color;
				border: none;
				border-bottom: 2px solid $default-border-color;
				width: 100%;
				font-size: 14px;
				font-weight: 600;
				text-transform: uppercase;
				height: 50px;
				line-height: 50px;
				padding: 0 10px 0 45px;
				box-sizing: border-box;
				font-family: 'Raleway', serif;
				color: $second-main-color;
				outline: none;
			}

			input[type="submit"]{
				height: 50px;
				line-height: 50px;
				width: 20px;
				display: inline-block;
				margin: 0;
				padding: 0;
				text-align: center;
				outline: 0;
				border: 0;
				text-decoration: none;
				background-color: transparent;
				color: $second-main-color;
				font-family: 'Simple-Line-Icons';
				cursor: pointer;
				white-space: nowrap;
				position: absolute;
				left: 13px;
				top: 0;
				font-size: 17px;
				font-weight: normal;
			}

			::-webkit-input-placeholder {
				color: $second-main-color;
			}

			:-moz-placeholder { /* Firefox 18- */
				color: $second-main-color;
			}

			::-moz-placeholder {  /* Firefox 19+ */
				color: $second-main-color;
			}

			:-ms-input-placeholder {
				color: $second-main-color;
			}

		}

		> h6 {
			padding: 14px 15px;
			background-color: $elements-background-color;
			border-bottom: 2px solid $default-border-color;
			margin-bottom: 18px;
		}

		> h6:before {
			font-family: 'Simple-Line-Icons';
			margin-right: 15px;
			color: #848482;
			font-size: 17px;
			font-weight: normal;
			position: relative;
			top: 2px;
			content: "\e028";
		}

		> h6 .rsswidget img{
			display: none;
		}

		&.widget_archive > h6:before {
			content: "\e039";
		}

		&.widget_calendar > h6:before {
			content: "\e075";
		}

		&.widget_categories > h6:before {
			content: "\e067";
		}

		&.widget_pages > h6:before {
			content: "\e040";
		}

		&.widget_meta > h6:before {
			content: "\e01c";
		}

		&.widget_recent_comments > h6:before {
			content: "\e04a";
		}

		&.widget_recent_entries > h6:before {
			content: "\e01c";
		}

		&.widget_rss > h6:before {
			content: "\e03b";
		}

		&.widget_search > h6:before {
			content: "\e090";
		}

		&.widget_text > h6:before {
			content: "\e01c";
		}

		&.widget_tag_cloud > h6:before {
			content: "\e01c";
		}
		&.edgtf-latest-posts-widget > h6:before {
			content: "\e034";
		}
	}

}
/* ==========================================================================
   # Sidebar style - end
   ========================================================================== */


??

??