From cbd3561cb59dc093d84333be29b4cba2ba5b26be Mon Sep 17 00:00:00 2001 From: = Date: Mon, 22 Feb 2021 18:20:08 +0100 Subject: [PATCH] layout --- .../riscaldi/components/base-components/thermoProphet-modal.css | 1 + .../riscaldi/components/base-components/thermoProphet-modal.less | 1 + 2 files changed, 2 insertions(+) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.css b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.css index c22cb4dc..b4e9ae63 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.css +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.css @@ -73,6 +73,7 @@ height: 140px; transform: translateX(-100px); bottom: 70px; + box-shadow: 0 2px 8px 0 rga(0, 0, 0, 0.5); } .modal.prophetimages section .color-bar { display: grid; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.less b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.less index 545c385b..3e88190e 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.less +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/riscaldi/components/base-components/thermoProphet-modal.less @@ -76,6 +76,7 @@ height: 140px; transform: translateX(-100px); bottom: 70px; + box-shadow: 0 2px 8px 0 rga(0, 0, 0, 0.5); } }