Added country and birthday filters to actors page.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user