diff options
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/components/_modals.sass | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/app/assets/stylesheets/components/_modals.sass b/app/assets/stylesheets/components/_modals.sass index e52a2e125..14b783c51 100644 --- a/app/assets/stylesheets/components/_modals.sass +++ b/app/assets/stylesheets/components/_modals.sass @@ -50,3 +50,9 @@ $modalW: 600px      .modal-footer        border-color: rgba($blue, 0.25)        padding: 15px 30px + +    .has-error .form-group +      margin-bottom: -10px + +    .form-group +      margin-bottom: 25px | 
