diff --git a/src/main/resources/static/web/assets/styles/menu.css b/src/main/resources/static/web/assets/styles/menu.css index 6a905e3..0004ef0 100644 --- a/src/main/resources/static/web/assets/styles/menu.css +++ b/src/main/resources/static/web/assets/styles/menu.css @@ -462,12 +462,13 @@ footer{ -webkit-mask-image: linear-gradient(to right , transparent 0%, black 10%, black 50%,transparent 100%); .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%); } @@ -484,6 +485,7 @@ footer{ /* navbar */ .nav-link { + text-transform: uppercase; diff --git a/src/main/resources/static/web/menu.html b/src/main/resources/static/web/menu.html index 61ebb12..8568a90 100644 --- a/src/main/resources/static/web/menu.html +++ b/src/main/resources/static/web/menu.html @@ -328,8 +328,12 @@

-
{{comida.nombre}}
-

{{comida.description}}

+ +
+
{{comida.nombre}}
+

{{comida.description}}

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

-
{{comida.nombre}}
-

{{comida.description}}

+
+
{{comida.nombre}}
+

{{comida.description}}

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

Bebidas

@@ -386,14 +391,16 @@

-
{{bebida.nombre}}
-

{{bebida.descripcion}}

+
+
{{bebida.nombre}}
+

{{bebida.descripcion}}

+
Precio:{{formatCurrency(bebida.precio)}}
+ data-bs-target="#agregarBebida" v-on:click="alertAgregar(bebida)">Agregar
@@ -402,7 +409,6 @@
Precio:{{formatCurrency(bebida.prec

-
@@ -416,8 +422,10 @@

-
{{comida.nombre}}
-

{{comida.description}}

+
+
{{comida.nombre}}
+

{{comida.description}}

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