@broxus/react-uikit 0.18.0 → 0.19.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/dist/cjs/components/Accordion/Item.d.ts +3 -2
- package/dist/cjs/components/Accordion/index.d.ts +0 -1
- package/dist/cjs/components/Accordion/index.js +0 -1
- package/dist/cjs/components/Alert/index.d.ts +0 -1
- package/dist/cjs/components/Alert/index.js +6 -8
- package/dist/cjs/components/Align/Align.d.ts +3 -2
- package/dist/cjs/components/Align/Align.js +12 -6
- package/dist/cjs/components/Align/Center.d.ts +6 -0
- package/dist/cjs/components/Align/Center.js +44 -0
- package/dist/cjs/components/Align/Left.d.ts +1 -1
- package/dist/cjs/components/Align/Left.js +1 -1
- package/dist/cjs/components/Align/Right.d.ts +1 -1
- package/dist/cjs/components/Align/Right.js +1 -1
- package/dist/cjs/components/Align/index.d.ts +4 -1
- package/dist/cjs/components/Align/index.js +18 -1
- package/dist/cjs/components/Align/types.d.ts +3 -0
- package/dist/cjs/components/Align/types.js +2 -0
- package/dist/cjs/components/Align/utils.d.ts +2 -0
- package/dist/cjs/components/Align/utils.js +13 -0
- package/dist/cjs/components/Article/index.d.ts +0 -1
- package/dist/cjs/components/Article/index.js +0 -1
- package/dist/cjs/components/Badge/index.d.ts +0 -1
- package/dist/cjs/components/Badge/index.js +0 -1
- package/dist/cjs/components/Breadcrumb/index.d.ts +0 -1
- package/dist/cjs/components/Breadcrumb/index.js +0 -1
- package/dist/cjs/components/Button/index.d.ts +0 -1
- package/dist/cjs/components/Button/index.js +0 -1
- package/dist/cjs/components/Card/index.d.ts +0 -1
- package/dist/cjs/components/Card/index.js +0 -1
- package/dist/cjs/components/Close/index.d.ts +0 -1
- package/dist/cjs/components/Close/index.js +0 -1
- package/dist/cjs/components/ConfigProvider/index.d.ts +8 -6
- package/dist/cjs/components/ConfigProvider/index.js +1 -2
- package/dist/cjs/components/Container/index.d.ts +0 -1
- package/dist/cjs/components/Container/index.js +0 -1
- package/dist/cjs/components/Control/Checkbox/index.d.ts +0 -1
- package/dist/cjs/components/Control/Checkbox/index.js +0 -1
- package/dist/cjs/components/Control/Input/Input.d.ts +0 -1
- package/dist/cjs/components/Control/Input/Input.js +0 -1
- package/dist/cjs/components/Control/Input/Number/index.d.ts +0 -2
- package/dist/cjs/components/Control/Input/Number/index.js +0 -2
- package/dist/cjs/components/Control/Input/Password/index.d.ts +0 -2
- package/dist/cjs/components/Control/Input/Password/index.js +0 -2
- package/dist/cjs/components/Control/Radio/index.d.ts +0 -2
- package/dist/cjs/components/Control/Radio/index.js +0 -2
- package/dist/cjs/components/Control/Select/index.d.ts +0 -2
- package/dist/cjs/components/Control/Select/index.js +0 -2
- package/dist/cjs/components/Control/TextArea/index.d.ts +0 -2
- package/dist/cjs/components/Control/TextArea/index.js +0 -2
- package/dist/cjs/components/Cover/index.d.ts +0 -1
- package/dist/cjs/components/Cover/index.js +0 -1
- package/dist/cjs/components/DatePicker/index.d.ts +8 -1
- package/dist/cjs/components/DatePicker/index.js +8 -2
- package/dist/cjs/components/DescriptionList/index.d.ts +0 -1
- package/dist/cjs/components/DescriptionList/index.js +0 -1
- package/dist/cjs/components/Divider/index.d.ts +0 -1
- package/dist/cjs/components/Divider/index.js +0 -1
- package/dist/cjs/components/Dotnav/index.d.ts +0 -1
- package/dist/cjs/components/Dotnav/index.js +0 -1
- package/dist/cjs/components/Drawer/index.d.ts +0 -1
- package/dist/cjs/components/Drawer/index.js +1 -2
- package/dist/cjs/components/Drop/index.d.ts +0 -1
- package/dist/cjs/components/Drop/index.js +3 -4
- package/dist/cjs/components/Dropdown/index.d.ts +0 -1
- package/dist/cjs/components/Dropdown/index.js +0 -1
- package/dist/cjs/components/Flex/index.d.ts +0 -1
- package/dist/cjs/components/Flex/index.js +0 -1
- package/dist/cjs/components/Form/index.d.ts +0 -1
- package/dist/cjs/components/Form/index.js +0 -1
- package/dist/cjs/components/Grid/index.d.ts +0 -1
- package/dist/cjs/components/Grid/index.js +0 -1
- package/dist/cjs/components/Heading/index.d.ts +0 -1
- package/dist/cjs/components/Heading/index.js +0 -1
- package/dist/cjs/components/Icon/index.d.ts +0 -1
- package/dist/cjs/components/Icon/index.js +0 -1
- package/dist/cjs/components/Iconnav/index.d.ts +0 -1
- package/dist/cjs/components/Iconnav/index.js +0 -1
- package/dist/cjs/components/Label/index.d.ts +0 -1
- package/dist/cjs/components/Label/index.js +0 -1
- package/dist/cjs/components/Link/index.d.ts +0 -1
- package/dist/cjs/components/Link/index.js +0 -1
- package/dist/cjs/components/List/index.d.ts +0 -1
- package/dist/cjs/components/List/index.js +0 -1
- package/dist/cjs/components/Modal/index.d.ts +11 -1
- package/dist/cjs/components/Modal/index.js +65 -3
- package/dist/cjs/components/Nav/Group/InternalNavItemGroup.d.ts +4 -1
- package/dist/cjs/components/Nav/Group/InternalNavItemGroup.js +4 -2
- package/dist/cjs/components/Nav/Group/index.d.ts +1 -1
- package/dist/cjs/components/Nav/Group/index.js +1 -2
- package/dist/cjs/components/Nav/Item/InternalNavItem.d.ts +4 -1
- package/dist/cjs/components/Nav/Item/InternalNavItem.js +19 -3
- package/dist/cjs/components/Nav/Item/index.d.ts +1 -1
- package/dist/cjs/components/Nav/Item/index.js +2 -3
- package/dist/cjs/components/Nav/Sub/InlineSubNavList.d.ts +4 -1
- package/dist/cjs/components/Nav/Sub/InlineSubNavList.js +4 -2
- package/dist/cjs/components/Nav/Sub/PopupTrigger.d.ts +4 -1
- package/dist/cjs/components/Nav/Sub/PopupTrigger.js +6 -4
- package/dist/cjs/components/Nav/Sub/SubNavList.js +1 -2
- package/dist/cjs/components/Nav/Sub/index.d.ts +1 -1
- package/dist/cjs/components/Nav/Sub/index.js +2 -3
- package/dist/cjs/components/Nav/context/IdContext.js +1 -1
- package/dist/cjs/components/Nav/context/NavContext.d.ts +1 -1
- package/dist/cjs/components/Nav/context/NavContext.js +2 -3
- package/dist/cjs/components/Nav/context/PathContext.js +3 -3
- package/dist/cjs/components/Nav/context/PrivateContext.js +3 -0
- package/dist/cjs/components/Nav/index.d.ts +0 -1
- package/dist/cjs/components/Nav/index.js +0 -1
- package/dist/cjs/components/Navbar/index.d.ts +0 -1
- package/dist/cjs/components/Navbar/index.js +0 -1
- package/dist/cjs/components/Overlay/index.d.ts +0 -1
- package/dist/cjs/components/Overlay/index.js +0 -1
- package/dist/cjs/components/Progress/index.d.ts +0 -1
- package/dist/cjs/components/Progress/index.js +0 -1
- package/dist/cjs/components/Section/index.d.ts +2 -3
- package/dist/cjs/components/Section/index.js +0 -1
- package/dist/cjs/components/Segmented/index.d.ts +19 -0
- package/dist/cjs/components/Segmented/index.js +68 -0
- package/dist/cjs/components/Spinner/index.d.ts +0 -1
- package/dist/cjs/components/Spinner/index.js +0 -1
- package/dist/cjs/components/Subnav/index.d.ts +0 -1
- package/dist/cjs/components/Subnav/index.js +0 -1
- package/dist/cjs/components/Switch/index.d.ts +0 -1
- package/dist/cjs/components/Switch/index.js +0 -1
- package/dist/cjs/components/Tabs/index.d.ts +0 -1
- package/dist/cjs/components/Tabs/index.js +0 -1
- package/dist/cjs/components/Text/index.d.ts +0 -1
- package/dist/cjs/components/Text/index.js +0 -1
- package/dist/cjs/components/Tile/index.d.ts +0 -1
- package/dist/cjs/components/Tile/index.js +0 -1
- package/dist/cjs/components/Width/Width.d.ts +2 -3
- package/dist/cjs/components/Width/Width.js +1 -7
- package/dist/cjs/components/Width/utils.d.ts +1 -1
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/esm/components/Accordion/Item.d.ts +3 -2
- package/dist/esm/components/Accordion/index.d.ts +0 -1
- package/dist/esm/components/Accordion/index.js +0 -1
- package/dist/esm/components/Alert/index.d.ts +0 -1
- package/dist/esm/components/Alert/index.js +6 -8
- package/dist/esm/components/Align/Align.d.ts +3 -2
- package/dist/esm/components/Align/Align.js +12 -6
- package/dist/esm/components/Align/Center.d.ts +6 -0
- package/dist/esm/components/Align/Center.js +8 -0
- package/dist/esm/components/Align/Left.d.ts +1 -1
- package/dist/esm/components/Align/Left.js +1 -1
- package/dist/esm/components/Align/Right.d.ts +1 -1
- package/dist/esm/components/Align/Right.js +1 -1
- package/dist/esm/components/Align/index.d.ts +4 -1
- package/dist/esm/components/Align/index.js +4 -1
- package/dist/esm/components/Align/types.d.ts +3 -0
- package/dist/esm/components/Align/types.js +1 -0
- package/dist/esm/components/Align/utils.d.ts +2 -0
- package/dist/esm/components/Align/utils.js +10 -0
- package/dist/esm/components/Article/index.d.ts +0 -1
- package/dist/esm/components/Article/index.js +0 -1
- package/dist/esm/components/Badge/index.d.ts +0 -1
- package/dist/esm/components/Badge/index.js +0 -1
- package/dist/esm/components/Breadcrumb/index.d.ts +0 -1
- package/dist/esm/components/Breadcrumb/index.js +0 -1
- package/dist/esm/components/Button/index.d.ts +0 -1
- package/dist/esm/components/Button/index.js +0 -1
- package/dist/esm/components/Card/index.d.ts +0 -1
- package/dist/esm/components/Card/index.js +0 -1
- package/dist/esm/components/Close/index.d.ts +0 -1
- package/dist/esm/components/Close/index.js +0 -1
- package/dist/esm/components/ConfigProvider/index.d.ts +8 -6
- package/dist/esm/components/ConfigProvider/index.js +1 -2
- package/dist/esm/components/Container/index.d.ts +0 -1
- package/dist/esm/components/Container/index.js +0 -1
- package/dist/esm/components/Control/Checkbox/index.d.ts +0 -1
- package/dist/esm/components/Control/Checkbox/index.js +0 -1
- package/dist/esm/components/Control/Input/Input.d.ts +0 -1
- package/dist/esm/components/Control/Input/Input.js +0 -1
- package/dist/esm/components/Control/Input/Number/index.d.ts +0 -2
- package/dist/esm/components/Control/Input/Number/index.js +0 -2
- package/dist/esm/components/Control/Input/Password/index.d.ts +0 -2
- package/dist/esm/components/Control/Input/Password/index.js +0 -2
- package/dist/esm/components/Control/Radio/index.d.ts +0 -2
- package/dist/esm/components/Control/Radio/index.js +0 -2
- package/dist/esm/components/Control/Select/index.d.ts +0 -2
- package/dist/esm/components/Control/Select/index.js +0 -2
- package/dist/esm/components/Control/TextArea/index.d.ts +0 -2
- package/dist/esm/components/Control/TextArea/index.js +0 -2
- package/dist/esm/components/Cover/index.d.ts +0 -1
- package/dist/esm/components/Cover/index.js +0 -1
- package/dist/esm/components/DatePicker/index.d.ts +8 -1
- package/dist/esm/components/DatePicker/index.js +7 -1
- package/dist/esm/components/DescriptionList/index.d.ts +0 -1
- package/dist/esm/components/DescriptionList/index.js +0 -1
- package/dist/esm/components/Divider/index.d.ts +0 -1
- package/dist/esm/components/Divider/index.js +0 -1
- package/dist/esm/components/Dotnav/index.d.ts +0 -1
- package/dist/esm/components/Dotnav/index.js +0 -1
- package/dist/esm/components/Drawer/index.d.ts +0 -1
- package/dist/esm/components/Drawer/index.js +1 -2
- package/dist/esm/components/Drop/index.d.ts +0 -1
- package/dist/esm/components/Drop/index.js +3 -4
- package/dist/esm/components/Dropdown/index.d.ts +0 -1
- package/dist/esm/components/Dropdown/index.js +0 -1
- package/dist/esm/components/Flex/index.d.ts +0 -1
- package/dist/esm/components/Flex/index.js +0 -1
- package/dist/esm/components/Form/index.d.ts +0 -1
- package/dist/esm/components/Form/index.js +0 -1
- package/dist/esm/components/Grid/index.d.ts +0 -1
- package/dist/esm/components/Grid/index.js +0 -1
- package/dist/esm/components/Heading/index.d.ts +0 -1
- package/dist/esm/components/Heading/index.js +0 -1
- package/dist/esm/components/Icon/index.d.ts +0 -1
- package/dist/esm/components/Icon/index.js +0 -1
- package/dist/esm/components/Iconnav/index.d.ts +0 -1
- package/dist/esm/components/Iconnav/index.js +0 -1
- package/dist/esm/components/Label/index.d.ts +0 -1
- package/dist/esm/components/Label/index.js +0 -1
- package/dist/esm/components/Link/index.d.ts +0 -1
- package/dist/esm/components/Link/index.js +0 -1
- package/dist/esm/components/List/index.d.ts +0 -1
- package/dist/esm/components/List/index.js +0 -1
- package/dist/esm/components/Modal/index.d.ts +11 -1
- package/dist/esm/components/Modal/index.js +40 -1
- package/dist/esm/components/Nav/Group/InternalNavItemGroup.d.ts +4 -1
- package/dist/esm/components/Nav/Group/InternalNavItemGroup.js +4 -2
- package/dist/esm/components/Nav/Group/index.d.ts +1 -1
- package/dist/esm/components/Nav/Group/index.js +1 -2
- package/dist/esm/components/Nav/Item/InternalNavItem.d.ts +4 -1
- package/dist/esm/components/Nav/Item/InternalNavItem.js +19 -3
- package/dist/esm/components/Nav/Item/index.d.ts +1 -1
- package/dist/esm/components/Nav/Item/index.js +2 -3
- package/dist/esm/components/Nav/Sub/InlineSubNavList.d.ts +4 -1
- package/dist/esm/components/Nav/Sub/InlineSubNavList.js +4 -2
- package/dist/esm/components/Nav/Sub/PopupTrigger.d.ts +4 -1
- package/dist/esm/components/Nav/Sub/PopupTrigger.js +6 -4
- package/dist/esm/components/Nav/Sub/SubNavList.js +1 -2
- package/dist/esm/components/Nav/Sub/index.d.ts +1 -1
- package/dist/esm/components/Nav/Sub/index.js +2 -3
- package/dist/esm/components/Nav/context/IdContext.js +1 -1
- package/dist/esm/components/Nav/context/NavContext.d.ts +1 -1
- package/dist/esm/components/Nav/context/NavContext.js +2 -3
- package/dist/esm/components/Nav/context/PathContext.js +3 -3
- package/dist/esm/components/Nav/context/PrivateContext.js +3 -0
- package/dist/esm/components/Nav/index.d.ts +0 -1
- package/dist/esm/components/Nav/index.js +0 -1
- package/dist/esm/components/Navbar/index.d.ts +0 -1
- package/dist/esm/components/Navbar/index.js +0 -1
- package/dist/esm/components/Overlay/index.d.ts +0 -1
- package/dist/esm/components/Overlay/index.js +0 -1
- package/dist/esm/components/Progress/index.d.ts +0 -1
- package/dist/esm/components/Progress/index.js +0 -1
- package/dist/esm/components/Section/index.d.ts +2 -3
- package/dist/esm/components/Section/index.js +0 -1
- package/dist/esm/components/Segmented/index.d.ts +19 -0
- package/dist/esm/components/Segmented/index.js +29 -0
- package/dist/esm/components/Spinner/index.d.ts +0 -1
- package/dist/esm/components/Spinner/index.js +0 -1
- package/dist/esm/components/Subnav/index.d.ts +0 -1
- package/dist/esm/components/Subnav/index.js +0 -1
- package/dist/esm/components/Switch/index.d.ts +0 -1
- package/dist/esm/components/Switch/index.js +0 -1
- package/dist/esm/components/Tabs/index.d.ts +0 -1
- package/dist/esm/components/Tabs/index.js +0 -1
- package/dist/esm/components/Text/index.d.ts +0 -1
- package/dist/esm/components/Text/index.js +0 -1
- package/dist/esm/components/Tile/index.d.ts +0 -1
- package/dist/esm/components/Tile/index.js +0 -1
- package/dist/esm/components/Width/Width.d.ts +2 -3
- package/dist/esm/components/Width/Width.js +1 -7
- package/dist/esm/components/Width/utils.d.ts +1 -1
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.js +1 -0
- package/package.json +13 -15
- package/styles/_import.components.scss +69 -0
- package/styles/_import.scss +97 -0
- package/styles/_import.utilities.scss +18 -0
- package/{dist/cjs/components/Accordion/index.scss → styles/accordion.scss} +23 -21
- package/{dist/cjs/components/Alert/index.scss → styles/alert.scss} +19 -17
- package/{dist/esm/components/Align/index.scss → styles/align.scss} +4 -2
- package/{dist/cjs/styles → styles}/animation.scss +9 -6
- package/{dist/esm/components/Article/index.scss → styles/article.scss} +8 -6
- package/{dist/esm/styles → styles}/background.scss +5 -2
- package/{dist/cjs/components/Badge/index.scss → styles/badge.scss} +6 -4
- package/{dist/esm/styles → styles}/base.scss +27 -22
- package/{dist/cjs/components/Breadcrumb/index.scss → styles/breadcrumb.scss} +10 -8
- package/{dist/cjs/components/Button/index.scss → styles/button.scss} +47 -39
- package/{dist/esm/components/Card/index.scss → styles/card.scss} +30 -28
- package/{dist/esm/components/Control/Checkbox/index.scss → styles/checkbox.scss} +19 -18
- package/{dist/cjs/components/Close/index.scss → styles/close.scss} +6 -4
- package/{dist/cjs/styles → styles}/column.scss +4 -2
- package/{dist/esm/styles → styles}/comment.scss +14 -12
- package/{dist/esm/components/Container/index.scss → styles/container.scss} +4 -2
- package/{dist/cjs/components/Control/index.scss → styles/control.scss} +27 -23
- package/{dist/cjs/components/Cover/index.scss → styles/cover.scss} +28 -7
- package/{dist/esm/components/DatePicker/index.scss → styles/datepicker.scss} +40 -39
- package/{dist/cjs/components/DescriptionList/index.scss → styles/description-list.scss} +7 -5
- package/{dist/esm/components/Divider/index.scss → styles/divider.scss} +11 -9
- package/{dist/cjs/components/Dotnav/index.scss → styles/dotnav.scss} +9 -7
- package/{dist/cjs/components/Drawer/index.scss → styles/drawer.scss} +10 -8
- package/{dist/cjs/components/Drop/index.scss → styles/drop.scss} +7 -4
- package/{dist/cjs/components/Dropdown/index.scss → styles/dropdown.scss} +10 -8
- package/{dist/esm/components/Flex/index.scss → styles/flex.scss} +4 -2
- package/{dist/esm/components/Form/index.scss → styles/form.scss} +21 -18
- package/{dist/cjs/components/Grid/index.scss → styles/grid.scss} +10 -16
- package/{dist/cjs/components/Heading/index.scss → styles/heading.scss} +12 -10
- package/{dist/esm/styles → styles}/height.scss +4 -2
- package/{dist/esm/components/Icon/index.scss → styles/icon.scss} +14 -12
- package/{dist/cjs/components/Iconnav/index.scss → styles/iconnav.scss} +8 -6
- package/{dist/cjs/components/Control/Input/Number/index.scss → styles/input-number.scss} +1 -1
- package/{dist/esm/styles → styles}/inverse.scss +6 -3
- package/{dist/esm/components/Label/index.scss → styles/label.scss} +12 -10
- package/{dist/esm/styles → styles}/leader.scss +3 -1
- package/{dist/cjs/components/Link/index.scss → styles/link.scss} +11 -9
- package/{dist/esm/components/List/index.scss → styles/list.scss} +8 -5
- package/{dist/esm/styles → styles}/margin.scss +4 -4
- package/{dist/esm/styles → styles}/marker.scss +7 -4
- package/{dist/esm/styles → styles}/mixin.scss +5 -4
- package/{dist/cjs/styles → styles}/mixins.scss +1001 -907
- package/{dist/cjs/components/Modal/index.scss → styles/modal.scss} +25 -22
- package/{dist/cjs/styles → styles}/motion.scss +8 -5
- package/{dist/esm/components/Nav/index.scss → styles/nav.scss} +27 -26
- package/{dist/cjs/components/Navbar/index.scss → styles/navbar.scss} +36 -34
- package/{dist/cjs/components/Overlay/index.scss → styles/overlay.scss} +8 -6
- package/{dist/esm/styles → styles}/padding.scss +4 -4
- package/{dist/esm/styles → styles}/pagination.scss +9 -7
- package/{dist/cjs/styles → styles}/placeholder.scss +5 -3
- package/{dist/cjs/styles → styles}/position.scss +66 -118
- package/{dist/cjs/styles → styles}/print.scss +3 -1
- package/{dist/esm/components/Progress/index.scss → styles/progress.scss} +9 -7
- package/{dist/esm/components/Control/Radio/index.scss → styles/radio.scss} +17 -16
- package/{dist/cjs/styles → styles}/search.scss +11 -9
- package/{dist/esm/components/Section/index.scss → styles/section.scss} +11 -9
- package/styles/segmented.scss +271 -0
- package/{dist/esm/components/Control/Select/index.scss → styles/select.scss} +34 -25
- package/{dist/cjs/components/Spinner/index.scss → styles/spinner.scss} +5 -3
- package/{dist/esm/styles → styles}/sticky.scss +4 -2
- package/{dist/esm/components/Subnav/index.scss → styles/subnav.scss} +15 -13
- package/{dist/esm/styles → styles}/svg.scss +3 -3
- package/{dist/cjs/components/Switch/index.scss → styles/switch.scss} +14 -13
- package/{dist/cjs/styles → styles}/table.scss +19 -15
- package/{dist/esm/components/Tabs/index.scss → styles/tabs.scss} +23 -21
- package/{dist/esm/components/Text/index.scss → styles/text.scss} +18 -16
- package/{dist/cjs/components/Control/TextArea/index.scss → styles/textarea.scss} +6 -4
- package/{dist/cjs/styles → styles}/thumbnav.scss +8 -6
- package/{dist/esm/components/Tile/index.scss → styles/tile.scss} +16 -13
- package/{dist/esm/styles → styles}/tooltip.scss +6 -8
- package/{dist/cjs/styles → styles}/totop.scss +7 -47
- package/{dist/cjs/styles → styles}/transition.scss +9 -8
- package/{dist/esm/styles → styles}/utility.scss +10 -8
- package/{dist/cjs/styles → styles}/variables.scss +148 -111
- package/{dist/cjs/styles → styles}/vars.scss +20 -3
- package/{dist/cjs/styles → styles}/visibility.scss +7 -7
- package/{dist/esm/components/Width/index.scss → styles/width.scss} +36 -32
- package/dist/cjs/components/Align/index.scss +0 -147
- package/dist/cjs/components/Article/index.scss +0 -103
- package/dist/cjs/components/Card/index.scss +0 -532
- package/dist/cjs/components/Container/index.scss +0 -234
- package/dist/cjs/components/Control/Checkbox/index.scss +0 -324
- package/dist/cjs/components/Control/Radio/index.scss +0 -267
- package/dist/cjs/components/Control/Select/index.scss +0 -816
- package/dist/cjs/components/DatePicker/index.scss +0 -832
- package/dist/cjs/components/Divider/index.scss +0 -159
- package/dist/cjs/components/Flex/index.scss +0 -324
- package/dist/cjs/components/Form/index.scss +0 -655
- package/dist/cjs/components/Icon/index.scss +0 -265
- package/dist/cjs/components/Label/index.scss +0 -123
- package/dist/cjs/components/List/index.scss +0 -278
- package/dist/cjs/components/Modal/Modal.d.ts +0 -12
- package/dist/cjs/components/Modal/Modal.js +0 -80
- package/dist/cjs/components/Nav/index.scss +0 -596
- package/dist/cjs/components/Progress/index.scss +0 -125
- package/dist/cjs/components/Section/index.scss +0 -283
- package/dist/cjs/components/Subnav/index.scss +0 -258
- package/dist/cjs/components/Tabs/index.scss +0 -772
- package/dist/cjs/components/Text/index.scss +0 -317
- package/dist/cjs/components/Tile/index.scss +0 -306
- package/dist/cjs/components/Width/index.scss +0 -690
- package/dist/cjs/styles/_import.components.scss +0 -64
- package/dist/cjs/styles/_import.scss +0 -93
- package/dist/cjs/styles/_import.utilities.scss +0 -18
- package/dist/cjs/styles/accordion.scss +0 -1
- package/dist/cjs/styles/alert.scss +0 -1
- package/dist/cjs/styles/align.scss +0 -1
- package/dist/cjs/styles/article.scss +0 -1
- package/dist/cjs/styles/background.scss +0 -261
- package/dist/cjs/styles/badge.scss +0 -1
- package/dist/cjs/styles/base.scss +0 -679
- package/dist/cjs/styles/breadcrumb.scss +0 -1
- package/dist/cjs/styles/button.scss +0 -1
- package/dist/cjs/styles/card.scss +0 -1
- package/dist/cjs/styles/close.scss +0 -1
- package/dist/cjs/styles/comment.scss +0 -189
- package/dist/cjs/styles/container.scss +0 -1
- package/dist/cjs/styles/control.scss +0 -5
- package/dist/cjs/styles/cover.scss +0 -1
- package/dist/cjs/styles/date-picker.scss +0 -1
- package/dist/cjs/styles/description-list.scss +0 -1
- package/dist/cjs/styles/divider.scss +0 -1
- package/dist/cjs/styles/dotnav.scss +0 -1
- package/dist/cjs/styles/drawer.scss +0 -1
- package/dist/cjs/styles/drop.scss +0 -1
- package/dist/cjs/styles/dropdown.scss +0 -1
- package/dist/cjs/styles/flex.scss +0 -1
- package/dist/cjs/styles/form.scss +0 -1
- package/dist/cjs/styles/grid.scss +0 -1
- package/dist/cjs/styles/heading.scss +0 -1
- package/dist/cjs/styles/height.scss +0 -71
- package/dist/cjs/styles/icon.scss +0 -1
- package/dist/cjs/styles/iconnav.scss +0 -1
- package/dist/cjs/styles/inverse.scss +0 -62
- package/dist/cjs/styles/label.scss +0 -1
- package/dist/cjs/styles/leader.scss +0 -74
- package/dist/cjs/styles/link.scss +0 -1
- package/dist/cjs/styles/list.scss +0 -1
- package/dist/cjs/styles/margin.scss +0 -308
- package/dist/cjs/styles/marker.scss +0 -63
- package/dist/cjs/styles/mixin.scss +0 -33
- package/dist/cjs/styles/modal.scss +0 -1
- package/dist/cjs/styles/nav.scss +0 -1
- package/dist/cjs/styles/navbar.scss +0 -1
- package/dist/cjs/styles/overlay.scss +0 -1
- package/dist/cjs/styles/padding.scss +0 -89
- package/dist/cjs/styles/pagination.scss +0 -140
- package/dist/cjs/styles/progress.scss +0 -1
- package/dist/cjs/styles/section.scss +0 -1
- package/dist/cjs/styles/spinner.scss +0 -1
- package/dist/cjs/styles/sticky.scss +0 -60
- package/dist/cjs/styles/subnav.scss +0 -1
- package/dist/cjs/styles/svg.scss +0 -46
- package/dist/cjs/styles/switch.scss +0 -1
- package/dist/cjs/styles/tabs.scss +0 -1
- package/dist/cjs/styles/text.scss +0 -1
- package/dist/cjs/styles/tile.scss +0 -1
- package/dist/cjs/styles/tooltip.scss +0 -96
- package/dist/cjs/styles/utility.scss +0 -633
- package/dist/cjs/styles/width.scss +0 -1
- package/dist/esm/components/Accordion/index.scss +0 -196
- package/dist/esm/components/Alert/index.scss +0 -194
- package/dist/esm/components/Badge/index.scss +0 -83
- package/dist/esm/components/Breadcrumb/index.scss +0 -127
- package/dist/esm/components/Button/index.scss +0 -732
- package/dist/esm/components/Close/index.scss +0 -60
- package/dist/esm/components/Control/Input/Number/index.scss +0 -108
- package/dist/esm/components/Control/Input/Password/index.scss +0 -35
- package/dist/esm/components/Control/TextArea/index.scss +0 -92
- package/dist/esm/components/Control/index.scss +0 -352
- package/dist/esm/components/Cover/index.scss +0 -60
- package/dist/esm/components/DescriptionList/index.scss +0 -87
- package/dist/esm/components/Dotnav/index.scss +0 -162
- package/dist/esm/components/Drawer/index.scss +0 -582
- package/dist/esm/components/Drop/index.scss +0 -90
- package/dist/esm/components/Dropdown/index.scss +0 -205
- package/dist/esm/components/Grid/index.scss +0 -656
- package/dist/esm/components/Heading/index.scss +0 -256
- package/dist/esm/components/Iconnav/index.scss +0 -140
- package/dist/esm/components/Link/index.scss +0 -149
- package/dist/esm/components/Modal/Modal.d.ts +0 -12
- package/dist/esm/components/Modal/Modal.js +0 -41
- package/dist/esm/components/Modal/index.scss +0 -377
- package/dist/esm/components/Navbar/index.scss +0 -655
- package/dist/esm/components/Overlay/index.scss +0 -105
- package/dist/esm/components/Spinner/index.scss +0 -84
- package/dist/esm/components/Switch/index.scss +0 -205
- package/dist/esm/styles/_import.components.scss +0 -64
- package/dist/esm/styles/_import.scss +0 -93
- package/dist/esm/styles/_import.utilities.scss +0 -18
- package/dist/esm/styles/accordion.scss +0 -1
- package/dist/esm/styles/alert.scss +0 -1
- package/dist/esm/styles/align.scss +0 -1
- package/dist/esm/styles/animation.scss +0 -495
- package/dist/esm/styles/article.scss +0 -1
- package/dist/esm/styles/badge.scss +0 -1
- package/dist/esm/styles/breadcrumb.scss +0 -1
- package/dist/esm/styles/button.scss +0 -1
- package/dist/esm/styles/card.scss +0 -1
- package/dist/esm/styles/close.scss +0 -1
- package/dist/esm/styles/column.scss +0 -150
- package/dist/esm/styles/container.scss +0 -1
- package/dist/esm/styles/control.scss +0 -5
- package/dist/esm/styles/cover.scss +0 -1
- package/dist/esm/styles/date-picker.scss +0 -1
- package/dist/esm/styles/description-list.scss +0 -1
- package/dist/esm/styles/divider.scss +0 -1
- package/dist/esm/styles/dotnav.scss +0 -1
- package/dist/esm/styles/drawer.scss +0 -1
- package/dist/esm/styles/drop.scss +0 -1
- package/dist/esm/styles/dropdown.scss +0 -1
- package/dist/esm/styles/flex.scss +0 -1
- package/dist/esm/styles/form.scss +0 -1
- package/dist/esm/styles/grid.scss +0 -1
- package/dist/esm/styles/heading.scss +0 -1
- package/dist/esm/styles/icon.scss +0 -1
- package/dist/esm/styles/iconnav.scss +0 -1
- package/dist/esm/styles/label.scss +0 -1
- package/dist/esm/styles/link.scss +0 -1
- package/dist/esm/styles/list.scss +0 -1
- package/dist/esm/styles/mixins.scss +0 -2452
- package/dist/esm/styles/modal.scss +0 -1
- package/dist/esm/styles/motion.scss +0 -624
- package/dist/esm/styles/nav.scss +0 -1
- package/dist/esm/styles/navbar.scss +0 -1
- package/dist/esm/styles/overlay.scss +0 -1
- package/dist/esm/styles/placeholder.scss +0 -54
- package/dist/esm/styles/position.scss +0 -305
- package/dist/esm/styles/print.scss +0 -54
- package/dist/esm/styles/progress.scss +0 -1
- package/dist/esm/styles/search.scss +0 -374
- package/dist/esm/styles/section.scss +0 -1
- package/dist/esm/styles/spinner.scss +0 -1
- package/dist/esm/styles/subnav.scss +0 -1
- package/dist/esm/styles/switch.scss +0 -1
- package/dist/esm/styles/table.scss +0 -326
- package/dist/esm/styles/tabs.scss +0 -1
- package/dist/esm/styles/text.scss +0 -1
- package/dist/esm/styles/thumbnav.scss +0 -124
- package/dist/esm/styles/tile.scss +0 -1
- package/dist/esm/styles/totop.scss +0 -113
- package/dist/esm/styles/transition.scss +0 -192
- package/dist/esm/styles/variables.scss +0 -1867
- package/dist/esm/styles/vars.scss +0 -126
- package/dist/esm/styles/visibility.scss +0 -184
- package/dist/esm/styles/width.scss +0 -1
- /package/{dist/cjs/components/Control/Input/Password/index.scss → styles/input-password.scss} +0 -0
|
@@ -1,29 +1,30 @@
|
|
|
1
|
-
@
|
|
2
|
-
@
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
@use 'sass:meta';
|
|
2
|
+
@use 'variables' as *;
|
|
3
|
+
@use 'mixin' as *;
|
|
4
|
+
|
|
5
|
+
//@mixin hook-accordion() {}
|
|
6
|
+
//@mixin hook-accordion-item() {}
|
|
7
|
+
//@mixin hook-accordion-item-disable() {}
|
|
8
|
+
//@mixin hook-accordion-header() {}
|
|
9
|
+
//@mixin hook-accordion-header-hover() {}
|
|
10
|
+
//@mixin hook-accordion-header-collapsible-only() {}
|
|
11
|
+
//@mixin hook-accordion-panel() {}
|
|
12
|
+
//@mixin hook-accordion-body() {}
|
|
13
|
+
//@mixin hook-accordion-extra() {}
|
|
14
|
+
//@mixin hook-accordion-misc() {}
|
|
15
|
+
//@mixin hook-inverse-accordion-item() {}
|
|
16
|
+
//@mixin hook-inverse-accordion-header() {}
|
|
17
|
+
//@mixin hook-inverse-accordion-header-hover() {}
|
|
17
18
|
@mixin hook-inverse-component-accordion() {
|
|
18
|
-
.uk-accordion > :nth-child(n+2) {
|
|
19
|
-
@if
|
|
19
|
+
.uk-accordion > :nth-child(n + 2) {
|
|
20
|
+
@if meta.mixin-exists('hook-inverse-accordion-item') {
|
|
20
21
|
@include hook-inverse-accordion-item;
|
|
21
22
|
}
|
|
22
23
|
}
|
|
23
24
|
|
|
24
25
|
.uk-accordion-header {
|
|
25
26
|
color: var(--inverse-accordion-header-color);
|
|
26
|
-
@if
|
|
27
|
+
@if meta.mixin-exists('hook-inverse-accordion-header') {
|
|
27
28
|
@include hook-inverse-accordion-header;
|
|
28
29
|
}
|
|
29
30
|
}
|
|
@@ -44,12 +45,13 @@
|
|
|
44
45
|
text-decoration: underline;
|
|
45
46
|
}
|
|
46
47
|
}
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
48
|
+
|
|
49
|
+
//@mixin hook-alert-close() {}
|
|
50
|
+
//@mixin hook-alert-close-hover() {}
|
|
51
|
+
//@mixin hook-alert-primary() {}
|
|
52
|
+
//@mixin hook-alert-success() {}
|
|
53
|
+
//@mixin hook-alert-warning() {}
|
|
54
|
+
//@mixin hook-alert-danger() {}
|
|
53
55
|
@mixin hook-alert-misc() {
|
|
54
56
|
/*
|
|
55
57
|
* Content
|
|
@@ -60,7 +62,9 @@
|
|
|
60
62
|
.uk-alert h3,
|
|
61
63
|
.uk-alert h4,
|
|
62
64
|
.uk-alert h5,
|
|
63
|
-
.uk-alert h6 {
|
|
65
|
+
.uk-alert h6 {
|
|
66
|
+
color: inherit;
|
|
67
|
+
}
|
|
64
68
|
|
|
65
69
|
.uk-alert a:not([class]) {
|
|
66
70
|
color: inherit;
|
|
@@ -71,47 +75,46 @@
|
|
|
71
75
|
color: inherit;
|
|
72
76
|
text-decoration: underline;
|
|
73
77
|
}
|
|
74
|
-
|
|
75
78
|
}
|
|
76
79
|
|
|
77
|
-
|
|
80
|
+
//@mixin hook-align-misc() {}
|
|
78
81
|
|
|
79
|
-
|
|
82
|
+
//@mixin hook-animation-misc() {}
|
|
80
83
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
84
|
+
//@mixin hook-article() {}
|
|
85
|
+
//@mixin hook-article-adjacent() {}
|
|
86
|
+
//@mixin hook-article-title() {}
|
|
87
|
+
//@mixin hook-article-meta() {}
|
|
88
|
+
//@mixin hook-article-misc() {}
|
|
89
|
+
//@mixin hook-inverse-article-title() {}
|
|
90
|
+
//@mixin hook-inverse-article-meta() {}
|
|
88
91
|
@mixin hook-inverse-component-article() {
|
|
89
92
|
.uk-article-title {
|
|
90
|
-
@if mixin-exists(hook-inverse-article-title) {
|
|
93
|
+
@if meta.mixin-exists('hook-inverse-article-title') {
|
|
91
94
|
@include hook-inverse-article-title;
|
|
92
95
|
}
|
|
93
96
|
}
|
|
94
97
|
|
|
95
98
|
.uk-article-meta {
|
|
96
99
|
color: var(--inverse-article-meta-color);
|
|
97
|
-
@if mixin-exists(hook-inverse-article-meta) {
|
|
100
|
+
@if meta.mixin-exists('hook-inverse-article-meta') {
|
|
98
101
|
@include hook-inverse-article-meta;
|
|
99
102
|
}
|
|
100
103
|
}
|
|
101
104
|
}
|
|
102
105
|
|
|
103
|
-
|
|
106
|
+
//@mixin hook-background-misc() {}
|
|
104
107
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
108
|
+
//@mixin hook-badge() {}
|
|
109
|
+
//@mixin hook-badge-hover() {}
|
|
110
|
+
//@mixin hook-badge-misc() {}
|
|
111
|
+
//@mixin hook-inverse-badge() {}
|
|
112
|
+
//@mixin hook-inverse-badge-hover() {}
|
|
110
113
|
@mixin hook-inverse-component-badge() {
|
|
111
114
|
.uk-badge {
|
|
112
115
|
background-color: var(--inverse-badge-background);
|
|
113
116
|
color: var(--inverse-badge-color);
|
|
114
|
-
@if mixin-exists(hook-inverse-badge) {
|
|
117
|
+
@if meta.mixin-exists('hook-inverse-badge') {
|
|
115
118
|
@include hook-inverse-badge;
|
|
116
119
|
}
|
|
117
120
|
}
|
|
@@ -119,41 +122,41 @@
|
|
|
119
122
|
.uk-badge:hover,
|
|
120
123
|
.uk-badge:focus {
|
|
121
124
|
color: var(--inverse-badge-hover-color);
|
|
122
|
-
@if mixin-exists(hook-inverse-badge-hover) {
|
|
125
|
+
@if meta.mixin-exists('hook-inverse-badge-hover') {
|
|
123
126
|
@include hook-inverse-badge-hover;
|
|
124
127
|
}
|
|
125
128
|
}
|
|
126
129
|
}
|
|
127
130
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
131
|
+
//@mixin hook-base-body() {}
|
|
132
|
+
//@mixin hook-base-link() {}
|
|
133
|
+
//@mixin hook-base-link-hover() {}
|
|
134
|
+
//@mixin hook-base-code() {}
|
|
135
|
+
//@mixin hook-base-heading() {}
|
|
136
|
+
//@mixin hook-base-h1() {}
|
|
137
|
+
//@mixin hook-base-h2() {}
|
|
138
|
+
//@mixin hook-base-h3() {}
|
|
139
|
+
//@mixin hook-base-h4() {}
|
|
140
|
+
//@mixin hook-base-h5() {}
|
|
141
|
+
//@mixin hook-base-h6() {}
|
|
142
|
+
//@mixin hook-base-hr() {}
|
|
143
|
+
//@mixin hook-base-blockquote() {}
|
|
144
|
+
//@mixin hook-base-blockquote-footer() {}
|
|
145
|
+
//@mixin hook-base-pre() {}
|
|
146
|
+
//@mixin hook-base-misc() {}
|
|
147
|
+
//@mixin hook-inverse-base-link() {}
|
|
148
|
+
//@mixin hook-inverse-base-link-hover() {}
|
|
149
|
+
//@mixin hook-inverse-base-code() {}
|
|
150
|
+
//@mixin hook-inverse-base-heading() {}
|
|
151
|
+
//@mixin hook-inverse-base-h1() {}
|
|
152
|
+
//@mixin hook-inverse-base-h2() {}
|
|
153
|
+
//@mixin hook-inverse-base-h3() {}
|
|
154
|
+
//@mixin hook-inverse-base-h4() {}
|
|
155
|
+
//@mixin hook-inverse-base-h5() {}
|
|
156
|
+
//@mixin hook-inverse-base-h6() {}
|
|
157
|
+
//@mixin hook-inverse-base-blockquote() {}
|
|
158
|
+
//@mixin hook-inverse-base-blockquote-footer() {}
|
|
159
|
+
//@mixin hook-inverse-base-hr() {}
|
|
157
160
|
@mixin hook-inverse-component-base() {
|
|
158
161
|
color: var(--inverse-base-color);
|
|
159
162
|
|
|
@@ -168,7 +171,7 @@
|
|
|
168
171
|
.uk-link {
|
|
169
172
|
color: var(--inverse-base-link-color);
|
|
170
173
|
|
|
171
|
-
@if mixin-exists(hook-inverse-base-link) {
|
|
174
|
+
@if meta.mixin-exists('hook-inverse-base-link') {
|
|
172
175
|
@include hook-inverse-base-link;
|
|
173
176
|
}
|
|
174
177
|
}
|
|
@@ -179,7 +182,7 @@
|
|
|
179
182
|
.uk-link-toggle:focus .uk-link {
|
|
180
183
|
color: var(--inverse-base-link-hover-color);
|
|
181
184
|
|
|
182
|
-
@if mixin-exists(hook-inverse-base-link-hover) {
|
|
185
|
+
@if meta.mixin-exists('hook-inverse-base-link-hover') {
|
|
183
186
|
@include hook-inverse-base-link-hover;
|
|
184
187
|
}
|
|
185
188
|
}
|
|
@@ -193,7 +196,7 @@
|
|
|
193
196
|
:not(pre) > samp {
|
|
194
197
|
color: var(--inverse-base-code-color);
|
|
195
198
|
|
|
196
|
-
@if mixin-exists(hook-inverse-base-code) {
|
|
199
|
+
@if meta.mixin-exists('hook-inverse-base-code') {
|
|
197
200
|
@include hook-inverse-base-code;
|
|
198
201
|
}
|
|
199
202
|
}
|
|
@@ -210,12 +213,18 @@
|
|
|
210
213
|
// Headings
|
|
211
214
|
//
|
|
212
215
|
|
|
213
|
-
h1,
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
216
|
+
h1,
|
|
217
|
+
.uk-h1,
|
|
218
|
+
h2,
|
|
219
|
+
.uk-h2,
|
|
220
|
+
h3,
|
|
221
|
+
.uk-h3,
|
|
222
|
+
h4,
|
|
223
|
+
.uk-h4,
|
|
224
|
+
h5,
|
|
225
|
+
.uk-h5,
|
|
226
|
+
h6,
|
|
227
|
+
.uk-h6,
|
|
219
228
|
.uk-heading-small,
|
|
220
229
|
.uk-heading-medium,
|
|
221
230
|
.uk-heading-large,
|
|
@@ -223,43 +232,49 @@
|
|
|
223
232
|
.uk-heading-2xlarge {
|
|
224
233
|
color: var(--inverse-base-heading-color);
|
|
225
234
|
|
|
226
|
-
@if mixin-exists(hook-inverse-base-heading) {
|
|
235
|
+
@if meta.mixin-exists('hook-inverse-base-heading') {
|
|
227
236
|
@include hook-inverse-base-heading;
|
|
228
237
|
}
|
|
229
238
|
}
|
|
230
239
|
|
|
231
|
-
h1,
|
|
232
|
-
|
|
240
|
+
h1,
|
|
241
|
+
.uk-h1 {
|
|
242
|
+
@if meta.mixin-exists('hook-inverse-base-h1') {
|
|
233
243
|
@include hook-inverse-base-h1;
|
|
234
244
|
}
|
|
235
245
|
}
|
|
236
246
|
|
|
237
|
-
h2,
|
|
238
|
-
|
|
247
|
+
h2,
|
|
248
|
+
.uk-h2 {
|
|
249
|
+
@if meta.mixin-exists('hook-inverse-base-h2') {
|
|
239
250
|
@include hook-inverse-base-h2;
|
|
240
251
|
}
|
|
241
252
|
}
|
|
242
253
|
|
|
243
|
-
h3,
|
|
244
|
-
|
|
254
|
+
h3,
|
|
255
|
+
.uk-h3 {
|
|
256
|
+
@if meta.mixin-exists('hook-inverse-base-h3') {
|
|
245
257
|
@include hook-inverse-base-h3;
|
|
246
258
|
}
|
|
247
259
|
}
|
|
248
260
|
|
|
249
|
-
h4,
|
|
250
|
-
|
|
261
|
+
h4,
|
|
262
|
+
.uk-h4 {
|
|
263
|
+
@if meta.mixin-exists('hook-inverse-base-h4') {
|
|
251
264
|
@include hook-inverse-base-h4;
|
|
252
265
|
}
|
|
253
266
|
}
|
|
254
267
|
|
|
255
|
-
h5,
|
|
256
|
-
|
|
268
|
+
h5,
|
|
269
|
+
.uk-h5 {
|
|
270
|
+
@if meta.mixin-exists('hook-inverse-base-h5') {
|
|
257
271
|
@include hook-inverse-base-h5;
|
|
258
272
|
}
|
|
259
273
|
}
|
|
260
274
|
|
|
261
|
-
h6,
|
|
262
|
-
|
|
275
|
+
h6,
|
|
276
|
+
.uk-h6 {
|
|
277
|
+
@if meta.mixin-exists('hook-inverse-base-h6') {
|
|
263
278
|
@include hook-inverse-base-h6;
|
|
264
279
|
}
|
|
265
280
|
}
|
|
@@ -269,13 +284,13 @@
|
|
|
269
284
|
//
|
|
270
285
|
|
|
271
286
|
blockquote {
|
|
272
|
-
@if mixin-exists(hook-inverse-base-blockquote) {
|
|
287
|
+
@if meta.mixin-exists('hook-inverse-base-blockquote') {
|
|
273
288
|
@include hook-inverse-base-blockquote;
|
|
274
289
|
}
|
|
275
290
|
}
|
|
276
291
|
|
|
277
292
|
blockquote footer {
|
|
278
|
-
@if mixin-exists(hook-inverse-base-blockquote-footer) {
|
|
293
|
+
@if meta.mixin-exists('hook-inverse-base-blockquote-footer') {
|
|
279
294
|
@include hook-inverse-base-blockquote-footer;
|
|
280
295
|
}
|
|
281
296
|
}
|
|
@@ -284,10 +299,11 @@
|
|
|
284
299
|
// Horizontal rules
|
|
285
300
|
//
|
|
286
301
|
|
|
287
|
-
hr,
|
|
302
|
+
hr,
|
|
303
|
+
.uk-hr {
|
|
288
304
|
border-top-color: var(--inverse-base-hr-border);
|
|
289
305
|
|
|
290
|
-
@if mixin-exists(hook-inverse-base-hr) {
|
|
306
|
+
@if meta.mixin-exists('hook-inverse-base-hr') {
|
|
291
307
|
@include hook-inverse-base-hr;
|
|
292
308
|
}
|
|
293
309
|
}
|
|
@@ -297,25 +313,27 @@
|
|
|
297
313
|
//
|
|
298
314
|
|
|
299
315
|
:focus,
|
|
300
|
-
:focus-visible {
|
|
316
|
+
:focus-visible {
|
|
317
|
+
outline-color: var(--inverse-base-focus-outline);
|
|
318
|
+
}
|
|
301
319
|
}
|
|
302
320
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
321
|
+
//@mixin hook-breadcrumb() {}
|
|
322
|
+
//@mixin hook-breadcrumb-item() {}
|
|
323
|
+
//@mixin hook-breadcrumb-item-hover() {}
|
|
324
|
+
//@mixin hook-breadcrumb-item-disabled() {}
|
|
325
|
+
//@mixin hook-breadcrumb-item-active() {}
|
|
326
|
+
//@mixin hook-breadcrumb-divider() {}
|
|
327
|
+
//@mixin hook-breadcrumb-misc() {}
|
|
328
|
+
//@mixin hook-inverse-breadcrumb-item() {}
|
|
329
|
+
//@mixin hook-inverse-breadcrumb-item-hover() {}
|
|
330
|
+
//@mixin hook-inverse-breadcrumb-item-disabled() {}
|
|
331
|
+
//@mixin hook-inverse-breadcrumb-item-active() {}
|
|
332
|
+
//@mixin hook-inverse-breadcrumb-divider() {}
|
|
315
333
|
@mixin hook-inverse-component-breadcrumb() {
|
|
316
334
|
.uk-breadcrumb > * > * {
|
|
317
335
|
color: var(--inverse-breadcrumb-item-color);
|
|
318
|
-
@if mixin-exists(hook-inverse-breadcrumb-item) {
|
|
336
|
+
@if meta.mixin-exists('hook-inverse-breadcrumb-item') {
|
|
319
337
|
@include hook-inverse-breadcrumb-item;
|
|
320
338
|
}
|
|
321
339
|
}
|
|
@@ -323,20 +341,20 @@
|
|
|
323
341
|
.uk-breadcrumb > * > :hover,
|
|
324
342
|
.uk-breadcrumb > * > :focus {
|
|
325
343
|
color: var(--inverse-breadcrumb-item-hover-color);
|
|
326
|
-
@if mixin-exists(hook-inverse-breadcrumb-item-hover) {
|
|
344
|
+
@if meta.mixin-exists('hook-inverse-breadcrumb-item-hover') {
|
|
327
345
|
@include hook-inverse-breadcrumb-item-hover;
|
|
328
346
|
}
|
|
329
347
|
}
|
|
330
348
|
|
|
331
349
|
.uk-breadcrumb > .uk-disabled > * {
|
|
332
|
-
@if mixin-exists(hook-inverse-breadcrumb-item-disabled) {
|
|
350
|
+
@if meta.mixin-exists('hook-inverse-breadcrumb-item-disabled') {
|
|
333
351
|
@include hook-inverse-breadcrumb-item-disabled;
|
|
334
352
|
}
|
|
335
353
|
}
|
|
336
354
|
|
|
337
355
|
.uk-breadcrumb > :last-child > * {
|
|
338
356
|
color: var(--inverse-breadcrumb-item-active-color);
|
|
339
|
-
@if mixin-exists(hook-inverse-breadcrumb-item-active) {
|
|
357
|
+
@if meta.mixin-exists('hook-inverse-breadcrumb-item-active') {
|
|
340
358
|
@include hook-inverse-breadcrumb-item-active;
|
|
341
359
|
}
|
|
342
360
|
}
|
|
@@ -345,48 +363,50 @@
|
|
|
345
363
|
// Divider
|
|
346
364
|
//
|
|
347
365
|
|
|
348
|
-
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
|
|
366
|
+
.uk-breadcrumb > :nth-child(n + 2):not(.uk-first-column)::before {
|
|
349
367
|
color: var(--inverse-breadcrumb-divider-color);
|
|
350
|
-
@if mixin-exists(hook-inverse-breadcrumb-divider) {
|
|
368
|
+
@if meta.mixin-exists('hook-inverse-breadcrumb-divider') {
|
|
351
369
|
@include hook-inverse-breadcrumb-divider;
|
|
352
370
|
}
|
|
353
371
|
}
|
|
354
372
|
}
|
|
355
373
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
374
|
+
//@mixin hook-button() {}
|
|
375
|
+
//@mixin hook-button-hover() {}
|
|
376
|
+
//@mixin hook-button-focus() {}
|
|
377
|
+
//@mixin hook-button-active() {}
|
|
378
|
+
//@mixin hook-button-disabled() {}
|
|
379
|
+
//@mixin hook-button-default() {}
|
|
380
|
+
//@mixin hook-button-default-hover() {}
|
|
381
|
+
//@mixin hook-button-default-active() {}
|
|
382
|
+
//@mixin hook-button-default-disabled() {}
|
|
383
|
+
//@mixin hook-button-primary() {}
|
|
384
|
+
//@mixin hook-button-primary-hover() {}
|
|
385
|
+
//@mixin hook-button-primary-active() {}
|
|
386
|
+
//@mixin hook-button-primary-disabled() {}
|
|
387
|
+
//@mixin hook-button-secondary() {}
|
|
388
|
+
//@mixin hook-button-secondary-hover() {}
|
|
389
|
+
//@mixin hook-button-secondary-active() {}
|
|
390
|
+
//@mixin hook-button-secondary-disabled() {}
|
|
391
|
+
//@mixin hook-button-tertiary() {}
|
|
392
|
+
//@mixin hook-button-tertiary-hover() {}
|
|
393
|
+
//@mixin hook-button-tertiary-active() {}
|
|
394
|
+
//@mixin hook-button-tertiary-disabled() {}
|
|
395
|
+
//@mixin hook-button-danger() {}
|
|
396
|
+
//@mixin hook-button-danger-hover() {}
|
|
397
|
+
//@mixin hook-button-danger-active() {}
|
|
398
|
+
//@mixin hook-button-danger-disabled() {}
|
|
399
|
+
//@mixin hook-button-xsmall() {}
|
|
400
|
+
//@mixin hook-button-small() {}
|
|
401
|
+
//@mixin hook-button-medium() {}
|
|
402
|
+
//@mixin hook-button-large() {}
|
|
403
|
+
//@mixin hook-button-xlarge() {}
|
|
404
|
+
//@mixin hook-button-text() {}
|
|
405
|
+
//@mixin hook-button-text-hover() {}
|
|
406
|
+
//@mixin hook-button-text-disabled() {}
|
|
407
|
+
//@mixin hook-button-text-active() {}
|
|
408
|
+
//@mixin hook-button-link() {}
|
|
409
|
+
//@mixin hook-button-link-active() {}
|
|
390
410
|
@mixin hook-button-misc() {
|
|
391
411
|
.uk-button-group {
|
|
392
412
|
.uk-button-circle:not(:last-child),
|
|
@@ -402,30 +422,31 @@
|
|
|
402
422
|
}
|
|
403
423
|
}
|
|
404
424
|
}
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
+
|
|
426
|
+
//@mixin hook-inverse-button() {}
|
|
427
|
+
//@mixin hook-inverse-button-default() {}
|
|
428
|
+
//@mixin hook-inverse-button-default-hover() {}
|
|
429
|
+
//@mixin hook-inverse-button-default-active() {}
|
|
430
|
+
//@mixin hook-inverse-button-primary() {}
|
|
431
|
+
//@mixin hook-inverse-button-primary-hover() {}
|
|
432
|
+
//@mixin hook-inverse-button-primary-active() {}
|
|
433
|
+
//@mixin hook-inverse-button-secondary() {}
|
|
434
|
+
//@mixin hook-inverse-button-secondary-hover() {}
|
|
435
|
+
//@mixin hook-inverse-button-secondary-active() {}
|
|
436
|
+
//@mixin hook-inverse-button-tertiary() {}
|
|
437
|
+
//@mixin hook-inverse-button-tertiary-hover() {}
|
|
438
|
+
//@mixin hook-inverse-button-tertiary-active() {}
|
|
439
|
+
//@mixin hook-inverse-button-danger() {}
|
|
440
|
+
//@mixin hook-inverse-button-danger-hover() {}
|
|
441
|
+
//@mixin hook-inverse-button-danger-active() {}
|
|
442
|
+
//@mixin hook-inverse-button-text() {}
|
|
443
|
+
//@mixin hook-inverse-button-text-hover() {}
|
|
444
|
+
//@mixin hook-inverse-button-text-disabled() {}
|
|
445
|
+
//@mixin hook-inverse-button-link() {}
|
|
425
446
|
@mixin hook-inverse-component-button() {
|
|
426
447
|
.uk-button {
|
|
427
448
|
color: var(--inverse-button-color);
|
|
428
|
-
@if mixin-exists(hook-inverse-button) {
|
|
449
|
+
@if meta.mixin-exists('hook-inverse-button') {
|
|
429
450
|
@include hook-inverse-button;
|
|
430
451
|
}
|
|
431
452
|
}
|
|
@@ -437,7 +458,7 @@
|
|
|
437
458
|
.uk-button-default {
|
|
438
459
|
background-color: var(--inverse-button-default-background);
|
|
439
460
|
color: var(--inverse-button-default-color);
|
|
440
|
-
@if mixin-exists(hook-inverse-button-default) {
|
|
461
|
+
@if meta.mixin-exists('hook-inverse-button-default') {
|
|
441
462
|
@include hook-inverse-button-default;
|
|
442
463
|
}
|
|
443
464
|
}
|
|
@@ -446,7 +467,7 @@
|
|
|
446
467
|
.uk-button-default:focus {
|
|
447
468
|
background-color: var(--inverse-button-default-hover-background);
|
|
448
469
|
color: var(--inverse-button-default-hover-color);
|
|
449
|
-
@if mixin-exists(hook-inverse-button-default-hover) {
|
|
470
|
+
@if meta.mixin-exists('hook-inverse-button-default-hover') {
|
|
450
471
|
@include hook-inverse-button-default-hover;
|
|
451
472
|
}
|
|
452
473
|
}
|
|
@@ -455,7 +476,7 @@
|
|
|
455
476
|
.uk-button-default.uk-active {
|
|
456
477
|
background-color: var(--inverse-button-default-active-background);
|
|
457
478
|
color: var(--inverse-button-default-active-color);
|
|
458
|
-
@if mixin-exists(hook-inverse-button-default-active) {
|
|
479
|
+
@if meta.mixin-exists('hook-inverse-button-default-active') {
|
|
459
480
|
@include hook-inverse-button-default-active;
|
|
460
481
|
}
|
|
461
482
|
}
|
|
@@ -467,7 +488,7 @@
|
|
|
467
488
|
.uk-button-primary {
|
|
468
489
|
background-color: var(--inverse-button-primary-background);
|
|
469
490
|
color: var(--inverse-button-primary-color);
|
|
470
|
-
@if mixin-exists(hook-inverse-button-primary) {
|
|
491
|
+
@if meta.mixin-exists('hook-inverse-button-primary') {
|
|
471
492
|
@include hook-inverse-button-primary;
|
|
472
493
|
}
|
|
473
494
|
}
|
|
@@ -476,7 +497,7 @@
|
|
|
476
497
|
.uk-button-primary:focus {
|
|
477
498
|
background-color: var(--inverse-button-primary-hover-background);
|
|
478
499
|
color: var(--inverse-button-primary-hover-color);
|
|
479
|
-
@if mixin-exists(hook-inverse-button-primary-hover) {
|
|
500
|
+
@if meta.mixin-exists('hook-inverse-button-primary-hover') {
|
|
480
501
|
@include hook-inverse-button-primary-hover;
|
|
481
502
|
}
|
|
482
503
|
}
|
|
@@ -485,7 +506,7 @@
|
|
|
485
506
|
.uk-button-primary.uk-active {
|
|
486
507
|
background-color: var(--inverse-button-primary-active-background);
|
|
487
508
|
color: var(--inverse-button-primary-active-color);
|
|
488
|
-
@if mixin-exists(hook-inverse-button-primary-active) {
|
|
509
|
+
@if meta.mixin-exists('hook-inverse-button-primary-active') {
|
|
489
510
|
@include hook-inverse-button-primary-active;
|
|
490
511
|
}
|
|
491
512
|
}
|
|
@@ -497,7 +518,7 @@
|
|
|
497
518
|
.uk-button-secondary {
|
|
498
519
|
background-color: var(--inverse-button-secondary-background);
|
|
499
520
|
color: var(--inverse-button-secondary-color);
|
|
500
|
-
@if mixin-exists(hook-inverse-button-secondary) {
|
|
521
|
+
@if meta.mixin-exists('hook-inverse-button-secondary') {
|
|
501
522
|
@include hook-inverse-button-secondary;
|
|
502
523
|
}
|
|
503
524
|
}
|
|
@@ -506,7 +527,7 @@
|
|
|
506
527
|
.uk-button-secondary:focus {
|
|
507
528
|
background-color: var(--inverse-button-secondary-hover-background);
|
|
508
529
|
color: var(--inverse-button-secondary-hover-color);
|
|
509
|
-
@if mixin-exists(hook-inverse-button-secondary-hover) {
|
|
530
|
+
@if meta.mixin-exists('hook-inverse-button-secondary-hover') {
|
|
510
531
|
@include hook-inverse-button-secondary-hover;
|
|
511
532
|
}
|
|
512
533
|
}
|
|
@@ -515,7 +536,7 @@
|
|
|
515
536
|
.uk-button-secondary.uk-active {
|
|
516
537
|
background-color: var(--inverse-button-secondary-active-background);
|
|
517
538
|
color: var(--inverse-button-secondary-active-color);
|
|
518
|
-
@if mixin-exists(hook-inverse-button-secondary-active) {
|
|
539
|
+
@if meta.mixin-exists('hook-inverse-button-secondary-active') {
|
|
519
540
|
@include hook-inverse-button-secondary-active;
|
|
520
541
|
}
|
|
521
542
|
}
|
|
@@ -527,7 +548,7 @@
|
|
|
527
548
|
.uk-button-tertiary {
|
|
528
549
|
background-color: var(--inverse-button-tertiary-background);
|
|
529
550
|
color: var(--inverse-button-tertiary-color);
|
|
530
|
-
@if mixin-exists(hook-inverse-button-tertiary) {
|
|
551
|
+
@if meta.mixin-exists('hook-inverse-button-tertiary') {
|
|
531
552
|
@include hook-inverse-button-tertiary;
|
|
532
553
|
}
|
|
533
554
|
}
|
|
@@ -536,7 +557,7 @@
|
|
|
536
557
|
.uk-button-tertiary:focus {
|
|
537
558
|
background-color: var(--inverse-button-tertiary-hover-background);
|
|
538
559
|
color: var(--inverse-button-tertiary-hover-color);
|
|
539
|
-
@if mixin-exists(hook-inverse-button-tertiary-hover) {
|
|
560
|
+
@if meta.mixin-exists('hook-inverse-button-tertiary-hover') {
|
|
540
561
|
@include hook-inverse-button-tertiary-hover;
|
|
541
562
|
}
|
|
542
563
|
}
|
|
@@ -545,7 +566,7 @@
|
|
|
545
566
|
.uk-button-tertiary.uk-active {
|
|
546
567
|
background-color: var(--inverse-button-tertiary-active-background);
|
|
547
568
|
color: var(--inverse-button-tertiary-active-color);
|
|
548
|
-
@if mixin-exists(hook-inverse-button-tertiary-active) {
|
|
569
|
+
@if meta.mixin-exists('hook-inverse-button-tertiary-active') {
|
|
549
570
|
@include hook-inverse-button-tertiary-active;
|
|
550
571
|
}
|
|
551
572
|
}
|
|
@@ -557,7 +578,7 @@
|
|
|
557
578
|
.uk-button-danger {
|
|
558
579
|
background-color: var(--inverse-button-danger-background);
|
|
559
580
|
color: var(--inverse-button-danger-color);
|
|
560
|
-
@if mixin-exists(hook-inverse-button-danger) {
|
|
581
|
+
@if meta.mixin-exists('hook-inverse-button-danger') {
|
|
561
582
|
@include hook-inverse-button-danger;
|
|
562
583
|
}
|
|
563
584
|
}
|
|
@@ -566,7 +587,7 @@
|
|
|
566
587
|
.uk-button-danger:focus {
|
|
567
588
|
background-color: var(--inverse-button-danger-hover-background);
|
|
568
589
|
color: var(--inverse-button-danger-hover-color);
|
|
569
|
-
@if mixin-exists(hook-inverse-button-danger-hover) {
|
|
590
|
+
@if meta.mixin-exists('hook-inverse-button-danger-hover') {
|
|
570
591
|
@include hook-inverse-button-danger-hover;
|
|
571
592
|
}
|
|
572
593
|
}
|
|
@@ -575,7 +596,7 @@
|
|
|
575
596
|
.uk-button-danger.uk-active {
|
|
576
597
|
background-color: var(--inverse-button-danger-active-background);
|
|
577
598
|
color: var(--inverse-button-danger-active-color);
|
|
578
|
-
@if mixin-exists(hook-inverse-button-danger-active) {
|
|
599
|
+
@if meta.mixin-exists('hook-inverse-button-danger-active') {
|
|
579
600
|
@include hook-inverse-button-danger-active;
|
|
580
601
|
}
|
|
581
602
|
}
|
|
@@ -586,7 +607,7 @@
|
|
|
586
607
|
|
|
587
608
|
.uk-button-text {
|
|
588
609
|
color: var(--inverse-button-text-color);
|
|
589
|
-
@if mixin-exists(hook-inverse-button-text) {
|
|
610
|
+
@if meta.mixin-exists('hook-inverse-button-text') {
|
|
590
611
|
@include hook-inverse-button-text;
|
|
591
612
|
}
|
|
592
613
|
}
|
|
@@ -594,14 +615,14 @@
|
|
|
594
615
|
.uk-button-text:hover,
|
|
595
616
|
.uk-button-text:focus {
|
|
596
617
|
color: var(--inverse-button-text-hover-color);
|
|
597
|
-
@if mixin-exists(hook-inverse-button-text-hover) {
|
|
618
|
+
@if meta.mixin-exists('hook-inverse-button-text-hover') {
|
|
598
619
|
@include hook-inverse-button-text-hover;
|
|
599
620
|
}
|
|
600
621
|
}
|
|
601
622
|
|
|
602
623
|
.uk-button-text:disabled {
|
|
603
624
|
color: var(--inverse-button-text-disabled-color);
|
|
604
|
-
@if mixin-exists(hook-inverse-button-text-disabled) {
|
|
625
|
+
@if meta.mixin-exists('hook-inverse-button-text-disabled') {
|
|
605
626
|
@include hook-inverse-button-text-disabled;
|
|
606
627
|
}
|
|
607
628
|
}
|
|
@@ -612,7 +633,7 @@
|
|
|
612
633
|
|
|
613
634
|
.uk-button-link {
|
|
614
635
|
color: var(--inverse-button-link-color);
|
|
615
|
-
@if mixin-exists(hook-inverse-button-link) {
|
|
636
|
+
@if meta.mixin-exists('hook-inverse-button-link') {
|
|
616
637
|
@include hook-inverse-button-link;
|
|
617
638
|
}
|
|
618
639
|
}
|
|
@@ -620,69 +641,79 @@
|
|
|
620
641
|
.uk-button-link:hover,
|
|
621
642
|
.uk-button-link:focus {
|
|
622
643
|
color: var(--inverse-button-link-hover-color);
|
|
644
|
+
@if meta.mixin-exists('hook-inverse-button-link-hover') {
|
|
645
|
+
@include hook-inverse-button-link-hover;
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.uk-button-link:disabled {
|
|
650
|
+
@if meta.mixin-exists('hook-inverse-button-link-disabled') {
|
|
651
|
+
@include hook-inverse-button-link-disabled;
|
|
652
|
+
}
|
|
623
653
|
}
|
|
654
|
+
|
|
624
655
|
}
|
|
625
656
|
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
657
|
+
//@mixin hook-card() {}
|
|
658
|
+
//@mixin hook-card-body() {}
|
|
659
|
+
//@mixin hook-card-header() {}
|
|
660
|
+
//@mixin hook-card-footer() {}
|
|
661
|
+
//@mixin hook-card-media() {}
|
|
662
|
+
//@mixin hook-card-media-top() {}
|
|
663
|
+
//@mixin hook-card-media-bottom() {}
|
|
664
|
+
//@mixin hook-card-media-left() {}
|
|
665
|
+
//@mixin hook-card-media-right() {}
|
|
666
|
+
//@mixin hook-card-title() {}
|
|
667
|
+
//@mixin hook-card-badge() {}
|
|
668
|
+
//@mixin hook-card-hover() {}
|
|
669
|
+
//@mixin hook-card-default() {}
|
|
670
|
+
//@mixin hook-card-default-title() {}
|
|
671
|
+
//@mixin hook-card-default-hover() {}
|
|
672
|
+
//@mixin hook-card-default-header() {}
|
|
673
|
+
//@mixin hook-card-default-footer() {}
|
|
674
|
+
//@mixin hook-card-primary() {}
|
|
675
|
+
//@mixin hook-card-primary-title() {}
|
|
676
|
+
//@mixin hook-card-primary-hover() {}
|
|
677
|
+
//@mixin hook-card-secondary() {}
|
|
678
|
+
//@mixin hook-card-secondary-title() {}
|
|
679
|
+
//@mixin hook-card-secondary-hover() {}
|
|
680
|
+
//@mixin hook-card-tertiary() {}
|
|
681
|
+
//@mixin hook-card-tertiary-title() {}
|
|
682
|
+
//@mixin hook-card-tertiary-hover() {}
|
|
683
|
+
//@mixin hook-card-misc() {}
|
|
684
|
+
//@mixin hook-inverse-card-badge() {}
|
|
654
685
|
@mixin hook-inverse-component-card() {
|
|
655
686
|
&.uk-card-badge {
|
|
656
687
|
background-color: var(--inverse-card-badge-background);
|
|
657
688
|
color: var(--inverse-card-badge-color);
|
|
658
|
-
@if mixin-exists(hook-inverse-card-badge) {
|
|
689
|
+
@if meta.mixin-exists('hook-inverse-card-badge') {
|
|
659
690
|
@include hook-inverse-card-badge;
|
|
660
691
|
}
|
|
661
692
|
}
|
|
662
693
|
}
|
|
663
694
|
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
695
|
+
//@mixin hook-checkbox-control() {}
|
|
696
|
+
//@mixin hook-checkbox-wrapper() {}
|
|
697
|
+
//@mixin hook-checkbox-checkbox() {}
|
|
698
|
+
//@mixin hook-checkbox-input() {}
|
|
699
|
+
//@mixin hook-checkbox-inner() {}
|
|
700
|
+
//@mixin hook-checkbox-label() {}
|
|
701
|
+
//@mixin hook-checkbox-hover() {}
|
|
702
|
+
//@mixin hook-checkbox-checked() {}
|
|
703
|
+
//@mixin hook-checkbox-disabled() {}
|
|
704
|
+
//@mixin hook-checkbox-indeterminate() {}
|
|
705
|
+
//@mixin hook-checkbox-group() {}
|
|
706
|
+
//@mixin hook-checkbox-group-stack() {}
|
|
707
|
+
|
|
708
|
+
//@mixin hook-close() {}
|
|
709
|
+
//@mixin hook-close-hover() {}
|
|
710
|
+
//@mixin hook-close-misc() {}
|
|
711
|
+
//@mixin hook-inverse-close() {}
|
|
712
|
+
//@mixin hook-inverse-close-hover() {}
|
|
682
713
|
@mixin hook-inverse-component-close() {
|
|
683
714
|
.uk-close {
|
|
684
715
|
color: var(--inverse-close-color);
|
|
685
|
-
@if mixin-exists(hook-inverse-close) {
|
|
716
|
+
@if meta.mixin-exists('hook-inverse-close') {
|
|
686
717
|
@include hook-inverse-close;
|
|
687
718
|
}
|
|
688
719
|
}
|
|
@@ -690,62 +721,62 @@
|
|
|
690
721
|
.uk-close:hover,
|
|
691
722
|
.uk-close:focus {
|
|
692
723
|
color: var(--inverse-close-hover-color);
|
|
693
|
-
@if mixin-exists(hook-inverse-close-hover) {
|
|
724
|
+
@if meta.mixin-exists('hook-inverse-close-hover') {
|
|
694
725
|
@include hook-inverse-close-hover;
|
|
695
726
|
}
|
|
696
727
|
}
|
|
697
728
|
}
|
|
698
729
|
|
|
699
|
-
|
|
730
|
+
//@mixin hook-column-misc() {}
|
|
700
731
|
@mixin hook-inverse-component-column() {
|
|
701
732
|
.uk-column-divider {
|
|
702
733
|
column-rule-color: var(--inverse-column-divider-rule-color);
|
|
703
734
|
}
|
|
704
735
|
}
|
|
705
736
|
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
737
|
+
//@mixin hook-comment() {}
|
|
738
|
+
//@mixin hook-comment-body() {}
|
|
739
|
+
//@mixin hook-comment-header() {}
|
|
740
|
+
//@mixin hook-comment-title() {}
|
|
741
|
+
//@mixin hook-comment-meta() {}
|
|
742
|
+
//@mixin hook-comment-avatar() {}
|
|
743
|
+
//@mixin hook-comment-list-adjacent() {}
|
|
744
|
+
//@mixin hook-comment-list-sub() {}
|
|
745
|
+
//@mixin hook-comment-list-sub-adjacent() {}
|
|
746
|
+
//@mixin hook-comment-primary() {}
|
|
747
|
+
//@mixin hook-comment-misc() {}
|
|
748
|
+
|
|
749
|
+
//@mixin hook-container-misc() {}
|
|
750
|
+
|
|
751
|
+
//@mixin hook-control() {}
|
|
752
|
+
//@mixin hook-control-hover() {}
|
|
753
|
+
//@mixin hook-control-focus() {}
|
|
754
|
+
//@mixin hook-control-disabled() {}
|
|
755
|
+
//@mixin hook-control-small() {}
|
|
756
|
+
//@mixin hook-control-medium() {}
|
|
757
|
+
//@mixin hook-control-large() {}
|
|
758
|
+
//@mixin hook-control-success() {}
|
|
759
|
+
//@mixin hook-control-warning() {}
|
|
760
|
+
//@mixin hook-control-danger() {}
|
|
761
|
+
//@mixin hook-control-blank() {}
|
|
762
|
+
//@mixin hook-control-blank-focus() {}
|
|
763
|
+
//@mixin hook-control-input() {}
|
|
764
|
+
//@mixin hook-control-prefix() {}
|
|
765
|
+
//@mixin hook-control-suffix() {}
|
|
766
|
+
//@mixin hook-inverse-control() {}
|
|
767
|
+
//@mixin hook-inverse-control-hover() {}
|
|
768
|
+
//@mixin hook-inverse-control-focus() {}
|
|
769
|
+
//@mixin hook-inverse-control-disabled() {}
|
|
770
|
+
//@mixin hook-inverse-control-success() {}
|
|
771
|
+
//@mixin hook-inverse-control-warning() {}
|
|
772
|
+
//@mixin hook-inverse-control-danger() {}
|
|
773
|
+
//@mixin hook-inverse-control-blank-focus() {}
|
|
743
774
|
@mixin hook-inverse-component-control() {
|
|
744
775
|
.uk-control {
|
|
745
776
|
background-color: var(--inverse-control-background);
|
|
746
777
|
border-color: var(--inverse-control-border);
|
|
747
778
|
color: var(--inverse-control-color);
|
|
748
|
-
@if mixin-exists(hook-inverse-control) {
|
|
779
|
+
@if meta.mixin-exists('hook-inverse-control') {
|
|
749
780
|
@include hook-inverse-control;
|
|
750
781
|
}
|
|
751
782
|
}
|
|
@@ -755,7 +786,7 @@
|
|
|
755
786
|
background-color: var(--inverse-control-hover-background);
|
|
756
787
|
border-color: var(--inverse-control-hover-border);
|
|
757
788
|
color: var(--inverse-control-hover-color);
|
|
758
|
-
@if mixin-exists(hook-inverse-control-hover) {
|
|
789
|
+
@if meta.mixin-exists('hook-inverse-control-hover') {
|
|
759
790
|
@include hook-inverse-control-hover;
|
|
760
791
|
}
|
|
761
792
|
}
|
|
@@ -765,17 +796,17 @@
|
|
|
765
796
|
background-color: var(--inverse-control-focus-background);
|
|
766
797
|
border-color: var(--inverse-control-focus-border);
|
|
767
798
|
color: var(--inverse-control-focus-color);
|
|
768
|
-
@if mixin-exists(hook-inverse-control-focus) {
|
|
799
|
+
@if meta.mixin-exists('hook-inverse-control-focus') {
|
|
769
800
|
@include hook-inverse-control-focus;
|
|
770
801
|
}
|
|
771
802
|
}
|
|
772
803
|
|
|
773
804
|
// Disabled state
|
|
774
805
|
.uk-control.uk-disabled {
|
|
775
|
-
background-color: var(--inverse-
|
|
806
|
+
background-color: var(--inverse-control-disabled-background);
|
|
776
807
|
border-color: var(--inverse-control-disabled-border);
|
|
777
808
|
color: var(--inverse-control-disabled-color);
|
|
778
|
-
@if mixin-exists(hook-inverse-control-disabled) {
|
|
809
|
+
@if meta.mixin-exists('hook-inverse-control-disabled') {
|
|
779
810
|
@include hook-inverse-control-disabled;
|
|
780
811
|
}
|
|
781
812
|
}
|
|
@@ -786,7 +817,7 @@
|
|
|
786
817
|
.uk-control-success:focus-within {
|
|
787
818
|
border-color: var(--control-success-border);
|
|
788
819
|
color: var(--control-success-color);
|
|
789
|
-
@if mixin-exists(hook-inverse-control-success) {
|
|
820
|
+
@if meta.mixin-exists('hook-inverse-control-success') {
|
|
790
821
|
@include hook-inverse-control-success;
|
|
791
822
|
}
|
|
792
823
|
}
|
|
@@ -797,7 +828,7 @@
|
|
|
797
828
|
.uk-control-warning:focus-within {
|
|
798
829
|
border-color: var(--control-warning-border);
|
|
799
830
|
color: var(--control-warning-color);
|
|
800
|
-
@if mixin-exists(hook-inverse-control-warning) {
|
|
831
|
+
@if meta.mixin-exists('hook-inverse-control-warning') {
|
|
801
832
|
@include hook-inverse-control-warning;
|
|
802
833
|
}
|
|
803
834
|
}
|
|
@@ -808,7 +839,7 @@
|
|
|
808
839
|
.uk-control-danger:focus-within {
|
|
809
840
|
border-color: var(--control-danger-border);
|
|
810
841
|
color: var(--control-danger-color);
|
|
811
|
-
@if mixin-exists(hook-inverse-control-danger) {
|
|
842
|
+
@if meta.mixin-exists('hook-inverse-control-danger') {
|
|
812
843
|
@include hook-inverse-control-danger;
|
|
813
844
|
}
|
|
814
845
|
}
|
|
@@ -816,80 +847,80 @@
|
|
|
816
847
|
// Blank
|
|
817
848
|
.uk-control-blank:focus-within {
|
|
818
849
|
border-color: var(--control-blank-focus-border);
|
|
819
|
-
@if mixin-exists(hook-inverse-control-blank-focus) {
|
|
850
|
+
@if meta.mixin-exists('hook-inverse-control-blank-focus') {
|
|
820
851
|
@include hook-inverse-control-blank-focus;
|
|
821
852
|
}
|
|
822
853
|
}
|
|
823
854
|
}
|
|
824
855
|
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
856
|
+
//@mixin hook-cover-misc() {}
|
|
857
|
+
|
|
858
|
+
//@mixin hook-datepicker() {}
|
|
859
|
+
//@mixin hook-datepicker-hover() {}
|
|
860
|
+
//@mixin hook-datepicker-focus() {}
|
|
861
|
+
//@mixin hook-datepicker-disabled() {}
|
|
862
|
+
//@mixin hook-datepicker-input() {}
|
|
863
|
+
//@mixin hook-datepicker-control() {}
|
|
864
|
+
//@mixin hook-datepicker-small() {}
|
|
865
|
+
//@mixin hook-datepicker-medium() {}
|
|
866
|
+
//@mixin hook-datepicker-large() {}
|
|
867
|
+
//@mixin hook-datepicker-success() {}
|
|
868
|
+
//@mixin hook-datepicker-warning() {}
|
|
869
|
+
//@mixin hook-datepicker-danger() {}
|
|
870
|
+
//@mixin hook-datepicker-blank() {}
|
|
871
|
+
//@mixin hook-datepicker-blank-focus() {}
|
|
872
|
+
//@mixin hook-datepicker-panel-layout() {}
|
|
873
|
+
//@mixin hook-datepicker-panel() {}
|
|
874
|
+
//@mixin hook-datepicker-datetime-panel() {}
|
|
875
|
+
//@mixin hook-datepicker-time-panel() {}
|
|
876
|
+
//@mixin hook-datepicker-date-panel() {}
|
|
877
|
+
//@mixin hook-datepicker-month-panel() {}
|
|
878
|
+
//@mixin hook-datepicker-quarter-panel() {}
|
|
879
|
+
//@mixin hook-datepicker-decade-panel() {}
|
|
880
|
+
//@mixin hook-datepicker-week-panel() {}
|
|
881
|
+
//@mixin hook-datepicker-year-panel() {}
|
|
882
|
+
//@mixin hook-datepicker-header() {}
|
|
883
|
+
//@mixin hook-datepicker-header-view() {}
|
|
884
|
+
//@mixin hook-datepicker-body() {}
|
|
885
|
+
//@mixin hook-datepicker-content() {}
|
|
886
|
+
//@mixin hook-datepicker-footer() {}
|
|
887
|
+
//@mixin hook-datepicker-ranges() {}
|
|
888
|
+
//@mixin hook-datepicker-cell() {}
|
|
889
|
+
//@mixin hook-datepicker-cell-inner() {}
|
|
890
|
+
//@mixin hook-datepicker-time-panel-column() {}
|
|
891
|
+
//@mixin hook-datepicker-dropdown() {}
|
|
892
|
+
|
|
893
|
+
//@mixin hook-description-list-term() {}
|
|
894
|
+
//@mixin hook-description-list-description() {}
|
|
895
|
+
//@mixin hook-description-list-divider-term() {}
|
|
896
|
+
//@mixin hook-description-list-misc() {}
|
|
897
|
+
//@mixin hook-inverse-description-list-term() {}
|
|
867
898
|
@mixin hook-inverse-component-description() {
|
|
868
899
|
.uk-description-list > dt {
|
|
869
900
|
color: var(--inverse-description-list-term-color);
|
|
870
|
-
@if mixin-exists(hook-inverse-description-list-term) {
|
|
901
|
+
@if meta.mixin-exists('hook-inverse-description-list-term') {
|
|
871
902
|
@include hook-inverse-description-list-term;
|
|
872
903
|
}
|
|
873
904
|
}
|
|
874
905
|
}
|
|
875
906
|
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
907
|
+
//@mixin hook-divider-icon() {}
|
|
908
|
+
//@mixin hook-divider-icon-line() {}
|
|
909
|
+
//@mixin hook-divider-icon-line-left() {}
|
|
910
|
+
//@mixin hook-divider-icon-line-right() {}
|
|
911
|
+
//@mixin hook-divider-small() {}
|
|
912
|
+
//@mixin hook-divider-vertical() {}
|
|
913
|
+
//@mixin hook-divider-misc() {}
|
|
914
|
+
//@mixin hook-inverse-divider-icon() {}
|
|
915
|
+
//@mixin hook-inverse-divider-icon-line() {}
|
|
916
|
+
//@mixin hook-inverse-divider-small() {}
|
|
917
|
+
//@mixin hook-inverse-divider-vertical() {}
|
|
887
918
|
@mixin hook-inverse-component-divider() {
|
|
888
919
|
.uk-divider-icon {
|
|
889
|
-
@if mixin-exists(svg-fill) {
|
|
920
|
+
@if meta.mixin-exists('svg-fill') {
|
|
890
921
|
@include svg-fill($internal-divider-icon-image, '#000', $inverse-divider-icon-color);
|
|
891
922
|
}
|
|
892
|
-
@if mixin-exists(hook-inverse-divider-icon) {
|
|
923
|
+
@if meta.mixin-exists('hook-inverse-divider-icon') {
|
|
893
924
|
@include hook-inverse-divider-icon;
|
|
894
925
|
}
|
|
895
926
|
}
|
|
@@ -897,40 +928,40 @@
|
|
|
897
928
|
.uk-divider-icon::before,
|
|
898
929
|
.uk-divider-icon::after {
|
|
899
930
|
border-bottom-color: var(--inverse-divider-icon-line-border);
|
|
900
|
-
@if mixin-exists(hook-inverse-divider-icon-line) {
|
|
931
|
+
@if meta.mixin-exists('hook-inverse-divider-icon-line') {
|
|
901
932
|
@include hook-inverse-divider-icon-line;
|
|
902
933
|
}
|
|
903
934
|
}
|
|
904
935
|
|
|
905
936
|
.uk-divider-small::after {
|
|
906
937
|
border-top-color: var(--inverse-divider-small-border);
|
|
907
|
-
@if mixin-exists(hook-inverse-divider-small) {
|
|
938
|
+
@if meta.mixin-exists('hook-inverse-divider-small') {
|
|
908
939
|
@include hook-inverse-divider-small;
|
|
909
940
|
}
|
|
910
941
|
}
|
|
911
942
|
|
|
912
943
|
.uk-divider-vertical {
|
|
913
944
|
border-left-color: var(--inverse-divider-vertical-border);
|
|
914
|
-
@if mixin-exists(hook-inverse-divider-vertical) {
|
|
945
|
+
@if meta.mixin-exists('hook-inverse-divider-vertical') {
|
|
915
946
|
@include hook-inverse-divider-vertical;
|
|
916
947
|
}
|
|
917
948
|
}
|
|
918
949
|
}
|
|
919
950
|
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
951
|
+
//@mixin hook-dotnav() {}
|
|
952
|
+
//@mixin hook-dotnav-item() {}
|
|
953
|
+
//@mixin hook-dotnav-item-hover() {}
|
|
954
|
+
//@mixin hook-dotnav-item-onclick() {}
|
|
955
|
+
//@mixin hook-dotnav-item-active() {}
|
|
956
|
+
//@mixin hook-dotnav-misc() {}
|
|
957
|
+
//@mixin hook-inverse-dotnav-item() {}
|
|
958
|
+
//@mixin hook-inverse-dotnav-item-hover() {}
|
|
959
|
+
//@mixin hook-inverse-dotnav-item-onclick() {}
|
|
960
|
+
//@mixin hook-inverse-dotnav-item-active() {}
|
|
930
961
|
@mixin hook-inverse-component-dotnav() {
|
|
931
962
|
.uk-dotnav > * > * {
|
|
932
963
|
background-color: var(--inverse-dotnav-item-background);
|
|
933
|
-
@if mixin-exists(hook-inverse-dotnav-item) {
|
|
964
|
+
@if meta.mixin-exists('hook-inverse-dotnav-item') {
|
|
934
965
|
@include hook-inverse-dotnav-item;
|
|
935
966
|
}
|
|
936
967
|
}
|
|
@@ -938,60 +969,62 @@
|
|
|
938
969
|
.uk-dotnav > * > :hover,
|
|
939
970
|
.uk-dotnav > * > :focus {
|
|
940
971
|
background-color: var(--inverse-dotnav-item-hover-background);
|
|
941
|
-
@if mixin-exists(hook-inverse-dotnav-item-hover) {
|
|
972
|
+
@if meta.mixin-exists('hook-inverse-dotnav-item-hover') {
|
|
942
973
|
@include hook-inverse-dotnav-item-hover;
|
|
943
974
|
}
|
|
944
975
|
}
|
|
945
976
|
|
|
946
977
|
.uk-dotnav > * > :active {
|
|
947
978
|
background-color: var(--inverse-dotnav-item-onclick-background);
|
|
948
|
-
@if mixin-exists(hook-inverse-dotnav-item-onclick) {
|
|
979
|
+
@if meta.mixin-exists('hook-inverse-dotnav-item-onclick') {
|
|
949
980
|
@include hook-inverse-dotnav-item-onclick;
|
|
950
981
|
}
|
|
951
982
|
}
|
|
952
983
|
|
|
953
984
|
.uk-dotnav > .uk-active > * {
|
|
954
985
|
background-color: var(--inverse-dotnav-item-active-background);
|
|
955
|
-
@if mixin-exists(hook-inverse-dotnav-item-active) {
|
|
986
|
+
@if meta.mixin-exists('hook-inverse-dotnav-item-active') {
|
|
956
987
|
@include hook-inverse-dotnav-item-active;
|
|
957
988
|
}
|
|
958
989
|
}
|
|
959
990
|
}
|
|
960
991
|
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
992
|
+
//@mixin hook-drawer() {}
|
|
993
|
+
//@mixin hook-drawer-content-wrapper() {}
|
|
994
|
+
//@mixin hook-drawer-content() {}
|
|
995
|
+
//@mixin hook-drawer-mask() {}
|
|
996
|
+
//@mixin hook-drawer-mask-open() {}
|
|
997
|
+
//@mixin hook-drawer-close() {}
|
|
998
|
+
//@mixin hook-drawer-close-hover() {}
|
|
999
|
+
|
|
1000
|
+
//@mixin hook-drop-mask() {}
|
|
1001
|
+
//@mixin hook-drop-mask-active() {}
|
|
1002
|
+
//@mixin hook-drop-misc() {}
|
|
1003
|
+
|
|
1004
|
+
//@mixin hook-dropdown() {}
|
|
1005
|
+
//@mixin hook-dropdown-nav() {}
|
|
1006
|
+
//@mixin hook-dropdown-nav-item() {}
|
|
1007
|
+
//@mixin hook-dropdown-nav-item-hover() {}
|
|
1008
|
+
//@mixin hook-dropdown-nav-header() {}
|
|
1009
|
+
//@mixin hook-dropdown-nav-divider() {}
|
|
1010
|
+
//@mixin hook-dropdown-misc() {}
|
|
1011
|
+
//@mixin hook-inverse-dropdown() {}
|
|
1012
|
+
//@mixin hook-inverse-dropdown-nav-item() {}
|
|
1013
|
+
//@mixin hook-inverse-dropdown-nav-item-hover() {}
|
|
1014
|
+
//@mixin hook-inverse-dropdown-nav-header() {}
|
|
1015
|
+
//@mixin hook-inverse-dropdown-nav-divider() {}
|
|
983
1016
|
@mixin hook-inverse-component-dropdown() {
|
|
984
1017
|
.uk-dropdown {
|
|
985
1018
|
background: var(--inverse-dropdown-background);
|
|
986
1019
|
color: var(--inverse-dropdown-color);
|
|
987
|
-
@if mixin-exists(hook-inverse-dropdown) {
|
|
1020
|
+
@if meta.mixin-exists('hook-inverse-dropdown') {
|
|
988
1021
|
@include hook-inverse-dropdown;
|
|
989
1022
|
}
|
|
990
1023
|
}
|
|
991
1024
|
|
|
992
1025
|
.uk-dropdown-nav > li > a {
|
|
993
1026
|
color: var(--inverse-dropdown-nav-item-color);
|
|
994
|
-
@if mixin-exists(hook-inverse-dropdown-nav-item) {
|
|
1027
|
+
@if meta.mixin-exists('hook-inverse-dropdown-nav-item') {
|
|
995
1028
|
@include hook-inverse-dropdown-nav-item;
|
|
996
1029
|
}
|
|
997
1030
|
}
|
|
@@ -1000,21 +1033,21 @@
|
|
|
1000
1033
|
.uk-dropdown-nav > li > a:focus,
|
|
1001
1034
|
.uk-dropdown-nav > li.uk-active > a {
|
|
1002
1035
|
color: var(--inverse-dropdown-nav-item-hover-color);
|
|
1003
|
-
@if mixin-exists(hook-inverse-dropdown-nav-item-hover) {
|
|
1036
|
+
@if meta.mixin-exists('hook-inverse-dropdown-nav-item-hover') {
|
|
1004
1037
|
@include hook-inverse-dropdown-nav-item-hover;
|
|
1005
1038
|
}
|
|
1006
1039
|
}
|
|
1007
1040
|
|
|
1008
1041
|
.uk-dropdown-nav .uk-nav-header {
|
|
1009
1042
|
color: var(--inverse-dropdown-nav-header-color);
|
|
1010
|
-
@if mixin-exists(hook-inverse-dropdown-nav-header) {
|
|
1043
|
+
@if meta.mixin-exists('hook-inverse-dropdown-nav-header') {
|
|
1011
1044
|
@include hook-inverse-dropdown-nav-header;
|
|
1012
1045
|
}
|
|
1013
1046
|
}
|
|
1014
1047
|
|
|
1015
1048
|
.uk-dropdown-nav .uk-nav-divider {
|
|
1016
1049
|
border-color: var(--inverse-dropdown-nav-divider-border);
|
|
1017
|
-
@if mixin-exists(hook-inverse-dropdown-nav-divider) {
|
|
1050
|
+
@if meta.mixin-exists('hook-inverse-dropdown-nav-divider') {
|
|
1018
1051
|
@include hook-inverse-dropdown-nav-divider;
|
|
1019
1052
|
}
|
|
1020
1053
|
}
|
|
@@ -1030,40 +1063,40 @@
|
|
|
1030
1063
|
}
|
|
1031
1064
|
}
|
|
1032
1065
|
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1066
|
+
//@mixin hook-flex-misc() {}
|
|
1067
|
+
|
|
1068
|
+
//@mixin hook-form() {}
|
|
1069
|
+
//@mixin hook-form-single-line() {}
|
|
1070
|
+
//@mixin hook-form-multi-line() {}
|
|
1071
|
+
//@mixin hook-form-focus() {}
|
|
1072
|
+
//@mixin hook-form-disabled() {}
|
|
1073
|
+
//@mixin hook-form-danger() {}
|
|
1074
|
+
//@mixin hook-form-warning() {}
|
|
1075
|
+
//@mixin hook-form-success() {}
|
|
1076
|
+
//@mixin hook-form-blank() {}
|
|
1077
|
+
//@mixin hook-form-blank-focus() {}
|
|
1078
|
+
//@mixin hook-form-legend() {}
|
|
1079
|
+
//@mixin hook-form-label() {}
|
|
1080
|
+
//@mixin hook-form-stacked-label() {}
|
|
1081
|
+
//@mixin hook-form-horizontal-label() {}
|
|
1082
|
+
//@mixin hook-form-misc() {}
|
|
1083
|
+
//@mixin hook-inverse-form() {}
|
|
1084
|
+
//@mixin hook-inverse-form-focus() {}
|
|
1085
|
+
//@mixin hook-inverse-form-label() {}
|
|
1053
1086
|
@mixin hook-inverse-component-form() {
|
|
1054
1087
|
.uk-input,
|
|
1055
1088
|
.uk-textarea {
|
|
1056
1089
|
background-clip: padding-box;
|
|
1057
1090
|
background-color: var(--inverse-form-background);
|
|
1058
1091
|
color: var(--inverse-form-color);
|
|
1059
|
-
@if mixin-exists(hook-inverse-form) {
|
|
1092
|
+
@if meta.mixin-exists('hook-inverse-form') {
|
|
1060
1093
|
@include hook-inverse-form;
|
|
1061
1094
|
}
|
|
1062
1095
|
|
|
1063
1096
|
&:focus {
|
|
1064
1097
|
background-color: var(--inverse-form-focus-background);
|
|
1065
1098
|
color: var(--inverse-form-focus-color);
|
|
1066
|
-
@if mixin-exists(hook-inverse-form-focus) {
|
|
1099
|
+
@if meta.mixin-exists('hook-inverse-form-focus') {
|
|
1067
1100
|
@include hook-inverse-form-focus;
|
|
1068
1101
|
}
|
|
1069
1102
|
}
|
|
@@ -1095,14 +1128,14 @@
|
|
|
1095
1128
|
|
|
1096
1129
|
.uk-input[list]:hover,
|
|
1097
1130
|
.uk-input[list]:focus {
|
|
1098
|
-
@if mixin-exists(svg-fill) {
|
|
1131
|
+
@if meta.mixin-exists('svg-fill') {
|
|
1099
1132
|
@include svg-fill($form-icon-datalist-image-path, '#000', $inverse-form-datalist-icon-color);
|
|
1100
1133
|
}
|
|
1101
1134
|
}
|
|
1102
1135
|
|
|
1103
1136
|
// Label
|
|
1104
1137
|
.uk-form-label {
|
|
1105
|
-
@if mixin-exists(hook-inverse-form-label) {
|
|
1138
|
+
@if meta.mixin-exists('hook-inverse-form-label') {
|
|
1106
1139
|
@include hook-inverse-form-label;
|
|
1107
1140
|
}
|
|
1108
1141
|
}
|
|
@@ -1117,89 +1150,89 @@
|
|
|
1117
1150
|
}
|
|
1118
1151
|
}
|
|
1119
1152
|
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1153
|
+
//@mixin hook-grid-divider-horizontal() {}
|
|
1154
|
+
//@mixin hook-grid-divider-vertical() {}
|
|
1155
|
+
//@mixin hook-grid-misc() {}
|
|
1156
|
+
//@mixin hook-inverse-grid-divider-horizontal() {}
|
|
1157
|
+
//@mixin hook-inverse-grid-divider-vertical() {}
|
|
1125
1158
|
@mixin hook-inverse-component-grid() {
|
|
1126
1159
|
.uk-grid-divider > :not(.uk-first-column)::before {
|
|
1127
1160
|
border-left-color: var(--inverse-grid-divider-border);
|
|
1128
|
-
@if mixin-exists(hook-inverse-grid-divider-horizontal) {
|
|
1161
|
+
@if meta.mixin-exists('hook-inverse-grid-divider-horizontal') {
|
|
1129
1162
|
@include hook-inverse-grid-divider-horizontal;
|
|
1130
1163
|
}
|
|
1131
1164
|
}
|
|
1132
1165
|
|
|
1133
1166
|
.uk-grid-divider.uk-grid-stack > .uk-grid-margin::before {
|
|
1134
1167
|
border-top-color: var(--inverse-grid-divider-border);
|
|
1135
|
-
@if mixin-exists(hook-inverse-grid-divider-vertical) {
|
|
1168
|
+
@if meta.mixin-exists('hook-inverse-grid-divider-vertical') {
|
|
1136
1169
|
@include hook-inverse-grid-divider-vertical;
|
|
1137
1170
|
}
|
|
1138
1171
|
}
|
|
1139
1172
|
}
|
|
1140
1173
|
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1174
|
+
//@mixin hook-heading-small() {}
|
|
1175
|
+
//@mixin hook-heading-medium() {}
|
|
1176
|
+
//@mixin hook-heading-large() {}
|
|
1177
|
+
//@mixin hook-heading-xlarge() {}
|
|
1178
|
+
//@mixin hook-heading-2xlarge() {}
|
|
1179
|
+
//@mixin hook-heading-primary() {}
|
|
1180
|
+
//@mixin hook-heading-hero() {}
|
|
1181
|
+
//@mixin hook-heading-divider() {}
|
|
1182
|
+
//@mixin hook-heading-bullet() {}
|
|
1183
|
+
//@mixin hook-heading-line() {}
|
|
1184
|
+
//@mixin hook-heading-misc() {}
|
|
1185
|
+
//@mixin hook-inverse-heading-small() {}
|
|
1186
|
+
//@mixin hook-inverse-heading-medium() {}
|
|
1187
|
+
//@mixin hook-inverse-heading-large() {}
|
|
1188
|
+
//@mixin hook-inverse-heading-xlarge() {}
|
|
1189
|
+
//@mixin hook-inverse-heading-2xlarge() {}
|
|
1190
|
+
//@mixin hook-inverse-heading-primary() {}
|
|
1191
|
+
//@mixin hook-inverse-heading-hero() {}
|
|
1192
|
+
//@mixin hook-inverse-heading-divider() {}
|
|
1193
|
+
//@mixin hook-inverse-heading-bullet() {}
|
|
1194
|
+
//@mixin hook-inverse-heading-line() {}
|
|
1162
1195
|
@mixin hook-inverse-component-heading() {
|
|
1163
1196
|
.uk-heading-small {
|
|
1164
|
-
@if mixin-exists(hook-inverse-heading-small) {
|
|
1197
|
+
@if meta.mixin-exists('hook-inverse-heading-small') {
|
|
1165
1198
|
@include hook-inverse-heading-small;
|
|
1166
1199
|
}
|
|
1167
1200
|
}
|
|
1168
1201
|
|
|
1169
1202
|
.uk-heading-medium {
|
|
1170
|
-
@if mixin-exists(hook-inverse-heading-medium) {
|
|
1203
|
+
@if meta.mixin-exists('hook-inverse-heading-medium') {
|
|
1171
1204
|
@include hook-inverse-heading-medium;
|
|
1172
1205
|
}
|
|
1173
1206
|
}
|
|
1174
1207
|
|
|
1175
1208
|
.uk-heading-large {
|
|
1176
|
-
@if mixin-exists(hook-inverse-heading-large) {
|
|
1209
|
+
@if meta.mixin-exists('hook-inverse-heading-large') {
|
|
1177
1210
|
@include hook-inverse-heading-large;
|
|
1178
1211
|
}
|
|
1179
1212
|
}
|
|
1180
1213
|
|
|
1181
1214
|
.uk-heading-xlarge {
|
|
1182
|
-
@if mixin-exists(hook-inverse-heading-xlarge) {
|
|
1215
|
+
@if meta.mixin-exists('hook-inverse-heading-xlarge') {
|
|
1183
1216
|
@include hook-inverse-heading-xlarge;
|
|
1184
1217
|
}
|
|
1185
1218
|
}
|
|
1186
1219
|
|
|
1187
1220
|
.uk-heading-2xlarge {
|
|
1188
|
-
@if mixin-exists(hook-inverse-heading-2xlarge) {
|
|
1221
|
+
@if meta.mixin-exists('hook-inverse-heading-2xlarge') {
|
|
1189
1222
|
@include hook-inverse-heading-2xlarge;
|
|
1190
1223
|
}
|
|
1191
1224
|
}
|
|
1192
1225
|
|
|
1193
1226
|
.uk-heading-divider {
|
|
1194
1227
|
border-bottom-color: var(--inverse-heading-divider-border);
|
|
1195
|
-
@if mixin-exists(hook-inverse-heading-divider) {
|
|
1228
|
+
@if meta.mixin-exists('hook-inverse-heading-divider') {
|
|
1196
1229
|
@include hook-inverse-heading-divider;
|
|
1197
1230
|
}
|
|
1198
1231
|
}
|
|
1199
1232
|
|
|
1200
1233
|
.uk-heading-bullet::before {
|
|
1201
1234
|
border-left-color: var(--inverse-heading-bullet-border);
|
|
1202
|
-
@if mixin-exists(hook-inverse-heading-bullet) {
|
|
1235
|
+
@if meta.mixin-exists('hook-inverse-heading-bullet') {
|
|
1203
1236
|
@include hook-inverse-heading-bullet;
|
|
1204
1237
|
}
|
|
1205
1238
|
}
|
|
@@ -1207,27 +1240,27 @@
|
|
|
1207
1240
|
.uk-heading-line > ::before,
|
|
1208
1241
|
.uk-heading-line > ::after {
|
|
1209
1242
|
border-bottom-color: var(--inverse-heading-line-border);
|
|
1210
|
-
@if mixin-exists(hook-inverse-heading-line) {
|
|
1243
|
+
@if meta.mixin-exists('hook-inverse-heading-line') {
|
|
1211
1244
|
@include hook-inverse-heading-line;
|
|
1212
1245
|
}
|
|
1213
1246
|
}
|
|
1214
1247
|
}
|
|
1215
1248
|
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1249
|
+
//@mixin hook-height-misc() {}
|
|
1250
|
+
|
|
1251
|
+
//@mixin hook-icon-link() {}
|
|
1252
|
+
//@mixin hook-icon-link-hover() {}
|
|
1253
|
+
//@mixin hook-icon-link-active() {}
|
|
1254
|
+
//@mixin hook-icon-button() {}
|
|
1255
|
+
//@mixin hook-icon-button-hover() {}
|
|
1256
|
+
//@mixin hook-icon-button-active() {}
|
|
1257
|
+
//@mixin hook-icon-misc() {}
|
|
1258
|
+
//@mixin hook-inverse-icon-link() {}
|
|
1259
|
+
//@mixin hook-inverse-icon-link-hover() {}
|
|
1260
|
+
//@mixin hook-inverse-icon-link-active() {}
|
|
1261
|
+
//@mixin hook-inverse-icon-button() {}
|
|
1262
|
+
//@mixin hook-inverse-icon-button-hover() {}
|
|
1263
|
+
//@mixin hook-inverse-icon-button-active() {}
|
|
1231
1264
|
@mixin hook-inverse-component-icon() {
|
|
1232
1265
|
//
|
|
1233
1266
|
// Link
|
|
@@ -1235,7 +1268,7 @@
|
|
|
1235
1268
|
|
|
1236
1269
|
.uk-icon-link {
|
|
1237
1270
|
color: var(--inverse-icon-link-color);
|
|
1238
|
-
@if mixin-exists(hook-inverse-icon-link) {
|
|
1271
|
+
@if meta.mixin-exists('hook-inverse-icon-link') {
|
|
1239
1272
|
@include hook-inverse-icon-link;
|
|
1240
1273
|
}
|
|
1241
1274
|
}
|
|
@@ -1243,7 +1276,7 @@
|
|
|
1243
1276
|
.uk-icon-link:hover,
|
|
1244
1277
|
.uk-icon-link:focus {
|
|
1245
1278
|
color: var(--inverse-icon-link-hover-color);
|
|
1246
|
-
@if mixin-exists(hook-inverse-icon-link-hover) {
|
|
1279
|
+
@if meta.mixin-exists('hook-inverse-icon-link-hover') {
|
|
1247
1280
|
@include hook-inverse-icon-link-hover;
|
|
1248
1281
|
}
|
|
1249
1282
|
}
|
|
@@ -1251,7 +1284,7 @@
|
|
|
1251
1284
|
.uk-icon-link:active,
|
|
1252
1285
|
.uk-active > .uk-icon-link {
|
|
1253
1286
|
color: var(--inverse-icon-link-active-color);
|
|
1254
|
-
@if mixin-exists(hook-inverse-icon-link-active) {
|
|
1287
|
+
@if meta.mixin-exists('hook-inverse-icon-link-active') {
|
|
1255
1288
|
@include hook-inverse-icon-link-active;
|
|
1256
1289
|
}
|
|
1257
1290
|
}
|
|
@@ -1263,7 +1296,7 @@
|
|
|
1263
1296
|
.uk-icon-button {
|
|
1264
1297
|
background-color: var(--inverse-icon-button-background);
|
|
1265
1298
|
color: var(--inverse-icon-button-color);
|
|
1266
|
-
@if mixin-exists(hook-inverse-icon-button) {
|
|
1299
|
+
@if meta.mixin-exists('hook-inverse-icon-button') {
|
|
1267
1300
|
@include hook-inverse-icon-button;
|
|
1268
1301
|
}
|
|
1269
1302
|
}
|
|
@@ -1272,7 +1305,7 @@
|
|
|
1272
1305
|
.uk-icon-button:focus {
|
|
1273
1306
|
background-color: var(--inverse-icon-button-hover-background);
|
|
1274
1307
|
color: var(--inverse-icon-button-hover-color);
|
|
1275
|
-
@if mixin-exists(hook-inverse-icon-button-hover) {
|
|
1308
|
+
@if meta.mixin-exists('hook-inverse-icon-button-hover') {
|
|
1276
1309
|
@include hook-inverse-icon-button-hover;
|
|
1277
1310
|
}
|
|
1278
1311
|
}
|
|
@@ -1280,24 +1313,24 @@
|
|
|
1280
1313
|
.uk-icon-button:active {
|
|
1281
1314
|
background-color: var(--inverse-icon-button-active-background);
|
|
1282
1315
|
color: var(--inverse-icon-button-active-color);
|
|
1283
|
-
@if mixin-exists(hook-inverse-icon-button-active) {
|
|
1316
|
+
@if meta.mixin-exists('hook-inverse-icon-button-active') {
|
|
1284
1317
|
@include hook-inverse-icon-button-active;
|
|
1285
1318
|
}
|
|
1286
1319
|
}
|
|
1287
1320
|
}
|
|
1288
1321
|
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1322
|
+
//@mixin hook-iconnav() {}
|
|
1323
|
+
//@mixin hook-iconnav-item() {}
|
|
1324
|
+
//@mixin hook-iconnav-item-hover() {}
|
|
1325
|
+
//@mixin hook-iconnav-item-active() {}
|
|
1326
|
+
//@mixin hook-iconnav-misc() {}
|
|
1327
|
+
//@mixin hook-inverse-iconnav-item() {}
|
|
1328
|
+
//@mixin hook-inverse-iconnav-item-hover() {}
|
|
1329
|
+
//@mixin hook-inverse-iconnav-item-active() {}
|
|
1297
1330
|
@mixin hook-inverse-component-iconnav() {
|
|
1298
1331
|
.uk-iconnav > * > a {
|
|
1299
1332
|
color: var(--inverse-iconnav-item-color);
|
|
1300
|
-
@if mixin-exists(hook-inverse-iconnav-item) {
|
|
1333
|
+
@if meta.mixin-exists('hook-inverse-iconnav-item') {
|
|
1301
1334
|
@include hook-inverse-iconnav-item;
|
|
1302
1335
|
}
|
|
1303
1336
|
}
|
|
@@ -1305,57 +1338,57 @@
|
|
|
1305
1338
|
.uk-iconnav > * > a:hover,
|
|
1306
1339
|
.uk-iconnav > * > a:focus {
|
|
1307
1340
|
color: var(--inverse-iconnav-item-hover-color);
|
|
1308
|
-
@if mixin-exists(hook-inverse-iconnav-item-hover) {
|
|
1341
|
+
@if meta.mixin-exists('hook-inverse-iconnav-item-hover') {
|
|
1309
1342
|
@include hook-inverse-iconnav-item-hover;
|
|
1310
1343
|
}
|
|
1311
1344
|
}
|
|
1312
1345
|
|
|
1313
1346
|
.uk-iconnav > .uk-active > a {
|
|
1314
1347
|
color: var(--inverse-iconnav-item-active-color);
|
|
1315
|
-
@if mixin-exists(hook-inverse-iconnav-item-active) {
|
|
1348
|
+
@if meta.mixin-exists('hook-inverse-iconnav-item-active') {
|
|
1316
1349
|
@include hook-inverse-iconnav-item-active;
|
|
1317
1350
|
}
|
|
1318
1351
|
}
|
|
1319
1352
|
}
|
|
1320
1353
|
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1354
|
+
//@mixin hook-label() {}
|
|
1355
|
+
//@mixin hook-label-success() {}
|
|
1356
|
+
//@mixin hook-label-warning() {}
|
|
1357
|
+
//@mixin hook-label-danger() {}
|
|
1358
|
+
//@mixin hook-label-misc() {}
|
|
1359
|
+
//@mixin hook-inverse-label() {}
|
|
1327
1360
|
@mixin hook-inverse-component-label() {
|
|
1328
1361
|
.uk-label {
|
|
1329
1362
|
background-color: var(--inverse-label-background);
|
|
1330
1363
|
color: var(--inverse-label-color);
|
|
1331
|
-
@if mixin-exists(hook-inverse-label) {
|
|
1364
|
+
@if meta.mixin-exists('hook-inverse-label') {
|
|
1332
1365
|
@include hook-inverse-label;
|
|
1333
1366
|
}
|
|
1334
1367
|
}
|
|
1335
1368
|
}
|
|
1336
1369
|
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1370
|
+
//@mixin hook-leader() {}
|
|
1371
|
+
//@mixin hook-leader-misc() {}
|
|
1372
|
+
//@mixin hook-inverse-leader() {}
|
|
1373
|
+
//@mixin hook-inverse-component-leader() {}
|
|
1374
|
+
|
|
1375
|
+
//@mixin hook-link-muted() {}
|
|
1376
|
+
//@mixin hook-link-muted-hover() {}
|
|
1377
|
+
//@mixin hook-link-text() {}
|
|
1378
|
+
//@mixin hook-link-text-hover() {}
|
|
1379
|
+
//@mixin hook-link-heading() {}
|
|
1380
|
+
//@mixin hook-link-heading-hover() {}
|
|
1381
|
+
//@mixin hook-link-reset() {}
|
|
1382
|
+
//@mixin hook-link-misc() {}
|
|
1383
|
+
//@mixin hook-inverse-link-muted() {}
|
|
1384
|
+
//@mixin hook-inverse-link-muted-hover() {}
|
|
1385
|
+
//@mixin hook-inverse-link-text-hover() {}
|
|
1386
|
+
//@mixin hook-inverse-link-heading-hover() {}
|
|
1354
1387
|
@mixin hook-inverse-component-link() {
|
|
1355
1388
|
a.uk-link-muted,
|
|
1356
1389
|
.uk-link-muted a {
|
|
1357
1390
|
color: var(--inverse-link-muted-color);
|
|
1358
|
-
@if mixin-exists(hook-inverse-link-muted) {
|
|
1391
|
+
@if meta.mixin-exists('hook-inverse-link-muted') {
|
|
1359
1392
|
@include hook-inverse-link-muted;
|
|
1360
1393
|
}
|
|
1361
1394
|
}
|
|
@@ -1365,7 +1398,7 @@
|
|
|
1365
1398
|
.uk-link-toggle:hover .uk-link-muted,
|
|
1366
1399
|
.uk-link-toggle:focus .uk-link-muted {
|
|
1367
1400
|
color: var(--inverse-link-muted-hover-color);
|
|
1368
|
-
@if mixin-exists(hook-inverse-link-muted-hover) {
|
|
1401
|
+
@if meta.mixin-exists('hook-inverse-link-muted-hover') {
|
|
1369
1402
|
@include hook-inverse-link-muted-hover;
|
|
1370
1403
|
}
|
|
1371
1404
|
}
|
|
@@ -1375,7 +1408,7 @@
|
|
|
1375
1408
|
.uk-link-toggle:hover .uk-link-text,
|
|
1376
1409
|
.uk-link-toggle:focus .uk-link-text {
|
|
1377
1410
|
color: var(--inverse-link-text-hover-color);
|
|
1378
|
-
@if mixin-exists(hook-inverse-link-text-hover) {
|
|
1411
|
+
@if meta.mixin-exists('hook-inverse-link-text-hover') {
|
|
1379
1412
|
@include hook-inverse-link-text-hover;
|
|
1380
1413
|
}
|
|
1381
1414
|
}
|
|
@@ -1385,17 +1418,17 @@
|
|
|
1385
1418
|
.uk-link-toggle:hover .uk-link-heading,
|
|
1386
1419
|
.uk-link-toggle:focus .uk-link-heading {
|
|
1387
1420
|
color: var(--inverse-link-heading-hover-color);
|
|
1388
|
-
@if mixin-exists(hook-inverse-link-heading-hover) {
|
|
1421
|
+
@if meta.mixin-exists('hook-inverse-link-heading-hover') {
|
|
1389
1422
|
@include hook-inverse-link-heading-hover;
|
|
1390
1423
|
}
|
|
1391
1424
|
}
|
|
1392
1425
|
}
|
|
1393
1426
|
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1427
|
+
//@mixin hook-list-divider() {}
|
|
1428
|
+
//@mixin hook-list-striped() {}
|
|
1429
|
+
//@mixin hook-list-misc() {}
|
|
1430
|
+
//@mixin hook-inverse-list-divider() {}
|
|
1431
|
+
//@mixin hook-inverse-list-striped() {}
|
|
1399
1432
|
@mixin hook-inverse-component-list() {
|
|
1400
1433
|
.uk-list-muted > ::before {
|
|
1401
1434
|
color: var(--inverse-list-muted-color) !important;
|
|
@@ -1414,20 +1447,20 @@
|
|
|
1414
1447
|
}
|
|
1415
1448
|
|
|
1416
1449
|
.uk-list-bullet > ::before {
|
|
1417
|
-
@if mixin-exists(svg-fill) {
|
|
1418
|
-
@include svg-fill($list-bullet-icon-image-path, '#000', $inverse-list-bullet-icon-color)
|
|
1450
|
+
@if meta.mixin-exists('svg-fill') {
|
|
1451
|
+
@include svg-fill($list-bullet-icon-image-path, '#000', $inverse-list-bullet-icon-color);
|
|
1419
1452
|
}
|
|
1420
1453
|
}
|
|
1421
1454
|
|
|
1422
|
-
.uk-list-divider > :nth-child(n+2) {
|
|
1455
|
+
.uk-list-divider > :nth-child(n + 2) {
|
|
1423
1456
|
border-top-color: var(--inverse-list-divider-border);
|
|
1424
|
-
@if mixin-exists(hook-inverse-list-divider) {
|
|
1457
|
+
@if meta.mixin-exists('hook-inverse-list-divider') {
|
|
1425
1458
|
@include hook-inverse-list-divider;
|
|
1426
1459
|
}
|
|
1427
1460
|
}
|
|
1428
1461
|
|
|
1429
1462
|
.uk-list-striped > * {
|
|
1430
|
-
@if mixin-exists(hook-inverse-list-striped) {
|
|
1463
|
+
@if meta.mixin-exists('hook-inverse-list-striped') {
|
|
1431
1464
|
@include hook-inverse-list-striped;
|
|
1432
1465
|
}
|
|
1433
1466
|
}
|
|
@@ -1437,16 +1470,16 @@
|
|
|
1437
1470
|
}
|
|
1438
1471
|
}
|
|
1439
1472
|
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1473
|
+
//@mixin hook-marker() {}
|
|
1474
|
+
//@mixin hook-marker-hover() {}
|
|
1475
|
+
//@mixin hook-marker-misc() {}
|
|
1476
|
+
//@mixin hook-inverse-marker() {}
|
|
1477
|
+
//@mixin hook-inverse-marker-hover() {}
|
|
1445
1478
|
@mixin hook-inverse-component-marker() {
|
|
1446
1479
|
.uk-marker {
|
|
1447
1480
|
background: var(--inverse-marker-background);
|
|
1448
1481
|
color: var(--inverse-marker-color);
|
|
1449
|
-
@if mixin-exists(hook-inverse-marker) {
|
|
1482
|
+
@if meta.mixin-exists('hook-inverse-marker') {
|
|
1450
1483
|
@include hook-inverse-marker;
|
|
1451
1484
|
}
|
|
1452
1485
|
}
|
|
@@ -1454,58 +1487,61 @@
|
|
|
1454
1487
|
.uk-marker:hover,
|
|
1455
1488
|
.uk-marker:focus {
|
|
1456
1489
|
color: var(--inverse-marker-hover-color);
|
|
1457
|
-
@if mixin-exists(hook-inverse-marker-hover) {
|
|
1490
|
+
@if meta.mixin-exists('hook-inverse-marker-hover') {
|
|
1458
1491
|
@include hook-inverse-marker-hover;
|
|
1459
1492
|
}
|
|
1460
1493
|
}
|
|
1461
1494
|
}
|
|
1462
1495
|
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1496
|
+
//@mixin hook-margin-misc() {}
|
|
1497
|
+
//@mixin hook-padding-misc() {}
|
|
1498
|
+
|
|
1499
|
+
//@mixin hook-modal() {}
|
|
1500
|
+
//@mixin hook-modal-content() {}
|
|
1501
|
+
//@mixin hook-modal-mask() {}
|
|
1502
|
+
//@mixin hook-modal-full() {}
|
|
1503
|
+
//@mixin hook-modal-header() {}
|
|
1504
|
+
//@mixin hook-modal-body() {}
|
|
1505
|
+
//@mixin hook-modal-footer() {}
|
|
1506
|
+
//@mixin hook-modal-title() {}
|
|
1507
|
+
//@mixin hook-modal-close() {}
|
|
1508
|
+
//@mixin hook-modal-close-hover() {}
|
|
1509
|
+
//@mixin hook-modal-close-default() {}
|
|
1510
|
+
//@mixin hook-modal-close-default-hover() {}
|
|
1511
|
+
//@mixin hook-modal-close-outside() {}
|
|
1512
|
+
//@mixin hook-modal-close-outside-hover() {}
|
|
1513
|
+
//@mixin hook-modal-close-full() {}
|
|
1514
|
+
//@mixin hook-modal-close-full-hover() {}
|
|
1515
|
+
//@mixin hook-modal-misc() {}
|
|
1516
|
+
|
|
1517
|
+
//@mixin hook-nav-sub() {}
|
|
1518
|
+
//@mixin hook-nav-header() {}
|
|
1519
|
+
//@mixin hook-nav-divider() {}
|
|
1520
|
+
//@mixin hook-nav-default() {}
|
|
1521
|
+
//@mixin hook-nav-default-item() {}
|
|
1522
|
+
//@mixin hook-nav-default-item-hover() {}
|
|
1523
|
+
//@mixin hook-nav-default-item-active() {}
|
|
1524
|
+
//@mixin hook-nav-default-header() {}
|
|
1525
|
+
//@mixin hook-nav-default-divider() {}
|
|
1526
|
+
//@mixin hook-nav-primary() {}
|
|
1527
|
+
//@mixin hook-nav-primary-item() {}
|
|
1528
|
+
//@mixin hook-nav-primary-item-hover() {}
|
|
1529
|
+
//@mixin hook-nav-primary-item-active() {}
|
|
1530
|
+
//@mixin hook-nav-primary-header() {}
|
|
1531
|
+
//@mixin hook-nav-primary-divider() {}
|
|
1532
|
+
//@mixin hook-nav-dividers() {}
|
|
1533
|
+
//@mixin hook-nav-misc() {}
|
|
1534
|
+
//@mixin hook-inverse-nav-parent-icon() {}
|
|
1535
|
+
//@mixin hook-inverse-nav-default-item() {}
|
|
1536
|
+
//@mixin hook-inverse-nav-default-item-hover() {}
|
|
1537
|
+
//@mixin hook-inverse-nav-default-item-active() {}
|
|
1538
|
+
//@mixin hook-inverse-nav-default-header() {}
|
|
1539
|
+
//@mixin hook-inverse-nav-default-divider() {}
|
|
1540
|
+
//@mixin hook-inverse-nav-primary-item() {}
|
|
1541
|
+
//@mixin hook-inverse-nav-primary-item-hover() {}
|
|
1542
|
+
//@mixin hook-inverse-nav-primary-item-active() {}
|
|
1543
|
+
//@mixin hook-inverse-nav-primary-header() {}
|
|
1544
|
+
//@mixin hook-inverse-nav-primary-divider() {}
|
|
1509
1545
|
@mixin hook-inverse-component-nav() {
|
|
1510
1546
|
//
|
|
1511
1547
|
// Default
|
|
@@ -1513,7 +1549,7 @@
|
|
|
1513
1549
|
|
|
1514
1550
|
.uk-nav-default > li > a {
|
|
1515
1551
|
color: var(--inverse-nav-default-item-color);
|
|
1516
|
-
@if mixin-exists(hook-inverse-nav-default-item) {
|
|
1552
|
+
@if meta.mixin-exists('hook-inverse-nav-default-item') {
|
|
1517
1553
|
@include hook-inverse-nav-default-item;
|
|
1518
1554
|
}
|
|
1519
1555
|
}
|
|
@@ -1521,28 +1557,28 @@
|
|
|
1521
1557
|
.uk-nav-default > li > a:hover,
|
|
1522
1558
|
.uk-nav-default > li > a:focus {
|
|
1523
1559
|
color: var(--inverse-nav-default-item-hover-color);
|
|
1524
|
-
@if mixin-exists(hook-inverse-nav-default-item-hover) {
|
|
1560
|
+
@if meta.mixin-exists('hook-inverse-nav-default-item-hover') {
|
|
1525
1561
|
@include hook-inverse-nav-default-item-hover;
|
|
1526
1562
|
}
|
|
1527
1563
|
}
|
|
1528
1564
|
|
|
1529
1565
|
.uk-nav-default > li.uk-active > a {
|
|
1530
1566
|
color: var(--inverse-nav-default-item-active-color);
|
|
1531
|
-
@if mixin-exists(hook-inverse-nav-default-item-active) {
|
|
1567
|
+
@if meta.mixin-exists('hook-inverse-nav-default-item-active') {
|
|
1532
1568
|
@include hook-inverse-nav-default-item-active;
|
|
1533
1569
|
}
|
|
1534
1570
|
}
|
|
1535
1571
|
|
|
1536
1572
|
.uk-nav-default .uk-nav-header {
|
|
1537
1573
|
color: var(--inverse-nav-default-header-color);
|
|
1538
|
-
@if mixin-exists(hook-inverse-nav-default-header) {
|
|
1574
|
+
@if meta.mixin-exists('hook-inverse-nav-default-header') {
|
|
1539
1575
|
@include hook-inverse-nav-default-header;
|
|
1540
1576
|
}
|
|
1541
1577
|
}
|
|
1542
1578
|
|
|
1543
1579
|
.uk-nav-default .uk-nav-divider {
|
|
1544
1580
|
border-top-color: var(--inverse-nav-default-divider-border);
|
|
1545
|
-
@if mixin-exists(hook-inverse-nav-default-divider) {
|
|
1581
|
+
@if meta.mixin-exists('hook-inverse-nav-default-divider') {
|
|
1546
1582
|
@include hook-inverse-nav-default-divider;
|
|
1547
1583
|
}
|
|
1548
1584
|
}
|
|
@@ -1566,7 +1602,7 @@
|
|
|
1566
1602
|
|
|
1567
1603
|
.uk-nav-primary > li > a {
|
|
1568
1604
|
color: var(--inverse-nav-primary-item-color);
|
|
1569
|
-
@if mixin-exists(hook-inverse-nav-primary-item) {
|
|
1605
|
+
@if meta.mixin-exists('hook-inverse-nav-primary-item') {
|
|
1570
1606
|
@include hook-inverse-nav-primary-item;
|
|
1571
1607
|
}
|
|
1572
1608
|
}
|
|
@@ -1574,28 +1610,28 @@
|
|
|
1574
1610
|
.uk-nav-primary > li > a:hover,
|
|
1575
1611
|
.uk-nav-primary > li > a:focus {
|
|
1576
1612
|
color: var(--inverse-nav-primary-item-hover-color);
|
|
1577
|
-
@if mixin-exists(hook-inverse-nav-primary-item-hover) {
|
|
1613
|
+
@if meta.mixin-exists('hook-inverse-nav-primary-item-hover') {
|
|
1578
1614
|
@include hook-inverse-nav-primary-item-hover;
|
|
1579
1615
|
}
|
|
1580
1616
|
}
|
|
1581
1617
|
|
|
1582
1618
|
.uk-nav-primary > li.uk-active > a {
|
|
1583
1619
|
color: var(--inverse-nav-primary-item-active-color);
|
|
1584
|
-
@if mixin-exists(hook-inverse-nav-primary-item-active) {
|
|
1620
|
+
@if meta.mixin-exists('hook-inverse-nav-primary-item-active') {
|
|
1585
1621
|
@include hook-inverse-nav-primary-item-active;
|
|
1586
1622
|
}
|
|
1587
1623
|
}
|
|
1588
1624
|
|
|
1589
1625
|
.uk-nav-primary .uk-nav-header {
|
|
1590
1626
|
color: var(--inverse-nav-primary-header-color);
|
|
1591
|
-
@if mixin-exists(hook-inverse-nav-primary-header) {
|
|
1627
|
+
@if meta.mixin-exists('hook-inverse-nav-primary-header') {
|
|
1592
1628
|
@include hook-inverse-nav-primary-header;
|
|
1593
1629
|
}
|
|
1594
1630
|
}
|
|
1595
1631
|
|
|
1596
1632
|
.uk-nav-primary .uk-nav-divider {
|
|
1597
1633
|
border-top-color: var(--inverse-nav-primary-divider-border);
|
|
1598
|
-
@if mixin-exists(hook-inverse-nav-primary-divider) {
|
|
1634
|
+
@if meta.mixin-exists('hook-inverse-nav-primary-divider') {
|
|
1599
1635
|
@include hook-inverse-nav-primary-divider;
|
|
1600
1636
|
}
|
|
1601
1637
|
}
|
|
@@ -1614,58 +1650,58 @@
|
|
|
1614
1650
|
}
|
|
1615
1651
|
}
|
|
1616
1652
|
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1653
|
+
//@mixin hook-navbar() {}
|
|
1654
|
+
//@mixin hook-navbar-container() {}
|
|
1655
|
+
//@mixin hook-navbar-nav-item() {}
|
|
1656
|
+
//@mixin hook-navbar-nav-item-hover() {}
|
|
1657
|
+
//@mixin hook-navbar-nav-item-onclick() {}
|
|
1658
|
+
//@mixin hook-navbar-nav-item-active() {}
|
|
1659
|
+
//@mixin hook-navbar-item() {}
|
|
1660
|
+
//@mixin hook-navbar-toggle() {}
|
|
1661
|
+
//@mixin hook-navbar-toggle-hover() {}
|
|
1662
|
+
//@mixin hook-navbar-toggle-icon() {}
|
|
1663
|
+
//@mixin hook-navbar-toggle-icon-hover() {}
|
|
1664
|
+
//@mixin hook-navbar-subtitle() {}
|
|
1665
|
+
//@mixin hook-navbar-primary() {}
|
|
1666
|
+
//@mixin hook-navbar-transparent() {}
|
|
1667
|
+
//@mixin hook-navbar-sticky() {}
|
|
1668
|
+
//@mixin hook-navbar-dropdown() {}
|
|
1669
|
+
//@mixin hook-navbar-dropdown-dropbar() {}
|
|
1670
|
+
//@mixin hook-navbar-dropdown-nav() {}
|
|
1671
|
+
//@mixin hook-navbar-dropdown-nav-item() {}
|
|
1672
|
+
//@mixin hook-navbar-dropdown-nav-item-hover() {}
|
|
1673
|
+
//@mixin hook-navbar-dropdown-nav-item-active() {}
|
|
1674
|
+
//@mixin hook-navbar-dropdown-nav-header() {}
|
|
1675
|
+
//@mixin hook-navbar-dropdown-nav-divider() {}
|
|
1676
|
+
//@mixin hook-navbar-dropbar() {}
|
|
1677
|
+
//@mixin hook-navbar-dropbar-slide() {}
|
|
1678
|
+
//@mixin hook-navbar-misc() {}
|
|
1679
|
+
//@mixin hook-inverse-navbar-container() {}
|
|
1680
|
+
//@mixin hook-inverse-navbar-nav-item() {}
|
|
1681
|
+
//@mixin hook-inverse-navbar-nav-item-hover() {}
|
|
1682
|
+
//@mixin hook-inverse-navbar-nav-item-onclick() {}
|
|
1683
|
+
//@mixin hook-inverse-navbar-nav-item-active() {}
|
|
1684
|
+
//@mixin hook-inverse-navbar-item() {}
|
|
1685
|
+
//@mixin hook-inverse-navbar-toggle() {}
|
|
1686
|
+
//@mixin hook-inverse-navbar-toggle-hover() {}
|
|
1687
|
+
//@mixin hook-inverse-navbar-dropdown() {}
|
|
1688
|
+
//@mixin hook-inverse-navbar-dropdown-nav-item() {}
|
|
1689
|
+
//@mixin hook-inverse-navbar-dropdown-nav-item-hover() {}
|
|
1690
|
+
//@mixin hook-inverse-navbar-dropdown-nav-item-active() {}
|
|
1691
|
+
//@mixin hook-inverse-navbar-dropdown-nav-header() {}
|
|
1692
|
+
//@mixin hook-inverse-navbar-dropdown-nav-divider() {}
|
|
1693
|
+
//@mixin hook-inverse-navbar-dropbar() {}
|
|
1658
1694
|
@mixin hook-inverse-component-navbar() {
|
|
1659
1695
|
.uk-navbar-container:not(.uk-navbar-transparent) {
|
|
1660
1696
|
background: var(--inverse-navbar-background);
|
|
1661
|
-
@if mixin-exists(hook-inverse-navbar-container) {
|
|
1697
|
+
@if meta.mixin-exists('hook-inverse-navbar-container') {
|
|
1662
1698
|
@include hook-inverse-navbar-container;
|
|
1663
1699
|
}
|
|
1664
1700
|
}
|
|
1665
1701
|
|
|
1666
1702
|
.uk-navbar-nav > li > a {
|
|
1667
1703
|
color: var(--inverse-navbar-nav-item-color);
|
|
1668
|
-
@if mixin-exists(hook-inverse-navbar-nav-item) {
|
|
1704
|
+
@if meta.mixin-exists('hook-inverse-navbar-nav-item') {
|
|
1669
1705
|
@include hook-inverse-navbar-nav-item;
|
|
1670
1706
|
}
|
|
1671
1707
|
}
|
|
@@ -1674,35 +1710,35 @@
|
|
|
1674
1710
|
.uk-navbar-nav > li > a:focus,
|
|
1675
1711
|
.uk-navbar-nav > li > a.uk-open {
|
|
1676
1712
|
color: var(--inverse-navbar-nav-item-hover-color);
|
|
1677
|
-
@if mixin-exists(hook-inverse-navbar-nav-item-hover) {
|
|
1713
|
+
@if meta.mixin-exists('hook-inverse-navbar-nav-item-hover') {
|
|
1678
1714
|
@include hook-inverse-navbar-nav-item-hover;
|
|
1679
1715
|
}
|
|
1680
1716
|
}
|
|
1681
1717
|
|
|
1682
1718
|
.uk-navbar-nav > li > a:active {
|
|
1683
1719
|
color: var(--inverse-navbar-nav-item-onclick-color);
|
|
1684
|
-
@if mixin-exists(hook-inverse-navbar-nav-item-onclick) {
|
|
1720
|
+
@if meta.mixin-exists('hook-inverse-navbar-nav-item-onclick') {
|
|
1685
1721
|
@include hook-inverse-navbar-nav-item-onclick;
|
|
1686
1722
|
}
|
|
1687
1723
|
}
|
|
1688
1724
|
|
|
1689
1725
|
.uk-navbar-nav > li.uk-active > a {
|
|
1690
1726
|
color: var(--inverse-navbar-nav-item-active-color);
|
|
1691
|
-
@if mixin-exists(hook-inverse-navbar-nav-item-active) {
|
|
1727
|
+
@if meta.mixin-exists('hook-inverse-navbar-nav-item-active') {
|
|
1692
1728
|
@include hook-inverse-navbar-nav-item-active;
|
|
1693
1729
|
}
|
|
1694
1730
|
}
|
|
1695
1731
|
|
|
1696
1732
|
.uk-navbar-item {
|
|
1697
1733
|
color: var(--inverse-navbar-item-color);
|
|
1698
|
-
@if mixin-exists(hook-inverse-navbar-item) {
|
|
1734
|
+
@if meta.mixin-exists('hook-inverse-navbar-item') {
|
|
1699
1735
|
@include hook-inverse-navbar-item;
|
|
1700
1736
|
}
|
|
1701
1737
|
}
|
|
1702
1738
|
|
|
1703
1739
|
.uk-navbar-toggle {
|
|
1704
1740
|
color: var(--inverse-navbar-toggle-color);
|
|
1705
|
-
@if mixin-exists(hook-inverse-navbar-toggle) {
|
|
1741
|
+
@if meta.mixin-exists('hook-inverse-navbar-toggle') {
|
|
1706
1742
|
@include hook-inverse-navbar-toggle;
|
|
1707
1743
|
}
|
|
1708
1744
|
}
|
|
@@ -1711,7 +1747,7 @@
|
|
|
1711
1747
|
.uk-navbar-toggle:focus,
|
|
1712
1748
|
.uk-navbar-toggle.uk-open {
|
|
1713
1749
|
color: var(--inverse-navbar-toggle-hover-color);
|
|
1714
|
-
@if mixin-exists(hook-inverse-navbar-toggle-hover) {
|
|
1750
|
+
@if meta.mixin-exists('hook-inverse-navbar-toggle-hover') {
|
|
1715
1751
|
@include hook-inverse-navbar-toggle-hover;
|
|
1716
1752
|
}
|
|
1717
1753
|
}
|
|
@@ -1719,14 +1755,14 @@
|
|
|
1719
1755
|
.uk-navbar-dropdown {
|
|
1720
1756
|
background: var(--inverse-navbar-dropdown-background);
|
|
1721
1757
|
color: var(--inverse-navbar-dropdown-color);
|
|
1722
|
-
@if mixin-exists(hook-inverse-navbar-dropdown) {
|
|
1758
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropdown') {
|
|
1723
1759
|
@include hook-inverse-navbar-dropdown;
|
|
1724
1760
|
}
|
|
1725
1761
|
}
|
|
1726
1762
|
|
|
1727
1763
|
.uk-navbar-dropdown-nav > li > a {
|
|
1728
1764
|
color: var(--inverse-navbar-dropdown-nav-item-color);
|
|
1729
|
-
@if mixin-exists(hook-inverse-navbar-dropdown-nav-item) {
|
|
1765
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-item') {
|
|
1730
1766
|
@include hook-inverse-navbar-dropdown-nav-item;
|
|
1731
1767
|
}
|
|
1732
1768
|
}
|
|
@@ -1735,7 +1771,7 @@
|
|
|
1735
1771
|
.uk-navbar-dropdown-nav > li > a:hover,
|
|
1736
1772
|
.uk-navbar-dropdown-nav > li > a:focus {
|
|
1737
1773
|
color: var(--inverse-navbar-dropdown-nav-item-hover-color);
|
|
1738
|
-
@if mixin-exists(hook-inverse-navbar-dropdown-nav-item-hover) {
|
|
1774
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-item-hover') {
|
|
1739
1775
|
@include hook-inverse-navbar-dropdown-nav-item-hover;
|
|
1740
1776
|
}
|
|
1741
1777
|
}
|
|
@@ -1743,7 +1779,7 @@
|
|
|
1743
1779
|
/* Active */
|
|
1744
1780
|
.uk-navbar-dropdown-nav > li.uk-active > a {
|
|
1745
1781
|
color: var(--inverse-navbar-dropdown-nav-item-active-color);
|
|
1746
|
-
@if mixin-exists(hook-inverse-navbar-dropdown-nav-item-active) {
|
|
1782
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-item-active') {
|
|
1747
1783
|
@include hook-inverse-navbar-dropdown-nav-item-active;
|
|
1748
1784
|
}
|
|
1749
1785
|
}
|
|
@@ -1754,7 +1790,7 @@
|
|
|
1754
1790
|
|
|
1755
1791
|
.uk-navbar-dropdown-nav .uk-nav-header {
|
|
1756
1792
|
color: var(--inverse-navbar-dropdown-nav-header-color);
|
|
1757
|
-
@if mixin-exists(hook-inverse-navbar-dropdown-nav-header) {
|
|
1793
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-header') {
|
|
1758
1794
|
@include hook-inverse-navbar-dropdown-nav-header;
|
|
1759
1795
|
}
|
|
1760
1796
|
}
|
|
@@ -1765,7 +1801,7 @@
|
|
|
1765
1801
|
|
|
1766
1802
|
.uk-navbar-dropdown-nav .uk-nav-divider {
|
|
1767
1803
|
border-color: var(--inverse-navbar-dropdown-nav-divider-border);
|
|
1768
|
-
@if mixin-exists(hook-inverse-navbar-dropdown-nav-divider) {
|
|
1804
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropdown-nav-divider') {
|
|
1769
1805
|
@include hook-inverse-navbar-dropdown-nav-divider;
|
|
1770
1806
|
}
|
|
1771
1807
|
}
|
|
@@ -1788,38 +1824,37 @@
|
|
|
1788
1824
|
color: var(--inverse-navbar-dropdown-nav-sublist-item-active-color);
|
|
1789
1825
|
}
|
|
1790
1826
|
|
|
1791
|
-
|
|
1792
1827
|
/* Dropbar
|
|
1793
1828
|
========================================================================== */
|
|
1794
1829
|
|
|
1795
1830
|
.uk-navbar-dropbar {
|
|
1796
1831
|
background: var(--inverse-navbar-dropbar-background);
|
|
1797
|
-
@if mixin-exists(hook-inverse-navbar-dropbar) {
|
|
1832
|
+
@if meta.mixin-exists('hook-inverse-navbar-dropbar') {
|
|
1798
1833
|
@include hook-inverse-navbar-dropbar;
|
|
1799
1834
|
}
|
|
1800
1835
|
}
|
|
1801
1836
|
}
|
|
1802
1837
|
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1838
|
+
//@mixin hook-overlay() {}
|
|
1839
|
+
//@mixin hook-overlay-icon() {}
|
|
1840
|
+
//@mixin hook-overlay-default() {}
|
|
1841
|
+
//@mixin hook-overlay-primary() {}
|
|
1842
|
+
//@mixin hook-overlay-misc() {}
|
|
1843
|
+
|
|
1844
|
+
//@mixin hook-pagination() {}
|
|
1845
|
+
//@mixin hook-pagination-item() {}
|
|
1846
|
+
//@mixin hook-pagination-item-hover() {}
|
|
1847
|
+
//@mixin hook-pagination-item-active() {}
|
|
1848
|
+
//@mixin hook-pagination-item-disabled() {}
|
|
1849
|
+
//@mixin hook-pagination-misc() {}
|
|
1850
|
+
//@mixin hook-inverse-pagination-item() {}
|
|
1851
|
+
//@mixin hook-inverse-pagination-item-hover() {}
|
|
1852
|
+
//@mixin hook-inverse-pagination-item-active() {}
|
|
1853
|
+
//@mixin hook-inverse-pagination-item-disabled() {}
|
|
1819
1854
|
@mixin hook-inverse-component-pagination() {
|
|
1820
1855
|
.uk-pagination > * > * {
|
|
1821
1856
|
color: var(--inverse-pagination-item-color);
|
|
1822
|
-
@if mixin-exists(hook-inverse-pagination-item) {
|
|
1857
|
+
@if meta.mixin-exists('hook-inverse-pagination-item') {
|
|
1823
1858
|
@include hook-inverse-pagination-item;
|
|
1824
1859
|
}
|
|
1825
1860
|
}
|
|
@@ -1827,69 +1862,69 @@
|
|
|
1827
1862
|
.uk-pagination > * > :hover,
|
|
1828
1863
|
.uk-pagination > * > :focus {
|
|
1829
1864
|
color: var(--inverse-pagination-item-hover-color);
|
|
1830
|
-
@if mixin-exists(hook-inverse-pagination-item-hover) {
|
|
1865
|
+
@if meta.mixin-exists('hook-inverse-pagination-item-hover') {
|
|
1831
1866
|
@include hook-inverse-pagination-item-hover;
|
|
1832
1867
|
}
|
|
1833
1868
|
}
|
|
1834
1869
|
|
|
1835
1870
|
.uk-pagination > .uk-active > * {
|
|
1836
1871
|
color: var(--inverse-pagination-item-active-color);
|
|
1837
|
-
@if mixin-exists(hook-inverse-pagination-item-active) {
|
|
1872
|
+
@if meta.mixin-exists('hook-inverse-pagination-item-active') {
|
|
1838
1873
|
@include hook-inverse-pagination-item-active;
|
|
1839
1874
|
}
|
|
1840
1875
|
}
|
|
1841
1876
|
|
|
1842
1877
|
.uk-pagination > .uk-disabled > * {
|
|
1843
1878
|
color: var(--inverse-pagination-item-disabled-color);
|
|
1844
|
-
@if mixin-exists(hook-inverse-pagination-item-disabled) {
|
|
1879
|
+
@if meta.mixin-exists('hook-inverse-pagination-item-disabled') {
|
|
1845
1880
|
@include hook-inverse-pagination-item-disabled;
|
|
1846
1881
|
}
|
|
1847
1882
|
}
|
|
1848
1883
|
}
|
|
1849
1884
|
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
|
|
1892
|
-
|
|
1885
|
+
//@mixin hook-placeholder() {}
|
|
1886
|
+
//@mixin hook-placeholder-misc() {}
|
|
1887
|
+
|
|
1888
|
+
//@mixin hook-position-misc() {}
|
|
1889
|
+
|
|
1890
|
+
//@mixin hook-print() {}
|
|
1891
|
+
|
|
1892
|
+
//@mixin hook-progress() {}
|
|
1893
|
+
//@mixin hook-progress-bar() {}
|
|
1894
|
+
//@mixin hook-progress-misc() {}
|
|
1895
|
+
|
|
1896
|
+
//@mixin hook-radio-control() {}
|
|
1897
|
+
//@mixin hook-radio-wrapper() {}
|
|
1898
|
+
//@mixin hook-radio-radio() {}
|
|
1899
|
+
//@mixin hook-radio-input() {}
|
|
1900
|
+
//@mixin hook-radio-inner() {}
|
|
1901
|
+
//@mixin hook-radio-label() {}
|
|
1902
|
+
//@mixin hook-radio-hover() {}
|
|
1903
|
+
//@mixin hook-radio-checked() {}
|
|
1904
|
+
//@mixin hook-radio-disabled() {}
|
|
1905
|
+
//@mixin hook-radio-indeterminate() {}
|
|
1906
|
+
//@mixin hook-radio-group() {}
|
|
1907
|
+
//@mixin hook-radio-group-stack() {}
|
|
1908
|
+
|
|
1909
|
+
//@mixin hook-search-input() {}
|
|
1910
|
+
//@mixin hook-search-icon() {}
|
|
1911
|
+
//@mixin hook-search-default-input() {}
|
|
1912
|
+
//@mixin hook-search-default-input-focus() {}
|
|
1913
|
+
//@mixin hook-search-navbar-input() {}
|
|
1914
|
+
//@mixin hook-search-navbar-input-focus() {}
|
|
1915
|
+
//@mixin hook-search-large-input() {}
|
|
1916
|
+
//@mixin hook-search-large-input-focus() {}
|
|
1917
|
+
//@mixin hook-search-toggle() {}
|
|
1918
|
+
//@mixin hook-search-toggle-hover() {}
|
|
1919
|
+
//@mixin hook-search-misc() {}
|
|
1920
|
+
//@mixin hook-inverse-search-default-input() {}
|
|
1921
|
+
//@mixin hook-inverse-search-default-input-focus() {}
|
|
1922
|
+
//@mixin hook-inverse-search-navbar-input() {}
|
|
1923
|
+
//@mixin hook-inverse-search-navbar-input-focus() {}
|
|
1924
|
+
//@mixin hook-inverse-search-large-input() {}
|
|
1925
|
+
//@mixin hook-inverse-search-large-input-focus() {}
|
|
1926
|
+
//@mixin hook-inverse-search-toggle() {}
|
|
1927
|
+
//@mixin hook-inverse-search-toggle-hover() {}
|
|
1893
1928
|
@mixin hook-inverse-component-search() {
|
|
1894
1929
|
//
|
|
1895
1930
|
// Input
|
|
@@ -1907,7 +1942,6 @@
|
|
|
1907
1942
|
color: var(--inverse-search-placeholder-color);
|
|
1908
1943
|
}
|
|
1909
1944
|
|
|
1910
|
-
|
|
1911
1945
|
//
|
|
1912
1946
|
// Icon
|
|
1913
1947
|
//
|
|
@@ -1926,28 +1960,28 @@
|
|
|
1926
1960
|
|
|
1927
1961
|
.uk-search-default .uk-search-input {
|
|
1928
1962
|
background-color: var(--inverse-search-default-background);
|
|
1929
|
-
@if mixin-exists(hook-inverse-search-default-input) {
|
|
1963
|
+
@if meta.mixin-exists('hook-inverse-search-default-input') {
|
|
1930
1964
|
@include hook-inverse-search-default-input;
|
|
1931
1965
|
}
|
|
1932
1966
|
}
|
|
1933
1967
|
|
|
1934
1968
|
.uk-search-default .uk-search-input:focus {
|
|
1935
1969
|
background-color: var(--inverse-search-default-focus-background);
|
|
1936
|
-
@if mixin-exists(hook-inverse-search-default-input-focus) {
|
|
1970
|
+
@if meta.mixin-exists('hook-inverse-search-default-input-focus') {
|
|
1937
1971
|
@include hook-inverse-search-default-input-focus;
|
|
1938
1972
|
}
|
|
1939
1973
|
}
|
|
1940
1974
|
|
|
1941
1975
|
.uk-search-navbar .uk-search-input {
|
|
1942
1976
|
background-color: var(--inverse-search-navbar-background);
|
|
1943
|
-
@if mixin-exists(hook-inverse-search-navbar-input) {
|
|
1977
|
+
@if meta.mixin-exists('hook-inverse-search-navbar-input') {
|
|
1944
1978
|
@include hook-inverse-search-navbar-input;
|
|
1945
1979
|
}
|
|
1946
1980
|
}
|
|
1947
1981
|
|
|
1948
1982
|
.uk-search-large .uk-search-input {
|
|
1949
1983
|
background-color: var(--inverse-search-large-background);
|
|
1950
|
-
@if mixin-exists(hook-inverse-search-large-input) {
|
|
1984
|
+
@if meta.mixin-exists('hook-inverse-search-large-input') {
|
|
1951
1985
|
@include hook-inverse-search-large-input;
|
|
1952
1986
|
}
|
|
1953
1987
|
}
|
|
@@ -1958,7 +1992,7 @@
|
|
|
1958
1992
|
|
|
1959
1993
|
.uk-search-toggle {
|
|
1960
1994
|
color: var(--inverse-search-toggle-color);
|
|
1961
|
-
@if mixin-exists(hook-inverse-search-toggle) {
|
|
1995
|
+
@if meta.mixin-exists('hook-inverse-search-toggle') {
|
|
1962
1996
|
@include hook-inverse-search-toggle;
|
|
1963
1997
|
}
|
|
1964
1998
|
}
|
|
@@ -1966,67 +2000,78 @@
|
|
|
1966
2000
|
.uk-search-toggle:hover,
|
|
1967
2001
|
.uk-search-toggle:focus {
|
|
1968
2002
|
color: var(--inverse-search-toggle-hover-color);
|
|
1969
|
-
@if mixin-exists(hook-inverse-search-toggle-hover) {
|
|
2003
|
+
@if meta.mixin-exists('hook-inverse-search-toggle-hover') {
|
|
1970
2004
|
@include hook-inverse-search-toggle-hover;
|
|
1971
2005
|
}
|
|
1972
2006
|
}
|
|
1973
2007
|
}
|
|
1974
2008
|
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2009
|
+
//@mixin hook-segmented() {}
|
|
2010
|
+
//@mixin hook-segmented-item() {}
|
|
2011
|
+
//@mixin hook-segmented-item-hover() {}
|
|
2012
|
+
//@mixin hook-segmented-item-selected() {}
|
|
2013
|
+
//@mixin hook-segmented-item-disabled() {}
|
|
2014
|
+
//@mixin hook-segmented-item-label() {}
|
|
2015
|
+
//@mixin hook-segmented-thumb() {}
|
|
2016
|
+
//@mixin hook-segmented-misc() {}
|
|
2017
|
+
|
|
2018
|
+
//@mixin hook-select() {}
|
|
2019
|
+
//@mixin hook-select-selector() {}
|
|
2020
|
+
//@mixin hook-select-selection-search-input() {}
|
|
2021
|
+
//@mixin hook-select-selection-placeholder() {}
|
|
2022
|
+
//@mixin hook-select-single-selector() {}
|
|
2023
|
+
//@mixin hook-select-single-selection-search() {}
|
|
2024
|
+
//@mixin hook-select-single-selection-search-input() {}
|
|
2025
|
+
//@mixin hook-select-single-selection-item() {}
|
|
2026
|
+
//@mixin hook-select-single-open-selection-item() {}
|
|
2027
|
+
//@mixin hook-select-multiple-selector() {}
|
|
2028
|
+
//@mixin hook-select-multiple-selection-placeholder() {}
|
|
2029
|
+
//@mixin hook-select-multiple-selection-item() {}
|
|
2030
|
+
//@mixin hook-select-multiple-selection-item-remove() {}
|
|
2031
|
+
//@mixin hook-select-multiple-selection-search() {}
|
|
2032
|
+
//@mixin hook-select-multiple-selection-search-input() {}
|
|
2033
|
+
//@mixin hook-select-arrow() {}
|
|
2034
|
+
//@mixin hook-select-clear() {}
|
|
2035
|
+
//@mixin hook-select-dropdown() {}
|
|
2036
|
+
|
|
2037
|
+
//@mixin hook-section() {}
|
|
2038
|
+
//@mixin hook-section-default() {}
|
|
2039
|
+
//@mixin hook-section-muted() {}
|
|
2040
|
+
//@mixin hook-section-primary() {}
|
|
2041
|
+
//@mixin hook-section-secondary() {}
|
|
2042
|
+
//@mixin hook-section-tertiary() {}
|
|
2043
|
+
//@mixin hook-section-overlap() {}
|
|
2044
|
+
//@mixin hook-section-misc() {}
|
|
2045
|
+
|
|
2046
|
+
//@mixin hook-spinner() {}
|
|
2047
|
+
//@mixin hook-spinner-misc() {}
|
|
2048
|
+
|
|
2049
|
+
//@mixin hook-sticky-misc() {}
|
|
2050
|
+
|
|
2051
|
+
//@mixin hook-subnav() {}
|
|
2052
|
+
//@mixin hook-subnav-item() {}
|
|
2053
|
+
//@mixin hook-subnav-item-hover() {}
|
|
2054
|
+
//@mixin hook-subnav-item-active() {}
|
|
2055
|
+
//@mixin hook-subnav-divider() {}
|
|
2056
|
+
//@mixin hook-subnav-pill-item() {}
|
|
2057
|
+
//@mixin hook-subnav-pill-item-hover() {}
|
|
2058
|
+
//@mixin hook-subnav-pill-item-onclick() {}
|
|
2059
|
+
//@mixin hook-subnav-pill-item-active() {}
|
|
2060
|
+
//@mixin hook-subnav-item-disabled() {}
|
|
2061
|
+
//@mixin hook-subnav-misc() {}
|
|
2062
|
+
//@mixin hook-inverse-subnav-item() {}
|
|
2063
|
+
//@mixin hook-inverse-subnav-item-hover() {}
|
|
2064
|
+
//@mixin hook-inverse-subnav-item-active() {}
|
|
2065
|
+
//@mixin hook-inverse-subnav-divider() {}
|
|
2066
|
+
//@mixin hook-inverse-subnav-pill-item() {}
|
|
2067
|
+
//@mixin hook-inverse-subnav-pill-item-hover() {}
|
|
2068
|
+
//@mixin hook-inverse-subnav-pill-item-onclick() {}
|
|
2069
|
+
//@mixin hook-inverse-subnav-pill-item-active() {}
|
|
2070
|
+
//@mixin hook-inverse-subnav-item-disabled() {}
|
|
2026
2071
|
@mixin hook-inverse-component-subnav() {
|
|
2027
2072
|
.uk-subnav > * > :first-child {
|
|
2028
2073
|
color: var(--inverse-subnav-item-color);
|
|
2029
|
-
@if mixin-exists(hook-inverse-subnav-item) {
|
|
2074
|
+
@if meta.mixin-exists('hook-inverse-subnav-item') {
|
|
2030
2075
|
@include hook-inverse-subnav-item;
|
|
2031
2076
|
}
|
|
2032
2077
|
}
|
|
@@ -2034,14 +2079,14 @@
|
|
|
2034
2079
|
.uk-subnav > * > a:hover,
|
|
2035
2080
|
.uk-subnav > * > a:focus {
|
|
2036
2081
|
color: var(--inverse-subnav-item-hover-color);
|
|
2037
|
-
@if mixin-exists(hook-inverse-subnav-item-hover) {
|
|
2082
|
+
@if meta.mixin-exists('hook-inverse-subnav-item-hover') {
|
|
2038
2083
|
@include hook-inverse-subnav-item-hover;
|
|
2039
2084
|
}
|
|
2040
2085
|
}
|
|
2041
2086
|
|
|
2042
2087
|
.uk-subnav > .uk-active > a {
|
|
2043
2088
|
color: var(--inverse-subnav-item-active-color);
|
|
2044
|
-
@if mixin-exists(hook-inverse-subnav-item-active) {
|
|
2089
|
+
@if meta.mixin-exists('hook-inverse-subnav-item-active') {
|
|
2045
2090
|
@include hook-inverse-subnav-item-active;
|
|
2046
2091
|
}
|
|
2047
2092
|
}
|
|
@@ -2050,9 +2095,9 @@
|
|
|
2050
2095
|
// Divider
|
|
2051
2096
|
//
|
|
2052
2097
|
|
|
2053
|
-
.uk-subnav-divider > :nth-child(n+2):not(.uk-first-column)::before {
|
|
2098
|
+
.uk-subnav-divider > :nth-child(n + 2):not(.uk-first-column)::before {
|
|
2054
2099
|
border-left-color: var(--inverse-subnav-divider-border);
|
|
2055
|
-
@if mixin-exists(hook-inverse-subnav-divider) {
|
|
2100
|
+
@if meta.mixin-exists('hook-inverse-subnav-divider') {
|
|
2056
2101
|
@include hook-inverse-subnav-divider;
|
|
2057
2102
|
}
|
|
2058
2103
|
}
|
|
@@ -2064,7 +2109,7 @@
|
|
|
2064
2109
|
.uk-subnav-pill > * > :first-child {
|
|
2065
2110
|
background-color: var(--inverse-subnav-pill-item-background);
|
|
2066
2111
|
color: var(--inverse-subnav-pill-item-color);
|
|
2067
|
-
@if mixin-exists(hook-inverse-subnav-pill-item) {
|
|
2112
|
+
@if meta.mixin-exists('hook-inverse-subnav-pill-item') {
|
|
2068
2113
|
@include hook-inverse-subnav-pill-item;
|
|
2069
2114
|
}
|
|
2070
2115
|
}
|
|
@@ -2073,7 +2118,7 @@
|
|
|
2073
2118
|
.uk-subnav-pill > * > a:focus {
|
|
2074
2119
|
background-color: var(--inverse-subnav-pill-item-hover-background);
|
|
2075
2120
|
color: var(--inverse-subnav-pill-item-hover-color);
|
|
2076
|
-
@if mixin-exists(hook-inverse-subnav-pill-item-hover) {
|
|
2121
|
+
@if meta.mixin-exists('hook-inverse-subnav-pill-item-hover') {
|
|
2077
2122
|
@include hook-inverse-subnav-pill-item-hover;
|
|
2078
2123
|
}
|
|
2079
2124
|
}
|
|
@@ -2081,7 +2126,7 @@
|
|
|
2081
2126
|
.uk-subnav-pill > * > a:active {
|
|
2082
2127
|
background-color: var(--inverse-subnav-pill-item-onclick-background);
|
|
2083
2128
|
color: var(--inverse-subnav-pill-item-onclick-color);
|
|
2084
|
-
@if mixin-exists(hook-inverse-subnav-pill-item-onclick) {
|
|
2129
|
+
@if meta.mixin-exists('hook-inverse-subnav-pill-item-onclick') {
|
|
2085
2130
|
@include hook-inverse-subnav-pill-item-onclick;
|
|
2086
2131
|
}
|
|
2087
2132
|
}
|
|
@@ -2089,7 +2134,7 @@
|
|
|
2089
2134
|
.uk-subnav-pill > .uk-active > a {
|
|
2090
2135
|
background-color: var(--inverse-subnav-pill-item-active-background);
|
|
2091
2136
|
color: var(--inverse-subnav-pill-item-active-color);
|
|
2092
|
-
@if mixin-exists(hook-inverse-subnav-pill-item-active) {
|
|
2137
|
+
@if meta.mixin-exists('hook-inverse-subnav-pill-item-active') {
|
|
2093
2138
|
@include hook-inverse-subnav-pill-item-active;
|
|
2094
2139
|
}
|
|
2095
2140
|
}
|
|
@@ -2100,52 +2145,52 @@
|
|
|
2100
2145
|
|
|
2101
2146
|
.uk-subnav > .uk-disabled > a {
|
|
2102
2147
|
color: var(--inverse-subnav-item-disabled-color);
|
|
2103
|
-
@if mixin-exists(hook-inverse-subnav-item-disabled) {
|
|
2148
|
+
@if meta.mixin-exists('hook-inverse-subnav-item-disabled') {
|
|
2104
2149
|
@include hook-inverse-subnav-item-disabled;
|
|
2105
2150
|
}
|
|
2106
2151
|
}
|
|
2107
2152
|
}
|
|
2108
2153
|
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2154
|
+
//@mixin hook-switch() {}
|
|
2155
|
+
//@mixin hook-switch-handle() {}
|
|
2156
|
+
//@mixin hook-switch-checked() {}
|
|
2157
|
+
//@mixin hook-switch-checked-handle() {}
|
|
2158
|
+
//@mixin hook-switch-disabled() {}
|
|
2159
|
+
//@mixin hook-switch-misc() {}
|
|
2160
|
+
//@mixin hook-inverse-switch() {}
|
|
2161
|
+
//@mixin hook-inverse-switch-handle() {}
|
|
2162
|
+
//@mixin hook-inverse-switch-checked() {}
|
|
2163
|
+
//@mixin hook-inverse-switch-checked-handle() {}
|
|
2164
|
+
//@mixin hook-inverse-switch-disabled() {}
|
|
2165
|
+
//@mixin hook-inverse-component-switch() {}
|
|
2166
|
+
|
|
2167
|
+
//@mixin hook-tabs() {}
|
|
2168
|
+
//@mixin hook-tabs-tab() {}
|
|
2169
|
+
//@mixin hook-tabs-tab-hover() {}
|
|
2170
|
+
//@mixin hook-tabs-tab-active() {}
|
|
2171
|
+
//@mixin hook-tabs-tab-disabled() {}
|
|
2172
|
+
//@mixin hook-tabs-top() {}
|
|
2173
|
+
//@mixin hook-tabs-top-tab() {}
|
|
2174
|
+
//@mixin hook-tabs-bottom() {}
|
|
2175
|
+
//@mixin hook-tabs-bottom-tab() {}
|
|
2176
|
+
//@mixin hook-tabs-left() {}
|
|
2177
|
+
//@mixin hook-tabs-left-tab() {}
|
|
2178
|
+
//@mixin hook-tabs-right() {}
|
|
2179
|
+
//@mixin hook-tabs-right-tab() {}
|
|
2180
|
+
//@mixin hook-tabs-dropdown-menu() {}
|
|
2181
|
+
//@mixin hook-tabs-misc() {}
|
|
2182
|
+
//@mixin hook-inverse-tabs() {}
|
|
2183
|
+
//@mixin hook-inverse-tabs-tab() {}
|
|
2184
|
+
//@mixin hook-inverse-tabs-tab-hover() {}
|
|
2185
|
+
//@mixin hook-inverse-tabs-tab-active() {}
|
|
2186
|
+
//@mixin hook-inverse-tabs-tab-disabled() {}
|
|
2187
|
+
//@mixin hook-inverse-tabs-tab-remove() {}
|
|
2188
|
+
//@mixin hook-inverse-tabs-tab-remove-hover() {}
|
|
2189
|
+
//@mixin hook-inverse-tabs-tab-remove-active() {}
|
|
2190
|
+
//@mixin hook-inverse-tabs-ink-bar() {}
|
|
2146
2191
|
@mixin hook-inverse-component-tabs() {
|
|
2147
2192
|
.uk-tabs {
|
|
2148
|
-
@if mixin-exists(hook-inverse-tabs) {
|
|
2193
|
+
@if meta.mixin-exists('hook-inverse-tabs') {
|
|
2149
2194
|
@include hook-inverse-tabs;
|
|
2150
2195
|
}
|
|
2151
2196
|
}
|
|
@@ -2154,7 +2199,7 @@
|
|
|
2154
2199
|
.uk-tabs-nav-more,
|
|
2155
2200
|
.uk-tabs-nav-add {
|
|
2156
2201
|
color: var(--inverse-tabs-tab-color);
|
|
2157
|
-
@if mixin-exists(hook-inverse-tabs-tab) {
|
|
2202
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab') {
|
|
2158
2203
|
@include hook-inverse-tabs-tab;
|
|
2159
2204
|
}
|
|
2160
2205
|
}
|
|
@@ -2164,81 +2209,81 @@
|
|
|
2164
2209
|
.uk-tabs-nav-add:hover,
|
|
2165
2210
|
.uk-tabs-nav-add:focus {
|
|
2166
2211
|
color: var(--inverse-tabs-tab-hover-color);
|
|
2167
|
-
@if mixin-exists(hook-inverse-tabs-tab-hover) {
|
|
2212
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab-hover') {
|
|
2168
2213
|
@include hook-inverse-tabs-tab-hover;
|
|
2169
2214
|
}
|
|
2170
2215
|
}
|
|
2171
2216
|
|
|
2172
2217
|
.uk-tabs-tab-active:not(.uk-tabs-tab-disabled) {
|
|
2173
2218
|
color: var(--inverse-tabs-tab-active-color);
|
|
2174
|
-
@if mixin-exists(hook-inverse-tabs-tab-active) {
|
|
2219
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab-active') {
|
|
2175
2220
|
@include hook-inverse-tabs-tab-active;
|
|
2176
2221
|
}
|
|
2177
2222
|
}
|
|
2178
2223
|
|
|
2179
2224
|
.uk-tabs-tab-disabled {
|
|
2180
2225
|
color: var(--inverse-tabs-tab-disabled-color);
|
|
2181
|
-
@if mixin-exists(hook-inverse-tabs-tab-disabled) {
|
|
2226
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab-disabled') {
|
|
2182
2227
|
@include hook-inverse-tabs-tab-disabled;
|
|
2183
2228
|
}
|
|
2184
2229
|
}
|
|
2185
2230
|
|
|
2186
2231
|
.uk-tabs-tab-remove {
|
|
2187
|
-
@if mixin-exists(hook-inverse-tabs-tab-remove) {
|
|
2232
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab-remove') {
|
|
2188
2233
|
@include hook-inverse-tabs-tab-remove;
|
|
2189
2234
|
}
|
|
2190
2235
|
}
|
|
2191
2236
|
|
|
2192
2237
|
.uk-tabs-tab-remove:hover {
|
|
2193
|
-
@if mixin-exists(hook-inverse-tabs-tab-remove-hover) {
|
|
2238
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab-remove-hover') {
|
|
2194
2239
|
@include hook-inverse-tabs-tab-remove-hover;
|
|
2195
2240
|
}
|
|
2196
2241
|
}
|
|
2197
2242
|
|
|
2198
2243
|
.uk-tabs-tab-remove:focus,
|
|
2199
2244
|
.uk-tabs-tab-remove:active {
|
|
2200
|
-
@if mixin-exists(hook-inverse-tabs-tab-remove-active) {
|
|
2245
|
+
@if meta.mixin-exists('hook-inverse-tabs-tab-remove-active') {
|
|
2201
2246
|
@include hook-inverse-tabs-tab-remove-active;
|
|
2202
2247
|
}
|
|
2203
2248
|
}
|
|
2204
2249
|
|
|
2205
2250
|
.uk-tabs-ink-bar {
|
|
2206
2251
|
background: var(--inverse-tabs-ink-bar-color);
|
|
2207
|
-
@if mixin-exists(hook-inverse-tabs-ink-bar) {
|
|
2252
|
+
@if meta.mixin-exists('hook-inverse-tabs-ink-bar') {
|
|
2208
2253
|
@include hook-inverse-tabs-ink-bar;
|
|
2209
2254
|
}
|
|
2210
2255
|
}
|
|
2211
2256
|
}
|
|
2212
2257
|
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2258
|
+
//@mixin hook-table() {}
|
|
2259
|
+
//@mixin hook-table-header-cell() {}
|
|
2260
|
+
//@mixin hook-table-cell() {}
|
|
2261
|
+
//@mixin hook-table-footer() {}
|
|
2262
|
+
//@mixin hook-table-caption() {}
|
|
2263
|
+
//@mixin hook-table-row-active() {}
|
|
2264
|
+
//@mixin hook-table-divider() {}
|
|
2265
|
+
//@mixin hook-table-striped() {}
|
|
2266
|
+
//@mixin hook-table-hover() {}
|
|
2267
|
+
//@mixin hook-table-small() {}
|
|
2268
|
+
//@mixin hook-table-large() {}
|
|
2269
|
+
//@mixin hook-table-misc() {}
|
|
2270
|
+
//@mixin hook-inverse-table-header-cell() {}
|
|
2271
|
+
//@mixin hook-inverse-table-caption() {}
|
|
2272
|
+
//@mixin hook-inverse-table-row-active() {}
|
|
2273
|
+
//@mixin hook-inverse-table-divider() {}
|
|
2274
|
+
//@mixin hook-inverse-table-striped() {}
|
|
2275
|
+
//@mixin hook-inverse-table-hover() {}
|
|
2231
2276
|
@mixin hook-inverse-component-table() {
|
|
2232
2277
|
.uk-table th {
|
|
2233
2278
|
color: var(--inverse-table-header-cell-color);
|
|
2234
|
-
@if mixin-exists(hook-inverse-table-header-cell) {
|
|
2279
|
+
@if meta.mixin-exists('hook-inverse-table-header-cell') {
|
|
2235
2280
|
@include hook-inverse-table-header-cell;
|
|
2236
2281
|
}
|
|
2237
2282
|
}
|
|
2238
2283
|
|
|
2239
2284
|
.uk-table caption {
|
|
2240
2285
|
color: var(--inverse-table-caption-color);
|
|
2241
|
-
@if mixin-exists(hook-inverse-table-caption) {
|
|
2286
|
+
@if meta.mixin-exists('hook-inverse-table-caption') {
|
|
2242
2287
|
@include hook-inverse-table-caption;
|
|
2243
2288
|
}
|
|
2244
2289
|
}
|
|
@@ -2246,7 +2291,7 @@
|
|
|
2246
2291
|
.uk-table > tr.uk-active,
|
|
2247
2292
|
.uk-table tbody tr.uk-active {
|
|
2248
2293
|
background: var(--inverse-table-row-active-background);
|
|
2249
|
-
@if mixin-exists(hook-inverse-table-row-active) {
|
|
2294
|
+
@if meta.mixin-exists('hook-inverse-table-row-active') {
|
|
2250
2295
|
@include hook-inverse-table-row-active;
|
|
2251
2296
|
}
|
|
2252
2297
|
}
|
|
@@ -2255,7 +2300,7 @@
|
|
|
2255
2300
|
.uk-table-divider > :not(:first-child) > tr,
|
|
2256
2301
|
.uk-table-divider > :first-child > tr:not(:first-child) {
|
|
2257
2302
|
border-top-color: var(--inverse-table-divider-border);
|
|
2258
|
-
@if mixin-exists(hook-inverse-table-divider) {
|
|
2303
|
+
@if meta.mixin-exists('hook-inverse-table-divider') {
|
|
2259
2304
|
@include hook-inverse-table-divider;
|
|
2260
2305
|
}
|
|
2261
2306
|
}
|
|
@@ -2263,7 +2308,7 @@
|
|
|
2263
2308
|
.uk-table-striped > tr:nth-of-type(odd),
|
|
2264
2309
|
.uk-table-striped tbody tr:nth-of-type(odd) {
|
|
2265
2310
|
background: var(--inverse-table-striped-row-background);
|
|
2266
|
-
@if mixin-exists(hook-inverse-table-striped) {
|
|
2311
|
+
@if meta.mixin-exists('hook-inverse-table-striped') {
|
|
2267
2312
|
@include hook-inverse-table-striped;
|
|
2268
2313
|
}
|
|
2269
2314
|
}
|
|
@@ -2271,117 +2316,162 @@
|
|
|
2271
2316
|
.uk-table-hover > tr:hover,
|
|
2272
2317
|
.uk-table-hover tbody tr:hover {
|
|
2273
2318
|
background: var(--inverse-table-hover-row-background);
|
|
2274
|
-
@if mixin-exists(hook-inverse-table-hover) {
|
|
2319
|
+
@if meta.mixin-exists('hook-inverse-table-hover') {
|
|
2275
2320
|
@include hook-inverse-table-hover;
|
|
2276
2321
|
}
|
|
2277
2322
|
}
|
|
2278
2323
|
}
|
|
2279
2324
|
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2325
|
+
//@mixin hook-text-lead() {}
|
|
2326
|
+
//@mixin hook-text-meta() {}
|
|
2327
|
+
//@mixin hook-text-base() {}
|
|
2328
|
+
//@mixin hook-text-xsmall() {}
|
|
2329
|
+
//@mixin hook-text-small() {}
|
|
2330
|
+
//@mixin hook-text-large() {}
|
|
2331
|
+
//@mixin hook-text-background() {}
|
|
2332
|
+
//@mixin hook-text-misc() {}
|
|
2333
|
+
//@mixin hook-inverse-text-lead() {}
|
|
2334
|
+
//@mixin hook-inverse-text-meta() {}
|
|
2290
2335
|
@mixin hook-inverse-component-text() {
|
|
2291
2336
|
.uk-text-lead {
|
|
2292
2337
|
color: var(--inverse-text-lead-color);
|
|
2293
|
-
@if mixin-exists(hook-inverse-text-lead) {
|
|
2338
|
+
@if meta.mixin-exists('hook-inverse-text-lead') {
|
|
2294
2339
|
@include hook-inverse-text-lead;
|
|
2295
2340
|
}
|
|
2296
2341
|
}
|
|
2297
2342
|
|
|
2298
2343
|
.uk-text-meta {
|
|
2299
2344
|
color: var(--inverse-text-meta-color);
|
|
2300
|
-
@if mixin-exists(hook-inverse-text-meta) {
|
|
2345
|
+
@if meta.mixin-exists('hook-inverse-text-meta') {
|
|
2301
2346
|
@include hook-inverse-text-meta;
|
|
2302
2347
|
}
|
|
2303
2348
|
}
|
|
2304
2349
|
|
|
2305
|
-
.uk-text-muted {
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
.uk-text-
|
|
2350
|
+
.uk-text-muted {
|
|
2351
|
+
color: var(--inverse-text-muted-color) !important;
|
|
2352
|
+
}
|
|
2353
|
+
|
|
2354
|
+
.uk-text-emphasis {
|
|
2355
|
+
color: var(--inverse-text-emphasis-color) !important;
|
|
2356
|
+
}
|
|
2357
|
+
|
|
2358
|
+
.uk-text-primary {
|
|
2359
|
+
color: var(--inverse-text-primary-color) !important;
|
|
2360
|
+
}
|
|
2361
|
+
|
|
2362
|
+
.uk-text-secondary {
|
|
2363
|
+
color: var(--inverse-text-secondary-color) !important;
|
|
2364
|
+
}
|
|
2365
|
+
|
|
2366
|
+
.uk-text-tertiary {
|
|
2367
|
+
color: var(--inverse-text-tertiary-color) !important;
|
|
2368
|
+
}
|
|
2310
2369
|
}
|
|
2311
2370
|
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2371
|
+
//@mixin hook-textarea-control() {}
|
|
2372
|
+
//@mixin hook-textarea-counter() {}
|
|
2373
|
+
//@mixin hook-textarea() {}
|
|
2374
|
+
|
|
2375
|
+
//@mixin hook-thumbnav() {}
|
|
2376
|
+
//@mixin hook-thumbnav-item() {}
|
|
2377
|
+
//@mixin hook-thumbnav-item-hover() {}
|
|
2378
|
+
//@mixin hook-thumbnav-item-active() {}
|
|
2379
|
+
//@mixin hook-thumbnav-misc() {}
|
|
2380
|
+
//@mixin hook-inverse-thumbnav-item() {}
|
|
2381
|
+
//@mixin hook-inverse-thumbnav-item-hover() {}
|
|
2382
|
+
//@mixin hook-inverse-thumbnav-item-active() {}
|
|
2324
2383
|
@mixin hook-inverse-component-thumbnav() {
|
|
2325
2384
|
.uk-thumbnav > * > * {
|
|
2326
|
-
@if mixin-exists(hook-inverse-thumbnav-item) {
|
|
2385
|
+
@if meta.mixin-exists('hook-inverse-thumbnav-item') {
|
|
2327
2386
|
@include hook-inverse-thumbnav-item;
|
|
2328
2387
|
}
|
|
2329
2388
|
}
|
|
2330
2389
|
|
|
2331
2390
|
.uk-thumbnav > * > :hover,
|
|
2332
2391
|
.uk-thumbnav > * > :focus {
|
|
2333
|
-
@if mixin-exists(hook-inverse-thumbnav-item-hover) {
|
|
2392
|
+
@if meta.mixin-exists('hook-inverse-thumbnav-item-hover') {
|
|
2334
2393
|
@include hook-inverse-thumbnav-item-hover;
|
|
2335
2394
|
}
|
|
2336
2395
|
}
|
|
2337
2396
|
|
|
2338
2397
|
.uk-thumbnav > .uk-active > * {
|
|
2339
|
-
@if mixin-exists(hook-inverse-thumbnav-item-active) {
|
|
2398
|
+
@if meta.mixin-exists('hook-inverse-thumbnav-item-active') {
|
|
2340
2399
|
@include hook-inverse-thumbnav-item-active;
|
|
2341
2400
|
}
|
|
2342
2401
|
}
|
|
2343
2402
|
}
|
|
2344
2403
|
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
@mixin hook-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
@mixin
|
|
2372
|
-
@
|
|
2373
|
-
|
|
2404
|
+
//@mixin hook-tile() {}
|
|
2405
|
+
//@mixin hook-tile-default() {}
|
|
2406
|
+
//@mixin hook-tile-default-hover() {}
|
|
2407
|
+
//@mixin hook-tile-muted() {}
|
|
2408
|
+
//@mixin hook-tile-muted-hover() {}
|
|
2409
|
+
//@mixin hook-tile-primary() {}
|
|
2410
|
+
//@mixin hook-tile-primary-hover() {}
|
|
2411
|
+
//@mixin hook-tile-secondary() {}
|
|
2412
|
+
//@mixin hook-tile-secondary-hover() {}
|
|
2413
|
+
//@mixin hook-tile-tertiary() {}
|
|
2414
|
+
//@mixin hook-tile-tertiary-hover() {}
|
|
2415
|
+
//@mixin hook-tile-misc() {}
|
|
2416
|
+
|
|
2417
|
+
//@mixin hook-tooltip() {}
|
|
2418
|
+
//@mixin hook-tooltip-misc() {}
|
|
2419
|
+
|
|
2420
|
+
//@mixin hook-totop() {}
|
|
2421
|
+
//@mixin hook-totop-hover() {}
|
|
2422
|
+
//@mixin hook-totop-active() {}
|
|
2423
|
+
//@mixin hook-totop-misc() {}
|
|
2424
|
+
//@mixin hook-inverse-totop() {}
|
|
2425
|
+
//@mixin hook-inverse-totop-hover() {}
|
|
2426
|
+
//@mixin hook-inverse-totop-active() {}
|
|
2427
|
+
@mixin hook-inverse-component-totop() {
|
|
2428
|
+
.uk-totop {
|
|
2429
|
+
color: var(--inverse-totop-color);
|
|
2430
|
+
@if meta.mixin-exists('hook-inverse-totop') {
|
|
2431
|
+
@include hook-inverse-totop;
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2434
|
+
|
|
2435
|
+
.uk-totop:hover,
|
|
2436
|
+
.uk-totop:focus {
|
|
2437
|
+
color: var(--inverse-totop-hover-color);
|
|
2438
|
+
@if meta.mixin-exists('hook-inverse-totop-hover') {
|
|
2439
|
+
@include hook-inverse-totop-hover;
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2442
|
+
|
|
2443
|
+
.uk-totop:active {
|
|
2444
|
+
color: var(--inverse-totop-active-color);
|
|
2445
|
+
@if meta.mixin-exists('hook-inverse-totop-active') {
|
|
2446
|
+
@include hook-inverse-totop-active;
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
}
|
|
2450
|
+
|
|
2451
|
+
//@mixin hook-transition-misc() {}
|
|
2452
|
+
|
|
2453
|
+
//@mixin hook-width-misc() {}
|
|
2454
|
+
|
|
2455
|
+
//@mixin hook-panel-scrollable() {}
|
|
2456
|
+
//@mixin hook-box-shadow-bottom() {}
|
|
2457
|
+
//@mixin hook-dropcap() {}
|
|
2458
|
+
//@mixin hook-logo() {}
|
|
2459
|
+
//@mixin hook-logo-hover() {}
|
|
2460
|
+
//@mixin hook-utility-misc() {}
|
|
2461
|
+
//@mixin hook-inverse-dropcap() {}
|
|
2462
|
+
//@mixin hook-inverse-logo() {}
|
|
2463
|
+
//@mixin hook-inverse-logo-hover() {}
|
|
2374
2464
|
@mixin hook-inverse-component-utility() {
|
|
2375
2465
|
.uk-dropcap::first-letter,
|
|
2376
2466
|
.uk-dropcap p:first-of-type::first-letter {
|
|
2377
|
-
@if mixin-exists(hook-inverse-dropcap) {
|
|
2467
|
+
@if meta.mixin-exists('hook-inverse-dropcap') {
|
|
2378
2468
|
@include hook-inverse-dropcap;
|
|
2379
2469
|
}
|
|
2380
2470
|
}
|
|
2381
2471
|
|
|
2382
2472
|
.uk-logo {
|
|
2383
2473
|
color: var(--inverse-logo-color);
|
|
2384
|
-
@if mixin-exists(hook-inverse-logo) {
|
|
2474
|
+
@if meta.mixin-exists('hook-inverse-logo') {
|
|
2385
2475
|
@include hook-inverse-logo;
|
|
2386
2476
|
}
|
|
2387
2477
|
}
|
|
@@ -2389,7 +2479,7 @@
|
|
|
2389
2479
|
.uk-logo:hover,
|
|
2390
2480
|
.uk-logo:focus {
|
|
2391
2481
|
color: var(--inverse-logo-hover-color);
|
|
2392
|
-
@if mixin-exists(hook-inverse-logo-hover) {
|
|
2482
|
+
@if meta.mixin-exists('hook-inverse-logo-hover') {
|
|
2393
2483
|
@include hook-inverse-logo-hover;
|
|
2394
2484
|
}
|
|
2395
2485
|
}
|
|
@@ -2423,7 +2513,8 @@
|
|
|
2423
2513
|
// @include hook-inverse-component-totop;
|
|
2424
2514
|
@include hook-inverse-component-badge;
|
|
2425
2515
|
@include hook-inverse-component-label;
|
|
2426
|
-
|
|
2516
|
+
|
|
2517
|
+
//@include hook-inverse-component-leader;
|
|
2427
2518
|
@include hook-inverse-component-article;
|
|
2428
2519
|
|
|
2429
2520
|
@include hook-inverse-component-search;
|
|
@@ -2436,7 +2527,8 @@
|
|
|
2436
2527
|
@include hook-inverse-component-breadcrumb;
|
|
2437
2528
|
|
|
2438
2529
|
@include hook-inverse-component-pagination;
|
|
2439
|
-
|
|
2530
|
+
|
|
2531
|
+
//@include hook-inverse-component-switch;
|
|
2440
2532
|
@include hook-inverse-component-tabs;
|
|
2441
2533
|
@include hook-inverse-component-table;
|
|
2442
2534
|
|
|
@@ -2448,5 +2540,7 @@
|
|
|
2448
2540
|
@include hook-inverse-component-utility;
|
|
2449
2541
|
@include hook-inverse-component-marker;
|
|
2450
2542
|
|
|
2543
|
+
// @include hook-inverse-component-totop;
|
|
2544
|
+
|
|
2451
2545
|
@include hook-inverse-misc;
|
|
2452
2546
|
}
|