This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cb6efc2
commit 9f9aec1
Showing
18 changed files
with
247 additions
and
72 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
@font-face { | ||
font-family: 'icomoon'; | ||
src: url('../fonts/icomoon.eot?ezwh08'); | ||
src: url('../fonts/icomoon.eot?ezwh08#iefix') format('embedded-opentype'), | ||
url('../fonts/icomoon.ttf?ezwh08') format('truetype'), | ||
url('../fonts/icomoon.woff?ezwh08') format('woff'), | ||
url('../fonts/icomoon.svg?ezwh08#icomoon') format('svg'); | ||
font-weight: normal; | ||
font-style: normal; | ||
} | ||
|
||
[class^="icon-"], [class*=" icon-"] { | ||
/* use !important to prevent issues with browser extensions that change fonts */ | ||
font-family: 'icomoon' !important; | ||
speak: none; | ||
font-style: normal; | ||
font-weight: normal; | ||
font-variant: normal; | ||
text-transform: none; | ||
line-height: 1; | ||
|
||
/* Better Font Rendering =========== */ | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
} | ||
|
||
.icon-star:before { | ||
content: "\f005"; | ||
} | ||
.icon-user:before { | ||
content: "\f007"; | ||
} | ||
.icon-check:before { | ||
content: "\f00c"; | ||
} | ||
.icon-close:before { | ||
content: "\f00d"; | ||
} | ||
.icon-remove:before { | ||
content: "\f00d"; | ||
} | ||
.icon-times:before { | ||
content: "\f00d"; | ||
} | ||
.icon-question-circle:before { | ||
content: "\f059"; | ||
} | ||
.icon-exclamation-triangle:before { | ||
content: "\f071"; | ||
} | ||
.icon-warning1:before { | ||
content: "\f071"; | ||
} | ||
.icon-angle-double-left:before { | ||
content: "\f100"; | ||
} | ||
.icon-angle-double-right:before { | ||
content: "\f101"; | ||
} | ||
.icon-spinner2:before { | ||
content: "\e97b"; | ||
} | ||
.icon-power:before { | ||
content: "\e9b5"; | ||
} | ||
.icon-warning:before { | ||
content: "\ea07"; | ||
} | ||
.icon-exit:before { | ||
content: "\ea14"; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.