Skip to content

Commit

Permalink
version and account data UI
Browse files Browse the repository at this point in the history
  • Loading branch information
nsjames committed Sep 12, 2018
1 parent a0630fc commit 0ef3450
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/reusable/PercentageBarComponent.vue
Expand Up @@ -39,22 +39,22 @@
&.red {
background:$red;
box-shadow:inset 0 2px 8px 5px $red, inset 0 10px 15px rgba(255,255,255,0.5), inset 0 -5px 10px rgba(0,0,0,0.2), 30px 0 50px rgba(0,0,0,0.2);
box-shadow:inset 0 2px 8px 5px $red, inset 0 10px 15px rgba(255,255,255,0.5), inset 0 -5px 10px rgba(0,0,0,0.2), 30px 0 50px rgba(0,0,0,0.2), 5px 0 10px rgba(0,0,0,0.2);
}
&.blue {
background:$light-blue;
box-shadow:inset 0 2px 8px 5px $light-blue, inset 0 10px 15px rgba(255,255,255,0.5), inset 0 -5px 10px rgba(0,0,0,0.2), 30px 0 50px rgba(0,0,0,0.2);
box-shadow:inset 0 2px 8px 5px $light-blue, inset 0 10px 15px rgba(255,255,255,0.5), inset 0 -5px 10px rgba(0,0,0,0.2), 30px 0 50px rgba(0,0,0,0.2), 5px 0 10px rgba(0,0,0,0.2);
}
&.yellow {
background:yellow;
box-shadow:inset 0 2px 8px 5px yellow, inset 0 10px 15px rgba(255,255,255,0.5), inset 0 -5px 10px rgba(0,0,0,0.2), 30px 0 50px rgba(0,0,0,0.2);
box-shadow:inset 0 2px 8px 5px yellow, inset 0 10px 15px rgba(255,255,255,0.5), inset 0 -5px 10px rgba(0,0,0,0.2), 30px 0 50px rgba(0,0,0,0.2), 5px 0 10px rgba(0,0,0,0.2);
}
&.orange {
background:orange;
box-shadow:inset 0 2px 8px 5px orange, inset 0 10px 15px rgba(255,255,255,0.5), inset 0 -5px 10px rgba(0,0,0,0.2), 30px 0 50px rgba(0,0,0,0.2);
box-shadow:inset 0 2px 8px 5px orange, inset 0 10px 15px rgba(255,255,255,0.5), inset 0 -5px 10px rgba(0,0,0,0.2), 30px 0 50px rgba(0,0,0,0.2), 5px 0 10px rgba(0,0,0,0.2);
}
}
Expand Down

0 comments on commit 0ef3450

Please sign in to comment.