AlkantarClanX12

Your IP : 3.145.8.139


Current Path : /home/thanudqk/siamfreetour.com/wp-content/plugins/generateblocks/src/components/dnd/
Upload File :
Current File : /home/thanudqk/siamfreetour.com/wp-content/plugins/generateblocks/src/components/dnd/editor.scss

.gb-sortable-list {
	margin: 0;
}

.gb-sortable-listitem {
	--icon-size: 1rem;
	display: grid;
	gap: 0.625rem;
	grid-template-columns: 36px minmax(0px, 1fr);
	position: relative;

	&__handle {
		border-radius: 0;
		height: 100%;
		position: relative;
		z-index: 2;
	}

	.components-button {
		svg {
			display: block;
			height: var(--icon-size);
			width: var(--icon-size);
		}
	}
}