@import '../../shared/styles/mixins';

.year-picker {
	display: flex;
	flex-direction: column;
	align-items: center;

	ol {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.scroll {
		line-height: 0.75rem;
		min-height: auto;

		svg {
			height: 0.75rem;
		}
	}

	.year {
		@include picker-action;

		background: none;
		border: none;
		height: 1.5625rem;
		width: 100%;
	}
}
