diff --git a/projects/ucap-webmessenger-app/src/assets/scss/partials/splash.css b/projects/ucap-webmessenger-app/src/assets/scss/partials/splash.css new file mode 100644 index 00000000..7794f88a --- /dev/null +++ b/projects/ucap-webmessenger-app/src/assets/scss/partials/splash.css @@ -0,0 +1,43 @@ +body{ + margin:0; + padding:0; + width: 100%; + height: 100%; +} +.wrapper-splash { + width: 100%; + height:100%; + background-size: cover; + height: 100%; + background: #eaeff1; + background: linear-gradient(to top, #93a3af, #eaeff1); + margin:0; + padding:0; +} +svg { + position: absolute; + width: 240px; + height: 120px; + top: 0; right: 0; + bottom: 0; left: 0; + margin: auto; +} +.credit { + position: absolute; + bottom: 50px; + width: 100%; + text-align: center; +} + +.credit { + color: #ffffff; + font: 800 100% "Open Sans", sans-serif; + text-transform: uppercase; + text-decoration: none; +} + +#plug, +#socket { fill:#ffffff } + +#loop-normal { fill: none; stroke: #ffffff; stroke-width: 12 } +#loop-offset { display: none } \ No newline at end of file diff --git a/projects/ucap-webmessenger-app/src/index.html b/projects/ucap-webmessenger-app/src/index.html index 9b059414..83284f72 100644 --- a/projects/ucap-webmessenger-app/src/index.html +++ b/projects/ucap-webmessenger-app/src/index.html @@ -7,8 +7,41 @@ +