Viewing File: /home/maglabs/etascom/wp-content/themes/agenzio/assets/scss/unitest.scss

//memu-unitest
.pxl-primary-menu-not-set {
	box-shadow: none;
	li {
		a {
			&:hover {
				color: $primary_color !important;
			}
		}
	}
}

.widget_block {
	.wp-block-search__label {
		
	}
}

.wp-block-search {
	.wp-block-search__button {
		padding: 0 20px;
	}
}

//* pxl-item--archive */
.pxl-item--archive {
	&.pxl-item--standard {
		.pxl-item--title {
			a {
				width: 100%;
				display: -webkit-box;
				word-break: break-word;
				-webkit-box-orient: vertical;
			}
		}
	}
}
Back to Directory File Manager