@use "_var" as *;

.mask-bottom-enter-active,
.mask-bottom-leave-active {
	transition: height $masktime ease;
}

.mask-bottom-enter-from,
.mask-bottom-leave-to {
	height: 0;
	top: auto;
	bottom: 0;
}

.mask-bottom-enter-to,
.mask-bottom-leave-from {
	height: 100%;
	top: auto;
}
