diff --git a/src/app/components/inicio/inicio.component.html b/src/app/components/inicio/inicio.component.html index 83f1cb8..6b6e7db 100644 --- a/src/app/components/inicio/inicio.component.html +++ b/src/app/components/inicio/inicio.component.html @@ -13,6 +13,79 @@
+ +
+
+

Este producto forma parte de Combos y Promociones

+
+
+
+ +
+
+
+

Promo 2 x 1

+

2 Coca-cola 1.5 lt

+
+
+

{{105 | currency}}

+
+
+
+ +
+
+
+

Promo 2 x 1

+

2 Coca-cola 1.5 lt

+
+
+

{{105 | currency}}

+
+
+
+ +
+
+
+

Promo 2 x 1

+

2 Coca-cola 1.5 lt

+
+
+

{{105 | currency}}

+
+
+
+ +
+
+
+

Promo 2 x 1

+

2 Coca-cola 1.5 lt

+
+
+

{{105 | currency}}

+
+
+
+ +
+
+
+

Promo 2 x 1

+

2 Coca-cola 1.5 lt

+
+
+

{{105 | currency}}

+
+
+
+ +
+
+
+
+
@@ -38,16 +111,6 @@
- - -
-
-

Popover left

-
-

Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.

-
-
-
@@ -79,7 +142,7 @@
- +
@@ -100,4 +163,4 @@ -
+ \ No newline at end of file diff --git a/src/app/components/inicio/inicio.component.scss b/src/app/components/inicio/inicio.component.scss index 5e7ebb5..ce9eacb 100644 --- a/src/app/components/inicio/inicio.component.scss +++ b/src/app/components/inicio/inicio.component.scss @@ -2,7 +2,7 @@ position: relative; display: block; float: left; - margin: 20px; + background-color: #2872ae; } .arrow { @@ -12,4 +12,17 @@ border-left-color: #999; border-left-color: rgba(0, 0, 0, 0.25); border-right-width: 0; + width: 0; + height: 0; + border-top: 20px solid transparent; + border-bottom: 20px solid transparent; + border-left: 20px solid #2872AE; + top: 50%; + right: -23px; + margin-top: -11px; + +} + +.black-text { + color: black; } diff --git a/src/app/components/inicio/inicio.component.ts b/src/app/components/inicio/inicio.component.ts index 1e01dcc..9ca5203 100644 --- a/src/app/components/inicio/inicio.component.ts +++ b/src/app/components/inicio/inicio.component.ts @@ -10,6 +10,8 @@ export class InicioComponent implements OnInit { constructor(private router: Router) { } + tooltip:boolean = false; + ngOnInit() { } diff --git a/src/assets/scss/bootstrap-override.scss b/src/assets/scss/bootstrap-override.scss index f733ed1..0182d9f 100644 --- a/src/assets/scss/bootstrap-override.scss +++ b/src/assets/scss/bootstrap-override.scss @@ -6,4 +6,9 @@ $theme-colors: ( light: white, ); +.popover{ + background-color: #2872AE !important; + color: white !important; +} + @import "../../../node_modules/bootstrap/scss/bootstrap.scss";