|
|
|
@ -1,10 +1,10 @@ |
|
|
|
@font-face { |
|
|
|
font-family: 'icomoon'; |
|
|
|
src: url('fonts/icomoon.eot?5dzhok'); |
|
|
|
src: url('fonts/icomoon.eot?5dzhok#iefix') format('embedded-opentype'), |
|
|
|
url('fonts/icomoon.ttf?5dzhok') format('truetype'), |
|
|
|
url('fonts/icomoon.woff?5dzhok') format('woff'), |
|
|
|
url('fonts/icomoon.svg?5dzhok#icomoon') format('svg'); |
|
|
|
src: url('fonts/icomoon.eot?mo2rwz'); |
|
|
|
src: url('fonts/icomoon.eot?mo2rwz#iefix') format('embedded-opentype'), |
|
|
|
url('fonts/icomoon.ttf?mo2rwz') format('truetype'), |
|
|
|
url('fonts/icomoon.woff?mo2rwz') format('woff'), |
|
|
|
url('fonts/icomoon.svg?mo2rwz#icomoon') format('svg'); |
|
|
|
font-weight: normal; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
|
@ -24,6 +24,99 @@ |
|
|
|
-moz-osx-font-smoothing: grayscale; |
|
|
|
} |
|
|
|
|
|
|
|
.icon-clone:before { |
|
|
|
content: "\e96a"; |
|
|
|
} |
|
|
|
.icon-control-Tags:before { |
|
|
|
content: "\e963"; |
|
|
|
} |
|
|
|
.icon-control-Checkboxes:before { |
|
|
|
content: "\e962"; |
|
|
|
} |
|
|
|
.icon-control-Html:before { |
|
|
|
content: "\e960"; |
|
|
|
} |
|
|
|
.icon-single-content:before { |
|
|
|
content: "\e958"; |
|
|
|
} |
|
|
|
.icon-multiple-content:before { |
|
|
|
content: "\e957"; |
|
|
|
} |
|
|
|
.icon-type-Array:before { |
|
|
|
content: "\e956"; |
|
|
|
} |
|
|
|
.icon-exclamation:before { |
|
|
|
content: "\e955"; |
|
|
|
} |
|
|
|
.icon-orleans:before { |
|
|
|
content: "\e94b"; |
|
|
|
} |
|
|
|
.icon-document-lock:before { |
|
|
|
content: "\e949"; |
|
|
|
} |
|
|
|
.icon-document-unpublish:before { |
|
|
|
content: "\e93f"; |
|
|
|
} |
|
|
|
.icon-angle-down:before { |
|
|
|
content: "\e900"; |
|
|
|
} |
|
|
|
.icon-angle-left:before { |
|
|
|
content: "\e901"; |
|
|
|
} |
|
|
|
.icon-angle-right:before { |
|
|
|
content: "\e931"; |
|
|
|
} |
|
|
|
.icon-angle-up:before { |
|
|
|
content: "\e903"; |
|
|
|
} |
|
|
|
.icon-api:before { |
|
|
|
content: "\e945"; |
|
|
|
} |
|
|
|
.icon-assets:before { |
|
|
|
content: "\e948"; |
|
|
|
} |
|
|
|
.icon-bug:before { |
|
|
|
content: "\e93d"; |
|
|
|
} |
|
|
|
.icon-caret-down:before { |
|
|
|
content: "\e92c"; |
|
|
|
} |
|
|
|
.icon-caret-left:before { |
|
|
|
content: "\e92a"; |
|
|
|
} |
|
|
|
.icon-caret-right:before { |
|
|
|
content: "\e929"; |
|
|
|
} |
|
|
|
.icon-caret-up:before { |
|
|
|
content: "\e92b"; |
|
|
|
} |
|
|
|
.icon-contents:before { |
|
|
|
content: "\e946"; |
|
|
|
} |
|
|
|
.icon-trigger-ContentChanged:before { |
|
|
|
content: "\e946"; |
|
|
|
} |
|
|
|
.icon-control-Date:before { |
|
|
|
content: "\e936"; |
|
|
|
} |
|
|
|
.icon-control-DateTime:before { |
|
|
|
content: "\e937"; |
|
|
|
} |
|
|
|
.icon-control-Markdown:before { |
|
|
|
content: "\e938"; |
|
|
|
} |
|
|
|
.icon-grid:before { |
|
|
|
content: "\f00a"; |
|
|
|
} |
|
|
|
.icon-list1:before { |
|
|
|
content: "\f0c9"; |
|
|
|
} |
|
|
|
.icon-user-o:before { |
|
|
|
content: "\e932"; |
|
|
|
} |
|
|
|
.icon-rules:before { |
|
|
|
content: "\e947"; |
|
|
|
} |
|
|
|
.icon-minus-square:before { |
|
|
|
content: "\e969"; |
|
|
|
} |
|
|
|
@ -48,6 +141,51 @@ |
|
|
|
.icon-download:before { |
|
|
|
content: "\e93e"; |
|
|
|
} |
|
|
|
.icon-hour-glass:before { |
|
|
|
content: "\e954"; |
|
|
|
} |
|
|
|
.icon-spinner:before { |
|
|
|
content: "\e953"; |
|
|
|
} |
|
|
|
.icon-clock:before { |
|
|
|
content: "\e950"; |
|
|
|
} |
|
|
|
.icon-bin2:before { |
|
|
|
content: "\e902"; |
|
|
|
} |
|
|
|
.icon-earth:before { |
|
|
|
content: "\e9ca"; |
|
|
|
} |
|
|
|
.icon-elapsed:before { |
|
|
|
content: "\e943"; |
|
|
|
} |
|
|
|
.icon-google:before { |
|
|
|
content: "\e93b"; |
|
|
|
} |
|
|
|
.icon-lock:before { |
|
|
|
content: "\e934"; |
|
|
|
} |
|
|
|
.icon-microsoft:before { |
|
|
|
content: "\e940"; |
|
|
|
} |
|
|
|
.icon-pause:before { |
|
|
|
content: "\e92f"; |
|
|
|
} |
|
|
|
.icon-play:before { |
|
|
|
content: "\e930"; |
|
|
|
} |
|
|
|
.icon-reset:before { |
|
|
|
content: "\e92e"; |
|
|
|
} |
|
|
|
.icon-settings2:before { |
|
|
|
content: "\e92d"; |
|
|
|
} |
|
|
|
.icon-timeout:before { |
|
|
|
content: "\e944"; |
|
|
|
} |
|
|
|
.icon-unlocked:before { |
|
|
|
content: "\e933"; |
|
|
|
} |
|
|
|
.icon-show:before { |
|
|
|
content: "\e964"; |
|
|
|
} |
|
|
|
@ -126,6 +264,9 @@ |
|
|
|
.icon-info:before { |
|
|
|
content: "\e93c"; |
|
|
|
} |
|
|
|
.icon-control-Stars:before { |
|
|
|
content: "\e93a"; |
|
|
|
} |
|
|
|
.icon-control-Color:before { |
|
|
|
content: "\e94d"; |
|
|
|
} |
|
|
|
@ -294,93 +435,3 @@ |
|
|
|
.icon-user:before { |
|
|
|
content: "\e928"; |
|
|
|
} |
|
|
|
.icon-control-Tags:before { |
|
|
|
content: "\e963"; |
|
|
|
} |
|
|
|
.icon-control-Checkboxes:before { |
|
|
|
content: "\e962"; |
|
|
|
} |
|
|
|
.icon-control-Html:before { |
|
|
|
content: "\e960"; |
|
|
|
} |
|
|
|
.icon-single-content:before { |
|
|
|
content: "\e958"; |
|
|
|
} |
|
|
|
.icon-multiple-content:before { |
|
|
|
content: "\e957"; |
|
|
|
} |
|
|
|
.icon-type-Array:before { |
|
|
|
content: "\e956"; |
|
|
|
} |
|
|
|
.icon-exclamation:before { |
|
|
|
content: "\e955"; |
|
|
|
} |
|
|
|
.icon-orleans:before { |
|
|
|
content: "\e94b"; |
|
|
|
} |
|
|
|
.icon-document-lock:before { |
|
|
|
content: "\e949"; |
|
|
|
} |
|
|
|
.icon-document-unpublish:before { |
|
|
|
content: "\e93f"; |
|
|
|
} |
|
|
|
.icon-angle-down:before { |
|
|
|
content: "\e900"; |
|
|
|
} |
|
|
|
.icon-angle-left:before { |
|
|
|
content: "\e901"; |
|
|
|
} |
|
|
|
.icon-angle-right:before { |
|
|
|
content: "\e931"; |
|
|
|
} |
|
|
|
.icon-angle-up:before { |
|
|
|
content: "\e903"; |
|
|
|
} |
|
|
|
.icon-api:before { |
|
|
|
content: "\e945"; |
|
|
|
} |
|
|
|
.icon-assets:before { |
|
|
|
content: "\e948"; |
|
|
|
} |
|
|
|
.icon-bug:before { |
|
|
|
content: "\e93d"; |
|
|
|
} |
|
|
|
.icon-caret-down:before { |
|
|
|
content: "\e92c"; |
|
|
|
} |
|
|
|
.icon-caret-left:before { |
|
|
|
content: "\e92a"; |
|
|
|
} |
|
|
|
.icon-caret-right:before { |
|
|
|
content: "\e929"; |
|
|
|
} |
|
|
|
.icon-caret-up:before { |
|
|
|
content: "\e92b"; |
|
|
|
} |
|
|
|
.icon-contents:before { |
|
|
|
content: "\e946"; |
|
|
|
} |
|
|
|
.icon-trigger-ContentChanged:before { |
|
|
|
content: "\e946"; |
|
|
|
} |
|
|
|
.icon-control-Date:before { |
|
|
|
content: "\e936"; |
|
|
|
} |
|
|
|
.icon-control-DateTime:before { |
|
|
|
content: "\e937"; |
|
|
|
} |
|
|
|
.icon-control-Markdown:before { |
|
|
|
content: "\e938"; |
|
|
|
} |
|
|
|
.icon-grid:before { |
|
|
|
content: "\f00a"; |
|
|
|
} |
|
|
|
.icon-list1:before { |
|
|
|
content: "\f0c9"; |
|
|
|
} |
|
|
|
.icon-user-o:before { |
|
|
|
content: "\e932"; |
|
|
|
} |
|
|
|
.icon-rules:before { |
|
|
|
content: "\e947"; |
|
|
|
} |
|
|
|
|