From 6b010faac446b8849c4c9b2f269df26dde73a492 Mon Sep 17 00:00:00 2001 From: Marcelo Puebla Date: Fri, 27 Dec 2019 15:53:25 -0300 Subject: [PATCH] Fix de responsividad --- src/app/modules/footer/footer.component.html | 4 +- .../seleccion-productos.component.html | 52 +++++++++++++++------- src/scss/styles-bootstrap.scss | 4 +- src/styles.scss | 9 +--- 4 files changed, 41 insertions(+), 28 deletions(-) diff --git a/src/app/modules/footer/footer.component.html b/src/app/modules/footer/footer.component.html index 01d9c9a..4da15e8 100644 --- a/src/app/modules/footer/footer.component.html +++ b/src/app/modules/footer/footer.component.html @@ -2,7 +2,7 @@
ESTAMOS PARA AYUDARTE
-
+
@@ -12,7 +12,7 @@ (click)="goBack()">
VOLVER
-
+
diff --git a/src/app/modules/seleccion-productos/seleccion-productos.component.html b/src/app/modules/seleccion-productos/seleccion-productos.component.html index 4e83e60..cfcccce 100644 --- a/src/app/modules/seleccion-productos/seleccion-productos.component.html +++ b/src/app/modules/seleccion-productos/seleccion-productos.component.html @@ -19,38 +19,56 @@
-
+

CATEGORÍAS

- +
-
-
+
+
- - {{categoria.id}} - + (click)="selectCategoria(i)" + *ngFor="let categoria of categorias; let i = index;"> + + {{categoria.id}}
- +
-
-
+
+
-
+
-
+

{{'CORTADO'}}

{{'Café con un poco de leche'}}

diff --git a/src/scss/styles-bootstrap.scss b/src/scss/styles-bootstrap.scss index 1bfbe01..47eee20 100644 --- a/src/scss/styles-bootstrap.scss +++ b/src/scss/styles-bootstrap.scss @@ -6,12 +6,14 @@ $primary: #aa006b; $secondary: #00acd8; $info: #f4b223; $light: #e6e7e9; - $theme-colors: ( primary: $primary, secondary: $secondary, info: $info, light: $light ); +$border-radius: 1.5rem !default; +$border-radius-lg: 2.5rem !default; +$border-radius-sm: 0.5rem !default; @import "node_modules/bootstrap/scss/bootstrap"; diff --git a/src/styles.scss b/src/styles.scss index cd0122c..1778dd7 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,4 +1,5 @@ @import "scss/styles-bootstrap.scss"; +@import "scss/typography.scss"; @import "scss/height-width.scss"; @import "scss/animations.scss"; @import "scss/icons.scss"; @@ -41,14 +42,6 @@ p { margin: 0 !important; } -.rounded { - border-radius: 1.5rem !important; -} - -.rounded-sm { - border-radius: 0.5rem !important; -} - .img-in-top { position: absolute; top: -35px; -- 1.9.1