mirror of
https://github.com/Anashost/HA-Animated-cards.git
synced 2026-07-16 22:36:55 +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' }};
|
--stripe-speed: {{ '1.1s' if charging else '6.5s' }};
|
||||||
--breath-speed: {{ '1.4s' if charging else '3.8s' }};
|
--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;
|
padding-bottom: 28px !important;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
@@ -824,11 +819,6 @@ card_mod:
|
|||||||
--stripe-speed: {{ '1.1s' if charging else '6.5s' }};
|
--stripe-speed: {{ '1.1s' if charging else '6.5s' }};
|
||||||
--breath-speed: {{ '1.4s' if charging else '3.8s' }};
|
--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;
|
padding-bottom: 28px !important;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user