HEX
Server: Apache
System: Linux webm010.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: alloesb (202139)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/a/l/l/alloesb/www/wp-content/themes/listable/assets/scss/admin/fwp-settings.scss
#settings-job_fwp {

	th {
		display: none;
	}

	td {
		margin: 0;
		padding: 0;
	}

	.available_block {
		width: 30%;
		display: inline-block;
		vertical-align: top;
		margin-right: 5%;

		.sortable_block {
			background-color: transparent;
			border: none;
		}
		.facet-remove {
			display: none;
		}

		&:hover .facet-remove {
			display: none;
		}
	}

	.facets-config {
		width: 60%;
		display: inline-block;
	}
}

.sortable-ghost {
	opacity: .2;
}

.drag-handle {
	margin-right: 10px;
	font: bold 20px Sans-Serif;
	color: #5F9EDF;
	display: inline-block;
	cursor: move;
	cursor: -webkit-grabbing;  /* overrides 'move' */
}


.sortable_block {
	border: 1px dashed #bbbbbb;
	border-radius: 10px;
	background-color: #ebebeb;

	width: 100%;
	margin: 40px 10px;
	padding: 10px 0 30px;

	h3, p {
		margin: 9px 16px;
	}

	h3 {
		font-size: 15px;
	}

	em {
		font-size: 13px;
	}

	.secondary_blocks {
		border-top: 1px dashed #bbbbbb;
		background-color: #d9d9d9;
		margin-top: 10px;
		padding-top: 10px;
		padding-bottom: 30px;
		margin-bottom: -30px;
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
	}

	ul.facets {
		min-height: 50px;
		margin: 10px 10px 0 10px;

		li {
			position: relative;
			border: 1px solid #cccccc;
			border-left: 6px solid #906dbe;
			width: 132px;
			padding: 8px;
			margin: 6px;
			background-color: #fff;
			cursor: pointer; cursor: hand;
			display: inline-block;
			min-height: 40px;

			.facet-remove {
				position: absolute;
				top:0;
				right: 0;
				display: none;
			}

			&:hover {
				.facet-remove {
					display: inline-block;
				}
			}

			& > * {
				text-align: center;
				display: block;
				padding: 3px;

			}
			.title {
				font-size: 13px;
				color: #444444;
				text-transform: capitalize;
			}
			.type {
				font-size: 10px;
				color: #999999;
			}

		}
	}
}