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

META-INF.resources.css._variations-nav.scss Maven / Gradle / Ivy

There is a newer version: 3.0.125
Show newest version
@import 'cadmin-variables';

.sortable-list-item {
	$self: &;

	border: 2px solid transparent;

	&.list-group-item {
		background-color: transparent;
		border-radius: 4px;
		padding: 2px 0;
	}

	&__drag-icon {
		width: 16px;

		svg {
			margin-top: 0;
		}
	}

	&__label {
		&.autofit-col {
			flex: auto;
			padding-left: 0.25rem;
		}

		a {
			font-weight: 400;
		}
	}

	&.active {
		background-color: rgba($cadmin-primary, 0.04);

		#{$self}__label {
			a {
				color: $cadmin-primary;
				font-weight: 600;
			}
		}
	}

	&:hover:not(.active) {
		background-color: rgba($cadmin-dark, 0.04);
	}
}

.sortable-list-dropdown-item {
	border-color: $cadmin-gray-300;
}

.more-actions {
	&__button {
		color: $cadmin-gray-600;

		&--active {
			background-color: rgba($cadmin-dark, 0.03);
			color: $cadmin-gray-900;
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy