Added actor alphanetic and gender filters.
This commit is contained in:
8
assets/css/_inputs.scss
Normal file
8
assets/css/_inputs.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
.select {
|
||||
color: $shadow-strong;
|
||||
background: $background;
|
||||
padding: .5rem;
|
||||
font-size: 1rem;
|
||||
border: solid 1px $shadow-weak;
|
||||
cursor: pointer;
|
||||
}
|
||||
@@ -1,4 +1,5 @@
|
||||
@import 'theme';
|
||||
@import 'inputs';
|
||||
@import 'states';
|
||||
@import 'tooltip';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user