Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #3 from bofirial/2.0
Browse files Browse the repository at this point in the history
2.0
  • Loading branch information
bofirial committed Jan 10, 2016
2 parents f99d1fc + e8f3813 commit 5cdd2db
Show file tree
Hide file tree
Showing 108 changed files with 1,473 additions and 7,458 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

**/wwwroot/js
**/wwwroot/css
**/wwwroot/scss/lib

## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
Expand Down
82 changes: 82 additions & 0 deletions src/VitalitySquaresProbability/Assets/flaticon/flaticon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
@font-face {
font-family: "Flaticon";
src: url("flaticon.eot");
src: url("flaticon.eot#iefix") format("embedded-opentype"),
url("flaticon.woff") format("woff"),
url("flaticon.ttf") format("truetype"),
url("flaticon.svg") format("svg");
font-weight: normal;
font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
margin-left: 20px;
}.flaticon-add182:before {
content: "\e000";
}
.flaticon-apple55:before {
content: "\e001";
}
.flaticon-baked2:before {
content: "\e002";
}
.flaticon-bread14:before {
content: "\e003";
}
.flaticon-broccoli:before {
content: "\e004";
}
.flaticon-cheese14:before {
content: "\e005";
}
.flaticon-delete30:before {
content: "\e006";
}
.flaticon-drink110:before {
content: "\e007";
}
.flaticon-drink24:before {
content: "\e008";
}
.flaticon-fast-food:before {
content: "\e009";
}
.flaticon-fish52:before {
content: "\e00a";
}
.flaticon-fruit72:before {
content: "\e00b";
}
.flaticon-gear39:before {
content: "\e00c";
}
.flaticon-healthy-food4:before {
content: "\e00d";
}
.flaticon-left-arrow16:before {
content: "\e00e";
}
.flaticon-question30:before {
content: "\e00f";
}
.flaticon-right-arrow26:before {
content: "\e010";
}
.flaticon-sandwich:before {
content: "\e011";
}
.flaticon-steak:before {
content: "\e012";
}
.flaticon-sweet9:before {
content: "\e013";
}
.flaticon-tea24:before {
content: "\e014";
}
.flaticon-vegetables4:before {
content: "\e015";
}
Binary file not shown.
Loading

0 comments on commit 5cdd2db

Please sign in to comment.