Added date of birth filter.

This commit is contained in:
DebaucheryLibrarian
2021-03-03 23:54:54 +01:00
parent 96f9c8f01d
commit 721e6494cf
3 changed files with 63 additions and 0 deletions

View File

@@ -1,3 +1,16 @@
.input {
box-sizing: border-box;
padding: .5rem;
border: solid 1px var(--shadow-weak);
color: var(--shadow-strong);
background: var(--background);
font-size: 1rem;
&::-webkit-calendar-picker-indicator {
opacity: .5;
}
}
.select {
color: var(--shadow-strong);
background: var(--background);