Display comparisons with data from API

See https://gist.github.com/joefiorini/3a8c36bcedf7ad954952 for an
explanation of the comparison logic.
This commit is contained in:
Joe Fiorini
2015-05-18 15:36:13 -04:00
parent 8acc73c833
commit df771d5c0d
34 changed files with 855 additions and 2955 deletions

View File

@@ -0,0 +1,20 @@
/* oops */
.include-text-label(@background-color; @color; @content) {
display: inline-block;
content: @content;
border-radius: 3px;
background-color: @background-color;
color: @color;
text-transform: uppercase;
font-size: .7em;
font-weight: bold;
font-style: normal;
margin-left: 0.5em;
padding: 0.35em;
padding-bottom: 0.2em;
line-height: 1.1;
}