@agilekit/ui 0.0.514-alpha.0 → 0.1.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +42 -42
- package/lib/index.js +1 -1
- package/lib/index.js.LICENSE.txt +0 -8
- package/lib/src/Theme.d.ts +5 -3
- package/lib/src/components/Badge/Badge.d.ts +1 -1
- package/lib/src/components/Box/Box.d.ts +1 -1
- package/lib/src/components/Breadcrumb/Breadcrumb.d.ts +1 -1
- package/lib/src/components/Card/Card.d.ts +1 -1
- package/lib/src/components/ChoiceItem/ChoiceItem.d.ts +1 -1
- package/lib/src/components/DataTable/DataTable.d.ts +1 -1
- package/lib/src/components/FormSectionTitle/FormSectionTitle.d.ts +1 -1
- package/lib/src/components/Gallery/Gallery.d.ts +1 -1
- package/lib/src/components/Gallery/components/ImageWithFallback/ImageWithFallback.d.ts +1 -1
- package/lib/src/components/Gallery/components/Lightbox/Lightbox.d.ts +2 -2
- package/lib/src/components/Grid/components/Row/Row.d.ts +1 -1
- package/lib/src/components/Link/Link.d.ts +1 -1
- package/lib/src/components/PaymentProcessing/PaymentProcessing.d.ts +2 -2
- package/lib/src/components/Popover/Popover.d.ts +1 -1
- package/lib/src/components/Slider/Slider.d.ts +2 -2
- package/lib/src/components/Switch/Switch.d.ts +1 -1
- package/lib/src/components/TableList/TableList.d.ts +1 -1
- package/lib/src/components/TableList/components/Cell/Cell.d.ts +1 -1
- package/lib/src/components/TableList/components/ColumnHeader/ColumnHeader.d.ts +1 -1
- package/lib/src/components/TextField/TextField.styles.d.ts +4 -3
- package/lib/src/index.d.ts +5 -3
- package/package.json +160 -162
- package/src/assets/fonts/fontello/README.txt +75 -75
- package/src/assets/fonts/fontello/config.json +933 -933
- package/src/assets/fonts/fontello/css/animation.css +85 -85
- package/src/assets/fonts/fontello/css/fontello-codes.css +66 -66
- package/src/assets/fonts/fontello/css/fontello-embedded.css +119 -119
- package/src/assets/fonts/fontello/css/fontello-ie7-codes.css +66 -66
- package/src/assets/fonts/fontello/css/fontello-ie7.css +77 -77
- package/src/assets/fonts/fontello/css/fontello.css +122 -122
- package/src/assets/fonts/fontello/demo.html +402 -402
- package/src/assets/fonts/fontello/font/fontello.eot +0 -0
- package/src/assets/fonts/fontello/font/fontello.svg +141 -141
- package/src/assets/fonts/fontello/font/fontello.ttf +0 -0
- package/src/assets/fonts/fontello/font/fontello.woff +0 -0
- package/src/assets/fonts/fontello/font/fontello.woff2 +0 -0
- package/src/assets/fonts/svg/Icon/ic-chat.svg +12 -12
- package/src/assets/fonts/svg/Icon/ic-dollar.svg +13 -13
- package/src/assets/fonts/svg/Icon/ic-invoice.svg +15 -15
- package/src/assets/fonts/svg/Icon/ic-menu.svg +8 -8
- package/src/assets/fonts/svg/ic-activity.svg +8 -8
- package/src/assets/fonts/svg/ic-arrow-long-right.svg +48 -48
- package/src/assets/fonts/svg/ic-arrows.svg +9 -9
- package/src/assets/fonts/svg/ic-atm-card.svg +9 -9
- package/src/assets/fonts/svg/ic-bank-solid.svg +10 -10
- package/src/assets/fonts/svg/ic-bell.svg +10 -10
- package/src/assets/fonts/svg/ic-briefcase.svg +9 -9
- package/src/assets/fonts/svg/ic-calendar-alt.svg +15 -15
- package/src/assets/fonts/svg/ic-check-alt.svg +26 -26
- package/src/assets/fonts/svg/ic-check.svg +10 -10
- package/src/assets/fonts/svg/ic-circle-solid.svg +7 -7
- package/src/assets/fonts/svg/ic-circle.svg +7 -7
- package/src/assets/fonts/svg/ic-close.svg +9 -9
- package/src/assets/fonts/svg/ic-cog-solid.svg +14 -14
- package/src/assets/fonts/svg/ic-credit-card-solid.svg +7 -7
- package/src/assets/fonts/svg/ic-credit-card.svg +7 -7
- package/src/assets/fonts/svg/ic-database.svg +9 -9
- package/src/assets/fonts/svg/ic-desktop.svg +9 -9
- package/src/assets/fonts/svg/ic-dollar-solid.svg +10 -10
- package/src/assets/fonts/svg/ic-exclamation.svg +10 -10
- package/src/assets/fonts/svg/ic-globe.svg +9 -9
- package/src/assets/fonts/svg/ic-grid-solid.svg +9 -9
- package/src/assets/fonts/svg/ic-hash.svg +10 -10
- package/src/assets/fonts/svg/ic-help-circle.svg +11 -11
- package/src/assets/fonts/svg/ic-info.svg +10 -10
- package/src/assets/fonts/svg/ic-keyhole-square.svg +9 -9
- package/src/assets/fonts/svg/ic-lock.svg +8 -8
- package/src/assets/fonts/svg/ic-log-in.svg +9 -9
- package/src/assets/fonts/svg/ic-log-out.svg +9 -9
- package/src/assets/fonts/svg/ic-mail.svg +8 -8
- package/src/assets/fonts/svg/ic-map-pin.svg +8 -8
- package/src/assets/fonts/svg/ic-menu.svg +8 -8
- package/src/assets/fonts/svg/ic-minus.svg +6 -6
- package/src/assets/fonts/svg/ic-mobile-android.svg +9 -9
- package/src/assets/fonts/svg/ic-more.svg +27 -27
- package/src/assets/fonts/svg/ic-pen.svg +9 -9
- package/src/assets/fonts/svg/ic-phone.svg +13 -13
- package/src/assets/fonts/svg/ic-plus.svg +10 -10
- package/src/assets/fonts/svg/ic-question.svg +8 -8
- package/src/assets/fonts/svg/ic-search.svg +8 -8
- package/src/assets/fonts/svg/ic-settings.svg +27 -27
- package/src/assets/fonts/svg/ic-shield.svg +8 -8
- package/src/assets/fonts/svg/ic-shopping-cart.svg +9 -9
- package/src/assets/fonts/svg/ic-slash-solid.svg +7 -7
- package/src/assets/fonts/svg/ic-slash.svg +9 -9
- package/src/assets/fonts/svg/ic-sliders.svg +12 -12
- package/src/assets/fonts/svg/ic-store.svg +11 -11
- package/src/assets/fonts/svg/ic-tablet.svg +10 -10
- package/src/assets/fonts/svg/ic-user-circle.svg +10 -10
- package/src/assets/fonts/svg/ic-users.svg +21 -21
- package/src/assets/fonts/svg/ic-x-alt.svg +8 -8
- package/src/assets/styles/global/bootstrap/_alert.scss +51 -51
- package/src/assets/styles/global/bootstrap/_badge.scss +53 -53
- package/src/assets/styles/global/bootstrap/_breadcrumb.scss +41 -41
- package/src/assets/styles/global/bootstrap/_button-group.scss +163 -163
- package/src/assets/styles/global/bootstrap/_buttons.scss +140 -140
- package/src/assets/styles/global/bootstrap/_card.scss +311 -311
- package/src/assets/styles/global/bootstrap/_carousel.scss +199 -199
- package/src/assets/styles/global/bootstrap/_close.scss +44 -44
- package/src/assets/styles/global/bootstrap/_code.scss +48 -48
- package/src/assets/styles/global/bootstrap/_custom-forms.scss +508 -508
- package/src/assets/styles/global/bootstrap/_dropdown.scss +191 -191
- package/src/assets/styles/global/bootstrap/_forms.scss +335 -335
- package/src/assets/styles/global/bootstrap/_functions.scss +87 -87
- package/src/assets/styles/global/bootstrap/_grid.scss +52 -52
- package/src/assets/styles/global/bootstrap/_images.scss +42 -42
- package/src/assets/styles/global/bootstrap/_input-group.scss +193 -193
- package/src/assets/styles/global/bootstrap/_jumbotron.scss +18 -18
- package/src/assets/styles/global/bootstrap/_list-group.scss +121 -121
- package/src/assets/styles/global/bootstrap/_media.scss +8 -8
- package/src/assets/styles/global/bootstrap/_mixins.scss +41 -41
- package/src/assets/styles/global/bootstrap/_modal.scss +186 -186
- package/src/assets/styles/global/bootstrap/_nav.scss +120 -120
- package/src/assets/styles/global/bootstrap/_navbar.scss +299 -299
- package/src/assets/styles/global/bootstrap/_pagination.scss +78 -78
- package/src/assets/styles/global/bootstrap/_popover.scss +185 -185
- package/src/assets/styles/global/bootstrap/_print.scss +141 -141
- package/src/assets/styles/global/bootstrap/_progress.scss +34 -34
- package/src/assets/styles/global/bootstrap/_reboot.scss +462 -462
- package/src/assets/styles/global/bootstrap/_root.scss +19 -19
- package/src/assets/styles/global/bootstrap/_spinners.scss +53 -53
- package/src/assets/styles/global/bootstrap/_tables.scss +187 -187
- package/src/assets/styles/global/bootstrap/_toasts.scss +43 -43
- package/src/assets/styles/global/bootstrap/_tooltip.scss +117 -117
- package/src/assets/styles/global/bootstrap/_transitions.scss +22 -22
- package/src/assets/styles/global/bootstrap/_type.scss +125 -125
- package/src/assets/styles/global/bootstrap/_utilities.scss +16 -16
- package/src/assets/styles/global/bootstrap/_variables.scss +1088 -1088
- package/src/assets/styles/global/bootstrap/bootstrap-grid.scss +29 -29
- package/src/assets/styles/global/bootstrap/bootstrap-reboot.scss +12 -12
- package/src/assets/styles/global/bootstrap/bootstrap.scss +44 -44
- package/src/assets/styles/global/bootstrap/mixins/_alert.scss +13 -13
- package/src/assets/styles/global/bootstrap/mixins/_background-variant.scss +21 -21
- package/src/assets/styles/global/bootstrap/mixins/_badge.scss +11 -11
- package/src/assets/styles/global/bootstrap/mixins/_border-radius.scss +35 -35
- package/src/assets/styles/global/bootstrap/mixins/_box-shadow.scss +5 -5
- package/src/assets/styles/global/bootstrap/mixins/_breakpoints.scss +123 -123
- package/src/assets/styles/global/bootstrap/mixins/_buttons.scss +111 -111
- package/src/assets/styles/global/bootstrap/mixins/_caret.scss +62 -62
- package/src/assets/styles/global/bootstrap/mixins/_clearfix.scss +7 -7
- package/src/assets/styles/global/bootstrap/mixins/_float.scss +11 -11
- package/src/assets/styles/global/bootstrap/mixins/_forms.scss +198 -198
- package/src/assets/styles/global/bootstrap/mixins/_gradients.scss +45 -45
- package/src/assets/styles/global/bootstrap/mixins/_grid-framework.scss +66 -66
- package/src/assets/styles/global/bootstrap/mixins/_grid.scss +51 -51
- package/src/assets/styles/global/bootstrap/mixins/_hover.scss +37 -37
- package/src/assets/styles/global/bootstrap/mixins/_image.scss +36 -36
- package/src/assets/styles/global/bootstrap/mixins/_list-group.scss +21 -21
- package/src/assets/styles/global/bootstrap/mixins/_lists.scss +7 -7
- package/src/assets/styles/global/bootstrap/mixins/_nav-divider.scss +10 -10
- package/src/assets/styles/global/bootstrap/mixins/_pagination.scss +22 -22
- package/src/assets/styles/global/bootstrap/mixins/_reset-text.scss +17 -17
- package/src/assets/styles/global/bootstrap/mixins/_resize.scss +6 -6
- package/src/assets/styles/global/bootstrap/mixins/_screen-reader.scss +33 -33
- package/src/assets/styles/global/bootstrap/mixins/_size.scss +6 -6
- package/src/assets/styles/global/bootstrap/mixins/_table-row.scss +39 -39
- package/src/assets/styles/global/bootstrap/mixins/_text-emphasis.scss +14 -14
- package/src/assets/styles/global/bootstrap/mixins/_text-hide.scss +13 -13
- package/src/assets/styles/global/bootstrap/mixins/_text-truncate.scss +8 -8
- package/src/assets/styles/global/bootstrap/mixins/_transition.scss +16 -16
- package/src/assets/styles/global/bootstrap/mixins/_visibility.scss +7 -7
- package/src/assets/styles/global/bootstrap/utilities/_align.scss +8 -8
- package/src/assets/styles/global/bootstrap/utilities/_background.scss +19 -19
- package/src/assets/styles/global/bootstrap/utilities/_borders.scss +63 -63
- package/src/assets/styles/global/bootstrap/utilities/_clearfix.scss +3 -3
- package/src/assets/styles/global/bootstrap/utilities/_display.scss +38 -38
- package/src/assets/styles/global/bootstrap/utilities/_embed.scss +40 -40
- package/src/assets/styles/global/bootstrap/utilities/_flex.scss +51 -51
- package/src/assets/styles/global/bootstrap/utilities/_float.scss +9 -9
- package/src/assets/styles/global/bootstrap/utilities/_overflow.scss +5 -5
- package/src/assets/styles/global/bootstrap/utilities/_position.scss +32 -32
- package/src/assets/styles/global/bootstrap/utilities/_screenreaders.scss +11 -11
- package/src/assets/styles/global/bootstrap/utilities/_shadows.scss +6 -6
- package/src/assets/styles/global/bootstrap/utilities/_sizing.scss +20 -20
- package/src/assets/styles/global/bootstrap/utilities/_spacing.scss +73 -73
- package/src/assets/styles/global/bootstrap/utilities/_text.scss +67 -67
- package/src/assets/styles/global/bootstrap/utilities/_visibility.scss +11 -11
- package/src/assets/styles/global/core/card.scss +6 -6
- package/src/assets/styles/global/core/color.scss +76 -76
- package/src/assets/styles/global/core/status.scss +17 -17
- package/src/assets/styles/global/styles.scss +24 -24
- package/src/assets/styles/global/vendors/ant-design-grid.scss +5046 -5046
- package/src/assets/styles/shared/elements/scrollbar.scss +30 -30
- package/src/assets/styles/shared/settings/breakpoints.scss +10 -10
- package/src/assets/styles/shared/settings/colors.scss +110 -110
- package/src/assets/styles/shared/settings/depth.scss +14 -14
- package/src/assets/styles/shared/settings/layout.scss +10 -10
- package/src/assets/styles/shared/settings/typography.scss +9 -9
- package/src/assets/styles/shared/shared.scss +8 -8
- package/src/assets/styles/shared/tools/respond-to.scss +32 -32
- package/src/components/utils/breakpoints.ts +14 -14
- package/src/components/utils/browser.ts +10 -10
- package/src/components/utils/findParentBySelector.ts +17 -17
- package/src/components/utils/idGenerator.ts +4 -4
- package/src/components/utils/index.ts +4 -4
- package/src/components/utils/setNativeValue.ts +13 -13
- package/lib/src/components/Breadcrumb/Breadcrumb.styles.d.ts +0 -2
- package/lib/src/components/Loader/Loader.styles.d.ts +0 -2
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
|
|
2
|
-
.icon-ic-trending-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
3
|
-
.icon-ic-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
4
|
-
.icon-ic-dollar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
5
|
-
.icon-ic-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
6
|
-
.icon-ic-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
7
|
-
.icon-ic-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
8
|
-
.icon-ic-package { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
9
|
-
.icon-ic-refresh-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
10
|
-
.icon-ic-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
11
|
-
.icon-ic-activity { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
12
|
-
.icon-ic-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
13
|
-
.icon-ic-arrow-long-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
14
|
-
.icon-ic-arrows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
15
|
-
.icon-ic-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
16
|
-
.icon-ic-check-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
17
|
-
.icon-ic-dollar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
18
|
-
.icon-ic-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
19
|
-
.icon-ic-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
20
|
-
.icon-ic-more { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
21
|
-
.icon-ic-settings { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
22
|
-
.icon-ic-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
23
|
-
.icon-ic-slash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
24
|
-
.icon-ic-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
25
|
-
.icon-ic-x-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
26
|
-
.icon-ic-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
27
|
-
.icon-ic-pen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
28
|
-
.icon-ic-mobile-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
29
|
-
.icon-ic-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
30
|
-
.icon-ic-help-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
31
|
-
.icon-ic-hash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
32
|
-
.icon-ic-grid-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
33
|
-
.icon-ic-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
34
|
-
.icon-ic-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
35
|
-
.icon-ic-circle-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
36
|
-
.icon-ic-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
37
|
-
.icon-ic-calendar-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
38
|
-
.icon-ic-plus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
39
|
-
.icon-ic-atm-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
40
|
-
.icon-ic-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
41
|
-
.icon-ic-keyhole-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
42
|
-
.icon-ic-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
43
|
-
.icon-ic-cog-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
44
|
-
.icon-ic-dollar-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
45
|
-
.icon-ic-slash-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
46
|
-
.icon-ic-credit-card-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
47
|
-
.icon-ic-minus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
48
|
-
.icon-ic-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
49
|
-
.icon-ic-invoice { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
50
|
-
.icon-ic-user-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
51
|
-
.icon-ic-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
52
|
-
.icon-ic-store { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
53
|
-
.icon-ic-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
54
|
-
.icon-ic-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
55
|
-
.icon-ic-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
56
|
-
.icon-ic-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
57
|
-
.icon-ic-map-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
58
|
-
.icon-ic-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
59
|
-
.icon-ic-log-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
60
|
-
.icon-ic-log-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
61
|
-
.icon-ic-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
62
|
-
.icon-ic-question { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
63
|
-
.icon-ic-file-landscape-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
64
|
-
.icon-ic-bank-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
65
|
-
.icon-ic-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
66
|
-
.icon-ic-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
1
|
+
|
|
2
|
+
.icon-ic-trending-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
3
|
+
.icon-ic-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
4
|
+
.icon-ic-dollar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
5
|
+
.icon-ic-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
6
|
+
.icon-ic-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
7
|
+
.icon-ic-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
8
|
+
.icon-ic-package { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
9
|
+
.icon-ic-refresh-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
10
|
+
.icon-ic-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
11
|
+
.icon-ic-activity { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
12
|
+
.icon-ic-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
13
|
+
.icon-ic-arrow-long-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
14
|
+
.icon-ic-arrows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
15
|
+
.icon-ic-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
16
|
+
.icon-ic-check-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
17
|
+
.icon-ic-dollar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
18
|
+
.icon-ic-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
19
|
+
.icon-ic-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
20
|
+
.icon-ic-more { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
21
|
+
.icon-ic-settings { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
22
|
+
.icon-ic-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
23
|
+
.icon-ic-slash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
24
|
+
.icon-ic-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
25
|
+
.icon-ic-x-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
26
|
+
.icon-ic-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
27
|
+
.icon-ic-pen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
28
|
+
.icon-ic-mobile-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
29
|
+
.icon-ic-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
30
|
+
.icon-ic-help-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
31
|
+
.icon-ic-hash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
32
|
+
.icon-ic-grid-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
33
|
+
.icon-ic-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
34
|
+
.icon-ic-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
35
|
+
.icon-ic-circle-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
36
|
+
.icon-ic-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
37
|
+
.icon-ic-calendar-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
38
|
+
.icon-ic-plus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
39
|
+
.icon-ic-atm-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
40
|
+
.icon-ic-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
41
|
+
.icon-ic-keyhole-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
42
|
+
.icon-ic-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
43
|
+
.icon-ic-cog-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
44
|
+
.icon-ic-dollar-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
45
|
+
.icon-ic-slash-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
46
|
+
.icon-ic-credit-card-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
47
|
+
.icon-ic-minus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
48
|
+
.icon-ic-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
49
|
+
.icon-ic-invoice { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
50
|
+
.icon-ic-user-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
51
|
+
.icon-ic-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
52
|
+
.icon-ic-store { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
53
|
+
.icon-ic-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
54
|
+
.icon-ic-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
55
|
+
.icon-ic-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
56
|
+
.icon-ic-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
57
|
+
.icon-ic-map-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
58
|
+
.icon-ic-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
59
|
+
.icon-ic-log-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
60
|
+
.icon-ic-log-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
61
|
+
.icon-ic-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
62
|
+
.icon-ic-question { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
63
|
+
.icon-ic-file-landscape-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
64
|
+
.icon-ic-bank-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
65
|
+
.icon-ic-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
66
|
+
.icon-ic-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
67
67
|
.icon-ic-chevron-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
[class^="icon-"], [class*=" icon-"] {
|
|
2
|
-
font-family: 'fontello';
|
|
3
|
-
font-style: normal;
|
|
4
|
-
font-weight: normal;
|
|
5
|
-
|
|
6
|
-
/* fix buttons height */
|
|
7
|
-
line-height: 1em;
|
|
8
|
-
|
|
9
|
-
/* you can be more comfortable with increased icons size */
|
|
10
|
-
/* font-size: 120%; */
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.icon-ic-trending-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
14
|
-
.icon-ic-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
15
|
-
.icon-ic-dollar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
16
|
-
.icon-ic-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
17
|
-
.icon-ic-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
18
|
-
.icon-ic-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
19
|
-
.icon-ic-package { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
20
|
-
.icon-ic-refresh-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
21
|
-
.icon-ic-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
22
|
-
.icon-ic-activity { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
23
|
-
.icon-ic-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
24
|
-
.icon-ic-arrow-long-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
25
|
-
.icon-ic-arrows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
26
|
-
.icon-ic-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
27
|
-
.icon-ic-check-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
28
|
-
.icon-ic-dollar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
29
|
-
.icon-ic-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
30
|
-
.icon-ic-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
31
|
-
.icon-ic-more { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
32
|
-
.icon-ic-settings { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
33
|
-
.icon-ic-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
34
|
-
.icon-ic-slash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
35
|
-
.icon-ic-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
36
|
-
.icon-ic-x-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
37
|
-
.icon-ic-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
38
|
-
.icon-ic-pen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
39
|
-
.icon-ic-mobile-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
40
|
-
.icon-ic-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
41
|
-
.icon-ic-help-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
42
|
-
.icon-ic-hash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
43
|
-
.icon-ic-grid-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
44
|
-
.icon-ic-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
45
|
-
.icon-ic-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
46
|
-
.icon-ic-circle-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
47
|
-
.icon-ic-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
48
|
-
.icon-ic-calendar-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
49
|
-
.icon-ic-plus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
50
|
-
.icon-ic-atm-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
51
|
-
.icon-ic-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
52
|
-
.icon-ic-keyhole-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
53
|
-
.icon-ic-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
54
|
-
.icon-ic-cog-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
55
|
-
.icon-ic-dollar-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
56
|
-
.icon-ic-slash-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
57
|
-
.icon-ic-credit-card-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
58
|
-
.icon-ic-minus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
59
|
-
.icon-ic-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
60
|
-
.icon-ic-invoice { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
61
|
-
.icon-ic-user-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
62
|
-
.icon-ic-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
63
|
-
.icon-ic-store { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
64
|
-
.icon-ic-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
65
|
-
.icon-ic-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
66
|
-
.icon-ic-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
67
|
-
.icon-ic-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
68
|
-
.icon-ic-map-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
69
|
-
.icon-ic-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
70
|
-
.icon-ic-log-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
71
|
-
.icon-ic-log-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
72
|
-
.icon-ic-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
73
|
-
.icon-ic-question { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
74
|
-
.icon-ic-file-landscape-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
75
|
-
.icon-ic-bank-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
76
|
-
.icon-ic-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
77
|
-
.icon-ic-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
1
|
+
[class^="icon-"], [class*=" icon-"] {
|
|
2
|
+
font-family: 'fontello';
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: normal;
|
|
5
|
+
|
|
6
|
+
/* fix buttons height */
|
|
7
|
+
line-height: 1em;
|
|
8
|
+
|
|
9
|
+
/* you can be more comfortable with increased icons size */
|
|
10
|
+
/* font-size: 120%; */
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.icon-ic-trending-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
14
|
+
.icon-ic-chevron-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
15
|
+
.icon-ic-dollar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
16
|
+
.icon-ic-minus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
17
|
+
.icon-ic-grid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
18
|
+
.icon-ic-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
19
|
+
.icon-ic-package { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
20
|
+
.icon-ic-refresh-cw { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
21
|
+
.icon-ic-star { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
22
|
+
.icon-ic-activity { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
23
|
+
.icon-ic-calendar { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
24
|
+
.icon-ic-arrow-long-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
25
|
+
.icon-ic-arrows { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
26
|
+
.icon-ic-briefcase { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
27
|
+
.icon-ic-check-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
28
|
+
.icon-ic-dollar-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
29
|
+
.icon-ic-credit-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
30
|
+
.icon-ic-exclamation { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
31
|
+
.icon-ic-more { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
32
|
+
.icon-ic-settings { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
33
|
+
.icon-ic-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
34
|
+
.icon-ic-slash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
35
|
+
.icon-ic-users { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
36
|
+
.icon-ic-x-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
37
|
+
.icon-ic-chat { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
38
|
+
.icon-ic-pen { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
39
|
+
.icon-ic-mobile-android { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
40
|
+
.icon-ic-info { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
41
|
+
.icon-ic-help-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
42
|
+
.icon-ic-hash { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
43
|
+
.icon-ic-grid-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
44
|
+
.icon-ic-desktop { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
45
|
+
.icon-ic-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
46
|
+
.icon-ic-circle-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
47
|
+
.icon-ic-bell { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
48
|
+
.icon-ic-calendar-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
49
|
+
.icon-ic-plus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
50
|
+
.icon-ic-atm-card { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
51
|
+
.icon-ic-globe { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
52
|
+
.icon-ic-keyhole-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
53
|
+
.icon-ic-database { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
54
|
+
.icon-ic-cog-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
55
|
+
.icon-ic-dollar-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
56
|
+
.icon-ic-slash-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
57
|
+
.icon-ic-credit-card-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
58
|
+
.icon-ic-minus-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
59
|
+
.icon-ic-menu { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
60
|
+
.icon-ic-invoice { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
61
|
+
.icon-ic-user-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
62
|
+
.icon-ic-tablet { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
63
|
+
.icon-ic-store { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
64
|
+
.icon-ic-sliders { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
65
|
+
.icon-ic-shopping-cart { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
66
|
+
.icon-ic-shield { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
67
|
+
.icon-ic-phone { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
68
|
+
.icon-ic-map-pin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
69
|
+
.icon-ic-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
70
|
+
.icon-ic-log-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
71
|
+
.icon-ic-log-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
72
|
+
.icon-ic-lock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
73
|
+
.icon-ic-question { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
74
|
+
.icon-ic-file-landscape-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
75
|
+
.icon-ic-bank-solid { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
76
|
+
.icon-ic-check { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
77
|
+
.icon-ic-close { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
78
78
|
.icon-ic-chevron-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
|
@@ -1,123 +1,123 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: 'fontello';
|
|
3
|
-
src: url('../font/fontello.eot?47629514');
|
|
4
|
-
src: url('../font/fontello.eot?47629514#iefix') format('embedded-opentype'),
|
|
5
|
-
url('../font/fontello.woff2?47629514') format('woff2'),
|
|
6
|
-
url('../font/fontello.woff?47629514') format('woff'),
|
|
7
|
-
url('../font/fontello.ttf?47629514') format('truetype'),
|
|
8
|
-
url('../font/fontello.svg?47629514#fontello') format('svg');
|
|
9
|
-
font-weight: normal;
|
|
10
|
-
font-style: normal;
|
|
11
|
-
}
|
|
12
|
-
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
|
13
|
-
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
|
14
|
-
/*
|
|
15
|
-
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
16
|
-
@font-face {
|
|
17
|
-
font-family: 'fontello';
|
|
18
|
-
src: url('../font/fontello.svg?47629514#fontello') format('svg');
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
*/
|
|
22
|
-
|
|
23
|
-
[class^="icon-"]:before, [class*=" icon-"]:before {
|
|
24
|
-
font-family: "fontello";
|
|
25
|
-
font-style: normal;
|
|
26
|
-
font-weight: normal;
|
|
27
|
-
speak: none;
|
|
28
|
-
|
|
29
|
-
display: inline-block;
|
|
30
|
-
text-decoration: inherit;
|
|
31
|
-
width: 1em;
|
|
32
|
-
margin-right: .2em;
|
|
33
|
-
text-align: center;
|
|
34
|
-
/* opacity: .8; */
|
|
35
|
-
|
|
36
|
-
/* For safety - reset parent styles, that can break glyph codes*/
|
|
37
|
-
font-variant: normal;
|
|
38
|
-
text-transform: none;
|
|
39
|
-
|
|
40
|
-
/* fix buttons height, for twitter bootstrap */
|
|
41
|
-
line-height: 1em;
|
|
42
|
-
|
|
43
|
-
/* Animation center compensation - margins should be symmetric */
|
|
44
|
-
/* remove if not needed */
|
|
45
|
-
margin-left: .2em;
|
|
46
|
-
|
|
47
|
-
/* you can be more comfortable with increased icons size */
|
|
48
|
-
/* font-size: 120%; */
|
|
49
|
-
|
|
50
|
-
/* Font smoothing. That was taken from TWBS */
|
|
51
|
-
-webkit-font-smoothing: antialiased;
|
|
52
|
-
-moz-osx-font-smoothing: grayscale;
|
|
53
|
-
|
|
54
|
-
/* Uncomment for 3D effect */
|
|
55
|
-
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.icon-ic-trending-up:before { content: '\e800'; } /* '' */
|
|
59
|
-
.icon-ic-chevron-down:before { content: '\e801'; } /* '' */
|
|
60
|
-
.icon-ic-dollar:before { content: '\e802'; } /* '' */
|
|
61
|
-
.icon-ic-minus:before { content: '\e803'; } /* '' */
|
|
62
|
-
.icon-ic-grid:before { content: '\e804'; } /* '' */
|
|
63
|
-
.icon-ic-plus:before { content: '\e805'; } /* '' */
|
|
64
|
-
.icon-ic-package:before { content: '\e806'; } /* '' */
|
|
65
|
-
.icon-ic-refresh-cw:before { content: '\e807'; } /* '' */
|
|
66
|
-
.icon-ic-star:before { content: '\e808'; } /* '' */
|
|
67
|
-
.icon-ic-activity:before { content: '\e809'; } /* '' */
|
|
68
|
-
.icon-ic-calendar:before { content: '\e80a'; } /* '' */
|
|
69
|
-
.icon-ic-arrow-long-right:before { content: '\e80b'; } /* '' */
|
|
70
|
-
.icon-ic-arrows:before { content: '\e80c'; } /* '' */
|
|
71
|
-
.icon-ic-briefcase:before { content: '\e80d'; } /* '' */
|
|
72
|
-
.icon-ic-check-alt:before { content: '\e80e'; } /* '' */
|
|
73
|
-
.icon-ic-dollar-1:before { content: '\e80f'; } /* '' */
|
|
74
|
-
.icon-ic-credit-card:before { content: '\e810'; } /* '' */
|
|
75
|
-
.icon-ic-exclamation:before { content: '\e811'; } /* '' */
|
|
76
|
-
.icon-ic-more:before { content: '\e812'; } /* '' */
|
|
77
|
-
.icon-ic-settings:before { content: '\e813'; } /* '' */
|
|
78
|
-
.icon-ic-search:before { content: '\e814'; } /* '' */
|
|
79
|
-
.icon-ic-slash:before { content: '\e815'; } /* '' */
|
|
80
|
-
.icon-ic-users:before { content: '\e816'; } /* '' */
|
|
81
|
-
.icon-ic-x-alt:before { content: '\e817'; } /* '' */
|
|
82
|
-
.icon-ic-chat:before { content: '\e818'; } /* '' */
|
|
83
|
-
.icon-ic-pen:before { content: '\e819'; } /* '' */
|
|
84
|
-
.icon-ic-mobile-android:before { content: '\e81a'; } /* '' */
|
|
85
|
-
.icon-ic-info:before { content: '\e81b'; } /* '' */
|
|
86
|
-
.icon-ic-help-circle:before { content: '\e81c'; } /* '' */
|
|
87
|
-
.icon-ic-hash:before { content: '\e81d'; } /* '' */
|
|
88
|
-
.icon-ic-grid-solid:before { content: '\e81e'; } /* '' */
|
|
89
|
-
.icon-ic-desktop:before { content: '\e81f'; } /* '' */
|
|
90
|
-
.icon-ic-circle:before { content: '\e820'; } /* '' */
|
|
91
|
-
.icon-ic-circle-solid:before { content: '\e821'; } /* '' */
|
|
92
|
-
.icon-ic-bell:before { content: '\e822'; } /* '' */
|
|
93
|
-
.icon-ic-calendar-alt:before { content: '\e823'; } /* '' */
|
|
94
|
-
.icon-ic-plus-1:before { content: '\e824'; } /* '' */
|
|
95
|
-
.icon-ic-atm-card:before { content: '\e825'; } /* '' */
|
|
96
|
-
.icon-ic-globe:before { content: '\e826'; } /* '' */
|
|
97
|
-
.icon-ic-keyhole-square:before { content: '\e827'; } /* '' */
|
|
98
|
-
.icon-ic-database:before { content: '\e828'; } /* '' */
|
|
99
|
-
.icon-ic-cog-solid:before { content: '\e829'; } /* '' */
|
|
100
|
-
.icon-ic-dollar-solid:before { content: '\e82a'; } /* '' */
|
|
101
|
-
.icon-ic-slash-solid:before { content: '\e82b'; } /* '' */
|
|
102
|
-
.icon-ic-credit-card-solid:before { content: '\e82c'; } /* '' */
|
|
103
|
-
.icon-ic-minus-1:before { content: '\e82d'; } /* '' */
|
|
104
|
-
.icon-ic-menu:before { content: '\e82e'; } /* '' */
|
|
105
|
-
.icon-ic-invoice:before { content: '\e82f'; } /* '' */
|
|
106
|
-
.icon-ic-user-circle:before { content: '\e830'; } /* '' */
|
|
107
|
-
.icon-ic-tablet:before { content: '\e831'; } /* '' */
|
|
108
|
-
.icon-ic-store:before { content: '\e832'; } /* '' */
|
|
109
|
-
.icon-ic-sliders:before { content: '\e833'; } /* '' */
|
|
110
|
-
.icon-ic-shopping-cart:before { content: '\e834'; } /* '' */
|
|
111
|
-
.icon-ic-shield:before { content: '\e835'; } /* '' */
|
|
112
|
-
.icon-ic-phone:before { content: '\e836'; } /* '' */
|
|
113
|
-
.icon-ic-map-pin:before { content: '\e837'; } /* '' */
|
|
114
|
-
.icon-ic-mail:before { content: '\e838'; } /* '' */
|
|
115
|
-
.icon-ic-log-out:before { content: '\e839'; } /* '' */
|
|
116
|
-
.icon-ic-log-in:before { content: '\e83a'; } /* '' */
|
|
117
|
-
.icon-ic-lock:before { content: '\e83b'; } /* '' */
|
|
118
|
-
.icon-ic-question:before { content: '\e83c'; } /* '' */
|
|
119
|
-
.icon-ic-file-landscape-alt:before { content: '\e83d'; } /* '' */
|
|
120
|
-
.icon-ic-bank-solid:before { content: '\e83e'; } /* '' */
|
|
121
|
-
.icon-ic-check:before { content: '\e83f'; } /* '' */
|
|
122
|
-
.icon-ic-close:before { content: '\e840'; } /* '' */
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'fontello';
|
|
3
|
+
src: url('../font/fontello.eot?47629514');
|
|
4
|
+
src: url('../font/fontello.eot?47629514#iefix') format('embedded-opentype'),
|
|
5
|
+
url('../font/fontello.woff2?47629514') format('woff2'),
|
|
6
|
+
url('../font/fontello.woff?47629514') format('woff'),
|
|
7
|
+
url('../font/fontello.ttf?47629514') format('truetype'),
|
|
8
|
+
url('../font/fontello.svg?47629514#fontello') format('svg');
|
|
9
|
+
font-weight: normal;
|
|
10
|
+
font-style: normal;
|
|
11
|
+
}
|
|
12
|
+
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
|
|
13
|
+
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
|
|
14
|
+
/*
|
|
15
|
+
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
|
16
|
+
@font-face {
|
|
17
|
+
font-family: 'fontello';
|
|
18
|
+
src: url('../font/fontello.svg?47629514#fontello') format('svg');
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
[class^="icon-"]:before, [class*=" icon-"]:before {
|
|
24
|
+
font-family: "fontello";
|
|
25
|
+
font-style: normal;
|
|
26
|
+
font-weight: normal;
|
|
27
|
+
speak: none;
|
|
28
|
+
|
|
29
|
+
display: inline-block;
|
|
30
|
+
text-decoration: inherit;
|
|
31
|
+
width: 1em;
|
|
32
|
+
margin-right: .2em;
|
|
33
|
+
text-align: center;
|
|
34
|
+
/* opacity: .8; */
|
|
35
|
+
|
|
36
|
+
/* For safety - reset parent styles, that can break glyph codes*/
|
|
37
|
+
font-variant: normal;
|
|
38
|
+
text-transform: none;
|
|
39
|
+
|
|
40
|
+
/* fix buttons height, for twitter bootstrap */
|
|
41
|
+
line-height: 1em;
|
|
42
|
+
|
|
43
|
+
/* Animation center compensation - margins should be symmetric */
|
|
44
|
+
/* remove if not needed */
|
|
45
|
+
margin-left: .2em;
|
|
46
|
+
|
|
47
|
+
/* you can be more comfortable with increased icons size */
|
|
48
|
+
/* font-size: 120%; */
|
|
49
|
+
|
|
50
|
+
/* Font smoothing. That was taken from TWBS */
|
|
51
|
+
-webkit-font-smoothing: antialiased;
|
|
52
|
+
-moz-osx-font-smoothing: grayscale;
|
|
53
|
+
|
|
54
|
+
/* Uncomment for 3D effect */
|
|
55
|
+
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.icon-ic-trending-up:before { content: '\e800'; } /* '' */
|
|
59
|
+
.icon-ic-chevron-down:before { content: '\e801'; } /* '' */
|
|
60
|
+
.icon-ic-dollar:before { content: '\e802'; } /* '' */
|
|
61
|
+
.icon-ic-minus:before { content: '\e803'; } /* '' */
|
|
62
|
+
.icon-ic-grid:before { content: '\e804'; } /* '' */
|
|
63
|
+
.icon-ic-plus:before { content: '\e805'; } /* '' */
|
|
64
|
+
.icon-ic-package:before { content: '\e806'; } /* '' */
|
|
65
|
+
.icon-ic-refresh-cw:before { content: '\e807'; } /* '' */
|
|
66
|
+
.icon-ic-star:before { content: '\e808'; } /* '' */
|
|
67
|
+
.icon-ic-activity:before { content: '\e809'; } /* '' */
|
|
68
|
+
.icon-ic-calendar:before { content: '\e80a'; } /* '' */
|
|
69
|
+
.icon-ic-arrow-long-right:before { content: '\e80b'; } /* '' */
|
|
70
|
+
.icon-ic-arrows:before { content: '\e80c'; } /* '' */
|
|
71
|
+
.icon-ic-briefcase:before { content: '\e80d'; } /* '' */
|
|
72
|
+
.icon-ic-check-alt:before { content: '\e80e'; } /* '' */
|
|
73
|
+
.icon-ic-dollar-1:before { content: '\e80f'; } /* '' */
|
|
74
|
+
.icon-ic-credit-card:before { content: '\e810'; } /* '' */
|
|
75
|
+
.icon-ic-exclamation:before { content: '\e811'; } /* '' */
|
|
76
|
+
.icon-ic-more:before { content: '\e812'; } /* '' */
|
|
77
|
+
.icon-ic-settings:before { content: '\e813'; } /* '' */
|
|
78
|
+
.icon-ic-search:before { content: '\e814'; } /* '' */
|
|
79
|
+
.icon-ic-slash:before { content: '\e815'; } /* '' */
|
|
80
|
+
.icon-ic-users:before { content: '\e816'; } /* '' */
|
|
81
|
+
.icon-ic-x-alt:before { content: '\e817'; } /* '' */
|
|
82
|
+
.icon-ic-chat:before { content: '\e818'; } /* '' */
|
|
83
|
+
.icon-ic-pen:before { content: '\e819'; } /* '' */
|
|
84
|
+
.icon-ic-mobile-android:before { content: '\e81a'; } /* '' */
|
|
85
|
+
.icon-ic-info:before { content: '\e81b'; } /* '' */
|
|
86
|
+
.icon-ic-help-circle:before { content: '\e81c'; } /* '' */
|
|
87
|
+
.icon-ic-hash:before { content: '\e81d'; } /* '' */
|
|
88
|
+
.icon-ic-grid-solid:before { content: '\e81e'; } /* '' */
|
|
89
|
+
.icon-ic-desktop:before { content: '\e81f'; } /* '' */
|
|
90
|
+
.icon-ic-circle:before { content: '\e820'; } /* '' */
|
|
91
|
+
.icon-ic-circle-solid:before { content: '\e821'; } /* '' */
|
|
92
|
+
.icon-ic-bell:before { content: '\e822'; } /* '' */
|
|
93
|
+
.icon-ic-calendar-alt:before { content: '\e823'; } /* '' */
|
|
94
|
+
.icon-ic-plus-1:before { content: '\e824'; } /* '' */
|
|
95
|
+
.icon-ic-atm-card:before { content: '\e825'; } /* '' */
|
|
96
|
+
.icon-ic-globe:before { content: '\e826'; } /* '' */
|
|
97
|
+
.icon-ic-keyhole-square:before { content: '\e827'; } /* '' */
|
|
98
|
+
.icon-ic-database:before { content: '\e828'; } /* '' */
|
|
99
|
+
.icon-ic-cog-solid:before { content: '\e829'; } /* '' */
|
|
100
|
+
.icon-ic-dollar-solid:before { content: '\e82a'; } /* '' */
|
|
101
|
+
.icon-ic-slash-solid:before { content: '\e82b'; } /* '' */
|
|
102
|
+
.icon-ic-credit-card-solid:before { content: '\e82c'; } /* '' */
|
|
103
|
+
.icon-ic-minus-1:before { content: '\e82d'; } /* '' */
|
|
104
|
+
.icon-ic-menu:before { content: '\e82e'; } /* '' */
|
|
105
|
+
.icon-ic-invoice:before { content: '\e82f'; } /* '' */
|
|
106
|
+
.icon-ic-user-circle:before { content: '\e830'; } /* '' */
|
|
107
|
+
.icon-ic-tablet:before { content: '\e831'; } /* '' */
|
|
108
|
+
.icon-ic-store:before { content: '\e832'; } /* '' */
|
|
109
|
+
.icon-ic-sliders:before { content: '\e833'; } /* '' */
|
|
110
|
+
.icon-ic-shopping-cart:before { content: '\e834'; } /* '' */
|
|
111
|
+
.icon-ic-shield:before { content: '\e835'; } /* '' */
|
|
112
|
+
.icon-ic-phone:before { content: '\e836'; } /* '' */
|
|
113
|
+
.icon-ic-map-pin:before { content: '\e837'; } /* '' */
|
|
114
|
+
.icon-ic-mail:before { content: '\e838'; } /* '' */
|
|
115
|
+
.icon-ic-log-out:before { content: '\e839'; } /* '' */
|
|
116
|
+
.icon-ic-log-in:before { content: '\e83a'; } /* '' */
|
|
117
|
+
.icon-ic-lock:before { content: '\e83b'; } /* '' */
|
|
118
|
+
.icon-ic-question:before { content: '\e83c'; } /* '' */
|
|
119
|
+
.icon-ic-file-landscape-alt:before { content: '\e83d'; } /* '' */
|
|
120
|
+
.icon-ic-bank-solid:before { content: '\e83e'; } /* '' */
|
|
121
|
+
.icon-ic-check:before { content: '\e83f'; } /* '' */
|
|
122
|
+
.icon-ic-close:before { content: '\e840'; } /* '' */
|
|
123
123
|
.icon-ic-chevron-up:before { content: '\e841'; } /* '' */
|