mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 06:03:39 +08:00
Make sure the last form group doesn't have a bottom margin
This commit is contained in:
parent
14972a2b5b
commit
52125ce84c
|
@ -12,6 +12,10 @@
|
||||||
|
|
||||||
.Form-group {
|
.Form-group {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
|
|
||||||
|
&:last-child {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.Form-group label {
|
.Form-group label {
|
||||||
|
|
|
@ -109,10 +109,6 @@
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> :last-child {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.Modal-footer {
|
.Modal-footer {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user