Localize edit button and hide on print

This commit is contained in:
squidfunk
2017-01-06 19:18:17 +01:00
parent f37bb76d18
commit 60624bfa82
6 changed files with 17 additions and 6 deletions

View File

@@ -57,5 +57,10 @@
@include break-to-device(tablet portrait) {
margin-right: -0.8rem;
}
// Hide for print
@media print {
display: none;
}
}
}