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..31b9f485 --- /dev/null +++ b/projects/ucap-webmessenger-app/src/assets/scss/partials/splash.css @@ -0,0 +1,45 @@ +.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-img { + position: absolute; + width: 240px; + height: 120px; + top: 0; + right: 0; + bottom: 0; + left: 0; + margin: auto; +} +.credit { + position: absolute; + bottom: 50px; + width: 100%; + font-weight: 500; + text-align: center; + color: #ffffff; + text-transform: uppercase; + text-decoration: none; +} + +#plug, +#socket { + fill: #ffffff; +} + +#loop-normal { + fill: none; + stroke: #ffffff; + stroke-width: 12; +} + +#loop-offset { + display: none; +} diff --git a/projects/ucap-webmessenger-app/src/index.html b/projects/ucap-webmessenger-app/src/index.html index 9b059414..4253f4e1 100644 --- a/projects/ucap-webmessenger-app/src/index.html +++ b/projects/ucap-webmessenger-app/src/index.html @@ -7,8 +7,41 @@ +