Improve "copy from above"

This commit is contained in:
Raphael Michel
2017-07-17 16:12:07 +02:00
parent c2844a8f35
commit f900c842cb
3 changed files with 24 additions and 14 deletions

View File

@@ -16,6 +16,10 @@
pointer-events: none;
}
.js-copy-answers {
margin-right: 10px;
}
.form-control.is-focused {
@extend .form-control:focus;
}