inline css for html invoices (#1526)

This commit is contained in:
Kevin Papst
2020-03-06 03:21:39 +01:00
committed by GitHub
parent 76a6ea57a1
commit a50a59bbca
25 changed files with 270 additions and 69 deletions

View File

@@ -3,13 +3,10 @@
}
.swal2-container {
top: 95px !important;
// never block the top two bars double-bars display (smaller displays)
@media only screen and (max-width: 768px) {
top: 110px !important;
}
// never block the top bar on single-bar display (larger devices)
@media only screen and (min-width: 768px) {
top: 60px !important;
width: 80%;
}
}