diff --git a/public/images/building-banner.png b/public/images/building-banner.png new file mode 100644 index 00000000..656ed3c1 Binary files /dev/null and b/public/images/building-banner.png differ diff --git a/src/pages/05_quotation/QuotationForm.vue b/src/pages/05_quotation/QuotationForm.vue index c92e43be..63ebec64 100644 --- a/src/pages/05_quotation/QuotationForm.vue +++ b/src/pages/05_quotation/QuotationForm.vue @@ -1245,7 +1245,10 @@ async function getWorkerFromCriteria(
-
+
+
@@ -2860,4 +2863,20 @@ async function getWorkerFromCriteria( box-shadow: 0px 0px 4px 7px hsla(var(--_color) / 0); } } + +.banner { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: url('/images/building-banner.png'); + background-repeat: no-repeat; + background-size: cover; + z-index: -1; + + &.dark { + filter: invert(94%); + } +}