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

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

There is a newer version: 4.0.119
Show newest version
.add-fragment-modal {
	.modal-content {
		max-height: 80vh;
	}

	.fragment-type-cards {
		gap: 12px;

		.fragment-type-card {
			flex: 1;

			&-basic .card-item-first {
				background-color: $teal;
			}

			&-form .card-item-first {
				background-color: $orange;
			}

			.custom-control-label {
				opacity: 0;
			}

			.lexicon-icon {
				fill: $white;
			}
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy