diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-28 18:18:00 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-28 18:18:00 +0300 |
| commit | f4d7b7c41ccaab06e50351cf144157d5194c0545 (patch) | |
| tree | 59374cfcc490afb8859e7c6b71f1df9d3b4998b8 /src/styles.css | |
| parent | 5117c15b4856d6296b28e67e259c2ca1576b8794 (diff) | |
| download | DevHive-Angular-f4d7b7c41ccaab06e50351cf144157d5194c0545.tar DevHive-Angular-f4d7b7c41ccaab06e50351cf144157d5194c0545.tar.gz DevHive-Angular-f4d7b7c41ccaab06e50351cf144157d5194c0545.zip | |
Implemented a password show and hide button to register and login pages; added it's icons (eye and eye-off)
Diffstat (limited to 'src/styles.css')
| -rw-r--r-- | src/styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
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 { |
