pkg-components
Version:
34 lines (30 loc) • 621 B
CSS
.dateRange {
color: var(--color-neutral-gray-dark);
display: flex;
font-family: PFont-Regular;
font-size: 16px;
line-height: 1.5;
margin-left: 10px;
margin-top: 10px;
}
.label {
color: var(--color-neutral-gray-silver);
}
.boxRange {
border-radius: 4px;
cursor: pointer;
display: flex;
flex-direction: column;
height: auto;
justify-content: flex-start;
width: 100px;
}
.date {
color: var(--color-text-gray-light);
font-family: PFont-Regular;
line-height: 1.5;
margin: 0;
}
.separator {
margin: auto 5px;
}