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
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: navigation
|
|
3
|
+
title: Test Header - Tester
|
|
4
|
+
---
|
|
5
|
+
%p.mb-xs
|
|
6
|
+
%span.tag-item.mr-xs.bg-gray-lighter .tester-header.tester
|
|
7
|
+
Invitation, not joined yet
|
|
8
|
+
.test-header.tester
|
|
9
|
+
%h1.test-title Customer name
|
|
10
|
+
.test-progress-wrapper
|
|
11
|
+
.meta-info #123321 | Focused Test | Ends in 8 hours
|
|
12
|
+
%progress.test-progress{value:"32", max:"100"} 32%
|
|
13
|
+
%nav.nav-tabs
|
|
14
|
+
.navlink.active{href:""} Navlink active
|
|
15
|
+
.navlink{href:""} Navlink
|
|
16
|
+
.navlink{href:""} Navlink
|
|
17
|
+
.navlink{href:""}
|
|
18
|
+
Counter
|
|
19
|
+
.counter 99
|
|
20
|
+
.navlink.disabled{href:""} Disabled
|
|
21
|
+
%p.mb-xs.mt-md
|
|
22
|
+
%span.tag-item.mr-xs.bg-gray-lighter .tester-header.tester.minimized
|
|
23
|
+
Invitation, not joined yet, minimized
|
|
24
|
+
.test-header.tester.minimized
|
|
25
|
+
%h1.test-title Customer name
|
|
26
|
+
.test-progress-wrapper
|
|
27
|
+
.meta-info #123321 | Focused Test | Ends in 8 hours
|
|
28
|
+
%progress.test-progress{value:"32", max:"100"} 32%
|
|
29
|
+
%nav.nav-tabs
|
|
30
|
+
.navlink.active{href:""} Navlink active
|
|
31
|
+
.navlink{href:""} Navlink
|
|
32
|
+
.navlink{href:""} Navlink
|
|
33
|
+
.navlink{href:""}
|
|
34
|
+
Counter
|
|
35
|
+
.counter 99
|
|
36
|
+
.navlink.disabled{href:""} Disabled
|
|
37
|
+
%p.mb-xs.mt-md
|
|
38
|
+
%span.tag-item.mr-xs.bg-gray-lighter .tester-header.tester.ready
|
|
39
|
+
Joined, ready for recording
|
|
40
|
+
.test-header.tester.ready
|
|
41
|
+
%h1.test-title Customer name
|
|
42
|
+
.test-progress-wrapper
|
|
43
|
+
.meta-info #123321 | Focused Test | Ends in 8 hours
|
|
44
|
+
%progress.test-progress{value:"32", max:"100"} 32%
|
|
45
|
+
.test-actions
|
|
46
|
+
%a.btn.btn-recording{href:""}
|
|
47
|
+
.icon.icon-circle-filled
|
|
48
|
+
%nav.nav-tabs
|
|
49
|
+
.navlink.active{href:""} Navlink active
|
|
50
|
+
.navlink{href:""} Navlink
|
|
51
|
+
.navlink{href:""} Navlink
|
|
52
|
+
.navlink{href:""}
|
|
53
|
+
Counter
|
|
54
|
+
.counter 99
|
|
55
|
+
.navlink.disabled{href:""} Disabled
|
|
56
|
+
%p.mb-xs.mt-md
|
|
57
|
+
%span.tag-item.mr-xs.bg-gray-lighter .test-header.tester.ready.minimized
|
|
58
|
+
Joined, ready for recording, minimized
|
|
59
|
+
.test-header.tester.ready.minimized
|
|
60
|
+
%h1.test-title Customer name
|
|
61
|
+
.test-progress-wrapper
|
|
62
|
+
.meta-info #123321 | Focused Test | Ends in 8 hours
|
|
63
|
+
%progress.test-progress{value:"32", max:"100"} 32%
|
|
64
|
+
.test-actions
|
|
65
|
+
%a.btn.btn-recording{href:""}
|
|
66
|
+
.icon.icon-circle-filled
|
|
67
|
+
%nav.nav-tabs
|
|
68
|
+
.navlink.active{href:""} Navlink active
|
|
69
|
+
.navlink{href:""} Navlink
|
|
70
|
+
.navlink{href:""} Navlink
|
|
71
|
+
.navlink{href:""}
|
|
72
|
+
Counter
|
|
73
|
+
.counter 99
|
|
74
|
+
.navlink.disabled{href:""} Disabled
|
|
75
|
+
%p.mb-xs.mt-md
|
|
76
|
+
%span.tag-item.mr-xs.bg-gray-lighter .tester-header.tester.recording
|
|
77
|
+
Session active
|
|
78
|
+
.test-header.tester.recording
|
|
79
|
+
%h1.test-title Customer name
|
|
80
|
+
.test-progress-wrapper
|
|
81
|
+
.meta-info #123321 | Focused Test | Ends in 8 hours
|
|
82
|
+
%progress.test-progress{value:"32", max:"100"} 32%
|
|
83
|
+
.session-info
|
|
84
|
+
.session-label Session active
|
|
85
|
+
.session-timer
|
|
86
|
+
30:00
|
|
87
|
+
.session-addon left
|
|
88
|
+
.test-actions
|
|
89
|
+
%a.btn{href:""}
|
|
90
|
+
.icon.icon-clock
|
|
91
|
+
%a.btn{href:""}
|
|
92
|
+
.icon.icon-stop
|
|
93
|
+
%nav.nav-tabs
|
|
94
|
+
.navlink.active{href:""} Navlink active
|
|
95
|
+
.navlink{href:""} Navlink
|
|
96
|
+
.navlink{href:""} Navlink
|
|
97
|
+
.navlink{href:""}
|
|
98
|
+
Counter
|
|
99
|
+
.counter 99
|
|
100
|
+
.navlink.disabled{href:""} Disabled
|
|
101
|
+
%p.mb-xs.mt-md
|
|
102
|
+
%span.tag-item.mr-xs.bg-gray-lighter .tester-header.tester.recording.minimized
|
|
103
|
+
Session active, minimized
|
|
104
|
+
.test-header.tester.recording.minimized
|
|
105
|
+
%h1.test-title Customer name
|
|
106
|
+
.test-progress-wrapper
|
|
107
|
+
.meta-info #123321 | Focused Test | Ends in 8 hours
|
|
108
|
+
%progress.test-progress{value:"32", max:"100"} 32%
|
|
109
|
+
.session-info
|
|
110
|
+
.session-label Session active
|
|
111
|
+
.session-timer
|
|
112
|
+
30:00
|
|
113
|
+
.session-addon left
|
|
114
|
+
.test-actions
|
|
115
|
+
%a.btn{href:""}
|
|
116
|
+
.icon.icon-clock
|
|
117
|
+
%a.btn{href:""}
|
|
118
|
+
.icon.icon-stop
|
|
119
|
+
%nav.nav-tabs
|
|
120
|
+
.navlink.active{href:""} Navlink active
|
|
121
|
+
.navlink{href:""} Navlink
|
|
122
|
+
.navlink{href:""} Navlink
|
|
123
|
+
.navlink{href:""}
|
|
124
|
+
Counter
|
|
125
|
+
.counter 99
|
|
126
|
+
.navlink.disabled{href:""} Disabled
|
|
127
|
+
%p.mb-xs.mt-md
|
|
128
|
+
%span.tag-item.mr-xs.bg-gray-lighter .test-header.tester.recording.danger
|
|
129
|
+
Danger, session time running out
|
|
130
|
+
.test-header.tester.recording.danger
|
|
131
|
+
%h1.test-title Customer name
|
|
132
|
+
.test-progress-wrapper
|
|
133
|
+
.meta-info #123321 | Focused Test | Ends in 8 hours
|
|
134
|
+
%progress.test-progress{value:"32", max:"100"} 32%
|
|
135
|
+
.session-info
|
|
136
|
+
.session-label Session will end in 1 min
|
|
137
|
+
.session-timer
|
|
138
|
+
01:00
|
|
139
|
+
.session-addon left
|
|
140
|
+
.test-actions
|
|
141
|
+
%a.btn{href:""}
|
|
142
|
+
.icon.icon-clock
|
|
143
|
+
%a.btn{href:""}
|
|
144
|
+
.icon.icon-stop
|
|
145
|
+
%nav.nav-tabs
|
|
146
|
+
.navlink.active{href:""} Navlink active
|
|
147
|
+
.navlink{href:""} Navlink
|
|
148
|
+
.navlink{href:""} Navlink
|
|
149
|
+
.navlink{href:""}
|
|
150
|
+
Counter
|
|
151
|
+
.counter 99
|
|
152
|
+
.navlink.disabled{href:""} Disabled
|
|
153
|
+
%p.mb-xs.mt-md
|
|
154
|
+
%span.tag-item.mr-xs.bg-gray-lighter .test-header.tester.recording.danger.minimized
|
|
155
|
+
Danger, session time running out, minimized
|
|
156
|
+
.test-header.tester.recording.danger.minimized
|
|
157
|
+
%h1.test-title Customer name
|
|
158
|
+
.test-progress-wrapper
|
|
159
|
+
.meta-info #123321 | Focused Test | Ends in 8 hours
|
|
160
|
+
%progress.test-progress{value:"32", max:"100"} 32%
|
|
161
|
+
.session-info
|
|
162
|
+
.session-label Session will end in 1 min
|
|
163
|
+
.session-timer
|
|
164
|
+
01:00
|
|
165
|
+
.session-addon left
|
|
166
|
+
.test-actions
|
|
167
|
+
%a.btn{href:""}
|
|
168
|
+
.icon.icon-clock
|
|
169
|
+
%a.btn{href:""}
|
|
170
|
+
.icon.icon-stop
|
|
171
|
+
%nav.nav-tabs
|
|
172
|
+
.navlink.active{href:""} Navlink active
|
|
173
|
+
.navlink{href:""} Navlink
|
|
174
|
+
.navlink{href:""} Navlink
|
|
175
|
+
.navlink{href:""}
|
|
176
|
+
Counter
|
|
177
|
+
.counter 99
|
|
178
|
+
.navlink.disabled{href:""} Disabled
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
---
|
|
2
|
-
layout: base
|
|
3
|
-
permalink: typography/
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
{% set collection = collections.typography %}
|
|
7
|
-
{% include "page-with-sidebar.njk" %}
|
|
1
|
+
---
|
|
2
|
+
layout: base
|
|
3
|
+
permalink: typography/
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
{% set collection = collections.typography %}
|
|
7
|
+
{% include "page-with-sidebar.njk" %}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
---
|
|
2
|
-
tags: typography
|
|
3
|
-
title: Link with icon
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
%a.link-with-icon{href:""}
|
|
7
|
-
.icon.icon-exclamation-circle
|
|
8
|
-
All approved testers must complete this course to achieve bronze level and above.
|
|
9
|
-
.pt-xs
|
|
10
|
-
%a.link-with-icon{href:""}
|
|
11
|
-
.icon.icon-exclamation-circle
|
|
12
|
-
All approved testers will have a one-month transition period to complete it. If they do not pass, even Diamond testers will be downgraded to copper level.
|
|
1
|
+
---
|
|
2
|
+
tags: typography
|
|
3
|
+
title: Link with icon
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%a.link-with-icon{href:""}
|
|
7
|
+
.icon.icon-exclamation-circle
|
|
8
|
+
All approved testers must complete this course to achieve bronze level and above.
|
|
9
|
+
.pt-xs
|
|
10
|
+
%a.link-with-icon{href:""}
|
|
11
|
+
.icon.icon-exclamation-circle
|
|
12
|
+
All approved testers will have a one-month transition period to complete it. If they do not pass, even Diamond testers will be downgraded to copper level.
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
---
|
|
2
|
-
tags: typography
|
|
3
|
-
title: Linked icon
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
%a.linked-icon{href:""}
|
|
7
|
-
.icon.icon-exclamation-circle
|
|
8
|
-
.pt-xs
|
|
9
|
-
%a.linked-icon{href:""}
|
|
10
|
-
.icon.icon-exclamation-circle-filled
|
|
1
|
+
---
|
|
2
|
+
tags: typography
|
|
3
|
+
title: Linked icon
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%a.linked-icon{href:""}
|
|
7
|
+
.icon.icon-exclamation-circle
|
|
8
|
+
.pt-xs
|
|
9
|
+
%a.linked-icon{href:""}
|
|
10
|
+
.icon.icon-exclamation-circle-filled
|
|
@@ -1,113 +1,113 @@
|
|
|
1
|
-
---
|
|
2
|
-
tags: typography
|
|
3
|
-
title: Markdown styles
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
{% tag %}
|
|
7
|
-
|
|
8
|
-
These styles are scope with the class `markdown`
|
|
9
|
-
|
|
10
|
-
___
|
|
11
|
-
|
|
12
|
-
# This is a heading level 1
|
|
13
|
-
## This is a heading level 2
|
|
14
|
-
### This is a heading level 3
|
|
15
|
-
#### This is a heading level 4
|
|
16
|
-
##### Heading level 5
|
|
17
|
-
###### Heading level 6
|
|
18
|
-
___
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
### Emphasis
|
|
22
|
-
|
|
23
|
-
**This is bold text**
|
|
24
|
-
|
|
25
|
-
__This is bold text__
|
|
26
|
-
|
|
27
|
-
*This is emphasized text*
|
|
28
|
-
|
|
29
|
-
_This is emphasized text_
|
|
30
|
-
|
|
31
|
-
~~Strikethrough~~
|
|
32
|
-
___
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
### Links
|
|
36
|
-
|
|
37
|
-
[link text](http://test.io)
|
|
38
|
-
[link with title](http://test.io "title text!")
|
|
39
|
-
___
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
### Blockquotes
|
|
43
|
-
|
|
44
|
-
> Here's a block quote by a famous Test IO employee
|
|
45
|
-
|
|
46
|
-
> Blockquotes can also be nested
|
|
47
|
-
>> ... by using additional greater-than signs right next to each other...
|
|
48
|
-
> > > ...or with spaces between arrows.
|
|
49
|
-
___
|
|
50
|
-
|
|
51
|
-
### Lists
|
|
52
|
-
|
|
53
|
-
#### Unordered
|
|
54
|
-
|
|
55
|
-
+ Create a list by starting a line with `+`, `-`, or `*`
|
|
56
|
-
+ Sub-lists are made by indenting 2 spaces:
|
|
57
|
-
- Marker character change forces new list start:
|
|
58
|
-
* This is a new list with started with the character `*`
|
|
59
|
-
* Ac tristique libero volutpat at
|
|
60
|
-
+ This is a new list with started with the character `+`
|
|
61
|
-
+ Facilisis in pretium nisl aliquet
|
|
62
|
-
- This is a new list with started with the character `-`
|
|
63
|
-
- Nulla volutpat aliquam velit
|
|
64
|
-
+ Very easy!
|
|
65
|
-
|
|
66
|
-
#### Ordered
|
|
67
|
-
|
|
68
|
-
1. Lorem ipsum dolor sit amet
|
|
69
|
-
2. Consectetur adipiscing elit
|
|
70
|
-
3. Integer molestie lorem at massa
|
|
71
|
-
-
|
|
72
|
-
1. You can use sequential numbers...
|
|
73
|
-
2. ...or keep all the numbers as `1.`
|
|
74
|
-
|
|
75
|
-
___
|
|
76
|
-
|
|
77
|
-
### Code
|
|
78
|
-
|
|
79
|
-
Inline `code`
|
|
80
|
-
|
|
81
|
-
Block code "fences"
|
|
82
|
-
|
|
83
|
-
```
|
|
84
|
-
Sample text here...
|
|
85
|
-
```
|
|
86
|
-
|
|
87
|
-
Syntax highlighting
|
|
88
|
-
|
|
89
|
-
``` js
|
|
90
|
-
var foo = function (bar) {
|
|
91
|
-
return bar++;
|
|
92
|
-
};
|
|
93
|
-
|
|
94
|
-
console.log(foo(5));
|
|
95
|
-
```
|
|
96
|
-
|
|
97
|
-
### Horizontal Rules
|
|
98
|
-
___
|
|
99
|
-
|
|
100
|
-
---
|
|
101
|
-
|
|
102
|
-
***
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### Tables
|
|
106
|
-
|
|
107
|
-
| Option | Description |
|
|
108
|
-
| ------ | ----------- |
|
|
109
|
-
| data | path to data files to supply the data that will be passed into templates. |
|
|
110
|
-
| engine | engine to be used for processing templates. Handlebars is the default. |
|
|
111
|
-
| ext | extension to be used for dest files. |
|
|
112
|
-
|
|
1
|
+
---
|
|
2
|
+
tags: typography
|
|
3
|
+
title: Markdown styles
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
{% tag %}
|
|
7
|
+
|
|
8
|
+
These styles are scope with the class `markdown`
|
|
9
|
+
|
|
10
|
+
___
|
|
11
|
+
|
|
12
|
+
# This is a heading level 1
|
|
13
|
+
## This is a heading level 2
|
|
14
|
+
### This is a heading level 3
|
|
15
|
+
#### This is a heading level 4
|
|
16
|
+
##### Heading level 5
|
|
17
|
+
###### Heading level 6
|
|
18
|
+
___
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Emphasis
|
|
22
|
+
|
|
23
|
+
**This is bold text**
|
|
24
|
+
|
|
25
|
+
__This is bold text__
|
|
26
|
+
|
|
27
|
+
*This is emphasized text*
|
|
28
|
+
|
|
29
|
+
_This is emphasized text_
|
|
30
|
+
|
|
31
|
+
~~Strikethrough~~
|
|
32
|
+
___
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Links
|
|
36
|
+
|
|
37
|
+
[link text](http://test.io)
|
|
38
|
+
[link with title](http://test.io "title text!")
|
|
39
|
+
___
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
### Blockquotes
|
|
43
|
+
|
|
44
|
+
> Here's a block quote by a famous Test IO employee
|
|
45
|
+
|
|
46
|
+
> Blockquotes can also be nested
|
|
47
|
+
>> ... by using additional greater-than signs right next to each other...
|
|
48
|
+
> > > ...or with spaces between arrows.
|
|
49
|
+
___
|
|
50
|
+
|
|
51
|
+
### Lists
|
|
52
|
+
|
|
53
|
+
#### Unordered
|
|
54
|
+
|
|
55
|
+
+ Create a list by starting a line with `+`, `-`, or `*`
|
|
56
|
+
+ Sub-lists are made by indenting 2 spaces:
|
|
57
|
+
- Marker character change forces new list start:
|
|
58
|
+
* This is a new list with started with the character `*`
|
|
59
|
+
* Ac tristique libero volutpat at
|
|
60
|
+
+ This is a new list with started with the character `+`
|
|
61
|
+
+ Facilisis in pretium nisl aliquet
|
|
62
|
+
- This is a new list with started with the character `-`
|
|
63
|
+
- Nulla volutpat aliquam velit
|
|
64
|
+
+ Very easy!
|
|
65
|
+
|
|
66
|
+
#### Ordered
|
|
67
|
+
|
|
68
|
+
1. Lorem ipsum dolor sit amet
|
|
69
|
+
2. Consectetur adipiscing elit
|
|
70
|
+
3. Integer molestie lorem at massa
|
|
71
|
+
-
|
|
72
|
+
1. You can use sequential numbers...
|
|
73
|
+
2. ...or keep all the numbers as `1.`
|
|
74
|
+
|
|
75
|
+
___
|
|
76
|
+
|
|
77
|
+
### Code
|
|
78
|
+
|
|
79
|
+
Inline `code`
|
|
80
|
+
|
|
81
|
+
Block code "fences"
|
|
82
|
+
|
|
83
|
+
```
|
|
84
|
+
Sample text here...
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
Syntax highlighting
|
|
88
|
+
|
|
89
|
+
``` js
|
|
90
|
+
var foo = function (bar) {
|
|
91
|
+
return bar++;
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
console.log(foo(5));
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
### Horizontal Rules
|
|
98
|
+
___
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
***
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
### Tables
|
|
106
|
+
|
|
107
|
+
| Option | Description |
|
|
108
|
+
| ------ | ----------- |
|
|
109
|
+
| data | path to data files to supply the data that will be passed into templates. |
|
|
110
|
+
| engine | engine to be used for processing templates. Handlebars is the default. |
|
|
111
|
+
| ext | extension to be used for dest files. |
|
|
112
|
+
|
|
113
113
|
{% endtag %}
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
---
|
|
2
|
-
tags: typography
|
|
3
|
-
title: Section header
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
%section
|
|
7
|
-
.section-header
|
|
8
|
-
%h1.section-title Section header with h1
|
|
9
|
-
.section-label Section label
|
|
10
|
-
%section
|
|
11
|
-
.section-header
|
|
12
|
-
%h2.section-title Section header with h2
|
|
13
|
-
.section-label Section label
|
|
14
|
-
%section
|
|
15
|
-
.section-header
|
|
16
|
-
%h3.section-title Section header with h3
|
|
17
|
-
.section-label Section label
|
|
18
|
-
%section
|
|
19
|
-
.section-header
|
|
20
|
-
%h4.section-title Section header with h4
|
|
21
|
-
.section-label Section label
|
|
22
|
-
%section
|
|
23
|
-
.section-header
|
|
24
|
-
%h5.section-title Section header with h5
|
|
25
|
-
.section-label Section label
|
|
1
|
+
---
|
|
2
|
+
tags: typography
|
|
3
|
+
title: Section header
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%section
|
|
7
|
+
.section-header
|
|
8
|
+
%h1.section-title Section header with h1
|
|
9
|
+
.section-label Section label
|
|
10
|
+
%section
|
|
11
|
+
.section-header
|
|
12
|
+
%h2.section-title Section header with h2
|
|
13
|
+
.section-label Section label
|
|
14
|
+
%section
|
|
15
|
+
.section-header
|
|
16
|
+
%h3.section-title Section header with h3
|
|
17
|
+
.section-label Section label
|
|
18
|
+
%section
|
|
19
|
+
.section-header
|
|
20
|
+
%h4.section-title Section header with h4
|
|
21
|
+
.section-label Section label
|
|
22
|
+
%section
|
|
23
|
+
.section-header
|
|
24
|
+
%h5.section-title Section header with h5
|
|
25
|
+
.section-label Section label
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
---
|
|
2
|
-
tags: typography
|
|
3
|
-
title: Section header with actions
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
%section
|
|
7
|
-
.section-header
|
|
8
|
-
%h1.section-title Section with action h1
|
|
9
|
-
.section-actions
|
|
10
|
-
%a.link-with-icon{href:""}
|
|
11
|
-
.icon.icon-sort-descending
|
|
12
|
-
Severity (desc)
|
|
13
|
-
%a.linked-icon{href:""}
|
|
14
|
-
.icon.icon-filter
|
|
15
|
-
%a.linked-icon{href:""}
|
|
16
|
-
.icon.icon-search
|
|
17
|
-
%section
|
|
18
|
-
.section-header
|
|
19
|
-
%h2.section-title Section header with action h2
|
|
20
|
-
.section-actions
|
|
21
|
-
%a.link-with-icon{href:""}
|
|
22
|
-
.icon.icon-sort-descending
|
|
23
|
-
Severity (desc)
|
|
24
|
-
%a.linked-icon{href:""}
|
|
25
|
-
.icon.icon-filter
|
|
26
|
-
%a.linked-icon{href:""}
|
|
27
|
-
.icon.icon-search
|
|
28
|
-
%section
|
|
29
|
-
.section-header
|
|
30
|
-
%h3.section-title Section header with action h3
|
|
31
|
-
.section-actions
|
|
32
|
-
%a.link-with-icon{href:""}
|
|
33
|
-
.icon.icon-sort-descending
|
|
34
|
-
Severity (desc)
|
|
35
|
-
%a.linked-icon{href:""}
|
|
36
|
-
.icon.icon-filter
|
|
37
|
-
%a.linked-icon{href:""}
|
|
38
|
-
.icon.icon-search
|
|
39
|
-
%section
|
|
40
|
-
.section-header
|
|
41
|
-
%h4.section-title Section header with action h4
|
|
42
|
-
.section-actions
|
|
43
|
-
%a.link-with-icon{href:""}
|
|
44
|
-
.icon.icon-sort-descending
|
|
45
|
-
Severity (desc)
|
|
46
|
-
%a.linked-icon{href:""}
|
|
47
|
-
.icon.icon-filter
|
|
48
|
-
%a.linked-icon{href:""}
|
|
49
|
-
.icon.icon-search
|
|
50
|
-
%section
|
|
51
|
-
.section-header
|
|
52
|
-
%h5.section-title Section header with action h5
|
|
53
|
-
.section-actions
|
|
54
|
-
%a.link-with-icon{href:""}
|
|
55
|
-
.icon.icon-sort-descending
|
|
56
|
-
Severity (desc)
|
|
57
|
-
%a.linked-icon{href:""}
|
|
58
|
-
.icon.icon-filter
|
|
59
|
-
%a.linked-icon{href:""}
|
|
1
|
+
---
|
|
2
|
+
tags: typography
|
|
3
|
+
title: Section header with actions
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%section
|
|
7
|
+
.section-header
|
|
8
|
+
%h1.section-title Section with action h1
|
|
9
|
+
.section-actions
|
|
10
|
+
%a.link-with-icon{href:""}
|
|
11
|
+
.icon.icon-sort-descending
|
|
12
|
+
Severity (desc)
|
|
13
|
+
%a.linked-icon{href:""}
|
|
14
|
+
.icon.icon-filter
|
|
15
|
+
%a.linked-icon{href:""}
|
|
16
|
+
.icon.icon-search
|
|
17
|
+
%section
|
|
18
|
+
.section-header
|
|
19
|
+
%h2.section-title Section header with action h2
|
|
20
|
+
.section-actions
|
|
21
|
+
%a.link-with-icon{href:""}
|
|
22
|
+
.icon.icon-sort-descending
|
|
23
|
+
Severity (desc)
|
|
24
|
+
%a.linked-icon{href:""}
|
|
25
|
+
.icon.icon-filter
|
|
26
|
+
%a.linked-icon{href:""}
|
|
27
|
+
.icon.icon-search
|
|
28
|
+
%section
|
|
29
|
+
.section-header
|
|
30
|
+
%h3.section-title Section header with action h3
|
|
31
|
+
.section-actions
|
|
32
|
+
%a.link-with-icon{href:""}
|
|
33
|
+
.icon.icon-sort-descending
|
|
34
|
+
Severity (desc)
|
|
35
|
+
%a.linked-icon{href:""}
|
|
36
|
+
.icon.icon-filter
|
|
37
|
+
%a.linked-icon{href:""}
|
|
38
|
+
.icon.icon-search
|
|
39
|
+
%section
|
|
40
|
+
.section-header
|
|
41
|
+
%h4.section-title Section header with action h4
|
|
42
|
+
.section-actions
|
|
43
|
+
%a.link-with-icon{href:""}
|
|
44
|
+
.icon.icon-sort-descending
|
|
45
|
+
Severity (desc)
|
|
46
|
+
%a.linked-icon{href:""}
|
|
47
|
+
.icon.icon-filter
|
|
48
|
+
%a.linked-icon{href:""}
|
|
49
|
+
.icon.icon-search
|
|
50
|
+
%section
|
|
51
|
+
.section-header
|
|
52
|
+
%h5.section-title Section header with action h5
|
|
53
|
+
.section-actions
|
|
54
|
+
%a.link-with-icon{href:""}
|
|
55
|
+
.icon.icon-sort-descending
|
|
56
|
+
Severity (desc)
|
|
57
|
+
%a.linked-icon{href:""}
|
|
58
|
+
.icon.icon-filter
|
|
59
|
+
%a.linked-icon{href:""}
|
|
60
60
|
.icon.icon-search
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
---
|
|
2
|
-
tags: typography
|
|
3
|
-
title: Text with icon
|
|
4
|
-
---
|
|
5
|
-
|
|
6
|
-
.text-with-icon
|
|
7
|
-
.icon.icon-exclamation-circle
|
|
8
|
-
All approved testers must complete this course to achieve bronze level and above.
|
|
9
|
-
.pt-xs
|
|
10
|
-
.text-with-icon
|
|
11
|
-
.icon.icon-exclamation-circle
|
|
12
|
-
All approved testers will have a one-month transition period to complete it. If they do not pass, even Diamond testers will be downgraded to copper level.
|
|
1
|
+
---
|
|
2
|
+
tags: typography
|
|
3
|
+
title: Text with icon
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.text-with-icon
|
|
7
|
+
.icon.icon-exclamation-circle
|
|
8
|
+
All approved testers must complete this course to achieve bronze level and above.
|
|
9
|
+
.pt-xs
|
|
10
|
+
.text-with-icon
|
|
11
|
+
.icon.icon-exclamation-circle
|
|
12
|
+
All approved testers will have a one-month transition period to complete it. If they do not pass, even Diamond testers will be downgraded to copper level.
|