-
+
+
-
-
HEADER
+
+
+

+
-
-
-
-
-
-
-
-
-

-
-
-

-
-
-
-
-
-
-
¡BIENVENIDO!
- Toque la pantalla
para comenzar.
-
-
+
+
+
+

+
+
+
¡BIENVENIDO!
+
Toque la pantalla
para comenzar
-
-
FOOTER
+
+
+

+
+
-
\ No newline at end of file
+
diff --git a/src/app/components/home/home.component.scss b/src/app/components/home/home.component.scss
index a9edeff..9681bf8 100644
--- a/src/app/components/home/home.component.scss
+++ b/src/app/components/home/home.component.scss
@@ -1,8 +1,25 @@
.background-image {
- background-image: url(http://www.nortecorrientes.com/content/bucket/7/304027w980.jpg);
+ background-image: url(http://10.231.45.117:4705/autoservicio/imagenes/homeBackground.jpg);
background-repeat: no-repeat;
background-size: cover;
- position: absolute;
- width: 100%;
- height: 100%;
+}
+
+.w-20 {
+ width: 20% !important;
+}
+
+.rounded-bottom-right {
+ border-bottom-right-radius: 10rem;
+ &:before {
+ border-radius: 0 40px 40px 0;
+ background-color: #fff;
+ }
+}
+
+.rounded-top-left {
+ border-top-left-radius: 10rem;
+}
+
+.bg-gray {
+ background-color: #cccccc;
}
diff --git a/src/app/components/home/home.component.ts b/src/app/components/home/home.component.ts
index 6b8d768..ec1eb4e 100644
--- a/src/app/components/home/home.component.ts
+++ b/src/app/components/home/home.component.ts
@@ -1,5 +1,6 @@
import { Component, OnInit, HostListener } from '@angular/core';
import { Router } from '@angular/router';
+import { appSettings } from 'src/etc/AppSettings';
@Component({
selector: 'app-home',
@@ -8,6 +9,8 @@ import { Router } from '@angular/router';
})
export class HomeComponent implements OnInit {
+ private apiUrl: string = appSettings.apiUrl;
+
constructor(private router: Router) { }
ngOnInit() {
diff --git a/src/styles.scss b/src/styles.scss
index e0e3f02..dfe5dea 100644
--- a/src/styles.scss
+++ b/src/styles.scss
@@ -84,6 +84,10 @@ body {
background: linear-gradient(135deg, rgba(40, 112, 175, 1) 0%, rgba(0, 32, 66, 1) 100%);
}
+.bg-primary-gradient-horizontal {
+ background: linear-gradient(90deg, rgba(40, 112, 175, 1) 0%, rgba(0, 32, 66, 1) 100%);
+}
+
.icon-dim {
height: 40px !important;
width: auto !important;