X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fapp%2Flogin%2FLoginComponent.scss;h=895fe22ea10cb35121b33217bac393996f99a188;hb=refs%2Fheads%2Fmaster;hp=28ac1592c0b0ba17210223fff3bfbd8c65d24d93;hpb=3b4814aa2d3dec621dadb52f058ba95a3dc3a86a;p=osm%2FNG-UI.git diff --git a/src/app/login/LoginComponent.scss b/src/app/login/LoginComponent.scss index 28ac159..ed938b4 100644 --- a/src/app/login/LoginComponent.scss +++ b/src/app/login/LoginComponent.scss @@ -21,7 +21,7 @@ .login-container { @include wh-value(100%, 100vh); @include flexbox(flex, center, null, null, center, null); - @include background(url("../../assets/images/login_background.jpg"), null, cover, no-repeat, center); + @include background(url("../../images/login_background.jpg"), null, cover, no-repeat, center); background-attachment: fixed; flex-wrap: wrap; .wrap-login { @@ -101,6 +101,20 @@ pointer-events: none; color: $gray-600; } + .input-icon-eye { + @include font(null, 13px, null); + @include flexbox(flex, null, null, null, center, null); + @include roundedCorners(25); + @include position_value(absolute, null, null, 0, 0); + left: 245px; + top: 4px; + @include transition(all, 0.5s, null, null); + color: $gray-600; + cursor: pointer; + } + input::-ms-reveal, input::-ms-clear { + display: none; + } } .submit-btn { @include background(null, $white, null, null, null); @@ -153,4 +167,12 @@ text-decoration: underline; } } +} +::ng-deep #toast-container > div { + width: 400px; + @include background(null, $primary, null, null, null); + color: $white; +} +.forget{ + cursor: pointer; } \ No newline at end of file