Initial work

This commit is contained in:
Caitlin Hennessy
2017-12-21 11:00:54 -08:00
parent 5d470fdcef
commit 4dff282633
9 changed files with 202 additions and 9 deletions

View File

@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont";
src: url("iconfont.eot?e05611aaee246c1da118a83eaf515de9?#iefix") format("embedded-opentype"),
url("iconfont.woff2?e05611aaee246c1da118a83eaf515de9") format("woff2"),
url("iconfont.woff?e05611aaee246c1da118a83eaf515de9") format("woff");
src: url("iconfont.eot?1aaa45a81be328d93991341b518bf26d?#iefix") format("embedded-opentype"),
url("iconfont.woff2?1aaa45a81be328d93991341b518bf26d") format("woff2"),
url("iconfont.woff?1aaa45a81be328d93991341b518bf26d") format("woff");
}
.icon {
@ -28,3 +28,60 @@ url("iconfont.woff?e05611aaee246c1da118a83eaf515de9") format("woff");
.icon-gyro:before {
content: "\f104";
}
.icon-addpackage:before {
content: "\f105";
}
.icon-advancedcollapsed:before {
content: "\f106";
}
.icon-advancedexpanded:before {
content: "\f107";
}
.icon-brick:before {
content: "\f108";
}
.icon-controls:before {
content: "\f109";
}
.icon-functions:before {
content: "\f10a";
}
.icon-list:before {
content: "\f10b";
}
.icon-logic:before {
content: "\f10c";
}
.icon-loops:before {
content: "\f10d";
}
.icon-math:before {
content: "\f10e";
}
.icon-motors:before {
content: "\f10f";
}
.icon-music:before {
content: "\f110";
}
.icon-sensors:before {
content: "\f111";
}
.icon-text:before {
content: "\f112";
}
.icon-variables:before {
content: "\f113";
}
.icon-cancel:before {
content: "\f114";
}
.icon-check:before {
content: "\f115";
}
.icon-download:before {
content: "\f116";
}
.icon-save:before {
content: "\f117";
}