Skip to content

Commit

Permalink
god - unsure what all I did here but need a commit :p
Browse files Browse the repository at this point in the history
  • Loading branch information
okor committed Feb 11, 2015
1 parent e8751d9 commit 2d87d14
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 3 deletions.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified Gruntfile.js
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified examples/simple.html
100644 → 100755
Empty file.
Empty file modified examples/vendor/jquery.min.js
100644 → 100755
Empty file.
Empty file modified package.json
100644 → 100755
Empty file.
Empty file modified src/js/justice.cache.js
100644 → 100755
Empty file.
Empty file modified src/js/justice.collectors.js
100644 → 100755
Empty file.
Empty file modified src/js/justice.js
100644 → 100755
Empty file.
Empty file modified src/js/justice.render.chart.js
100644 → 100755
Empty file.
Empty file modified src/js/justice.render.js
100644 → 100755
Empty file.
Empty file modified src/js/justice.render.utils.js
100644 → 100755
Empty file.
5 changes: 2 additions & 3 deletions src/scss/justice.scss
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ $label-bg-color: rgb(30, 38, 40);
padding-bottom: 10px;
}

$metric-width: 150px;
$metric-height: 40px;
$metric-width: 150px;

#{$prefix}-metric-wrap {
display: flex;
Expand All @@ -35,7 +35,6 @@ $label-bg-color: rgb(30, 38, 40);
#{$prefix}-metric {
height: $metric-height;
color: $main-ui-color;
// width: $metric-width;
display: inline-block;
display: flex;
align-items: center;
Expand All @@ -53,7 +52,7 @@ $label-bg-color: rgb(30, 38, 40);
}

#{$prefix}-text {
color: rgb(65, 155, 163); //
color: rgb(65, 155, 163);
}


Expand Down

0 comments on commit 2d87d14

Please sign in to comment.