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

// =============================================================================
// :: Preview
// =============================================================================
// .bp-c-preview {}

// =============================================================================
// :: Elements
// =============================================================================
.bp-c-preview__title {
	font-family: $bp-font-family-primary !important;
}

.bp-c-preview__content {
	border-color: $bp-border-color-base !important;
	background-color: $bp-background-color-white !important;
}

.bp-c-preview__actions {
	border-bottom-color: $bp-border-color-base !important;
	background-color: $bp-background-color-light !important;
}

// =============================================================================
// :: States
// =============================================================================
.bp-c-preview {

	&.has-code-enabled {

		.bp-c-preview__toggle {
			fill: $bp-primary-color !important;
		}
	}
}
