diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-18 19:20:54 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-18 19:20:54 +0100 |
commit | 91ba90a74b0cd68ef5eab9739baa59bc677c4028 (patch) | |
tree | f8d04d31b198bdeae538ec1e1e3383a7e83ce49b /scss/custom.scss | |
parent | 8556202c32dfc6b4cbed037402c932337e4ef359 (diff) | |
download | Ishtar-91ba90a74b0cd68ef5eab9739baa59bc677c4028.tar.bz2 Ishtar-91ba90a74b0cd68ef5eab9739baa59bc677c4028.zip |
CSS: checkbox layout
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 75f48fb59..b92218a28 100644 --- a/scss/custom.scss +++ b/scss/custom.scss @@ -21,6 +21,10 @@ label { min-height: 1.5rem; } +.input-group > input[type=checkbox]{ + margin: 0.5em 1em; +} + .modal-dialog.full { width: 98%; height: 98%; |