All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.css.form-builder._form-pagination.scss Maven / Gradle / Ivy

$c: '.ddm-form-pagination';

#{$c} {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0 2.4rem 0 3rem;

	&.position-absolute {
		right: 0;
	}

	&.wizard-mode {
		border-bottom: 1px solid $light-400;
		margin-bottom: 1.4rem;
		padding-bottom: 0.2rem;
		padding-right: 6rem;
	}

	&.pagination-mode {
		border-top: 1px solid $light-400;
		margin-bottom: -25px;
		margin-top: 1.4rem;
		min-height: 90px;
	}

	.ddm-wizard,
	.ddm-pagination {
		width: 100%;
	}

	.ddm-pagination {
		margin-bottom: 0;

		.ddm-page-settings {
			margin-left: 0;
		}
	}

	.ddm-page-settings {
		margin-left: 2.4rem;
	}

	.ddm-wizard {
		margin-bottom: 24px;
		padding: 0 15px;
	}

	.multi-step-item {
		cursor: pointer;
	}
}

.ddm-paginated-builder {
	padding: 0;
	position: relative;

	&.bottom .ddm-paginated-builder-dropdown {
		bottom: 25px;
	}

	&.top .ddm-paginated-builder-dropdown {
		top: 32px;
	}
}

.horizontal-line {
	background-color: #cdced9;
	height: 1px;
	margin-bottom: 40px;
	margin-top: 40px;
	padding: 0 10px;
}

.page {
	padding: 0;
	position: relative;

	.add-page-button-container {
		align-items: center;
		display: flex;
		margin: 24px 0;

		.add-page-button {
			margin: 0 10px;
			white-space: nowrap;
		}

		.horizontal-line {
			background-color: #cdced9;
			height: 1px;
			margin: 4px 0;
			padding: 0;
			width: 100%;
		}
	}

	.h5.pagination {
		color: #a7a9bc;
		font-size: 10px;
		text-transform: uppercase;
	}

	.ddm-paginated-builder-dropdown {
		position: absolute;
		right: 24px;

		button.dropdown-toggle {
			border-width: 0;
			color: #6b6c7e;

			&:hover {
				background-color: #f7f8f9;
				border-color: #cdced9;
				color: #272833;
			}
		}
	}

	&.bottom .ddm-paginated-builder-dropdown {
		bottom: 25px;
	}

	&.top .ddm-paginated-builder-dropdown {
		right: 20px;
		top: 20px;
	}

	.ddm-paginated-builder-reorder {
		position: absolute;
		right: 60px;
		top: 32px;

		.reorder-page-button {
			border-width: 0;
			margin-right: 4px;
		}
	}

	.sheet {
		margin: 0;
		padding: 0;
	}

	.tooltip-inner {
		width: max-content;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy