/* stylelint-disable declaration-no-important */

// =============================================================================
// :: Action
// =============================================================================
// .bp-c-action {}

// =============================================================================
// :: Elements
// =============================================================================
.bp-c-action__icon {
	fill: $bp-primary-color !important;
}

.bp-c-action__text {
	font-family: $bp-font-family-secondary !important;

	color: $bp-primary-color !important;
}

// =============================================================================
// :: Modifiers
// =============================================================================
.bp-c-action--white {

	.bp-c-action__icon {
		fill: $bp-text-color-white !important;
	}

	.bp-c-action__text {
		color: $bp-text-color-white !important;
	}
}
