From 0d16af7bfae1debe9e5a025d42ea6f379ae9f028 Mon Sep 17 00:00:00 2001 From: fdmarzialetti Date: Sat, 1 Apr 2023 16:51:01 -0300 Subject: [PATCH 1/2] funcion agregar bebida --- src/main/resources/static/web/menu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/web/menu.html b/src/main/resources/static/web/menu.html index 012254f..a70b4f7 100644 --- a/src/main/resources/static/web/menu.html +++ b/src/main/resources/static/web/menu.html @@ -396,7 +396,7 @@
{{bebida.nombre}}
Precio:{{formatCurrency(bebida.precio)}}
+ data-bs-target="#agregarBebida" v-on:click="alertAgregar(bebida)">Agregar
From 24c2f25a945ccd6f516607d0934485f2c4f25fa9 Mon Sep 17 00:00:00 2001 From: fdmarzialetti Date: Sat, 1 Apr 2023 17:47:26 -0300 Subject: [PATCH 2/2] =?UTF-8?q?tama=C3=B1o=20imagenes=20cartas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../static/web/assets/styles/menu.css | 4 +-- src/main/resources/static/web/menu.html | 28 ++++++++++++------- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/src/main/resources/static/web/assets/styles/menu.css b/src/main/resources/static/web/assets/styles/menu.css index 78bc401..1d0fe67 100644 --- a/src/main/resources/static/web/assets/styles/menu.css +++ b/src/main/resources/static/web/assets/styles/menu.css @@ -458,12 +458,13 @@ footer { } .card-body{ - + height: 100%; } .img-comida { width: 100%; height: 100%; + min-height: 15em!important; border-radius: 0; -webkit-mask-image: linear-gradient(to left, transparent 0%, black 10%, black 50%,transparent 100%); } @@ -481,7 +482,6 @@ footer { /* navbar */ .nav-link { - display: flex; justify-content: center; font-family: 'Allerta Stencil', sans-serif; diff --git a/src/main/resources/static/web/menu.html b/src/main/resources/static/web/menu.html index a70b4f7..aab28e3 100644 --- a/src/main/resources/static/web/menu.html +++ b/src/main/resources/static/web/menu.html @@ -332,8 +332,12 @@

-
{{comida.nombre}}
-

{{comida.description}}

+ +
+
{{comida.nombre}}
+

{{comida.description}}

+
+
Precio:{{formatCurrency(comida.precio)}}
@@ -361,8 +365,10 @@

-
{{comida.nombre}}
-

{{comida.description}}

+
+
{{comida.nombre}}
+

{{comida.description}}

+
Precio:{{formatCurrency(comida.precio)}}
@@ -378,7 +384,6 @@
Precio:{{formatCurrency(comida.prec -

Bebidas

@@ -389,8 +394,10 @@

-
{{bebida.nombre}}
-

{{bebida.descripcion}}

+
+
{{bebida.nombre}}
+

{{bebida.descripcion}}

+
Precio:{{formatCurrency(bebida.precio)}}
@@ -404,7 +411,6 @@
Precio:{{formatCurrency(bebida.prec

-
@@ -417,8 +423,10 @@

-
{{comida.nombre}}
-

{{comida.description}}

+
+
{{comida.nombre}}
+

{{comida.description}}

+
Precio:{{formatCurrency(comida.precio)}}