X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Flogin%2Flogin.component.scss;fp=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fsrc%2Fapp%2Flogin%2Flogin.component.scss;h=0000000000000000000000000000000000000000;hb=434326c60fb0434bda587102b4746173fe425dea;hp=9da6e0e41e7dca89450fb89ff65df1f71232044d;hpb=37827e492060182b32df67c2a538a29808fa5e17;p=eliot.git diff --git a/blueprints/common/eliot-ui/frontend-src/src/app/login/login.component.scss b/blueprints/common/eliot-ui/frontend-src/src/app/login/login.component.scss deleted file mode 100644 index 9da6e0e..0000000 --- a/blueprints/common/eliot-ui/frontend-src/src/app/login/login.component.scss +++ /dev/null @@ -1,59 +0,0 @@ -body, html { - height: 100%; - margin: 0 auto; - } - - .bg-image { - min-height: calc(100vh - 0px); - padding-top:0px; - margin: 0 auto; - display: flex; - justify-content: center; - align-items: center; - /* Center and scale the image nicely */ - background-position: center; - background-repeat: no-repeat; - background-size: cover; - .login-card { - width: 50vh; - filter: blur(0px); - background: rgb(255, 255, 255); /* Fallback color */ - background: rgba(255, 255, 255, 0.2); /* Black background with 0.5 opacity */ - -webkit-filter: blur(0px); - .login-full-width { - width: 100%; - justify-content: center; - } - opacity: 0.9; - filter: alpha(opacity=50); - mat-card-header { - justify-content: center; - } - mat-card-actions { - display: flex; - justify-content: center; - } - } - } - - canvas { - display: block; - // vertical-align: bottom; - } - -/* ---- particles.js container ---- */ - -#particles-js { - position: absolute; - width: 100%; - height: 100%; - - // background: linear-gradient(to right, rgb(132, 227, 240), rgb(237, 153, 248)); - background-image: url("./../../assets/images/login-drone1.jpg"); - // background-color: #b61924; - // background-image: url(""); - background-repeat: no-repeat; - background-size: cover; - background-position: 50% 50%; -} - \ No newline at end of file