@use '@talend/design-tokens/lib/tokens' as tokens;

.vertical {
	top: tokens.$coral-sizing-xxs;
	right: calc(#{tokens.$coral-sizing-xxxs} / 2 - 0.0313rem);
	bottom: tokens.$coral-sizing-xxs;
	width: 0.125rem;
	background: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0' y1='0' x2='0' y2='100%25' fill='none' stroke='%23d2d2d2' stroke-width='4' stroke-dasharray='2%2c6'/%3e%3c/svg%3e");

	div {
		width: 0.125rem;
		transition: height tokens.$coral-transition-slow;
	}
}
