Custom date range selection.

This commit is contained in:
Mike Cao 2020-09-13 01:26:54 -07:00
parent 7a8ab94bba
commit 4e103152b2
19 changed files with 545 additions and 40 deletions

View file

@ -1,16 +1,15 @@
.dropdown {
flex: 1;
position: relative;
font-size: var(--font-size-small);
min-width: 140px;
border: 1px solid var(--gray500);
border-radius: 4px;
cursor: pointer;
}
.value {
display: flex;
justify-content: space-between;
white-space: nowrap;
position: relative;
font-size: var(--font-size-small);
min-width: 140px;
padding: 4px 16px;
border: 1px solid var(--gray500);
border-radius: 4px;
cursor: pointer;
}