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

META-INF.resources.js.components.ModelBuilder.ObjectDefinitionNode.ObjectDefinitionNodeFooter.scss Maven / Gradle / Ivy

The newest version!
.lfr-objects__model-builder-node {
	&-button-container {
		align-items: center;
		display: flex;
		justify-content: center;
		padding: 0.5rem;

		button {
			align-items: center;
			border-color: #cdced9;
			display: flex;
			height: 2rem;
			justify-content: center;
			min-width: 16.5rem;
		}

		:focus,
		.btn.focus {
			box-shadow: none;
		}

		span {
			font-size: 14px;
		}
	}

	&-show-all-fields {
		&-button {
			align-items: center;
			color: #6b6c7e;
			cursor: pointer;
			display: flex;
			font-size: 12px;
			font-weight: 400;
			gap: 6px;
			margin-bottom: 0.5rem;

			&:hover {
				color: #0b5fff !important;
			}
		}

		&-container {
			align-items: center;
			display: flex;
			justify-content: center;

			:focus,
			.btn.focus {
				box-shadow: none;
			}
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy