Added country and birthday filters to actors page.

This commit is contained in:
2024-01-03 02:52:41 +01:00
parent b59a6dc066
commit 3c3be10c4e
21 changed files with 1061 additions and 138 deletions

View File

@@ -14,6 +14,13 @@
}
}
.input-inline {
border-radius: 0;
border: none;
border-bottom: solid 1px var(--grey-light-30);
background: var(--background);
}
.button {
padding: .5rem 1rem;
border: none;
@@ -67,9 +74,9 @@
}
.filter-section {
width: 15rem;
max-width: 100%;
width: 100%;
border-bottom: solid 1px var(--shadow-hint);
margin-bottom: .25rem;
}
.label-values {
@@ -175,13 +182,14 @@
.filter-label {
display: flex;
justify-content: space-between;
padding: .75rem .5rem .5rem .5rem;
padding: .5rem 0 .25rem .5rem;
color: var(--shadow);
font-weight: bold;
font-size: .9rem;
.label {
display: inline-flex;
width: 100%;
display: flex;
align-items: center;
text-transform: capitalize;
}