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

META-INF.resources.designer.css.definition-builder._app.scss Maven / Gradle / Ivy

There is a newer version: 5.0.140
Show newest version
@import 'atlas-variables';

.definition-builder-app {
	height: calc(100vh - 64px - var(--control-menu-container-height));

	.diagram-builder {
		display: flex;
		flex-direction: row;
		height: 100%;

		.diagram-area {
			background-color: $light-l1;
			height: 100%;
			position: relative;
			width: 100%;
		}

		.lexicon-icon {
			margin-top: 0;
		}
	}

	.truncate-container {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}

.modal-dialog.modal-sm.modal-dialog-centered:focus-visible {
	outline: none;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy