Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/ui/date-picker/src/css/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/ui/date-picker/src/css/year-picker.css

.ui-year-picker {
	display: flex;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background-color: #fff;
}

.ui-year-picker-trio {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 25%;
}

.ui-year-picker-year {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	height: 36px;
	cursor: pointer;
	border-radius: var(--ui-border-radius-pill);
	margin: 0;
	padding: 0;
	appearance: none;
	background: none;
	color: inherit;
	font: inherit;
	border: none;
	box-sizing: content-box;
}

.ui-year-picker-year:focus-visible,
.ui-year-picker-year.--focus-visible {
	outline: 2px solid var(--ui-date-picker-outiline-color);
}

.ui-year-picker-year.--current {
	color: var(--ui-color-primary);
}

.ui-year-picker-year.--focused {
	background-color: rgba(47, 198, 246, 0.20);
}

.ui-year-picker-year.--selected {
	background-color: var(--ui-color-primary);
	color: var(--ui-color-on-primary);
}