@@ -1,12 +1,6 @@
<template lang="pug">
.products-searcher
input(type="text" placeholder="Buscar un producto")
- select.category-selector
- option(selected) Todos
- option Todos
- option Categoría 001
- option Categoría 002
- option Categoría 003
</template>
<script>
@@ -30,23 +24,4 @@
size: 11pt
style: normal
weight: bold
-
- .category-selector
- width: 150px
- height: inherit
- position: absolute
- border-radius: 0
- border: none
- background: #2196f3
- color: #fff
- &:active
- border: none !important
- box-shadow: none !important
- option
- height: 35px !important
- background: #f5f5f5
- color: #666
</style>