Make sure the last form group doesn't have a bottom margin

This commit is contained in:
Toby Zerner 2015-08-02 17:26:12 +09:30
parent 51c647d134
commit e13bc1ac62
2 changed files with 4 additions and 4 deletions

View File

@ -12,6 +12,10 @@
.Form-group {
margin-bottom: 12px;
&:last-child {
margin-bottom: 0;
}
}
.Form-group label {

View File

@ -109,10 +109,6 @@
text-align: left;
}
}
> :last-child {
margin-bottom: 0;
}
}
.Modal-footer {
border: 0;