Skip to content

Commit

Permalink
Merge pull request #114 from opendatakit/form-attachments
Browse files Browse the repository at this point in the history
Form attachments
  • Loading branch information
matthew-white authored Sep 4, 2018
2 parents 54f8694 + 2149d66 commit 7b7cd25
Show file tree
Hide file tree
Showing 51 changed files with 3,434 additions and 509 deletions.
Binary file removed assets/fonts/icomoon.eot
Binary file not shown.
4 changes: 4 additions & 0 deletions assets/fonts/icomoon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/fonts/icomoon.ttf
Binary file not shown.
Binary file modified assets/fonts/icomoon.woff
Binary file not shown.
24 changes: 19 additions & 5 deletions assets/scss/_icomoon.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
@font-face {
font-family: 'icomoon';
src: url('/assets/fonts/icomoon.eot?v9py7');
src: url('/assets/fonts/icomoon.eot?v9py7#iefix') format('embedded-opentype'),
url('/assets/fonts/icomoon.ttf?v9py7') format('truetype'),
url('/assets/fonts/icomoon.woff?v9py7') format('woff'),
url('/assets/fonts/icomoon.svg?v9py7#icomoon') format('svg');
src:
url('/assets/fonts/icomoon.ttf?2quubn') format('truetype'),
url('/assets/fonts/icomoon.woff?2quubn') format('woff'),
url('/assets/fonts/icomoon.svg?2quubn#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
Expand All @@ -24,6 +23,21 @@
-moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
content: "\f00c";
}
.icon-download:before {
content: "\f019";
}
.icon-exclamation-triangle:before {
content: "\f071";
}
.icon-warning:before {
content: "\f071";
}
.icon-cloud-upload:before {
content: "\f0ee";
}
.icon-mobile:before {
content: "\f10b";
}
Expand Down
Loading

0 comments on commit 7b7cd25

Please sign in to comment.