@agilekit/ui 0.0.481-alpha.0 → 0.0.484-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/fonts/fontello.eot +0 -0
- package/lib/fonts/fontello.svg +140 -0
- package/lib/fonts/fontello.ttf +0 -0
- package/lib/fonts/fontello.woff +0 -0
- package/lib/fonts/fontello.woff2 +0 -0
- package/lib/index.js +1 -1
- package/lib/playground/Playground.js +16 -0
- package/lib/playground/Playground.js.map +1 -0
- package/lib/src/components/ActionList/ActionList.js +29 -0
- package/lib/src/components/ActionList/ActionList.js.map +1 -0
- package/lib/src/components/ActionList/components/Item/Item.js +17 -0
- package/lib/src/components/ActionList/components/Item/Item.js.map +1 -0
- package/lib/src/components/ActionList/components/Item/index.js +6 -0
- package/lib/src/components/ActionList/components/Item/index.js.map +1 -0
- package/lib/src/components/ActionList/components/Section/Section.js +20 -0
- package/lib/src/components/ActionList/components/Section/Section.js.map +1 -0
- package/lib/src/components/ActionList/components/Section/index.js +6 -0
- package/lib/src/components/ActionList/components/Section/index.js.map +1 -0
- package/lib/src/components/ActionList/components/index.js +7 -0
- package/lib/src/components/ActionList/components/index.js.map +1 -0
- package/lib/src/components/ActionList/index.js +6 -0
- package/lib/src/components/ActionList/index.js.map +1 -0
- package/lib/src/components/ActionList/stories/ActionList.stories.d.ts +13 -0
- package/lib/src/components/ActionList/tests/stories/ActionList.stories.d.ts +1 -0
- package/lib/src/components/AgileTable/stories/AgileTable.dev.stories.d.ts +13 -0
- package/lib/src/components/AgileTable/stories/AgileTable.stories.d.ts +13 -0
- package/lib/src/components/AgileTable/stories/components/AgileTableSimpleForm.d.ts +2 -0
- package/lib/src/components/AppFrame/AppFrame.js +32 -0
- package/lib/src/components/AppFrame/AppFrame.js.map +1 -0
- package/lib/src/components/AppFrame/index.js +5 -0
- package/lib/src/components/AppFrame/index.js.map +1 -0
- package/lib/src/components/AppFrame/stories/AppFrame.stories.d.ts +12 -0
- package/lib/src/components/AppFrame/tests/stories/AppFrame.stories.d.ts +1 -0
- package/lib/src/components/AppProvider/AppProvider.js +17 -0
- package/lib/src/components/AppProvider/AppProvider.js.map +1 -0
- package/lib/src/components/AppProvider/index.js +5 -0
- package/lib/src/components/AppProvider/index.js.map +1 -0
- package/lib/src/components/AppProvider/stories/AppProvider.stories.d.ts +13 -0
- package/lib/src/components/Avatar/Avatar.js +24 -0
- package/lib/src/components/Avatar/Avatar.js.map +1 -0
- package/lib/src/components/Avatar/index.js +6 -0
- package/lib/src/components/Avatar/index.js.map +1 -0
- package/lib/src/components/Avatar/stories/Avatar.stories.d.ts +17 -0
- package/lib/src/components/Avatar/tests/stories/Avatar.stories.d.ts +1 -0
- package/lib/src/components/Backdrop/Backdrop.js +12 -0
- package/lib/src/components/Backdrop/Backdrop.js.map +1 -0
- package/lib/src/components/Backdrop/index.js +5 -0
- package/lib/src/components/Backdrop/index.js.map +1 -0
- package/lib/src/components/Badge/Badge.js +23 -0
- package/lib/src/components/Badge/Badge.js.map +1 -0
- package/lib/src/components/Badge/index.js +6 -0
- package/lib/src/components/Badge/index.js.map +1 -0
- package/lib/src/components/Box/Box.js +28 -0
- package/lib/src/components/Box/Box.js.map +1 -0
- package/lib/src/components/Box/index.js +5 -0
- package/lib/src/components/Box/index.js.map +1 -0
- package/lib/src/components/Box/stories/Box.dev.stories.d.ts +14 -0
- package/lib/src/components/Box/stories/Box.stories.d.ts +14 -0
- package/lib/src/components/Box/tests/stories/Box.stories.d.ts +1 -0
- package/lib/src/components/Breadcrumb/stories/Breadcrumb.stories.d.ts +13 -0
- package/lib/src/components/Breadcrumb/tests/stories/Breadcrumb.stories.d.ts +1 -0
- package/lib/src/components/Button/Button.js +21 -0
- package/lib/src/components/Button/Button.js.map +1 -0
- package/lib/src/components/Button/stories/Button.dev.stories.d.ts +14 -0
- package/lib/src/components/Button/stories/Button.stories.d.ts +25 -0
- package/lib/src/components/Button/tests/Button.test.js +7 -0
- package/lib/src/components/Button/tests/Button.test.js.map +1 -0
- package/lib/src/components/Calendar/stories/Calendar.stories.d.ts +16 -0
- package/lib/src/components/Card/Card.js +35 -0
- package/lib/src/components/Card/Card.js.map +1 -0
- package/lib/src/components/Card/components/CardBody/CardBody.d.ts +7 -0
- package/lib/src/components/Card/components/CardBody/CardBody.js +14 -0
- package/lib/src/components/Card/components/CardBody/CardBody.js.map +1 -0
- package/lib/src/components/Card/components/CardBody/index.d.ts +1 -0
- package/lib/src/components/Card/components/CardBody/index.js +5 -0
- package/lib/src/components/Card/components/CardBody/index.js.map +1 -0
- package/lib/src/components/Card/components/CardFooter/CardFooter.d.ts +7 -0
- package/lib/src/components/Card/components/CardFooter/CardFooter.js +11 -0
- package/lib/src/components/Card/components/CardFooter/CardFooter.js.map +1 -0
- package/lib/src/components/Card/components/CardFooter/index.d.ts +1 -0
- package/lib/src/components/Card/components/CardFooter/index.js +5 -0
- package/lib/src/components/Card/components/CardFooter/index.js.map +1 -0
- package/lib/src/components/Card/components/CardHeader/CardHeader.d.ts +12 -0
- package/lib/src/components/Card/components/CardHeader/CardHeader.js +20 -0
- package/lib/src/components/Card/components/CardHeader/CardHeader.js.map +1 -0
- package/lib/src/components/Card/components/CardHeader/index.d.ts +1 -0
- package/lib/src/components/Card/components/CardHeader/index.js +5 -0
- package/lib/src/components/Card/components/CardHeader/index.js.map +1 -0
- package/lib/src/components/Card/index.js +5 -0
- package/lib/src/components/Card/index.js.map +1 -0
- package/lib/src/components/Card/stories/Card.dev.stories.d.ts +13 -0
- package/lib/src/components/Card/stories/Card.stories.d.ts +14 -0
- package/lib/src/components/Card/tests/stories/Card.stories.d.ts +1 -0
- package/lib/src/components/Checkbox/Checkbox.js +32 -0
- package/lib/src/components/Checkbox/Checkbox.js.map +1 -0
- package/lib/src/components/Checkbox/index.js +5 -0
- package/lib/src/components/Checkbox/index.js.map +1 -0
- package/lib/src/components/Checkbox/stories/Checkbox.stories.d.ts +15 -0
- package/lib/src/components/Checkbox/tests/stories/Checkbox.stories.d.ts +1 -0
- package/lib/src/components/Choice/Choice.js +32 -0
- package/lib/src/components/Choice/Choice.js.map +1 -0
- package/lib/src/components/Choice/index.js +5 -0
- package/lib/src/components/Choice/index.js.map +1 -0
- package/lib/src/components/CollapsableItem/CollapsableItem.d.ts +8 -0
- package/lib/src/components/CollapsibleItem/stories/CollapsibleItem.dev.stories.d.ts +13 -0
- package/lib/src/components/CollapsibleItem/stories/CollapsibleItem.stories.d.ts +14 -0
- package/lib/src/components/Drawer/stories/Drawer.dev.stories.d.ts +13 -0
- package/lib/src/components/Drawer/stories/Drawer.stories.d.ts +17 -0
- package/lib/src/components/Drawer/tests/stories/Drawer.stories.d.ts +1 -0
- package/lib/src/components/Dropdown/stories/Dropdown.dev.stories.d.ts +11 -0
- package/lib/src/components/Dropdown/stories/Dropdown.stories.d.ts +17 -0
- package/lib/src/components/Dummy/Dummy.d.ts +4 -0
- package/lib/src/components/Dummy/stories/Dummy.stories.d.ts +14 -0
- package/lib/src/components/Form/Form.js +17 -0
- package/lib/src/components/Form/Form.js.map +1 -0
- package/lib/src/components/Form/index.js +5 -0
- package/lib/src/components/Form/index.js.map +1 -0
- package/lib/src/components/Grid/components/Col/Col.js +11 -0
- package/lib/src/components/Grid/components/Col/Col.js.map +1 -0
- package/lib/src/components/Grid/components/Col/index.js +5 -0
- package/lib/src/components/Grid/components/Col/index.js.map +1 -0
- package/lib/src/components/Grid/components/Row/Row.js +11 -0
- package/lib/src/components/Grid/components/Row/Row.js.map +1 -0
- package/lib/src/components/Grid/components/Row/index.js +5 -0
- package/lib/src/components/Grid/components/Row/index.js.map +1 -0
- package/lib/src/components/Grid/stories/Grid.stories.d.ts +13 -0
- package/lib/src/components/Grid/tests/Grid.stories.d.ts +1 -0
- package/lib/src/components/Heading/Heading.js +20 -0
- package/lib/src/components/Heading/Heading.js.map +1 -0
- package/lib/src/components/Heading/stories/Heading.stories.d.ts +19 -0
- package/lib/src/components/Heading/tests/stories/Heading.stories.d.ts +1 -0
- package/lib/src/components/Icon/Icon.js +28 -0
- package/lib/src/components/Icon/Icon.js.map +1 -0
- package/lib/src/components/Icon/iconClass.js +51 -0
- package/lib/src/components/Icon/iconClass.js.map +1 -0
- package/lib/src/components/Icon/index.js +5 -0
- package/lib/src/components/Icon/index.js.map +1 -0
- package/lib/src/components/Icon/stories/Icon.dev.stories.d.ts +13 -0
- package/lib/src/components/Icon/stories/Icon.stories.d.ts +15 -0
- package/lib/src/components/Icon/tests/stories/Icon.stories.d.ts +1 -0
- package/lib/src/components/Image/Image.js +20 -0
- package/lib/src/components/Image/Image.js.map +1 -0
- package/lib/src/components/Image/index.js +5 -0
- package/lib/src/components/Image/index.js.map +1 -0
- package/lib/src/components/InputFile/stories/InputFile.stories.d.ts +17 -0
- package/lib/src/components/InputFile/tests/stories/InputFile.stories.d.ts +1 -0
- package/lib/src/components/Label/Label.js +17 -0
- package/lib/src/components/Label/Label.js.map +1 -0
- package/lib/src/components/Label/index.js +5 -0
- package/lib/src/components/Label/index.js.map +1 -0
- package/lib/src/components/Labelled/Labelled.js +35 -0
- package/lib/src/components/Labelled/Labelled.js.map +1 -0
- package/lib/src/components/Labelled/index.js +5 -0
- package/lib/src/components/Labelled/index.js.map +1 -0
- package/lib/src/components/Link/Link.js +17 -0
- package/lib/src/components/Link/Link.js.map +1 -0
- package/lib/src/components/Link/index.js +5 -0
- package/lib/src/components/Link/index.js.map +1 -0
- package/lib/src/components/Loader/Loader.js +39 -0
- package/lib/src/components/Loader/Loader.js.map +1 -0
- package/lib/src/components/Loader/index.js +5 -0
- package/lib/src/components/Loader/index.js.map +1 -0
- package/lib/src/components/Loader/stories/Loader.stories.d.ts +13 -0
- package/lib/src/components/Modal/Modal.js +50 -0
- package/lib/src/components/Modal/Modal.js.map +1 -0
- package/lib/src/components/Modal/components/CloseButton/CloseButton.d.ts +7 -0
- package/lib/src/components/Modal/components/CloseButton/CloseButton.js +13 -0
- package/lib/src/components/Modal/components/CloseButton/CloseButton.js.map +1 -0
- package/lib/src/components/Modal/components/CloseButton/index.d.ts +1 -0
- package/lib/src/components/Modal/components/CloseButton/index.js +5 -0
- package/lib/src/components/Modal/components/CloseButton/index.js.map +1 -0
- package/lib/src/components/Modal/components/Dialog/Dialog.d.ts +11 -0
- package/lib/src/components/Modal/components/Dialog/Dialog.js +17 -0
- package/lib/src/components/Modal/components/Dialog/Dialog.js.map +1 -0
- package/lib/src/components/Modal/components/Dialog/index.d.ts +1 -0
- package/lib/src/components/Modal/components/Dialog/index.js +5 -0
- package/lib/src/components/Modal/components/Dialog/index.js.map +1 -0
- package/lib/src/components/Modal/components/Footer/Footer.d.ts +8 -0
- package/lib/src/components/Modal/components/Footer/Footer.js +17 -0
- package/lib/src/components/Modal/components/Footer/Footer.js.map +1 -0
- package/lib/src/components/Modal/components/Header/Header.d.ts +7 -0
- package/lib/src/components/Modal/components/Header/Header.js +14 -0
- package/lib/src/components/Modal/components/Header/Header.js.map +1 -0
- package/lib/src/components/Modal/components/Header/index.d.ts +1 -0
- package/lib/src/components/Modal/components/Header/index.js +5 -0
- package/lib/src/components/Modal/components/Header/index.js.map +1 -0
- package/lib/src/components/Modal/components/Section/Section.d.ts +7 -0
- package/lib/src/components/Modal/components/Section/Section.js +13 -0
- package/lib/src/components/Modal/components/Section/Section.js.map +1 -0
- package/lib/src/components/Modal/components/Section/index.d.ts +1 -0
- package/lib/src/components/Modal/components/Section/index.js +5 -0
- package/lib/src/components/Modal/components/Section/index.js.map +1 -0
- package/lib/src/components/Modal/components/index.d.ts +5 -0
- package/lib/src/components/Modal/components/index.js +13 -0
- package/lib/src/components/Modal/components/index.js.map +1 -0
- package/lib/src/components/Modal/index.js +5 -0
- package/lib/src/components/Modal/index.js.map +1 -0
- package/lib/src/components/Modal/stories/Modal.dev.stories.d.ts +13 -0
- package/lib/src/components/Modal/stories/Modal.stories.d.ts +13 -0
- package/lib/src/components/Modal/tests/stories/Modal.stories.d.ts +1 -0
- package/lib/src/components/MultiSelect/stories/MultiSelect.stories.d.ts +19 -0
- package/lib/src/components/Navigation/Navigation.js +24 -0
- package/lib/src/components/Navigation/Navigation.js.map +1 -0
- package/lib/src/components/Navigation/components/Item/Item.js +33 -0
- package/lib/src/components/Navigation/components/Item/Item.js.map +1 -0
- package/lib/src/components/Navigation/components/Item/index.js +5 -0
- package/lib/src/components/Navigation/components/Item/index.js.map +1 -0
- package/lib/src/components/Navigation/components/NavFilter/NavFilter.js +13 -0
- package/lib/src/components/Navigation/components/NavFilter/NavFilter.js.map +1 -0
- package/lib/src/components/Navigation/components/NavFilter/index.js +5 -0
- package/lib/src/components/Navigation/components/NavFilter/index.js.map +1 -0
- package/lib/src/components/Navigation/components/NavFilterItem/NavFilterItem.js +45 -0
- package/lib/src/components/Navigation/components/NavFilterItem/NavFilterItem.js.map +1 -0
- package/lib/src/components/Navigation/components/NavFilterItem/index.js +5 -0
- package/lib/src/components/Navigation/components/NavFilterItem/index.js.map +1 -0
- package/lib/src/components/Navigation/components/Section/Section.js +25 -0
- package/lib/src/components/Navigation/components/Section/Section.js.map +1 -0
- package/lib/src/components/Navigation/components/Section/index.js +5 -0
- package/lib/src/components/Navigation/components/Section/index.js.map +1 -0
- package/lib/src/components/Navigation/index.js +5 -0
- package/lib/src/components/Navigation/index.js.map +1 -0
- package/lib/src/components/Page/Page.js +26 -0
- package/lib/src/components/Page/Page.js.map +1 -0
- package/lib/src/components/Page/index.js +5 -0
- package/lib/src/components/Page/index.js.map +1 -0
- package/lib/src/components/Page/stories/Page.dev.stories.d.ts +14 -0
- package/lib/src/components/Page/stories/Page.stories.d.ts +15 -0
- package/lib/src/components/Page/tests/stories/Page.stories.d.ts +1 -0
- package/lib/src/components/Pagination/Pagination.js +43 -0
- package/lib/src/components/Pagination/Pagination.js.map +1 -0
- package/lib/src/components/Pagination/components/PageEllipsis/PageEllipsis.js +8 -0
- package/lib/src/components/Pagination/components/PageEllipsis/PageEllipsis.js.map +1 -0
- package/lib/src/components/Pagination/components/PageMove/PageMove.js +35 -0
- package/lib/src/components/Pagination/components/PageMove/PageMove.js.map +1 -0
- package/lib/src/components/Pagination/components/PageNumber/PageNumber.js +23 -0
- package/lib/src/components/Pagination/components/PageNumber/PageNumber.js.map +1 -0
- package/lib/src/components/Pagination/index.js +5 -0
- package/lib/src/components/Pagination/index.js.map +1 -0
- package/lib/src/components/Pagination/stories/Pagination.stories.d.ts +14 -0
- package/lib/src/components/Pagination/tests/stories/Pagination.stories.d.ts +1 -0
- package/lib/src/components/Pagination/utils/collapseRange.js +39 -0
- package/lib/src/components/Pagination/utils/collapseRange.js.map +1 -0
- package/lib/src/components/Popover/Popover.js +71 -0
- package/lib/src/components/Popover/Popover.js.map +1 -0
- package/lib/src/components/Popover/index.js +5 -0
- package/lib/src/components/Popover/index.js.map +1 -0
- package/lib/src/components/Popover/stories/Popover.stories.d.ts +15 -0
- package/lib/src/components/Popover/tests/stories/Popover.stories.d.ts +1 -0
- package/lib/src/components/Portal/Portal.js +28 -0
- package/lib/src/components/Portal/Portal.js.map +1 -0
- package/lib/src/components/Portal/index.js +5 -0
- package/lib/src/components/Portal/index.js.map +1 -0
- package/lib/src/components/ProgressIndicator/ProgressIndicator.js +23 -0
- package/lib/src/components/ProgressIndicator/ProgressIndicator.js.map +1 -0
- package/lib/src/components/ProgressIndicator/index.js +5 -0
- package/lib/src/components/ProgressIndicator/index.js.map +1 -0
- package/lib/src/components/ProgressIndicator/stories/ProgressIndicator.dev.stories.d.ts +14 -0
- package/lib/src/components/ProgressIndicator/stories/ProgressIndicator.stories.d.ts +14 -0
- package/lib/src/components/ProgressIndicator/tests/stories/ProgressIndicator.stories.d.ts +1 -0
- package/lib/src/components/RadioButton/RadioButton.js +31 -0
- package/lib/src/components/RadioButton/RadioButton.js.map +1 -0
- package/lib/src/components/RadioButton/index.js +5 -0
- package/lib/src/components/RadioButton/index.js.map +1 -0
- package/lib/src/components/RadioButton/stories/RadioButton.stories.d.ts +13 -0
- package/lib/src/components/RadioButton/tests/stories/RadioButton.stories.d.ts +1 -0
- package/lib/src/components/Select/Select.js +68 -0
- package/lib/src/components/Select/Select.js.map +1 -0
- package/lib/src/components/Select/index.d.ts +1 -0
- package/lib/src/components/Select/index.js +5 -0
- package/lib/src/components/Select/index.js.map +1 -0
- package/lib/src/components/Select/stories/Select.stories.d.ts +19 -0
- package/lib/src/components/Select/test/stories/Select.stories.d.ts +1 -0
- package/lib/src/components/Skeleton/stories/Skeleton.stories.d.ts +13 -0
- package/lib/src/components/Slider/stories/Slider.stories.d.ts +39 -0
- package/lib/src/components/Switch/stories/Switch.stories.d.ts +13 -0
- package/lib/src/components/Switch/tests/stories/Switch.stories.d.ts +1 -0
- package/lib/src/components/SwitchNew/SwitchNew.d.ts +1 -0
- package/lib/src/components/SwitchNew/stories/SwitchNew.stories.d.ts +13 -0
- package/lib/src/components/TableList/TableList.js +45 -0
- package/lib/src/components/TableList/TableList.js.map +1 -0
- package/lib/src/components/TableList/components/Cell/Cell.js +22 -0
- package/lib/src/components/TableList/components/Cell/Cell.js.map +1 -0
- package/lib/src/components/TableList/components/Cell/index.js +5 -0
- package/lib/src/components/TableList/components/Cell/index.js.map +1 -0
- package/lib/src/components/TableList/components/TableHead/TableHead.d.ts +6 -0
- package/lib/src/components/TableList/index.js +5 -0
- package/lib/src/components/TableList/index.js.map +1 -0
- package/lib/src/components/TableList/stories/TableList.stories.d.ts +14 -0
- package/lib/src/components/TableList/tests/stories/TableList.stories.d.ts +1 -0
- package/lib/src/components/Tabs/Tabs.js +86 -0
- package/lib/src/components/Tabs/Tabs.js.map +1 -0
- package/lib/src/components/Tabs/components/TabContent/TabContent.d.ts +9 -0
- package/lib/src/components/Tabs/components/TabContent/TabContent.js +21 -0
- package/lib/src/components/Tabs/components/TabContent/TabContent.js.map +1 -0
- package/lib/src/components/Tabs/components/TabContent/index.d.ts +1 -0
- package/lib/src/components/Tabs/components/TabContent/index.js +5 -0
- package/lib/src/components/Tabs/components/TabContent/index.js.map +1 -0
- package/lib/src/components/Tabs/components/TabItem/TabItem.d.ts +11 -0
- package/lib/src/components/Tabs/components/TabItem/TabItem.js +25 -0
- package/lib/src/components/Tabs/components/TabItem/TabItem.js.map +1 -0
- package/lib/src/components/Tabs/components/TabItem/index.d.ts +1 -0
- package/lib/src/components/Tabs/components/TabItem/index.js +5 -0
- package/lib/src/components/Tabs/components/TabItem/index.js.map +1 -0
- package/lib/src/components/Tabs/components/TabsNavigation/TabsNavigation.d.ts +10 -0
- package/lib/src/components/Tabs/components/TabsNavigation/TabsNavigation.js +68 -0
- package/lib/src/components/Tabs/components/TabsNavigation/TabsNavigation.js.map +1 -0
- package/lib/src/components/Tabs/components/TabsNavigation/index.d.ts +1 -0
- package/lib/src/components/Tabs/components/TabsNavigation/index.js +5 -0
- package/lib/src/components/Tabs/components/TabsNavigation/index.js.map +1 -0
- package/lib/src/components/Tabs/index.js +5 -0
- package/lib/src/components/Tabs/index.js.map +1 -0
- package/lib/src/components/Tabs/stories/Tabs.dev.stories.d.ts +12 -0
- package/lib/src/components/Tabs/stories/Tabs.stories.d.ts +16 -0
- package/lib/src/components/Tabs/stories/components/TabsResponsive.d.ts +2 -0
- package/lib/src/components/Tabs/stories/components/TabsResponsive.styles.d.ts +2 -0
- package/lib/src/components/Tabs/stories/components/TabsStyledOutside.d.ts +2 -0
- package/lib/src/components/Tabs/stories/components/TabsStyledOutside.styles.d.ts +2 -0
- package/lib/src/components/Tabs/tests/stories/Tabs.stories.d.ts +1 -0
- package/lib/src/components/Tabs/types.d.ts +54 -0
- package/lib/src/components/Tabs/types.js +3 -0
- package/lib/src/components/Tabs/types.js.map +1 -0
- package/lib/src/components/Tag/Tag.js +19 -0
- package/lib/src/components/Tag/Tag.js.map +1 -0
- package/lib/src/components/Tag/index.js +5 -0
- package/lib/src/components/Tag/index.js.map +1 -0
- package/lib/src/components/TextField/TextField.js +52 -0
- package/lib/src/components/TextField/TextField.js.map +1 -0
- package/lib/src/components/TextField/index.d.ts +1 -0
- package/lib/src/components/TextField/index.js +5 -0
- package/lib/src/components/TextField/index.js.map +1 -0
- package/lib/src/components/TextField/stories/TextField.dev.stories.d.ts +13 -0
- package/lib/src/components/TextField/stories/TextField.stories.d.ts +25 -0
- package/lib/src/components/TextField/stories/components/CompleteForm.d.ts +2 -0
- package/lib/src/components/TextField/stories/components/WithDatePicker.d.ts +2 -0
- package/lib/src/components/TextField/tests/stories/CompleteForm.d.ts +2 -0
- package/lib/src/components/TextField/tests/stories/TextField.stories.d.ts +1 -0
- package/lib/src/components/TextField/tests/stories/WithDatePicker.d.ts +2 -0
- package/lib/src/components/TextStyle/TextStyle.js +22 -0
- package/lib/src/components/TextStyle/TextStyle.js.map +1 -0
- package/lib/src/components/TextStyle/index.js +6 -0
- package/lib/src/components/TextStyle/index.js.map +1 -0
- package/lib/src/components/TopBar/TopBar.js +35 -0
- package/lib/src/components/TopBar/TopBar.js.map +1 -0
- package/lib/src/components/TopBar/components/Search/Search.js +28 -0
- package/lib/src/components/TopBar/components/Search/Search.js.map +1 -0
- package/lib/src/components/TopBar/components/Search/index.js +6 -0
- package/lib/src/components/TopBar/components/Search/index.js.map +1 -0
- package/lib/src/components/TopBar/components/SearchField/SearchField.js +77 -0
- package/lib/src/components/TopBar/components/SearchField/SearchField.js.map +1 -0
- package/lib/src/components/TopBar/components/SearchField/index.js +6 -0
- package/lib/src/components/TopBar/components/SearchField/index.js.map +1 -0
- package/lib/src/components/TopBar/components/UserMenu/UserMenu.js +16 -0
- package/lib/src/components/TopBar/components/UserMenu/UserMenu.js.map +1 -0
- package/lib/src/components/TopBar/components/UserMenu/index.js +6 -0
- package/lib/src/components/TopBar/components/UserMenu/index.js.map +1 -0
- package/lib/src/components/TopBar/index.js +5 -0
- package/lib/src/components/TopBar/index.js.map +1 -0
- package/lib/src/components/TopBar/stories/TopBar.stories.d.ts +13 -0
- package/lib/src/components/TopBar/test/stories/TopBar.stories.d.ts +1 -0
- package/lib/src/components/UnstyledLink/UnstyledLink.js +24 -0
- package/lib/src/components/UnstyledLink/UnstyledLink.js.map +1 -0
- package/lib/src/components/UnstyledLink/index.js +5 -0
- package/lib/src/components/UnstyledLink/index.js.map +1 -0
- package/lib/src/components/utils/breakpoints.js +15 -0
- package/lib/src/components/utils/breakpoints.js.map +1 -0
- package/lib/src/components/utils/findParentBySelector.js +20 -0
- package/lib/src/components/utils/findParentBySelector.js.map +1 -0
- package/lib/src/components/utils/idGenerator.js +7 -0
- package/lib/src/components/utils/idGenerator.js.map +1 -0
- package/lib/src/components/utils/index.js +11 -0
- package/lib/src/components/utils/index.js.map +1 -0
- package/lib/src/components/utils/setNativeValue.js +18 -0
- package/lib/src/components/utils/setNativeValue.js.map +1 -0
- package/lib/src/index.js +69 -0
- package/lib/src/index.js.map +1 -0
- package/lib/src/types.js +3 -0
- package/lib/src/types.js.map +1 -0
- package/package.json +146 -146
- 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 +80 -80
- 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 +11 -11
- 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
|
@@ -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'; } /* '' */
|