.footer {
	border-top-width: $border-width;
	border-color: $light-gray-400;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: $grid-unit-20;
	margin-top: $grid-unit-20;
	flex-wrap: wrap;
}

.footerDark {
	border-color: $gray-70;
}

.cancelButton {
	color: #d63638;
	font-size: 17px;
}

.cancelButtonDark {
	color: #f86368;
}

.applyButton {
	color: $blue-50;
	font-size: 17px;
}

.applyButtonDark {
	color: $blue-30;
}

.colorText {
	font-family: $default-monospace-font;
	color: $light-primary;
	font-size: 16px;
	font-weight: 400;
}

.colorTextDark {
	color: $dark-primary;
}

.selectColorText {
	text-align: center;
	color: $gray;
	font-size: 16px;
	line-height: 24px;
}

.selectColorTextDark {
	color: $dark-primary;
}

.picker {
	padding: $grid-unit-20;
	border-radius: $grid-unit-20 * 0.5;
	height: 200px;
}

.pickerPointer {
	height: 16px;
}
