diff --git a/src/app/modules/footer/footer.component.html b/src/app/modules/footer/footer.component.html index 4da15e8..03c57f3 100644 --- a/src/app/modules/footer/footer.component.html +++ b/src/app/modules/footer/footer.component.html @@ -1,8 +1,8 @@
-
+
ESTAMOS PARA AYUDARTE
-
+
@@ -10,9 +10,9 @@
-
+
VOLVER
-
+
diff --git a/src/app/modules/formas-pago/formas-pago.component.html b/src/app/modules/formas-pago/formas-pago.component.html index 6fa93a5..e374043 100644 --- a/src/app/modules/formas-pago/formas-pago.component.html +++ b/src/app/modules/formas-pago/formas-pago.component.html @@ -6,7 +6,7 @@
-
+

ESTA TERMINAL OPERA CON

@@ -17,11 +17,12 @@ class="d-inline-block py-1 btn-effect bg-secondary badge-pill text-white" [routerLink]="['/opcion-pedido']"> CONTINUAR +

-
+

SI PREFERIS PAGAR EN EFECTIVO

te esperamos en la caja

diff --git a/src/app/modules/seleccion-productos/seleccion-productos.component.html b/src/app/modules/seleccion-productos/seleccion-productos.component.html index cfcccce..69026d1 100644 --- a/src/app/modules/seleccion-productos/seleccion-productos.component.html +++ b/src/app/modules/seleccion-productos/seleccion-productos.component.html @@ -10,12 +10,12 @@
- SELECCIONÁ TÚ COMIDA Y/O BEBIDA +

SELECCIONÁ TÚ COMIDA Y/O BEBIDA

-
+
@@ -89,8 +89,49 @@
-
- +
+
+
+

PRODUCTOS EN TÚ CARRITO DE COMPRAS

+
+
+
+ +
+
+
+
+ +

{{'lala'}}

+
+
+
+
+ +
+
+
diff --git a/src/app/modules/seleccion-productos/seleccion-productos.component.scss b/src/app/modules/seleccion-productos/seleccion-productos.component.scss index 9726227..9f85166 100644 --- a/src/app/modules/seleccion-productos/seleccion-productos.component.scss +++ b/src/app/modules/seleccion-productos/seleccion-productos.component.scss @@ -1,10 +1,5 @@ $primary: #aa006b; -.rounded-right { - border-top-right-radius: 1.5rem !important; - border-bottom-right-radius: 1.5rem !important; -} - .box-categorias { height: calc(100% - 100px) !important; } diff --git a/src/assets/img/ir-fondo-color.svg b/src/assets/img/ir-fondo-color.svg new file mode 100644 index 0000000..3fa1066 --- /dev/null +++ b/src/assets/img/ir-fondo-color.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + diff --git a/src/scss/styles-bootstrap.scss b/src/scss/styles-bootstrap.scss index 47eee20..5a211b5 100644 --- a/src/scss/styles-bootstrap.scss +++ b/src/scss/styles-bootstrap.scss @@ -12,8 +12,8 @@ $theme-colors: ( info: $info, light: $light ); -$border-radius: 1.5rem !default; -$border-radius-lg: 2.5rem !default; -$border-radius-sm: 0.5rem !default; +$border-radius: 1.5rem; +$border-radius-lg: 2.5rem; +$border-radius-sm: 0.5rem; @import "node_modules/bootstrap/scss/bootstrap"; diff --git a/src/styles.scss b/src/styles.scss index 1778dd7..e854fa8 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -59,6 +59,10 @@ p { transform: rotate(-90deg); } +.rotate-180-neg { + transform: rotate(-180deg); +} + .scroll-y { overflow-y: auto; scrollbar-width: none; @@ -66,3 +70,11 @@ p { display: none; } } + +.scroll-x { + overflow-x: auto; + scrollbar-width: none; + &::-webkit-scrollbar { + display: none; + } +}