@import './type-thin-gray.scss';

// Тонкий синий слайдер
@mixin type-thin-blue () {
	@include type-thin-gray();

	& {
		background: $thin-blue-slider-bg;
	}

	.slider__thumb {
		&:after {
			background: $thin-blue-thumb-bg;
		}
		&:hover,
		&.slider__thumb--pressed {
			&:after {
				background: $thin-blue-thumb-bg-pressed;
			}
		}
	}
}
