diff --git a/static/output.css b/static/output.css index 941769a..4294069 100644 --- a/static/output.css +++ b/static/output.css @@ -603,10 +603,6 @@ video { margin: 1rem; } -.m-8 { - margin: 2rem; -} - .-mx-2 { margin-left: -0.5rem; margin-right: -0.5rem; @@ -786,6 +782,10 @@ video { max-width: 48rem; } +.max-w-4xl { + max-width: 56rem; +} + .max-w-6xl { max-width: 72rem; } @@ -802,10 +802,6 @@ video { max-width: 1280px; } -.max-w-4xl { - max-width: 56rem; -} - .flex-1 { flex: 1 1 0%; } @@ -846,10 +842,6 @@ video { grid-template-columns: repeat(6, minmax(0, 1fr)); } -.grid-cols-7 { - grid-template-columns: repeat(7, minmax(0, 1fr)); -} - .flex-col { flex-direction: column; } @@ -948,6 +940,19 @@ video { white-space: nowrap; } +.break-normal { + overflow-wrap: normal; + word-break: normal; +} + +.break-words { + overflow-wrap: break-word; +} + +.break-all { + word-break: break-all; +} + .rounded { border-radius: 0.25rem; } @@ -1102,6 +1107,11 @@ video { background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1)); } +.bg-green-50 { + --tw-bg-opacity: 1; + background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1)); +} + .bg-green-500 { --tw-bg-opacity: 1; background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1)); @@ -1192,6 +1202,11 @@ video { background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)); } +.bg-red-50 { + --tw-bg-opacity: 1; + background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)); +} + .bg-red-500 { --tw-bg-opacity: 1; background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)); @@ -1292,16 +1307,6 @@ video { background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1)); } -.bg-red-50 { - --tw-bg-opacity: 1; - background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1)); -} - -.bg-green-50 { - --tw-bg-opacity: 1; - background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1)); -} - .fill-red-50 { fill: #fef2f2; } @@ -1331,10 +1336,6 @@ video { padding: 1rem; } -.p-8 { - padding: 2rem; -} - .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; @@ -1370,6 +1371,11 @@ video { padding-bottom: 0.125rem; } +.py-1 { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + .py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; @@ -1415,16 +1421,6 @@ video { padding-bottom: 2rem; } -.px-8 { - padding-left: 2rem; - padding-right: 2rem; -} - -.py-1 { - padding-top: 0.25rem; - padding-bottom: 0.25rem; -} - .pb-3 { padding-bottom: 0.75rem; } @@ -1659,6 +1655,11 @@ video { color: rgb(34 197 94 / var(--tw-text-opacity, 1)); } +.text-green-700 { + --tw-text-opacity: 1; + color: rgb(21 128 61 / var(--tw-text-opacity, 1)); +} + .text-green-800 { --tw-text-opacity: 1; color: rgb(22 101 52 / var(--tw-text-opacity, 1)); @@ -1739,6 +1740,11 @@ video { color: rgb(239 68 68 / var(--tw-text-opacity, 1)); } +.text-red-700 { + --tw-text-opacity: 1; + color: rgb(185 28 28 / var(--tw-text-opacity, 1)); +} + .text-red-800 { --tw-text-opacity: 1; color: rgb(153 27 27 / var(--tw-text-opacity, 1)); @@ -1829,16 +1835,6 @@ video { color: rgb(39 39 42 / var(--tw-text-opacity, 1)); } -.text-red-700 { - --tw-text-opacity: 1; - color: rgb(185 28 28 / var(--tw-text-opacity, 1)); -} - -.text-green-700 { - --tw-text-opacity: 1; - color: rgb(21 128 61 / var(--tw-text-opacity, 1)); -} - .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; @@ -1888,14 +1884,14 @@ video { --tw-ring-inset: inset; } -.ring-red-600\/10 { - --tw-ring-color: rgb(220 38 38 / 0.1); -} - .ring-green-600\/20 { --tw-ring-color: rgb(22 163 74 / 0.2); } +.ring-red-600\/10 { + --tw-ring-color: rgb(220 38 38 / 0.1); +} + .filter { filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } diff --git a/views/invoice.html b/views/invoice.html index 85c2a4c..7a057b3 100644 --- a/views/invoice.html +++ b/views/invoice.html @@ -4,11 +4,9 @@ - + - - @@ -21,10 +19,20 @@ imac image - - - - + + @@ -38,8 +46,6 @@ - -
Image NameVariant PaperCoverPaper Amount Price
{{ .ShopItem.Name }}{{ .Variant.Name}}{{ .PaperType.Brand }} - {{.PaperType.Name }}: {{ .PaperType.Size }} {{ .PaperType.Weight }}g/m2{{ .PaperType.Brand }} - {{.PaperType.Name }}: {{ .PaperType.Size }} {{ .PaperType.Weight }}g/m2 +
+

{{ .ShopItem.Name }}

+

{{ .Variant.Name }}

+
+
+
+

{{ .PaperType.Brand }} - {{.PaperType.Name }}: {{ .PaperType.Size }} {{ .PaperType.Weight }}g

+ {{ if .CoverPaperType }} +

{{ .CoverPaperType.Brand }} - {{.CoverPaperType.Name }}: {{ .CoverPaperType.Size }} {{ .CoverPaperType.Weight }}g

+ {{ end }} +
+
{{ .Amount }} {{ .PriceTotal }}
{{ .PriceTotal }}