Made the searchbar fit in with the rest of the page better
This commit is contained in:
@@ -56,10 +56,13 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
input {
|
input {
|
||||||
|
font-family: "Poppins";
|
||||||
padding: .5rem 1.5rem .5rem 1.5rem;
|
padding: .5rem 1.5rem .5rem 1.5rem;
|
||||||
border-radius: .3rem;
|
border-radius: .3rem;
|
||||||
background: #eee;
|
border: none;
|
||||||
font-size:12px;
|
background: #2E2E40;
|
||||||
|
font-size: 14px;
|
||||||
|
color: #fff;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline:none;
|
outline:none;
|
||||||
|
|||||||
Reference in New Issue
Block a user