diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-08 18:46:23 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-03-08 18:48:15 +0100 |
commit | f5796cb2bf4e3bbe3a71b9cdf9320aea690ddfd9 (patch) | |
tree | afb4925208a6ee8abc889d035ebd36ed39ca3128 /scss/custom.scss | |
parent | 4a1ebdc182c6e332fa46d47cea9ee6e3f8f9b646 (diff) | |
download | Ishtar-f5796cb2bf4e3bbe3a71b9cdf9320aea690ddfd9.tar.bz2 Ishtar-f5796cb2bf4e3bbe3a71b9cdf9320aea690ddfd9.zip |
UI: show/hide password on login
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scss/custom.scss b/scss/custom.scss index 0b0da8378..666aaf23f 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -71,6 +71,10 @@ input[type="radio"].form-control, input[type="checkbox"].form-control { width: calc(100% - 3em); } +.form-group.full-width input.no-append{ + width: 100%; +} + .form-group.no-label{ margin-top: 1.7rem; } |