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/alloesb/www/wp-content/themes/listable/assets/scss/admin/edit-listing.scss
$border   : #d9d9d9;
$light    : #919191;
$body     : #515150;
$dark     : #262526;
$accent   : #0095ea;

//*------------------------------------*\
//   $HELPERS
//*------------------------------------*/

%centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

%box-sizing {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}






//*------------------------------------*\
//
//   $TAGS
//
//   Styling the listing tags to
//   better match their importance
//
//*------------------------------------*/

// Selected Tags
 .tagchecklist {

}

// Most Used Tags
.the-tagcloud {
	column-count: 2;
	column-gap: 5px;

	a {
		display: block;
		font-size: 13px !important;
	}

	#poststuff .inside & {
		padding: 8px 0 0 0;
		border: none;
	}
}

// listing columns
.type-job_listing .listable_job_image, .column-listable_job_image {
	width: 80px;

	.company_logo {
		width: 80px;
		//height: 100%;
		overflow: hidden;
	}
}