X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=webapp%2Fsrc%2Fapp%2Fhome%2Fhome.component.ts;h=0e3c9958cd5ec08cf23df94fd24e800365a44ee2;hb=ef239430081f16ae736dcf3eebcb1d0edf41314f;hp=1df277f1bc0105b66fd691891cd6857401a899f0;hpb=ec7051e1da665206f594c7616ad381bfeaea333a;p=src%2Fxds%2Fxds-server.git diff --git a/webapp/src/app/home/home.component.ts b/webapp/src/app/home/home.component.ts index 1df277f..0e3c995 100644 --- a/webapp/src/app/home/home.component.ts +++ b/webapp/src/app/home/home.component.ts @@ -4,7 +4,9 @@ export interface ISlide { img?: string; imgAlt?: string; hText?: string; - pText?: string; + hHtml?: string; + text?: string; + html?: string; btn?: string; btnHref?: string; } @@ -17,18 +19,33 @@ export interface ISlide { .wide img { width: 98%; } + .carousel-item { + max-height: 90%; + } h1, h2, h3, h4, p { color: #330066; } + .html-inner { + color: #330066; + } + h1 { + font-size: 4em; + } + p { + font-size: 2.5em; + } +
-