-pagina busqueda
-
Busqueda
-
Esta es la página de búsqueda.
-
Utiliza el componente NavBarSearch para navegar.
+
+
+
+
+
+
Últimos productos
+
+
+
+
+
+
Hay {{ count }} productos
+
+
+
+
+ No hemos encontrado resultados para su búsqueda... pero puede buscar
+ otro o consultar estos productos.
+
+
+
+
+
\ No newline at end of file
+.applied-filters {
+ @include mobile {
+ display: none;
+ }
+ .title {
+ font-size: $xl;
+ color: $color-navy;
+ }
+}
+
+.filter-buttons {
+ margin-bottom: 30px;
+
+ button {
+ margin-right: 5px;
+ margin-bottom: 5px;
+ border: none;
+ border-radius: 5px;
+ padding: 8px 10px;
+ color: $color-light;
+ background-color: $color-dark-green;
+
+ img {
+ width: 18px;
+ margin-left: 5px;
+ position: relative;
+ bottom: 1px;
+ }
+ }
+
+ .btn-delete-all {
+ background-color: $color-darker-green;
+ }
+}
+
+.carousel {
+ @include mobile {
+ display: none;
+ }
+ .title {
+ font-size: $xl;
+ color: $color-navy;
+ @include tablet {
+ margin-top: 3rem;
+ }
+ }
+ .items {
+ margin: auto;
+ }
+}
+.results {
+ .title {
+ font-size: $xl;
+ color: $color-navy;
+ }
+ .count {
+ font-size: $xs;
+ color: $color-greytext;
+ }
+}
+.pagination {
+ margin-top: 40px;
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ justify-content: center;
+}
+
+.no-results {
+ p {
+ text-align: center;
+ font-size: $xl;
+ color: $color-navy;
+ margin-top: 100px;
+ margin-bottom: 100px;
+ }
+}
+
diff --git a/pages/test/admin.vue b/pages/test/admin.vue
deleted file mode 100644
index a9dbfdc..0000000
--- a/pages/test/admin.vue
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
- Solo para admins
-
\ No newline at end of file