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;