1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 01:36:55 +01:00

more specific input-group button selector

* fixes #143
This commit is contained in:
Matthias Kretschmann 2017-06-29 17:00:18 +02:00
parent 8cd1ea3afe
commit c5bd4dc9f5
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -30,7 +30,8 @@
// `font-size` in combination with `inline-block` on buttons.
font-size: 0;
> .btn {
> .btn,
.form-group:last-of-type & > .btn {
margin-top: 0;
}
}