DEV: Linting

This commit is contained in:
Justin DiRose 2020-10-06 12:36:08 -05:00
parent e6e302782b
commit bfc812ca9c
No known key found for this signature in database
GPG Key ID: 4B811FB264021800
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@
.btn.clear-search {
background-color: var(--secondary);
color: var(--tertiary);
font-size: .75em;
font-size: 0.75em;
position: absolute;
right: 0.80em;
right: 0.8em;
text-transform: lowercase;
top: 20%;
}