HEX
Server: PHP/8.3.21 (Development Server)
System: wasi wasmer.sh 0.0.0 0.0.0 wasm32
User: (0)
PHP: 8.3.21
Disabled: NONE
Upload Files
File: /app/wp-content/themes/consultstreet/inc/customizer/controls/scss/modules/_sortable.scss
/* Control: Sortable. */

.customize-control-consultstreet-sortable ul.ui-sortable li {
	padding: 5px 10px;
	border: 1px solid $c-sortable-bd;
	background: $c-white;

	.dashicons {

		&.dashicons-menu {
			float: right;
		}

		&.visibility {
			margin-right: 10px;
		}
	}

	&.invisible {
		color: $c-sortable-ds;
		border: 1px dashed $c-sortable-ds;

		.dashicons.visibility {
			color: $c-sortable-ds;
		}
	}
}