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>
<html lang="en">
<head>
<title>{{ $invoice->name }}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
@ -50,15 +49,13 @@
text-align: inherit;
}
h4,
.h4 {
h4, .h4 {
margin-bottom: 0.5rem;
font-weight: 500;
line-height: 1.2;
}
h4,
.h4 {
h4, .h4 {
font-size: 1.5rem;
}
@ -108,49 +105,29 @@
.text-uppercase {
text-transform: uppercase !important;
}
* {
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;
}
.party-header {
font-size: 1.5rem;
font-weight: 400;
}
.total-amount {
font-size: 12px;
font-weight: 700;
}
.border-0 {
border: none !important;
}
.cool-gray {
color: #6B7280;
}
.cool-green {
color: #308d00;
}
</style>
</head>
@ -410,5 +387,4 @@
}
</script>
</body>
</html>

View file

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