My personal site (brandoncornejo.name) (binaryatrocity.name)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
663 B

10 years ago
  1. /*! UIkit 2.3.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
  2. /* ========================================================================
  3. Addon: Form password
  4. ========================================================================== */
  5. .uk-form-password {
  6. position: relative;
  7. display: inline-block;
  8. max-width: 100%;
  9. }
  10. .uk-form-password-toggle {
  11. display: block;
  12. position: absolute;
  13. top: 50%;
  14. right: 10px;
  15. margin-top: -6px;
  16. font-size: 13px;
  17. line-height: 13px;
  18. color: #999999;
  19. }
  20. .uk-form-password-toggle:hover {
  21. color: #999999;
  22. text-decoration: none;
  23. }
  24. .uk-form-password > input {
  25. padding-right: 50px !important;
  26. }