revert: 🎨 removed random formatting lol

This commit is contained in:
IceToast 2021-12-22 14:50:00 +01:00
parent f10933104c
commit f0852498ed
2 changed files with 662 additions and 710 deletions

View file

@ -1,6 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>{{ $invoice->name }}</title> <title>{{ $invoice->name }}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
@ -50,15 +49,13 @@
text-align: inherit; text-align: inherit;
} }
h4, h4, .h4 {
.h4 {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
font-weight: 500; font-weight: 500;
line-height: 1.2; line-height: 1.2;
} }
h4, h4, .h4 {
.h4 {
font-size: 1.5rem; font-size: 1.5rem;
} }
@ -108,49 +105,29 @@
.text-uppercase { .text-uppercase {
text-transform: uppercase !important; text-transform: uppercase !important;
} }
* { * {
font-family: "DejaVu Sans"; font-family: "DejaVu Sans";
} }
body, h1, h2, h3, h4, h5, h6, table, th, tr, td, p, div {
body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
tr,
td,
p,
div {
line-height: 1.1; line-height: 1.1;
} }
.party-header { .party-header {
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 400; font-weight: 400;
} }
.total-amount { .total-amount {
font-size: 12px; font-size: 12px;
font-weight: 700; font-weight: 700;
} }
.border-0 { .border-0 {
border: none !important; border: none !important;
} }
.cool-gray { .cool-gray {
color: #6B7280; color: #6B7280;
} }
.cool-green { .cool-green {
color: #308d00; color: #308d00;
} }
</style> </style>
</head> </head>
@ -410,5 +387,4 @@
} }
</script> </script>
</body> </body>
</html> </html>

View file

@ -1,6 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<title>{{ $invoice->name }}</title> <title>{{ $invoice->name }}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
@ -50,15 +49,13 @@
text-align: inherit; text-align: inherit;
} }
h4, h4, .h4 {
.h4 {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
font-weight: 500; font-weight: 500;
line-height: 1.2; line-height: 1.2;
} }
h4, h4, .h4 {
.h4 {
font-size: 1.5rem; font-size: 1.5rem;
} }
@ -108,49 +105,29 @@
.text-uppercase { .text-uppercase {
text-transform: uppercase !important; text-transform: uppercase !important;
} }
* { * {
font-family: "DejaVu Sans"; font-family: "DejaVu Sans";
} }
body, h1, h2, h3, h4, h5, h6, table, th, tr, td, p, div {
body,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
tr,
td,
p,
div {
line-height: 1.1; line-height: 1.1;
} }
.party-header { .party-header {
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 400; font-weight: 400;
} }
.total-amount { .total-amount {
font-size: 12px; font-size: 12px;
font-weight: 700; font-weight: 700;
} }
.border-0 { .border-0 {
border: none !important; border: none !important;
} }
.cool-gray { .cool-gray {
color: #6B7280; color: #6B7280;
} }
.cool-green { .cool-green {
color: #308d00; color: #308d00;
} }
</style> </style>
</head> </head>
@ -410,5 +387,4 @@
} }
</script> </script>
</body> </body>
</html> </html>