mirror of
https://github.com/Anashost/HA-Animated-cards.git
synced 2026-07-15 22:26:57 +00:00
Update battery.md
Removed box-shadow properties from two sections of battery styling.
This commit is contained in:
-10
@@ -684,11 +684,6 @@ card_mod:
|
||||
--stripe-speed: {{ '1.1s' if charging else '6.5s' }};
|
||||
--breath-speed: {{ '1.4s' if charging else '3.8s' }};
|
||||
|
||||
box-shadow:
|
||||
0 10px 26px rgba(0,0,0,0.38),
|
||||
inset 0 1px 0 rgba(255,255,255,0.04),
|
||||
inset 0 -1px 0 rgba(0,0,0,0.25);
|
||||
|
||||
padding-bottom: 28px !important;
|
||||
transition: all 0.3s ease;
|
||||
overflow: hidden;
|
||||
@@ -824,11 +819,6 @@ card_mod:
|
||||
--stripe-speed: {{ '1.1s' if charging else '6.5s' }};
|
||||
--breath-speed: {{ '1.4s' if charging else '3.8s' }};
|
||||
|
||||
box-shadow:
|
||||
0 10px 26px rgba(0,0,0,0.38),
|
||||
inset 0 1px 0 rgba(255,255,255,0.04),
|
||||
inset 0 -1px 0 rgba(0,0,0,0.25);
|
||||
|
||||
padding-bottom: 28px !important;
|
||||
transition: all 0.3s ease;
|
||||
overflow: hidden;
|
||||
|
||||
Reference in New Issue
Block a user