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

META-INF.resources.css._segment_edit.scss Maven / Gradle / Ivy

The newest version!
@import 'atlas-variables';

.segment-edit-page-root {
	display: flex;
	flex-direction: column;

	margin-bottom: -35px;
	width: 100%;

	.clay-localized-input {
		width: 100%;

		.form-group {
			margin: 0;
		}

		.form-text {
			display: none;
		}
	}

	@include media-breakpoint-up(md) {
		height: calc(100vh - #{$topHeaderHeight});

		&--with-warning {
			height: calc(100vh - #{$topHeaderHeightWithWarning});
		}
	}

	.contributor-conjunction {
		margin: 0 auto;
		width: 120px;
	}

	.form-header {
		background-color: $white;
		border-bottom: 1px solid $secondary-l2;

		.edit-icon {
			color: $secondary-l1;
		}

		.form-header-container {
			align-items: center;
			display: flex;
			justify-content: space-between;
			padding: 12px 14px;
		}

		.form-header-section-left {
			display: flex;
			flex: 1;
			padding-right: 8px;

			@include media-breakpoint-up(sm) {
				padding-right: 40px;
			}
		}

		.form-header-section-right {
			align-items: center;
			display: flex;

			.toggle-editing {
				margin-bottom: 0;
			}
		}

		.source-icon {
			margin: 0 8px;
		}
	}

	.form-body {
		flex: 1;
		height: 100%;
		min-height: 0;
		position: relative;
	}

	.title-editor-root.editing + .source-icon {
		display: none;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy