testio-tailwind 0.1.0 → 0.2.1
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/.circleci/config.yml +217 -0
- package/.dockerignore +4 -0
- package/.eleventy.js +57 -57
- package/Dockerfile +27 -0
- package/LICENSE +21 -21
- package/README.md +43 -43
- package/icon-classes-extractor.js +29 -29
- package/index.html +399 -478
- package/package.json +66 -66
- package/src/_data/navigation.json +44 -44
- package/src/_data/site.js +12 -12
- package/src/_includes/card_popover.haml +7 -7
- package/src/_includes/example-header-customer.pug +99 -99
- package/src/_includes/example-header-manager.njk +53 -53
- package/src/_includes/example-header-tester.njk +99 -99
- package/src/_includes/example-header.njk +50 -50
- package/src/_includes/page-with-sidebar-nocode.njk +46 -46
- package/src/_includes/page-with-sidebar.njk +46 -46
- package/src/_includes/page.njk +38 -38
- package/src/_layouts/base.njk +83 -83
- package/src/_layouts/email-template.njk +90 -90
- package/src/_layouts/page-example-customer.njk +74 -74
- package/src/_layouts/page-example-manager.njk +74 -74
- package/src/_layouts/page-example-tester.njk +75 -75
- package/src/_layouts/page-example.njk +83 -83
- package/src/assets/images/Cirro-App-Defaultimage.svg +25 -25
- package/src/assets/images/arrow-down.svg +13 -13
- package/src/assets/images/arrow-left.svg +13 -13
- package/src/assets/images/arrow-right.svg +13 -13
- package/src/assets/images/arrow-thick-left.svg +13 -13
- package/src/assets/images/arrow-thick-right.svg +13 -13
- package/src/assets/images/arrow-up.svg +13 -13
- package/src/assets/images/at-sign.svg +12 -12
- package/src/assets/images/attachment-fallbackimage.svg +19 -19
- package/src/assets/images/attachment.svg +8 -8
- package/src/assets/images/bell-smile-xl.svg +18 -18
- package/src/assets/images/blocked.svg +7 -7
- package/src/assets/images/bug-chat-xl.svg +15 -15
- package/src/assets/images/bug-deceased-xl.svg +15 -15
- package/src/assets/images/bug-reproduction.svg +14 -14
- package/src/assets/images/bug-sad-xl.svg +13 -13
- package/src/assets/images/bug-search-xl.svg +18 -18
- package/src/assets/images/bug-sleeping-xl.svg +14 -14
- package/src/assets/images/bug-smile-xl.svg +9 -9
- package/src/assets/images/calendar.svg +15 -15
- package/src/assets/images/caret-down-centered.svg +6 -6
- package/src/assets/images/caret-down.svg +11 -11
- package/src/assets/images/caret-left-centered.svg +6 -6
- package/src/assets/images/caret-left.svg +6 -6
- package/src/assets/images/caret-right-centered.svg +6 -6
- package/src/assets/images/caret-right.svg +6 -6
- package/src/assets/images/caret-up-centered.svg +6 -6
- package/src/assets/images/caret-up.svg +11 -11
- package/src/assets/images/check-circle-filled-white.svg +9 -9
- package/src/assets/images/check-circle-filled.svg +12 -12
- package/src/assets/images/check-circle.svg +7 -7
- package/src/assets/images/check-selectable-items.svg +11 -11
- package/src/assets/images/check-thick-outline.svg +11 -11
- package/src/assets/images/check-thick.svg +6 -6
- package/src/assets/images/check.svg +17 -17
- package/src/assets/images/checkbox-background-black.svg +6 -6
- package/src/assets/images/checkbox-background-sm.svg +12 -12
- package/src/assets/images/checkbox-background-white.svg +6 -6
- package/src/assets/images/checkbox-background.svg +6 -6
- package/src/assets/images/checkbox-sm-checked.svg +11 -11
- package/src/assets/images/circle-empty-white.svg +6 -6
- package/src/assets/images/circle-sm-filled.svg +6 -6
- package/src/assets/images/clock.svg +12 -12
- package/src/assets/images/cross-circle-filled.svg +6 -6
- package/src/assets/images/cross-circle.svg +7 -7
- package/src/assets/images/cross-thick.svg +15 -15
- package/src/assets/images/cross.svg +7 -7
- package/src/assets/images/exclamation-circle-filled.svg +11 -11
- package/src/assets/images/exclamation-circle.svg +12 -12
- package/src/assets/images/feature-check.svg +9 -9
- package/src/assets/images/feature-cross.svg +10 -10
- package/src/assets/images/feature-draft.svg +14 -14
- package/src/assets/images/feature.svg +8 -8
- package/src/assets/images/file-image-plus-lg.svg +19 -19
- package/src/assets/images/file-image-plus-xl.svg +20 -20
- package/src/assets/images/format-bold.svg +11 -11
- package/src/assets/images/format-code.svg +12 -12
- package/src/assets/images/format-heading.svg +11 -11
- package/src/assets/images/format-indent-decrease.svg +11 -11
- package/src/assets/images/format-indent-increase.svg +11 -11
- package/src/assets/images/format-italic.svg +11 -11
- package/src/assets/images/format-link.svg +11 -11
- package/src/assets/images/format-list-bulleted.svg +17 -17
- package/src/assets/images/format-list-numbered.svg +17 -17
- package/src/assets/images/format-mark.svg +13 -13
- package/src/assets/images/format-quote.svg +17 -17
- package/src/assets/images/format-strikethrough.svg +11 -11
- package/src/assets/images/forward.svg +11 -11
- package/src/assets/images/google_signin.svg +22 -22
- package/src/assets/images/info-circle-cirro.svg +21 -21
- package/src/assets/images/info-circle-ux.svg +21 -21
- package/src/assets/images/lock.svg +15 -15
- package/src/assets/images/logo-mobile-cloud.svg +12 -12
- package/src/assets/images/logo-testio/testio_horizontal_black.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.svg +27 -27
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.svg +9 -9
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.svg +19 -19
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_symbol_black_round.svg +11 -11
- package/src/assets/images/logo-testio/testio_symbol_purple.svg +15 -15
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_teal.svg +15 -15
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_white_round.svg +11 -11
- package/src/assets/images/logo-testio/testio_typo_black.svg +11 -11
- package/src/assets/images/logo-testio/testio_typo_white.svg +11 -11
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.svg +19 -19
- package/src/assets/images/message-feedback.svg +10 -10
- package/src/assets/images/message-question-filled.svg +6 -6
- package/src/assets/images/message-question.svg +8 -8
- package/src/assets/images/message.svg +11 -11
- package/src/assets/images/question-circle.svg +24 -24
- package/src/assets/images/radio-checked-black.svg +5 -5
- package/src/assets/images/redo.svg +7 -7
- package/src/assets/images/remove.svg +6 -6
- package/src/assets/images/search.svg +11 -11
- package/src/assets/images/seat.svg +14 -14
- package/src/assets/images/section.svg +8 -8
- package/src/assets/images/sendmessage.svg +15 -15
- package/src/assets/images/speaker.svg +10 -10
- package/src/assets/images/test-archived.svg +12 -12
- package/src/assets/images/test-automation.svg +8 -8
- package/src/assets/images/test-check.svg +9 -9
- package/src/assets/images/test-ended.svg +9 -9
- package/src/assets/images/test-failed.svg +10 -10
- package/src/assets/images/test-initialized.svg +10 -10
- package/src/assets/images/test-locked.svg +15 -15
- package/src/assets/images/test-plus.svg +11 -11
- package/src/assets/images/test-promoted.svg +9 -9
- package/src/assets/images/test-running.svg +9 -9
- package/src/assets/images/test-stopped.svg +17 -17
- package/src/assets/images/test.svg +8 -8
- package/src/assets/images/testcase.svg +10 -10
- package/src/assets/images/triangle-centered-down.svg +12 -12
- package/src/assets/images/triangle-centered-left.svg +12 -12
- package/src/assets/images/triangle-centered-right.svg +12 -12
- package/src/assets/images/triangle-centered-up.svg +12 -12
- package/src/assets/images/triangle-down.svg +5 -5
- package/src/assets/images/triangle-up.svg +5 -5
- package/src/assets/images/undo.svg +7 -7
- package/src/assets/images/verify-exclamation.svg +11 -11
- package/src/assets/scripts/app.js +150 -150
- package/src/assets/scripts/modules/colors.js +10 -10
- package/src/assets/scripts/modules/echarts_area.js +94 -94
- package/src/assets/scripts/modules/echarts_donut.js +85 -85
- package/src/assets/scripts/modules/echarts_exampledata.js +105 -105
- package/src/assets/scripts/modules/echarts_exampleseries.js +146 -146
- package/src/assets/scripts/modules/echarts_gauge.js +74 -74
- package/src/assets/scripts/modules/echarts_horizontal.js +80 -80
- package/src/assets/scripts/modules/echarts_legend.js +12 -12
- package/src/assets/scripts/modules/echarts_vertical.js +80 -80
- package/src/assets/stylesheets/app.css +77 -76
- package/src/assets/stylesheets/components/actionbar.css +41 -41
- package/src/assets/stylesheets/components/alerts.css +50 -50
- package/src/assets/stylesheets/components/banner_card.css +56 -56
- package/src/assets/stylesheets/components/buttons.css +192 -192
- package/src/assets/stylesheets/components/cards.css +148 -148
- package/src/assets/stylesheets/components/chat.css +265 -265
- package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +173 -173
- package/src/assets/stylesheets/components/customer/customer_header.css +97 -97
- package/src/assets/stylesheets/components/customer/customer_productcards.css +212 -212
- package/src/assets/stylesheets/components/customer/customer_sidebar.css +76 -76
- package/src/assets/stylesheets/components/devices.css +77 -83
- package/src/assets/stylesheets/components/drawer.css +99 -99
- package/src/assets/stylesheets/components/dropdown.css +92 -92
- package/src/assets/stylesheets/components/emptystate_message.css +41 -41
- package/src/assets/stylesheets/components/form_card.css +20 -20
- package/src/assets/stylesheets/components/form_grid.css +11 -11
- package/src/assets/stylesheets/components/forms.css +106 -106
- package/src/assets/stylesheets/components/header.css +220 -220
- package/src/assets/stylesheets/components/iconfont.css +3303 -3303
- package/src/assets/stylesheets/components/icons.css +142 -142
- package/src/assets/stylesheets/components/images.css +27 -27
- package/src/assets/stylesheets/components/layout.css +37 -82
- package/src/assets/stylesheets/components/list_item.css +285 -281
- package/src/assets/stylesheets/components/lists.css +67 -67
- package/src/assets/stylesheets/components/loading_spinner.css +104 -104
- package/src/assets/stylesheets/components/manager/manager_header.css +50 -50
- package/src/assets/stylesheets/components/manager/manager_sidebar.css +76 -76
- package/src/assets/stylesheets/components/markdown_trix_styles.css +200 -200
- package/src/assets/stylesheets/components/metasidebar.css +56 -56
- package/src/assets/stylesheets/components/metrics.css +12 -12
- package/src/assets/stylesheets/components/modals.css +105 -105
- package/src/assets/stylesheets/components/notifications.css +154 -154
- package/src/assets/stylesheets/components/popover.css +120 -120
- package/src/assets/stylesheets/components/progress.css +69 -69
- package/src/assets/stylesheets/components/radio_tabs.css +59 -59
- package/src/assets/stylesheets/components/reset.css +26 -26
- package/src/assets/stylesheets/components/resultmodule.css +132 -132
- package/src/assets/stylesheets/components/search.css +110 -110
- package/src/assets/stylesheets/components/sections.css +97 -97
- package/src/assets/stylesheets/components/select.css +50 -50
- package/src/assets/stylesheets/components/select2.css +252 -252
- package/src/assets/stylesheets/components/selectable_token.css +223 -223
- package/src/assets/stylesheets/components/sidebar.css +480 -480
- package/src/assets/stylesheets/components/splitview.css +307 -304
- package/src/assets/stylesheets/components/tables.css +108 -108
- package/src/assets/stylesheets/components/tabs.css +121 -121
- package/src/assets/stylesheets/components/tags.css +28 -28
- package/src/assets/stylesheets/components/task_issue_item.css +78 -78
- package/src/assets/stylesheets/components/test_header.css +167 -0
- package/src/assets/stylesheets/components/test_item.css +89 -89
- package/src/assets/stylesheets/components/tester/tester_cards.css +143 -143
- package/src/assets/stylesheets/components/tester/tester_header.css +37 -37
- package/src/assets/stylesheets/components/tester/tester_sidebar.css +92 -92
- package/src/assets/stylesheets/components/toggleswitch.css +118 -118
- package/src/assets/stylesheets/components/tom_select.css +186 -186
- package/src/assets/stylesheets/components/trix_editor.css +174 -174
- package/src/assets/stylesheets/components/typography.css +81 -81
- package/src/assets/stylesheets/components/uploads.css +194 -194
- package/src/assets/stylesheets/components/user_item.css +57 -57
- package/src/assets/stylesheets/designsystem-styles.css +81 -81
- package/src/assets/stylesheets/postcss.config.js +16 -16
- package/src/assets/stylesheets/tailwind.config.js +331 -331
- package/src/humans.txt.njk +10 -10
- package/src/index.pug +16 -16
- package/src/pages/buttons/block.haml +39 -39
- package/src/pages/buttons/buttons-lg.haml +20 -20
- package/src/pages/buttons/buttons-sm.haml +41 -41
- package/src/pages/buttons/buttons-xl.haml +23 -23
- package/src/pages/buttons/buttons.haml +58 -58
- package/src/pages/buttons/buttons_input.haml +39 -39
- package/src/pages/buttons/dropdown-menu.haml +73 -73
- package/src/pages/buttons/index.njk +7 -7
- package/src/pages/buttons/info_popover.haml +32 -32
- package/src/pages/buttons/link-with-icon.haml +13 -13
- package/src/pages/buttons/square-buttons.haml +55 -55
- package/src/pages/charts/area.haml +215 -215
- package/src/pages/charts/bar_horizontal.haml +335 -335
- package/src/pages/charts/bar_vertical.haml +391 -391
- package/src/pages/charts/donut.haml +269 -269
- package/src/pages/charts/gauge.haml +214 -214
- package/src/pages/charts/index.njk +6 -6
- package/src/pages/ci.pug +8 -8
- package/src/pages/colors.pug +147 -147
- package/src/pages/components/alerts.haml +31 -31
- package/src/pages/components/banner_cards.haml +45 -45
- package/src/pages/components/cards.haml +111 -111
- package/src/pages/components/cards_customer.haml +487 -487
- package/src/pages/components/cards_fixedwidth.haml +135 -135
- package/src/pages/components/cards_iconheader.haml +57 -57
- package/src/pages/components/cards_tester.haml +159 -159
- package/src/pages/components/chat_window.haml +240 -240
- package/src/pages/components/comments_bug_preview.haml +29 -29
- package/src/pages/components/comments_chatmessages.haml +229 -229
- package/src/pages/components/descriptionlist.haml +47 -47
- package/src/pages/components/devices.haml +115 -115
- package/src/pages/components/drawer.haml +49 -49
- package/src/pages/components/drawer_filter.haml +76 -76
- package/src/pages/components/emptystate.haml +15 -15
- package/src/pages/components/index.njk +6 -6
- package/src/pages/components/issue-item.haml +18 -18
- package/src/pages/components/listitem_with_footer.haml +208 -208
- package/src/pages/components/listitems.haml +136 -136
- package/src/pages/components/listitems_badge.haml +36 -36
- package/src/pages/components/listitems_collapsable.haml +117 -117
- package/src/pages/components/listitems_nested.haml +50 -50
- package/src/pages/components/listitems_selectable.haml +59 -59
- package/src/pages/components/listitems_white.haml +82 -82
- package/src/pages/components/loading_spinner.haml +11 -11
- package/src/pages/components/metasidebar.haml +13 -13
- package/src/pages/components/modal_details.haml +68 -68
- package/src/pages/components/notification_center.haml +48 -48
- package/src/pages/components/notifications.haml +42 -42
- package/src/pages/components/profilethumb.haml +27 -27
- package/src/pages/components/progress.haml +23 -23
- package/src/pages/components/resultmodule.haml +150 -150
- package/src/pages/components/resultmodule_testcase.haml +125 -125
- package/src/pages/components/section_collapsable.haml +24 -24
- package/src/pages/components/splitview_item.haml +111 -111
- package/src/pages/components/splitview_item_collapsable.haml +65 -65
- package/src/pages/components/tables.haml +57 -57
- package/src/pages/components/tables_linked.haml +29 -29
- package/src/pages/components/tags.haml +12 -12
- package/src/pages/components/task_item.haml +33 -33
- package/src/pages/components/test_item.haml +119 -119
- package/src/pages/components/tester_levels.haml +70 -70
- package/src/pages/components/user_item.haml +49 -49
- package/src/pages/examples/layout-actionbar.haml +267 -267
- package/src/pages/examples/layout-basic.haml +28 -28
- package/src/pages/examples/layout-chat.haml +327 -327
- package/src/pages/examples/layout-customer.haml +189 -189
- package/src/pages/examples/layout-form-sidebar-actionbar-metasidebar.haml +312 -312
- package/src/pages/examples/layout-manager.haml +98 -98
- package/src/pages/examples/layout-metasidebar.haml +269 -269
- package/src/pages/examples/layout-sidebar-actionbar-metasidebar.haml +308 -308
- package/src/pages/examples/layout-sidebar-actionbar.haml +308 -308
- package/src/pages/examples/layout-sidebar.haml +296 -296
- package/src/pages/examples/layout-tester.haml +105 -105
- package/src/pages/examples/splitview-testcases.haml +477 -477
- package/src/pages/examples/splitview.haml +389 -389
- package/src/pages/forms/checkboxes.haml +64 -64
- package/src/pages/forms/checkboxes_devices.haml +45 -45
- package/src/pages/forms/form-addon.haml +16 -16
- package/src/pages/forms/form-card.haml +36 -36
- package/src/pages/forms/form-grid.haml +16 -16
- package/src/pages/forms/form_grid_narrow.haml +18 -18
- package/src/pages/forms/forms.haml +22 -22
- package/src/pages/forms/index.njk +6 -6
- package/src/pages/forms/radiobuttons.haml +50 -50
- package/src/pages/forms/rating_scale.haml +62 -62
- package/src/pages/forms/search.haml +71 -71
- package/src/pages/forms/select2.haml +72 -72
- package/src/pages/forms/select_native.haml +74 -74
- package/src/pages/forms/selectable_token.haml +49 -49
- package/src/pages/forms/selectable_token_browsers.haml +66 -66
- package/src/pages/forms/selectable_token_lg.haml +49 -49
- package/src/pages/forms/selectable_token_xl.haml +49 -49
- package/src/pages/forms/textarea.haml +24 -24
- package/src/pages/forms/toggle-buttons.haml +94 -94
- package/src/pages/forms/toggle-switch.haml +31 -31
- package/src/pages/forms/tomselect.haml +76 -76
- package/src/pages/forms/trix_editor.pug +10 -10
- package/src/pages/forms/uploads.pug +101 -101
- package/src/pages/icons/bug-icons.haml +75 -75
- package/src/pages/icons/index.njk +83 -83
- package/src/pages/icons/marketingicons.haml +15 -15
- package/src/pages/icons/status-icons.haml +38 -38
- package/src/pages/layout/app_layout.haml +27 -27
- package/src/pages/layout/index.njk +6 -6
- package/src/pages/layout/max_width.haml +49 -49
- package/src/pages/layout/spacing.haml +30 -30
- package/src/pages/navigation/header-manager.haml +73 -73
- package/src/pages/navigation/header-tester.haml +100 -100
- package/src/pages/navigation/header.haml +76 -76
- package/src/pages/navigation/header_customer.haml +77 -77
- package/src/pages/navigation/header_tester_epam.haml +108 -108
- package/src/pages/navigation/index.njk +7 -7
- package/src/pages/navigation/product_dropdown.haml +65 -65
- package/src/pages/navigation/radio_tabs.haml +22 -22
- package/src/pages/navigation/sidebar-manager.haml +46 -46
- package/src/pages/navigation/sidebar-tester-elements.haml +105 -105
- package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -108
- package/src/pages/navigation/sidebar-tester.haml +75 -75
- package/src/pages/navigation/sidebar.haml +46 -46
- package/src/pages/navigation/sidebar_collapsables.haml +136 -136
- package/src/pages/navigation/sidebar_customer.haml +146 -146
- package/src/pages/navigation/tabnavigation.haml +12 -12
- package/src/pages/navigation/tabnavigation_actions.haml +21 -21
- package/src/pages/navigation/tabnavigation_pills.haml +12 -12
- package/src/pages/navigation/test-header-tester.haml +178 -0
- package/src/pages/typography/index.njk +7 -7
- package/src/pages/typography/link_with_icon.haml +12 -12
- package/src/pages/typography/linked_icon.haml +10 -10
- package/src/pages/typography/markdown.md +112 -112
- package/src/pages/typography/section_header.haml +25 -25
- package/src/pages/typography/section_header_actions.haml +59 -59
- package/src/pages/typography/text_with_icon.haml +12 -12
- package/src/pages/typography/trix_styles.haml +127 -127
- package/src/pages/typography/typography.haml +51 -51
- package/src/sitemap.xml.njk +13 -13
- package/src/static/app.compiled.css +536 -208
- package/src/static/app.compiled.css.map +1 -1
- package/src/static/browserconfig.xml +9 -9
- package/src/static/site.webmanifest +3 -3
- package/utils/collections.js +29 -29
- package/utils/filters.js +11 -11
- package/utils/markdown.js +9 -9
- package/utils/shortcodes.js +6 -6
- package/utils/transforms.js +19 -19
- package/webpack.config.js +24 -24
|
@@ -1,108 +1,108 @@
|
|
|
1
|
-
---
|
|
2
|
-
tags: navigation
|
|
3
|
-
title: Header - EPAM Tester
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
%nav.header.tester
|
|
7
|
-
.navlinks.logo-wrapper
|
|
8
|
-
%a.navlink.header-logo{href:'#'}
|
|
9
|
-
.navlinks.left
|
|
10
|
-
%a.navlink.responsive-label.active{href:'#'}
|
|
11
|
-
%span.icon.icon-user-profile
|
|
12
|
-
%span Your profile
|
|
13
|
-
%a.navlink.responsive-label{href:'#'}
|
|
14
|
-
%span.icon.icon-activity
|
|
15
|
-
%span Activity
|
|
16
|
-
%a.navlink.responsive-label{href:'#'}
|
|
17
|
-
%span.icon.icon-devices
|
|
18
|
-
%span Devices
|
|
19
|
-
%a.navlink.responsive-label{href:'#'}
|
|
20
|
-
%span.icon.icon-billing
|
|
21
|
-
%span Billing
|
|
22
|
-
%a.navlink.responsive-label{href:'#'}
|
|
23
|
-
%span.icon.icon-academy
|
|
24
|
-
%span Learn
|
|
25
|
-
%details.mobile-links
|
|
26
|
-
%summary.mobile-menu-btn
|
|
27
|
-
.navlink
|
|
28
|
-
%span.sr-only Open main menu
|
|
29
|
-
%span.icon.icon-menu{ariahidden:'true'}
|
|
30
|
-
.mobile-menu.sidebar
|
|
31
|
-
.profilepicture-wrapper
|
|
32
|
-
%details.profilepicture-actions
|
|
33
|
-
%summary
|
|
34
|
-
%img.testerlevel-medal{src:'/assets/images/testerlevel-medals/medal_testerlevel_1_md.png', alt:''}
|
|
35
|
-
%img.profilepicture{src:'/assets/images/placeholders/profile_supergirl.png', alt:''}
|
|
36
|
-
.popover-menu
|
|
37
|
-
%a.popover-action{href:'#'}
|
|
38
|
-
%span.icon.text-icon-default.icon-cloud-upload.mr-icon-spacing
|
|
39
|
-
Upload picture
|
|
40
|
-
%a.popover-action{href:'#'}
|
|
41
|
-
%span.icon.text-icon-default.icon-remove.mr-icon-spacing
|
|
42
|
-
Remove picture
|
|
43
|
-
.sidebar-title Anja Berger
|
|
44
|
-
.navlinks
|
|
45
|
-
.sidebar-toggle
|
|
46
|
-
.form-toggle
|
|
47
|
-
%label.toggle-switch{for:'toggle2active'}
|
|
48
|
-
%input#toggle2active{type:'checkbox', checked:"true"}
|
|
49
|
-
%span.slider
|
|
50
|
-
.toggle-label Available for tests
|
|
51
|
-
.sidebar-divider
|
|
52
|
-
%a.navlink{href:'#'}
|
|
53
|
-
%span.icon.icon-home
|
|
54
|
-
Dashboard
|
|
55
|
-
%a.navlink{href:'#'}
|
|
56
|
-
%span.icon.icon-ranking
|
|
57
|
-
Ranking
|
|
58
|
-
.sidebar-divider
|
|
59
|
-
%a.navlink{href:'#'}
|
|
60
|
-
%span.icon.icon-user-profile
|
|
61
|
-
Your profile
|
|
62
|
-
%a.navlink{href:'#'}
|
|
63
|
-
%span.icon.icon-activity
|
|
64
|
-
Activity
|
|
65
|
-
%a.navlink{href:'#'}
|
|
66
|
-
%span.icon.icon-devices
|
|
67
|
-
Devices
|
|
68
|
-
%a.navlink{href:'#'}
|
|
69
|
-
%span.icon.icon-billing
|
|
70
|
-
Billing
|
|
71
|
-
%a.navlink.responsive-label{href:'#'}
|
|
72
|
-
%span.icon.icon-academy
|
|
73
|
-
Learn
|
|
74
|
-
.navlinks.right
|
|
75
|
-
.header-toggle.hidden-sm-down
|
|
76
|
-
Available for tests
|
|
77
|
-
.form-toggle
|
|
78
|
-
%label.toggle-switch{for:'toggle1active'}
|
|
79
|
-
%input#toggle1active{type:'checkbox', checked:"true"}
|
|
80
|
-
%span.slider
|
|
81
|
-
%a.navlink{href:'#'}
|
|
82
|
-
%span.icon.icon-bell
|
|
83
|
-
%span 99
|
|
84
|
-
%a.navlink.hidden-md-down{href:'#'}
|
|
85
|
-
%span.icon.icon-search.mr-0
|
|
86
|
-
%details.header-dropdown.user-menu
|
|
87
|
-
%summary.btn-profile.navlink
|
|
88
|
-
%span.sr-only Open user menu
|
|
89
|
-
%img.user-profile{src:'/assets/images/placeholders/profile_supergirl.png', alt:''}
|
|
90
|
-
.user-details
|
|
91
|
-
.profile-role Tester
|
|
92
|
-
.profile-name Anja Berger
|
|
93
|
-
.dropdown-menu.profile-dropdown{role:'menu', ariaorientation:'vertical', arialabelledby:'user-menu'}
|
|
94
|
-
%a.dropdown-link.hidden-md-up{href:'#', role:'menuitem'}
|
|
95
|
-
%span.icon.icon-search
|
|
96
|
-
Search
|
|
97
|
-
%a.dropdown-link.hidden-sm-up{href:'#', role:'menuitem'}
|
|
98
|
-
%span.icon.icon-user-outline-plus
|
|
99
|
-
Refer a tester
|
|
100
|
-
%a.dropdown-link.hidden-sm-up{href:'#', role:'menuitem'}
|
|
101
|
-
%span.icon.icon-chat
|
|
102
|
-
Chat 99
|
|
103
|
-
%a.dropdown-link{href:'#', role:'menuitem'}
|
|
104
|
-
%span.icon.icon-cog
|
|
105
|
-
Settings
|
|
106
|
-
%a.dropdown-link{href:'#', role:'menuitem'}
|
|
107
|
-
%span.icon.icon-shutdown
|
|
108
|
-
Sign out
|
|
1
|
+
---
|
|
2
|
+
tags: navigation
|
|
3
|
+
title: Header - EPAM Tester
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%nav.header.tester
|
|
7
|
+
.navlinks.logo-wrapper
|
|
8
|
+
%a.navlink.header-logo{href:'#'}
|
|
9
|
+
.navlinks.left
|
|
10
|
+
%a.navlink.responsive-label.active{href:'#'}
|
|
11
|
+
%span.icon.icon-user-profile
|
|
12
|
+
%span Your profile
|
|
13
|
+
%a.navlink.responsive-label{href:'#'}
|
|
14
|
+
%span.icon.icon-activity
|
|
15
|
+
%span Activity
|
|
16
|
+
%a.navlink.responsive-label{href:'#'}
|
|
17
|
+
%span.icon.icon-devices
|
|
18
|
+
%span Devices
|
|
19
|
+
%a.navlink.responsive-label{href:'#'}
|
|
20
|
+
%span.icon.icon-billing
|
|
21
|
+
%span Billing
|
|
22
|
+
%a.navlink.responsive-label{href:'#'}
|
|
23
|
+
%span.icon.icon-academy
|
|
24
|
+
%span Learn
|
|
25
|
+
%details.mobile-links
|
|
26
|
+
%summary.mobile-menu-btn
|
|
27
|
+
.navlink
|
|
28
|
+
%span.sr-only Open main menu
|
|
29
|
+
%span.icon.icon-menu{ariahidden:'true'}
|
|
30
|
+
.mobile-menu.sidebar
|
|
31
|
+
.profilepicture-wrapper
|
|
32
|
+
%details.profilepicture-actions
|
|
33
|
+
%summary
|
|
34
|
+
%img.testerlevel-medal{src:'/assets/images/testerlevel-medals/medal_testerlevel_1_md.png', alt:''}
|
|
35
|
+
%img.profilepicture{src:'/assets/images/placeholders/profile_supergirl.png', alt:''}
|
|
36
|
+
.popover-menu
|
|
37
|
+
%a.popover-action{href:'#'}
|
|
38
|
+
%span.icon.text-icon-default.icon-cloud-upload.mr-icon-spacing
|
|
39
|
+
Upload picture
|
|
40
|
+
%a.popover-action{href:'#'}
|
|
41
|
+
%span.icon.text-icon-default.icon-remove.mr-icon-spacing
|
|
42
|
+
Remove picture
|
|
43
|
+
.sidebar-title Anja Berger
|
|
44
|
+
.navlinks
|
|
45
|
+
.sidebar-toggle
|
|
46
|
+
.form-toggle
|
|
47
|
+
%label.toggle-switch{for:'toggle2active'}
|
|
48
|
+
%input#toggle2active{type:'checkbox', checked:"true"}
|
|
49
|
+
%span.slider
|
|
50
|
+
.toggle-label Available for tests
|
|
51
|
+
.sidebar-divider
|
|
52
|
+
%a.navlink{href:'#'}
|
|
53
|
+
%span.icon.icon-home
|
|
54
|
+
Dashboard
|
|
55
|
+
%a.navlink{href:'#'}
|
|
56
|
+
%span.icon.icon-ranking
|
|
57
|
+
Ranking
|
|
58
|
+
.sidebar-divider
|
|
59
|
+
%a.navlink{href:'#'}
|
|
60
|
+
%span.icon.icon-user-profile
|
|
61
|
+
Your profile
|
|
62
|
+
%a.navlink{href:'#'}
|
|
63
|
+
%span.icon.icon-activity
|
|
64
|
+
Activity
|
|
65
|
+
%a.navlink{href:'#'}
|
|
66
|
+
%span.icon.icon-devices
|
|
67
|
+
Devices
|
|
68
|
+
%a.navlink{href:'#'}
|
|
69
|
+
%span.icon.icon-billing
|
|
70
|
+
Billing
|
|
71
|
+
%a.navlink.responsive-label{href:'#'}
|
|
72
|
+
%span.icon.icon-academy
|
|
73
|
+
Learn
|
|
74
|
+
.navlinks.right
|
|
75
|
+
.header-toggle.hidden-sm-down
|
|
76
|
+
Available for tests
|
|
77
|
+
.form-toggle
|
|
78
|
+
%label.toggle-switch{for:'toggle1active'}
|
|
79
|
+
%input#toggle1active{type:'checkbox', checked:"true"}
|
|
80
|
+
%span.slider
|
|
81
|
+
%a.navlink{href:'#'}
|
|
82
|
+
%span.icon.icon-bell
|
|
83
|
+
%span 99
|
|
84
|
+
%a.navlink.hidden-md-down{href:'#'}
|
|
85
|
+
%span.icon.icon-search.mr-0
|
|
86
|
+
%details.header-dropdown.user-menu
|
|
87
|
+
%summary.btn-profile.navlink
|
|
88
|
+
%span.sr-only Open user menu
|
|
89
|
+
%img.user-profile{src:'/assets/images/placeholders/profile_supergirl.png', alt:''}
|
|
90
|
+
.user-details
|
|
91
|
+
.profile-role Tester
|
|
92
|
+
.profile-name Anja Berger
|
|
93
|
+
.dropdown-menu.profile-dropdown{role:'menu', ariaorientation:'vertical', arialabelledby:'user-menu'}
|
|
94
|
+
%a.dropdown-link.hidden-md-up{href:'#', role:'menuitem'}
|
|
95
|
+
%span.icon.icon-search
|
|
96
|
+
Search
|
|
97
|
+
%a.dropdown-link.hidden-sm-up{href:'#', role:'menuitem'}
|
|
98
|
+
%span.icon.icon-user-outline-plus
|
|
99
|
+
Refer a tester
|
|
100
|
+
%a.dropdown-link.hidden-sm-up{href:'#', role:'menuitem'}
|
|
101
|
+
%span.icon.icon-chat
|
|
102
|
+
Chat 99
|
|
103
|
+
%a.dropdown-link{href:'#', role:'menuitem'}
|
|
104
|
+
%span.icon.icon-cog
|
|
105
|
+
Settings
|
|
106
|
+
%a.dropdown-link{href:'#', role:'menuitem'}
|
|
107
|
+
%span.icon.icon-shutdown
|
|
108
|
+
Sign out
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
---
|
|
2
|
-
layout: base
|
|
3
|
-
permalink: navigation/
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
{% set collection = collections.navigation %}
|
|
7
|
-
{% include "page-with-sidebar.njk" %}
|
|
1
|
+
---
|
|
2
|
+
layout: base
|
|
3
|
+
permalink: navigation/
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
{% set collection = collections.navigation %}
|
|
7
|
+
{% include "page-with-sidebar.njk" %}
|
|
@@ -1,65 +1,65 @@
|
|
|
1
|
-
---
|
|
2
|
-
tags: navigation
|
|
3
|
-
title: Customer product dropdown
|
|
4
|
-
---
|
|
5
|
-
.header.customer
|
|
6
|
-
.navlinks.logo-wrapper
|
|
7
|
-
%a.navlink.header-logo{href:'#'}
|
|
8
|
-
.navlinks
|
|
9
|
-
%details.header-dropdown
|
|
10
|
-
%summary.navlink Products
|
|
11
|
-
.dropdown-menu.products-dropdown
|
|
12
|
-
%a.navlink.product.dashed
|
|
13
|
-
.icon.icon-products-lg
|
|
14
|
-
Overview
|
|
15
|
-
%a.navlink.product.dashed
|
|
16
|
-
.icon.icon-plus-lg
|
|
17
|
-
Create product
|
|
18
|
-
%a.navlink.product.website
|
|
19
|
-
.icon.icon-website-lg
|
|
20
|
-
Website product
|
|
21
|
-
%a.navlink.product.android
|
|
22
|
-
.icon.icon-devices-android-lg
|
|
23
|
-
Android product
|
|
24
|
-
%a.navlink.product.apple
|
|
25
|
-
.icon.icon-devices-apple-lg
|
|
26
|
-
Apple product
|
|
27
|
-
%a.navlink.product.streaming
|
|
28
|
-
.icon.icon-streaming-lg
|
|
29
|
-
Streaming product
|
|
30
|
-
%a.navlink.product.gaming
|
|
31
|
-
.icon.icon-gaming-lg
|
|
32
|
-
Gaming product
|
|
33
|
-
%a.navlink.product.windows
|
|
34
|
-
.icon.icon-devices-windows-lg
|
|
35
|
-
Windows product
|
|
36
|
-
%a.navlink.product
|
|
37
|
-
%img.logo{src:'/assets/images/logo-testio/testio_symbol_purpleteal_square.png', alt:''}
|
|
38
|
-
.navlink-label Product Title with image
|
|
39
|
-
%a.navlink.product
|
|
40
|
-
%img.logo{src:'/assets/images/logo-testio/testio_symbol_tealpurple_square.png', alt:''}
|
|
41
|
-
.navlink-label Product Title with a super long name to see how things are breaking
|
|
42
|
-
%a.navlink.product
|
|
43
|
-
%img.logo{src:'/assets/images/placeholders/Logo-alpha-empire-white.png', alt:''}
|
|
44
|
-
.navlink-label Product Title
|
|
45
|
-
%a.navlink.product
|
|
46
|
-
%img.logo{src:'/assets/images/placeholders/Rocket-Blueprint.png', alt:''}
|
|
47
|
-
.navlink-label Product Title
|
|
48
|
-
%a.navlink.product
|
|
49
|
-
%img.logo{src:'/assets/images/placeholders/Rocket-Flying.png', alt:''}
|
|
50
|
-
.navlink-label Product Title
|
|
51
|
-
%a.navlink.product
|
|
52
|
-
%img.logo{src:'/assets/images/logo-testio/testio_symbol_purpleteal_square.png', alt:''}
|
|
53
|
-
.navlink-label Product Title
|
|
54
|
-
%a.navlink.product
|
|
55
|
-
%img.logo{src:'/assets/images/logo-testio/testio_symbol_tealpurple_square.png', alt:''}
|
|
56
|
-
.navlink-label Product Title
|
|
57
|
-
%a.navlink.product
|
|
58
|
-
%img.logo{src:'/assets/images/placeholders/Logo-alpha-empire-white.png', alt:''}
|
|
59
|
-
.navlink-label Product Title
|
|
60
|
-
%a.navlink.product
|
|
61
|
-
%img.logo{src:'/assets/images/placeholders/Rocket-Blueprint.png', alt:''}
|
|
62
|
-
.navlink-label Product Title
|
|
63
|
-
%a.navlink.product
|
|
64
|
-
%img.logo{src:'/assets/images/placeholders/Rocket-Flying.png', alt:''}
|
|
65
|
-
.navlink-label Product Title
|
|
1
|
+
---
|
|
2
|
+
tags: navigation
|
|
3
|
+
title: Customer product dropdown
|
|
4
|
+
---
|
|
5
|
+
.header.customer
|
|
6
|
+
.navlinks.logo-wrapper
|
|
7
|
+
%a.navlink.header-logo{href:'#'}
|
|
8
|
+
.navlinks
|
|
9
|
+
%details.header-dropdown
|
|
10
|
+
%summary.navlink Products
|
|
11
|
+
.dropdown-menu.products-dropdown
|
|
12
|
+
%a.navlink.product.dashed
|
|
13
|
+
.icon.icon-products-lg
|
|
14
|
+
Overview
|
|
15
|
+
%a.navlink.product.dashed
|
|
16
|
+
.icon.icon-plus-lg
|
|
17
|
+
Create product
|
|
18
|
+
%a.navlink.product.website
|
|
19
|
+
.icon.icon-website-lg
|
|
20
|
+
Website product
|
|
21
|
+
%a.navlink.product.android
|
|
22
|
+
.icon.icon-devices-android-lg
|
|
23
|
+
Android product
|
|
24
|
+
%a.navlink.product.apple
|
|
25
|
+
.icon.icon-devices-apple-lg
|
|
26
|
+
Apple product
|
|
27
|
+
%a.navlink.product.streaming
|
|
28
|
+
.icon.icon-streaming-lg
|
|
29
|
+
Streaming product
|
|
30
|
+
%a.navlink.product.gaming
|
|
31
|
+
.icon.icon-gaming-lg
|
|
32
|
+
Gaming product
|
|
33
|
+
%a.navlink.product.windows
|
|
34
|
+
.icon.icon-devices-windows-lg
|
|
35
|
+
Windows product
|
|
36
|
+
%a.navlink.product
|
|
37
|
+
%img.logo{src:'/assets/images/logo-testio/testio_symbol_purpleteal_square.png', alt:''}
|
|
38
|
+
.navlink-label Product Title with image
|
|
39
|
+
%a.navlink.product
|
|
40
|
+
%img.logo{src:'/assets/images/logo-testio/testio_symbol_tealpurple_square.png', alt:''}
|
|
41
|
+
.navlink-label Product Title with a super long name to see how things are breaking
|
|
42
|
+
%a.navlink.product
|
|
43
|
+
%img.logo{src:'/assets/images/placeholders/Logo-alpha-empire-white.png', alt:''}
|
|
44
|
+
.navlink-label Product Title
|
|
45
|
+
%a.navlink.product
|
|
46
|
+
%img.logo{src:'/assets/images/placeholders/Rocket-Blueprint.png', alt:''}
|
|
47
|
+
.navlink-label Product Title
|
|
48
|
+
%a.navlink.product
|
|
49
|
+
%img.logo{src:'/assets/images/placeholders/Rocket-Flying.png', alt:''}
|
|
50
|
+
.navlink-label Product Title
|
|
51
|
+
%a.navlink.product
|
|
52
|
+
%img.logo{src:'/assets/images/logo-testio/testio_symbol_purpleteal_square.png', alt:''}
|
|
53
|
+
.navlink-label Product Title
|
|
54
|
+
%a.navlink.product
|
|
55
|
+
%img.logo{src:'/assets/images/logo-testio/testio_symbol_tealpurple_square.png', alt:''}
|
|
56
|
+
.navlink-label Product Title
|
|
57
|
+
%a.navlink.product
|
|
58
|
+
%img.logo{src:'/assets/images/placeholders/Logo-alpha-empire-white.png', alt:''}
|
|
59
|
+
.navlink-label Product Title
|
|
60
|
+
%a.navlink.product
|
|
61
|
+
%img.logo{src:'/assets/images/placeholders/Rocket-Blueprint.png', alt:''}
|
|
62
|
+
.navlink-label Product Title
|
|
63
|
+
%a.navlink.product
|
|
64
|
+
%img.logo{src:'/assets/images/placeholders/Rocket-Flying.png', alt:''}
|
|
65
|
+
.navlink-label Product Title
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
---
|
|
2
|
-
tags: navigation
|
|
3
|
-
title: Radio tabs
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
.radio-tabs
|
|
7
|
-
%input.radio-tab#tab1{checked: "checked", name: "tabs", tabindex: "1", type: "radio"}
|
|
8
|
-
%label.radio-tab-btn{for: "tab1"} Tab One
|
|
9
|
-
.radio-tab-content{tabindex: "1"}
|
|
10
|
-
%h3.mb-heading Tab One Content
|
|
11
|
-
%p Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
|
|
12
|
-
%input.radio-tab#tab2{name: "tabs", tabindex: "1", type: "radio"}
|
|
13
|
-
%label.radio-tab-btn{for: "tab2"} Tab Two
|
|
14
|
-
.radio-tab-content{tabindex: "1"}
|
|
15
|
-
%h3.mb-heading Tab Two Content
|
|
16
|
-
%p Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus
|
|
17
|
-
%input.radio-tab#tab3{name: "tabs", tabindex: "1", type: "radio"}
|
|
18
|
-
%label.radio-tab-btn{for: "tab3"} Tab Three
|
|
19
|
-
.radio-tab-content{tabindex: "1"}
|
|
20
|
-
%h3.mb-heading Tab Three Content
|
|
21
|
-
%p Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
|
|
22
|
-
%p Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
|
|
1
|
+
---
|
|
2
|
+
tags: navigation
|
|
3
|
+
title: Radio tabs
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.radio-tabs
|
|
7
|
+
%input.radio-tab#tab1{checked: "checked", name: "tabs", tabindex: "1", type: "radio"}
|
|
8
|
+
%label.radio-tab-btn{for: "tab1"} Tab One
|
|
9
|
+
.radio-tab-content{tabindex: "1"}
|
|
10
|
+
%h3.mb-heading Tab One Content
|
|
11
|
+
%p Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
|
|
12
|
+
%input.radio-tab#tab2{name: "tabs", tabindex: "1", type: "radio"}
|
|
13
|
+
%label.radio-tab-btn{for: "tab2"} Tab Two
|
|
14
|
+
.radio-tab-content{tabindex: "1"}
|
|
15
|
+
%h3.mb-heading Tab Two Content
|
|
16
|
+
%p Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, commodo vitae, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. Donec non enim in turpis pulvinar facilisis. Ut felis. Praesent dapibus, neque id cursus faucibus, tortor neque egestas augue, eu vulputate magna eros eu erat. Aliquam erat volutpat. Nam dui mi, tincidunt quis, accumsan porttitor, facilisis luctus, metus
|
|
17
|
+
%input.radio-tab#tab3{name: "tabs", tabindex: "1", type: "radio"}
|
|
18
|
+
%label.radio-tab-btn{for: "tab3"} Tab Three
|
|
19
|
+
.radio-tab-content{tabindex: "1"}
|
|
20
|
+
%h3.mb-heading Tab Three Content
|
|
21
|
+
%p Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
|
|
22
|
+
%p Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.
|
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
---
|
|
2
|
-
tags: navigation
|
|
3
|
-
title: Sidebar - Teamleader
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
%nav.sidebar.manager.ds-removethisclass-flex{arialabel:'Sidebar'}
|
|
7
|
-
%a.navlink.active{href:'#'}
|
|
8
|
-
%span.icon.icon-home
|
|
9
|
-
Navlink active
|
|
10
|
-
%a.navlink{href:'#'}
|
|
11
|
-
%span.icon.icon-bug
|
|
12
|
-
Navlink
|
|
13
|
-
%details
|
|
14
|
-
%summary.navlink
|
|
15
|
-
%span.icon.icon-product
|
|
16
|
-
Collapsable
|
|
17
|
-
%a.navlink{href:'#'}
|
|
18
|
-
%span.icon.icon-test
|
|
19
|
-
Navlink child
|
|
20
|
-
%a.navlink{href:'#'}
|
|
21
|
-
%span.icon.icon-test
|
|
22
|
-
Navlink child
|
|
23
|
-
%a.navlink{href:'#'}
|
|
24
|
-
%span.icon.icon-test
|
|
25
|
-
Navlink child
|
|
26
|
-
%a.navlink.active{href:'#'}
|
|
27
|
-
%span.icon.icon-test
|
|
28
|
-
Active child
|
|
29
|
-
%a.navlink{href:'#'}
|
|
30
|
-
%span.icon.icon-bug-reproduction
|
|
31
|
-
Navlink with a long title to see how things are breaking into several lines and don't cause a broken layout
|
|
32
|
-
.sidebar-divider
|
|
33
|
-
%a.navlink{href:'#'}
|
|
34
|
-
%span.icon.icon-check-circle-filled
|
|
35
|
-
Navlink
|
|
36
|
-
%a.navlink{href:'#'}
|
|
37
|
-
%span.icon.icon-check-circle-filled
|
|
38
|
-
Navlink
|
|
39
|
-
%a.navlink{href:'#'}
|
|
40
|
-
%span.icon.icon-check-circle-filled
|
|
41
|
-
Navlink
|
|
42
|
-
.sidebar-label Sidebar-label
|
|
43
|
-
%a.navlink{href:'#'}
|
|
44
|
-
%span.icon.icon-check-circle-filled
|
|
45
|
-
Navlink
|
|
46
|
-
%a.navlink{href:'#'} Navlink without icon
|
|
1
|
+
---
|
|
2
|
+
tags: navigation
|
|
3
|
+
title: Sidebar - Teamleader
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%nav.sidebar.manager.ds-removethisclass-flex{arialabel:'Sidebar'}
|
|
7
|
+
%a.navlink.active{href:'#'}
|
|
8
|
+
%span.icon.icon-home
|
|
9
|
+
Navlink active
|
|
10
|
+
%a.navlink{href:'#'}
|
|
11
|
+
%span.icon.icon-bug
|
|
12
|
+
Navlink
|
|
13
|
+
%details
|
|
14
|
+
%summary.navlink
|
|
15
|
+
%span.icon.icon-product
|
|
16
|
+
Collapsable
|
|
17
|
+
%a.navlink{href:'#'}
|
|
18
|
+
%span.icon.icon-test
|
|
19
|
+
Navlink child
|
|
20
|
+
%a.navlink{href:'#'}
|
|
21
|
+
%span.icon.icon-test
|
|
22
|
+
Navlink child
|
|
23
|
+
%a.navlink{href:'#'}
|
|
24
|
+
%span.icon.icon-test
|
|
25
|
+
Navlink child
|
|
26
|
+
%a.navlink.active{href:'#'}
|
|
27
|
+
%span.icon.icon-test
|
|
28
|
+
Active child
|
|
29
|
+
%a.navlink{href:'#'}
|
|
30
|
+
%span.icon.icon-bug-reproduction
|
|
31
|
+
Navlink with a long title to see how things are breaking into several lines and don't cause a broken layout
|
|
32
|
+
.sidebar-divider
|
|
33
|
+
%a.navlink{href:'#'}
|
|
34
|
+
%span.icon.icon-check-circle-filled
|
|
35
|
+
Navlink
|
|
36
|
+
%a.navlink{href:'#'}
|
|
37
|
+
%span.icon.icon-check-circle-filled
|
|
38
|
+
Navlink
|
|
39
|
+
%a.navlink{href:'#'}
|
|
40
|
+
%span.icon.icon-check-circle-filled
|
|
41
|
+
Navlink
|
|
42
|
+
.sidebar-label Sidebar-label
|
|
43
|
+
%a.navlink{href:'#'}
|
|
44
|
+
%span.icon.icon-check-circle-filled
|
|
45
|
+
Navlink
|
|
46
|
+
%a.navlink{href:'#'} Navlink without icon
|