Commit 8a937432 authored by Kevin Kirsche's avatar Kevin Kirsche

Use form-group margin variable

parent 99fc85e8
...@@ -198,7 +198,7 @@ input[type="search"] { ...@@ -198,7 +198,7 @@ input[type="search"] {
// horizontal forms, use the predefined grid classes. // horizontal forms, use the predefined grid classes.
.form-group { .form-group {
margin-bottom: 15px; margin-bottom: @form-group-margin-bottom;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment