Made the searchbar fit in with the rest of the page better

This commit is contained in:
Topik0
2020-10-01 15:29:32 -05:00
parent 53c5a7c12f
commit 6fb923e8ea

View File

@@ -56,10 +56,13 @@ export default {
<style lang="scss">
input {
font-family: "Poppins";
padding: .5rem 1.5rem .5rem 1.5rem;
border-radius: .3rem;
background: #eee;
font-size:12px;
border: none;
background: #2E2E40;
font-size: 14px;
color: #fff;
&:focus {
outline:none;