diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-29 10:00:14 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2021-03-29 10:00:14 +0300 |
| commit | 879f148aa5ad7c4d1558c8dbaececb9eb6f136bd (patch) | |
| tree | 66d58cb20c0fade9275c77ae1c9fba27ac7a52fd /src/styles.css | |
| parent | f4d7b7c41ccaab06e50351cf144157d5194c0545 (diff) | |
| download | DevHive-Angular-879f148aa5ad7c4d1558c8dbaececb9eb6f136bd.tar DevHive-Angular-879f148aa5ad7c4d1558c8dbaececb9eb6f136bd.tar.gz DevHive-Angular-879f148aa5ad7c4d1558c8dbaececb9eb6f136bd.zip | |
Fixed password going behind show/hide button; Minor spacing adjustments
Diffstat (limited to 'src/styles.css')
| -rw-r--r-- | src/styles.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/styles.css b/src/styles.css index 2786405..39b6fb1 100644 --- a/src/styles.css +++ b/src/styles.css @@ -279,6 +279,10 @@ input[type=file]::file-selector-button { padding: 0.1em; } +.padding-right-1dot5 { + padding-right: 1.5em !important; +} + .padding-side-font { padding-right: 1em; padding-left: 1em; @@ -461,7 +465,7 @@ input[type=file]::file-selector-button { .show-password-button { position: absolute; right: 0.2em; - bottom: 0.9em; + bottom: 1.1em; height: 1em; } |
