Skip to content

Commit

Permalink
Missed some theme dependencies. Fixed them again!
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoebeLabs committed Sep 21, 2019
1 parent 3f9fbef commit af744a4
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions examples/view-flex-horseshoe-card-examples.yaml
Expand Up @@ -376,7 +376,7 @@ cards:
ypos: 38
length: 40
styles:
- stroke: var(--theme-gradient-color-01);
- stroke: var(--primary-text-color);
- stroke-width: 5;
- opacity: 0.9;
- stroke-linecap: round;
Expand All @@ -387,7 +387,7 @@ cards:
ypos: 56
length: 20
styles:
- stroke: var(--primary-text-color);;
- stroke: var(--primary-text-color);
- opacity: 0.5;
- stroke-width: 2;
- stroke-linecap: round;
Expand Down Expand Up @@ -613,7 +613,7 @@ cards:
ypos: 61
radius: 3
styles:
- fill : var(--primary-text-color);;
- fill : var(--primary-text-color);
- opacity: 0.5;
states:
- id: 0
Expand Down Expand Up @@ -682,7 +682,7 @@ cards:
ypos: 38
length: 40
styles:
- stroke: var(--theme-gradient-color-01);
- stroke: var(--primary-text-color);
- stroke-width: 5;
- opacity: 0.9;
- stroke-linecap: round;
Expand All @@ -693,7 +693,7 @@ cards:
ypos: 56
length: 20
styles:
- stroke: var(--primary-text-color);;
- stroke: var(--primary-text-color);
- opacity: 0.5;
- stroke-width: 2;
- stroke-linecap: round;
Expand Down Expand Up @@ -801,14 +801,14 @@ cards:
circles:
- animation_id: 11
styles:
- fill: var(--theme-gradient-color-08);
- fill: var(--secondary-text-color);
- opacity: 0.9;
- animation: jello 1s ease-in-out both;
- transform-origin: center;
icons:
- animation_id: 0
styles:
- fill: black;
- fill: white;
- state: 'off'
circles:
- animation_id: 11
Expand Down Expand Up @@ -856,7 +856,7 @@ cards:
entity_index: 1
icon_size: 3.5
styles:
- color: var(--primary-text-color);;
- color: var(--primary-text-color);
circles:
- id: 0
animation_id: 0
Expand Down Expand Up @@ -935,14 +935,14 @@ cards:
circles:
- animation_id: 11
styles:
- fill: #FFDA8A;
- fill: var(--secondary-text-color);
- opacity: 0.9;
- transform-origin: 30% 50%;
- animation: jello 1s ease-in-out both;
icons:
- animation_id: 10
styles:
- fill: black;
- fill: white;
- state: 'off'
circles:
- animation_id: 11
Expand All @@ -961,7 +961,7 @@ cards:
circles:
- animation_id: 21
styles:
- fill: #FFDA8A;
- fill: var(--secondary-text-color);
- stroke-width: 2;
- stroke: var(--primary-background-color);
- opacity: 0.9;
Expand All @@ -972,7 +972,7 @@ cards:
icons:
- animation_id: 20
styles:
- fill: black;
- fill: white;

- state: 'off'
circles:
Expand Down Expand Up @@ -1029,15 +1029,15 @@ cards:
entity_index: 1
icon_size: 3.5
styles:
- color: var(--primary-text-color);;
- color: var(--primary-text-color);
- id: 1
animation_id: 20
xpos: 70
ypos: 55
entity_index: 2
icon_size: 3.5
styles:
- color: var(--primary-text-color);;
- color: var(--primary-text-color);
circles:
- animation_id: 3
xpos: 30
Expand Down Expand Up @@ -1118,18 +1118,17 @@ cards:
ypos: 38
length: 40
styles:
- stroke: var(--theme-gradient-color-01);
- stroke: var(--primary-text-color);
- stroke-width: 5;
- opacity: 0.9;
- stroke-linecap: round;
color: '#FFF6E3'
vlines:
- id: 0
xpos: 50
ypos: 56
length: 20
styles:
- stroke: var(--primary-text-color);;
- stroke: var(--primary-text-color);
- opacity: 0.5;
- stroke-width: 2;
- stroke-linecap: round;
Expand Down Expand Up @@ -1246,7 +1245,7 @@ cards:
ypos: 61
radius: 3
styles:
- fill : var(--primary-text-color);;
- fill : var(--primary-text-color);
- opacity: 0.5;
states:
- id: 0
Expand Down

0 comments on commit af744a4

Please sign in to comment.