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

// =============================================================================
// :: Folder-thumb
// =============================================================================
// .bp-c-folder-thumb {}

// =============================================================================
// :: Elements
// =============================================================================
.bp-c-folder-thumb__placeholder {
	border: $bp-border-width-base solid $bp-border-color-base !important;
}

.bp-c-folder-thumb__placeholder-icon {
	fill: $bp-background-color-medium !important;
}

.bp-c-folder-thumb__info {
	background-color: $bp-background-color-light !important;
	border: $bp-border-width-base solid $bp-border-color-base !important;
	border-top: none !important;
}

.bp-c-folder-thumb__name {
	font-family: $bp-font-family-secondary !important;
}

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

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