Sha256: 13f8333c8481f7372e41faf542db9f086aee65b412f1351c043af50a3c65dbbc

Contents?: true

Size: 909 Bytes

Versions: 9

Compression:

Stored size: 909 Bytes

Contents

.pass-helper__wrapper {
  input {
    position: relative;
    z-index: 1;
    background-color: transparent !important;
  }
}

.pass-helper__meter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #fff;
  border-radius: 3px;

  div {
    height: 100%;
    text-indent: -999em;
    transition: all 300ms ease-in-out;
  }

  .very-weak {
    width: 25%;
    background-color: #ffd;
  }

  .weak {
    width: 50%;
    background-color: #fddfd0;
  }

  .medium {
    width: 75%;
    background-color: #fff6c5;
  }

  .strong {
    width: 100%;
    background-color: #dffec2;
  }
}

.pass-helper__show-hide {
  position: absolute;
  top: 50%;
  right: .5em;
  z-index: 2;
  margin-top: -.5em;
  font-size: 12px;
  line-height: 1;
  color: $c-typecyan;
  text-transform: uppercase;
  cursor: pointer;

  @include respond-to(mobile) {
    font-size: 10px;
  }
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ustyle-1.8.1 vendor/assets/stylesheets/ustyle/login/_password-help.scss
ustyle-1.8.0 vendor/assets/stylesheets/ustyle/login/_password-help.scss
ustyle-1.7.0 vendor/assets/stylesheets/ustyle/login/_password-help.scss
ustyle-1.6.1 vendor/assets/stylesheets/ustyle/login/_password-help.scss
ustyle-1.5.8 vendor/assets/stylesheets/ustyle/login/_password-help.scss
ustyle-1.4.1 vendor/assets/stylesheets/ustyle/login/_password-help.scss
ustyle-1.4.0 vendor/assets/stylesheets/ustyle/login/_password-help.scss
ustyle-1.3.12 vendor/assets/stylesheets/ustyle/login/_password-help.scss
ustyle-1.3.6 vendor/assets/stylesheets/ustyle/login/_password-help.scss