From f4d7b7c41ccaab06e50351cf144157d5194c0545 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 28 Mar 2021 18:18:00 +0300 Subject: Implemented a password show and hide button to register and login pages; added it's icons (eye and eye-off) --- src/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/styles.css') diff --git a/src/styles.css b/src/styles.css index 11c2973..2786405 100644 --- a/src/styles.css +++ b/src/styles.css @@ -458,6 +458,13 @@ input[type=file]::file-selector-button { padding-bottom: calc(0.4em - 1px); } +.show-password-button { + position: absolute; + right: 0.2em; + bottom: 0.9em; + height: 1em; +} + /* Input errors */ .input-errors { -- cgit v1.2.3