update
This commit is contained in:
17
components/Search.vue
Normal file
17
components/Search.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template lang="pug">
|
||||
input.search(placeholder="Search")
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
input {
|
||||
width: 50%;
|
||||
padding: .7rem 2rem .7rem 2rem;
|
||||
border-radius: .5rem;
|
||||
background: #eee;
|
||||
|
||||
&:focus {
|
||||
outline:none;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user