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

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

There is a newer version: 4.0.127
Show newest version
#infoBoxModalShippingOptionInput {
	.shippingOptionItem {
		border: 1px solid var(--gray-300, #e6e7e7);
		border-radius: var(--border-radius, 5px);
		margin: 0.5rem 0;

		.custom-control-input,
		.custom-control-label::after,
		.custom-control-label::before {
			left: 0.5rem;
			top: 50%;
			transform: translateY(-50%);
		}

		label {
			padding: 1rem 0 1rem 2rem;
		}
	}
}

.term-description {
	height: 12rem;
	overflow-y: auto;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy