fixes alignment on Collection Add

This commit is contained in:
James
2018-10-22 17:21:07 -04:00
parent c1fc954bf4
commit c040b98fd8

View File

@@ -12,7 +12,15 @@
justify-content: space-between;
}
.controls > *:last-child {
margin-left: rem(1);
.controls {
.btn {
margin-top: 0;
margin-bottom: 0;
}
> *:last-child {
margin-left: rem(1);
}
}
}