Advertisement
fahimmurshed

Fixed show/hide password eye icon issue with account page Astra theme

Feb 11th, 2023
1,725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.58 KB | None | 0 0
  1. .woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  2.     position: relative;
  3.     cursor: pointer;
  4. }
  5.  
  6. .woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
  7.     right: 0.7em;
  8.     top: 0.4em;
  9.     cursor: pointer;
  10.      position: absolute;
  11.     font-family: WooCommerce;
  12.     speak: never;
  13.     font-weight: 400;
  14.     font-variant: normal;
  15.     text-transform: none;
  16.     line-height: 1;
  17.     -webkit-font-smoothing: antialiased;
  18.     margin-left: 0.618em;
  19.     content: "";
  20.     text-decoration: none;
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement