X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fapp%2Flogin%2FLoginComponent.scss;h=895fe22ea10cb35121b33217bac393996f99a188;hb=1132258413328f80cb8b2453dc4b3d24318bd3e5;hp=293e50c205e8b7ec386944db22666393cc636b13;hpb=5abb274a18081867fc491fae432c2208d3ead2df;p=osm%2FNG-UI.git diff --git a/src/app/login/LoginComponent.scss b/src/app/login/LoginComponent.scss index 293e50c..895fe22 100644 --- a/src/app/login/LoginComponent.scss +++ b/src/app/login/LoginComponent.scss @@ -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,9 @@ text-decoration: underline; } } +} +::ng-deep #toast-container > div { + width: 400px; + @include background(null, $primary, null, null, null); + color: $white; } \ No newline at end of file