@import '../../../../styles/_partials/index';

.Example {
	clip-path: inset(0px 0px 0px 0px);
}

.Modal {
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: $white;
	@include theme-input-border()
}
