LogicMachine Forum
Shadow - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visu beta testing (https://forum.logicmachine.net/forumdisplay.php?fid=24)
+--- Thread: Shadow (/showthread.php?tid=6081)



Shadow - CristianAgata - 15.08.2025

Hi Team,
I see that it is possible add shadow, looking with F12 i can see that this parameter it is at 0.1 
How is it possible increase this value?
Best regards Cristian


RE: Shadow - admin - 18.08.2025

It cannot be changed at the moment. We'll add this to our todo list Smile


RE: Shadow - admin - 03.10.2025

Now it's possible to adjust the shadow using Custom CSS:
Code:
:root {
  --visu-base-widget-shadow: 2px 2px 6px blue;
}