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

META-INF.resources.js.components.ObjectField.ObjectFieldFormBase.scss Maven / Gradle / Ivy

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

.lfr-objects__object-field-form-base {
	&-container {
		display: flex;
		gap: 0.5rem;
	}

	&-form-group-toggles {
		display: contents;

		.modal & {
			display: grid;
			gap: 1.56rem;
			margin-bottom: 1.5rem;
		}
	}

	&-object-field-type-option {
		display: flex;
		flex-direction: column;
	}

	&-picklist {
		&-container {
			display: flex;
			flex-direction: column;
			gap: 1rem;
		}

		&-manage-button {
			align-items: center;
			display: flex;
			gap: 0.5rem;
			width: max-content;
		}

		&-select-field {
			margin-bottom: unset;
			width: 100%;

			&:not(.has-error) div:first-child {
				margin-top: unset;
			}
		}

		&-single-select {
			align-items: end;
			display: flex;
			gap: 1rem;

			&-error {
				align-items: center;
			}
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy