Sha256: 24fcfa06ff88cf10f4761a35722aad349389cec37d644879a1edd6a44a0357bc

Contents?: true

Size: 803 Bytes

Versions: 6

Compression:

Stored size: 803 Bytes

Contents

/*! UIkit 2.20.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Form password
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 */

.uk-form-password {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
}

.uk-form-password-toggle {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
  font-size: 13px;
  line-height: 13px;
  color: #999999;
  &:hover {
    color: #999999;
    text-decoration: none;
  }
}

.uk-form-password > input {
  padding-right: 50px !important;
}

Version data entries

6 entries across 2 versions & 1 rubygems

Version Path
uikit-sass-rails-1.4.1 vendor/assets/stylesheets/uikit/components/form-password.almost-flat.scss
uikit-sass-rails-1.4.1 vendor/assets/stylesheets/uikit/components/form-password.gradient.scss
uikit-sass-rails-1.4.1 vendor/assets/stylesheets/uikit/components/form-password.scss
uikit-sass-rails-1.4.0 vendor/assets/stylesheets/uikit/components/form-password.almost-flat.scss
uikit-sass-rails-1.4.0 vendor/assets/stylesheets/uikit/components/form-password.gradient.scss
uikit-sass-rails-1.4.0 vendor/assets/stylesheets/uikit/components/form-password.scss