Akron | 116eace | 2021-06-14 18:02:37 +0200 | [diff] [blame] | 1 | @import "icons"; |
2 | |||||
Akron | 1cfde27 | 2021-06-14 18:32:39 +0200 | [diff] [blame] | 3 | input.show-pwd { |
4 | padding-right: 2em; | ||||
5 | } | ||||
6 | |||||
7 | a.show-pwd::after { | ||||
Akron | 116eace | 2021-06-14 18:02:37 +0200 | [diff] [blame] | 8 | position: absolute; |
9 | @include icon-font; | ||||
10 | width: 1em; | ||||
11 | content: $fa-show; | ||||
12 | cursor: pointer; | ||||
Akron | 1cfde27 | 2021-06-14 18:32:39 +0200 | [diff] [blame] | 13 | margin-left: -1.5em; |
14 | margin-top: .6em; | ||||
15 | font-size: 130%; | ||||
Akron | 116eace | 2021-06-14 18:02:37 +0200 | [diff] [blame] | 16 | } |
Akron | 1cfde27 | 2021-06-14 18:32:39 +0200 | [diff] [blame] | 17 | |
18 | a.show-pwd.hide::after { | ||||
Akron | 116eace | 2021-06-14 18:02:37 +0200 | [diff] [blame] | 19 | content: $fa-hide; |
20 | } |