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

META-INF.resources.components.data_renderers.data_renderers.scss Maven / Gradle / Ivy

@import '../../styles/variables';

.status.workflow-status-data-renderer {
	background-color: #fff;
	border-color: $info-secondary;
	color: $info-primary;

	&.awaiting-pickup,
	&.draft,
	&.expired,
	&.in-progress,
	&.partially-refunded,
	&.partially-shipped,
	&.pending,
	&.processing,
	&.on-hold,
	&.shipped {
		border-color: $warning-secondary;
		color: $warning-primary;
	}

	&.denied,
	&.disputed,
	&.cancelled,
	&.declined {
		border-color: $danger-secondary;
		color: $danger-primary;
	}

	&.approved,
	&.completed,
	&.refunded,
	&.subscription,
	&.completed {
		border-color: $success-secondary;
		color: $success-primary;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy