2014-06-23 22:42:43 +00:00
|
|
|
@font-face {
|
2014-10-25 07:50:37 +00:00
|
|
|
font-family: 'FontAwesome';
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
font-style: normal;
|
2015-03-31 13:25:39 +00:00
|
|
|
src: url('fonts/fontawesome-webfont.ttf') format('truetype');
|
2014-10-25 07:50:37 +00:00
|
|
|
}
|
2014-06-23 22:42:43 +00:00
|
|
|
.fa {
|
2015-03-31 13:25:39 +00:00
|
|
|
display: inline-block;
|
2014-06-23 22:42:43 +00:00
|
|
|
font-family: FontAwesome;
|
|
|
|
|
font-style: normal;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
vertical-align: baseline;
|
|
|
|
|
}
|
2014-08-24 14:04:22 +00:00
|
|
|
|
2014-10-25 07:50:37 +00:00
|
|
|
.hiddenFileInput {
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
width: 0;
|
|
|
|
|
height: 0;
|
|
|
|
|
}
|