From 7cfedd2e569288bf5e090b29feff2cb589754e4a Mon Sep 17 00:00:00 2001 From: "zaccaria.majid" Date: Tue, 9 May 2023 10:32:13 +0200 Subject: [PATCH] fix grafico --- WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.css | 1 + WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.less | 1 + .../Components/DoorDef/DoorDataBlock.razor.min.css | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.css b/WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.css index 32706ce..d5e29bc 100644 --- a/WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.css +++ b/WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.css @@ -7,6 +7,7 @@ } .grey { background: #7F8C8D; + opacity: 50%; } .circle { width: 1rem; diff --git a/WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.less b/WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.less index 7479e10..9c3a099 100644 --- a/WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.less +++ b/WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.less @@ -9,6 +9,7 @@ } .grey { background: #7F8C8D; + opacity: 50%; } diff --git a/WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.min.css b/WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.min.css index 305f886..ebe223b 100644 --- a/WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.min.css +++ b/WebDoorCreator.UI/Components/DoorDef/DoorDataBlock.razor.min.css @@ -1 +1 @@ -body{height:100vh;overflow:hidden;}.blue{background:#3652d9;}.grey{background:#7f8c8d;}.circle{width:1rem;height:1rem;border-radius:50%;box-shadow:0 0 1px 1px #0000001a;}.pulse{animation:pulse-animation 2s infinite;}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2);}100%{box-shadow:0 0 0 20px rgba(0,0,0,0);}} \ No newline at end of file +body{height:100vh;overflow:hidden;}.blue{background:#3652d9;}.grey{background:#7f8c8d;opacity:50%;}.circle{width:1rem;height:1rem;border-radius:50%;box-shadow:0 0 1px 1px #0000001a;}.pulse{animation:pulse-animation 2s infinite;}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2);}100%{box-shadow:0 0 0 20px rgba(0,0,0,0);}} \ No newline at end of file