From 93fe8f10312172e99395262f5258a85aa6b72df5 Mon Sep 17 00:00:00 2001 From: Joscha Date: Mon, 3 Mar 2025 02:19:43 +0100 Subject: [PATCH] Design some nice-looking shadows --- showbits-thermal-printer-ui/src/App.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/showbits-thermal-printer-ui/src/App.vue b/showbits-thermal-printer-ui/src/App.vue index 40ab155..3ee1683 100644 --- a/showbits-thermal-printer-ui/src/App.vue +++ b/showbits-thermal-printer-ui/src/App.vue @@ -26,6 +26,10 @@ import CSegment from "./components/CSegment.vue"; padding: 32px; background-color: white; + box-shadow: + 0 0 16px #0006, + 0 0 500px #ffff, + inset 0 0 32px #0003; }