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

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

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

html#{$cadmin-selector} .cadmin {
	.dsm-actions-icon-selection-modal ul li {
		color: $gray-600;
		cursor: pointer;
		padding-bottom: 8px;
		padding-top: 8px;

		&:hover {
			background-color: #f0f5ff;
			color: #272833;
		}
	}

	.panel-unstyled {
		margin-bottom: 0;
		padding: 1rem 1.5rem;

		.panel-header {
			&,
			&.collapsed {
				border-color: $gray-400;
			}

			&.panel-header-link {
				border-radius: 0;
			}
		}

		.tab-content.status-messages-content .tab-pane {
			padding: 2rem 0;
		}

		.field-feedback {
			font-size: 14px;

			&:last-child {
				color: #6b6c7e;
				font-weight: 600;
			}
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy