diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-03-01 10:44:15 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-04-24 19:38:57 +0200 | 
| commit | 672685ebd78f1310dbe7428fd57593ac327b03bc (patch) | |
| tree | b32de43705cae8ac5e19181394244af95f1c67ca /scss | |
| parent | ce46ae2b1ce6b4c2217b0f5508ff5914acd9bd6e (diff) | |
| download | Ishtar-672685ebd78f1310dbe7428fd57593ac327b03bc.tar.bz2 Ishtar-672685ebd78f1310dbe7428fd57593ac327b03bc.zip | |
UI: improve login layout
Diffstat (limited to '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 26a2cffdf..4f854650a 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -41,6 +41,10 @@ label {      display: block;  } +.form-group.full-width input{ +    width: 100%; +} +  .form-group.no-label{      margin-top: 1.7rem;  } | 
