diff options
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%; |