testio-tailwind 0.1.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/.eleventy.js +57 -0
- package/LICENSE +21 -0
- package/README.md +43 -0
- package/icon-classes-extractor.js +29 -0
- package/index.html +478 -0
- package/package.json +66 -0
- package/src/_data/navigation.json +44 -0
- package/src/_data/site.js +12 -0
- package/src/_includes/card_popover.haml +7 -0
- package/src/_includes/example-header-customer.pug +99 -0
- package/src/_includes/example-header-manager.njk +54 -0
- package/src/_includes/example-header-tester.njk +99 -0
- package/src/_includes/example-header.njk +50 -0
- package/src/_includes/footer-scripts.njk +1 -0
- package/src/_includes/head.njk +72 -0
- package/src/_includes/page-with-sidebar-nocode.njk +46 -0
- package/src/_includes/page-with-sidebar.njk +46 -0
- package/src/_includes/page.njk +39 -0
- package/src/_layouts/base.njk +83 -0
- package/src/_layouts/email-template.njk +90 -0
- package/src/_layouts/page-example-customer.njk +74 -0
- package/src/_layouts/page-example-manager.njk +74 -0
- package/src/_layouts/page-example-tester.njk +75 -0
- package/src/_layouts/page-example.njk +83 -0
- package/src/assets/images/Cirro-App-Defaultimage.png +0 -0
- package/src/assets/images/Cirro-App-Defaultimage.svg +25 -0
- package/src/assets/images/arrow-down.svg +13 -0
- package/src/assets/images/arrow-left.svg +13 -0
- package/src/assets/images/arrow-right.svg +13 -0
- package/src/assets/images/arrow-thick-left.svg +13 -0
- package/src/assets/images/arrow-thick-right.svg +13 -0
- package/src/assets/images/arrow-translation-lg.svg +1 -0
- package/src/assets/images/arrow-translation.svg +1 -0
- package/src/assets/images/arrow-up.svg +13 -0
- package/src/assets/images/at-sign.svg +12 -0
- package/src/assets/images/attachment-fallbackimage.svg +19 -0
- package/src/assets/images/attachment.svg +8 -0
- package/src/assets/images/bell-smile-xl.svg +18 -0
- package/src/assets/images/blocked.svg +7 -0
- package/src/assets/images/bug-chat-xl.svg +15 -0
- package/src/assets/images/bug-deceased-xl.svg +15 -0
- package/src/assets/images/bug-reproduction.svg +14 -0
- package/src/assets/images/bug-sad-xl.svg +13 -0
- package/src/assets/images/bug-search-xl.svg +18 -0
- package/src/assets/images/bug-sleeping-xl.svg +14 -0
- package/src/assets/images/bug-smile-xl.svg +9 -0
- package/src/assets/images/calendar.svg +15 -0
- package/src/assets/images/caret-down-centered.svg +6 -0
- package/src/assets/images/caret-down.svg +11 -0
- package/src/assets/images/caret-left-centered.svg +6 -0
- package/src/assets/images/caret-left.svg +6 -0
- package/src/assets/images/caret-right-centered.svg +6 -0
- package/src/assets/images/caret-right.svg +6 -0
- package/src/assets/images/caret-up-centered.svg +6 -0
- package/src/assets/images/caret-up.svg +11 -0
- package/src/assets/images/check-circle-filled-white.svg +9 -0
- package/src/assets/images/check-circle-filled.svg +12 -0
- package/src/assets/images/check-circle.svg +7 -0
- package/src/assets/images/check-selectable-items.svg +11 -0
- package/src/assets/images/check-thick-outline.svg +11 -0
- package/src/assets/images/check-thick.svg +6 -0
- package/src/assets/images/check.svg +17 -0
- package/src/assets/images/checkbox-background-black.svg +6 -0
- package/src/assets/images/checkbox-background-sm.svg +12 -0
- package/src/assets/images/checkbox-background-white.svg +6 -0
- package/src/assets/images/checkbox-background.svg +6 -0
- package/src/assets/images/checkbox-sm-checked.svg +11 -0
- package/src/assets/images/circle-empty-white.svg +6 -0
- package/src/assets/images/circle-sm-filled.svg +6 -0
- package/src/assets/images/clock.svg +12 -0
- package/src/assets/images/cross-circle-filled.svg +6 -0
- package/src/assets/images/cross-circle.svg +7 -0
- package/src/assets/images/cross-thick.svg +15 -0
- package/src/assets/images/cross.svg +7 -0
- package/src/assets/images/exclamation-circle-filled.svg +11 -0
- package/src/assets/images/exclamation-circle.svg +12 -0
- package/src/assets/images/feature-check.svg +9 -0
- package/src/assets/images/feature-cross.svg +10 -0
- package/src/assets/images/feature-draft.svg +14 -0
- package/src/assets/images/feature.svg +8 -0
- package/src/assets/images/file-image-plus-lg.svg +19 -0
- package/src/assets/images/file-image-plus-xl.svg +20 -0
- package/src/assets/images/format-bold.svg +11 -0
- package/src/assets/images/format-code.svg +12 -0
- package/src/assets/images/format-heading.svg +11 -0
- package/src/assets/images/format-indent-decrease.svg +11 -0
- package/src/assets/images/format-indent-increase.svg +11 -0
- package/src/assets/images/format-italic.svg +11 -0
- package/src/assets/images/format-link.svg +11 -0
- package/src/assets/images/format-list-bulleted.svg +17 -0
- package/src/assets/images/format-list-numbered.svg +17 -0
- package/src/assets/images/format-mark.svg +13 -0
- package/src/assets/images/format-quote.svg +17 -0
- package/src/assets/images/format-strikethrough.svg +11 -0
- package/src/assets/images/forward.svg +11 -0
- package/src/assets/images/google_signin.svg +22 -0
- package/src/assets/images/info-circle-cirro.svg +21 -0
- package/src/assets/images/info-circle-ux.svg +21 -0
- package/src/assets/images/lock.svg +15 -0
- package/src/assets/images/logo-mobile-cloud.svg +12 -0
- package/src/assets/images/logo-testio/testio_horizontal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_black.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.svg +27 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.svg +25 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.svg +9 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.svg +19 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.svg +21 -0
- package/src/assets/images/logo-testio/testio_horizontal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_horizontal_white.svg +14 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_black_round.svg +11 -0
- package/src/assets/images/logo-testio/testio_symbol_purple-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purple.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purple.svg +15 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_teal-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_teal.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_teal.svg +15 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.svg +18 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round.png +0 -0
- package/src/assets/images/logo-testio/testio_symbol_white_round.svg +11 -0
- package/src/assets/images/logo-testio/testio_typo_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_black.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_black.svg +11 -0
- package/src/assets/images/logo-testio/testio_typo_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_white.png +0 -0
- package/src/assets/images/logo-testio/testio_typo_white.svg +11 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.svg +19 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white-1000px.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.png +0 -0
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.svg +19 -0
- package/src/assets/images/message-feedback.svg +10 -0
- package/src/assets/images/message-question-filled.svg +6 -0
- package/src/assets/images/message-question.svg +8 -0
- package/src/assets/images/message.svg +11 -0
- package/src/assets/images/pattern-striped-bright.png +0 -0
- package/src/assets/images/pattern-striped-dark.png +0 -0
- package/src/assets/images/pattern-stripes-black-bg.png +0 -0
- package/src/assets/images/pattern-stripes-black.png +0 -0
- package/src/assets/images/pattern-stripes-gray-60px.png +0 -0
- package/src/assets/images/pattern-stripes-gray-darker.png +0 -0
- package/src/assets/images/pattern-stripes-gray-petroldark-60px.png +0 -0
- package/src/assets/images/pattern-stripes-gray.png +0 -0
- package/src/assets/images/pattern-stripes-petrol.png +0 -0
- package/src/assets/images/pattern-stripes-transparent.png +0 -0
- package/src/assets/images/placeholders/Approaches-desktop.png +0 -0
- package/src/assets/images/placeholders/BugFixConfirmation-desktop.png +0 -0
- package/src/assets/images/placeholders/CustomerUI-Mobile-Sidebar.png +0 -0
- package/src/assets/images/placeholders/Exploratorytesting-desktop.png +0 -0
- package/src/assets/images/placeholders/Logo-alpha-empire-white.png +0 -0
- package/src/assets/images/placeholders/Mobiletesting-mobileportrait.png +0 -0
- package/src/assets/images/placeholders/Plattforms-mobileportrait.png +0 -0
- package/src/assets/images/placeholders/Rocket-Blueprint.png +0 -0
- package/src/assets/images/placeholders/Rocket-Flying.png +0 -0
- package/src/assets/images/placeholders/TESTIO-email-header-darkteal.png +0 -0
- package/src/assets/images/placeholders/TestCaseExecution-mobile.png +0 -0
- package/src/assets/images/placeholders/Usability testing - desktop.png +0 -0
- package/src/assets/images/placeholders/automate-favicon.png +0 -0
- package/src/assets/images/placeholders/bugdetails.png +0 -0
- package/src/assets/images/placeholders/profile_boxer.png +0 -0
- package/src/assets/images/placeholders/profile_supergirl.png +0 -0
- package/src/assets/images/placeholders/security-jira-server.png +0 -0
- package/src/assets/images/placeholders/testio_symbol_purpleteal_square-1000px.png +0 -0
- package/src/assets/images/placeholders/testio_symbol_tealpurple_square-1000px.png +0 -0
- package/src/assets/images/question-circle.svg +24 -0
- package/src/assets/images/radio-checked-black.svg +5 -0
- package/src/assets/images/radio-checked-white.svg +1 -0
- package/src/assets/images/redo.svg +7 -0
- package/src/assets/images/remove.svg +6 -0
- package/src/assets/images/search.svg +11 -0
- package/src/assets/images/seat.svg +14 -0
- package/src/assets/images/section.svg +8 -0
- package/src/assets/images/select-languagepair-arrow-double.svg +1 -0
- package/src/assets/images/select-languagepair-arrow-single.svg +1 -0
- package/src/assets/images/sendmessage.svg +15 -0
- package/src/assets/images/speaker.svg +10 -0
- package/src/assets/images/test-archived.svg +12 -0
- package/src/assets/images/test-automation.svg +8 -0
- package/src/assets/images/test-check.svg +9 -0
- package/src/assets/images/test-ended.svg +9 -0
- package/src/assets/images/test-failed.svg +10 -0
- package/src/assets/images/test-initialized.svg +10 -0
- package/src/assets/images/test-locked.svg +15 -0
- package/src/assets/images/test-plus.svg +11 -0
- package/src/assets/images/test-promoted.svg +9 -0
- package/src/assets/images/test-running.svg +9 -0
- package/src/assets/images/test-stopped.svg +17 -0
- package/src/assets/images/test.svg +8 -0
- package/src/assets/images/testcase.svg +10 -0
- package/src/assets/images/tester-badges/testIO-testerbadge-cybersecurity.png +0 -0
- package/src/assets/images/tester-badges/testIO-testerbadge-cybersecurity.svg +1 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_1_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_2_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_3_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_g-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_g-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_4_xs@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_g-disabled.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_g-disabled@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_lg@4x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_md.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_md@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_sm.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_sm@2x.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_xs.png +0 -0
- package/src/assets/images/testerlevel-medals/medal_testerlevel_5_xs@2x.png +0 -0
- package/src/assets/images/testio-logo-onwhite.svg +1 -0
- package/src/assets/images/testio-symbol-red.svg +1 -0
- package/src/assets/images/triangle-centered-down.svg +12 -0
- package/src/assets/images/triangle-centered-left.svg +12 -0
- package/src/assets/images/triangle-centered-right.svg +12 -0
- package/src/assets/images/triangle-centered-up.svg +12 -0
- package/src/assets/images/triangle-down.svg +5 -0
- package/src/assets/images/triangle-up.svg +5 -0
- package/src/assets/images/undo.svg +7 -0
- package/src/assets/images/verify-exclamation.svg +11 -0
- package/src/assets/scripts/app.js +150 -0
- package/src/assets/scripts/modules/colors.js +11 -0
- package/src/assets/scripts/modules/echarts_area.js +94 -0
- package/src/assets/scripts/modules/echarts_donut.js +85 -0
- package/src/assets/scripts/modules/echarts_exampledata.js +106 -0
- package/src/assets/scripts/modules/echarts_exampleseries.js +146 -0
- package/src/assets/scripts/modules/echarts_gauge.js +74 -0
- package/src/assets/scripts/modules/echarts_horizontal.js +80 -0
- package/src/assets/scripts/modules/echarts_legend.js +13 -0
- package/src/assets/scripts/modules/echarts_vertical.js +80 -0
- package/src/assets/stylesheets/app.css +76 -0
- package/src/assets/stylesheets/components/actionbar.css +41 -0
- package/src/assets/stylesheets/components/alerts.css +50 -0
- package/src/assets/stylesheets/components/banner_card.css +57 -0
- package/src/assets/stylesheets/components/buttons.css +193 -0
- package/src/assets/stylesheets/components/cards.css +149 -0
- package/src/assets/stylesheets/components/chat.css +265 -0
- package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +173 -0
- package/src/assets/stylesheets/components/customer/customer_header.css +98 -0
- package/src/assets/stylesheets/components/customer/customer_productcards.css +212 -0
- package/src/assets/stylesheets/components/customer/customer_sidebar.css +76 -0
- package/src/assets/stylesheets/components/devices.css +84 -0
- package/src/assets/stylesheets/components/drawer.css +100 -0
- package/src/assets/stylesheets/components/dropdown.css +92 -0
- package/src/assets/stylesheets/components/emptystate_message.css +42 -0
- package/src/assets/stylesheets/components/fonts/testio.eot +0 -0
- package/src/assets/stylesheets/components/fonts/testio.svg +1025 -0
- package/src/assets/stylesheets/components/fonts/testio.ttf +0 -0
- package/src/assets/stylesheets/components/fonts/testio.woff +0 -0
- package/src/assets/stylesheets/components/fonts/testio.woff2 +0 -0
- package/src/assets/stylesheets/components/form_card.css +21 -0
- package/src/assets/stylesheets/components/form_grid.css +12 -0
- package/src/assets/stylesheets/components/forms.css +106 -0
- package/src/assets/stylesheets/components/header.css +221 -0
- package/src/assets/stylesheets/components/iconfont.css +3303 -0
- package/src/assets/stylesheets/components/icons.css +143 -0
- package/src/assets/stylesheets/components/images.css +27 -0
- package/src/assets/stylesheets/components/layout.css +82 -0
- package/src/assets/stylesheets/components/list_item.css +281 -0
- package/src/assets/stylesheets/components/lists.css +68 -0
- package/src/assets/stylesheets/components/loading_spinner.css +104 -0
- package/src/assets/stylesheets/components/manager/manager_header.css +51 -0
- package/src/assets/stylesheets/components/manager/manager_sidebar.css +76 -0
- package/src/assets/stylesheets/components/markdown_trix_styles.css +200 -0
- package/src/assets/stylesheets/components/metasidebar.css +57 -0
- package/src/assets/stylesheets/components/metrics.css +13 -0
- package/src/assets/stylesheets/components/modals.css +105 -0
- package/src/assets/stylesheets/components/notifications.css +155 -0
- package/src/assets/stylesheets/components/popover.css +120 -0
- package/src/assets/stylesheets/components/progress.css +70 -0
- package/src/assets/stylesheets/components/radio_tabs.css +59 -0
- package/src/assets/stylesheets/components/reset.css +27 -0
- package/src/assets/stylesheets/components/resultmodule.css +133 -0
- package/src/assets/stylesheets/components/search.css +110 -0
- package/src/assets/stylesheets/components/sections.css +98 -0
- package/src/assets/stylesheets/components/select.css +51 -0
- package/src/assets/stylesheets/components/select2.css +252 -0
- package/src/assets/stylesheets/components/selectable_token.css +223 -0
- package/src/assets/stylesheets/components/sidebar.css +480 -0
- package/src/assets/stylesheets/components/splitview.css +304 -0
- package/src/assets/stylesheets/components/tables.css +109 -0
- package/src/assets/stylesheets/components/tabs.css +122 -0
- package/src/assets/stylesheets/components/tags.css +29 -0
- package/src/assets/stylesheets/components/task_issue_item.css +79 -0
- package/src/assets/stylesheets/components/test_item.css +90 -0
- package/src/assets/stylesheets/components/tester/tester_cards.css +144 -0
- package/src/assets/stylesheets/components/tester/tester_header.css +37 -0
- package/src/assets/stylesheets/components/tester/tester_sidebar.css +93 -0
- package/src/assets/stylesheets/components/toggleswitch.css +119 -0
- package/src/assets/stylesheets/components/tom_select.css +186 -0
- package/src/assets/stylesheets/components/trix_editor.css +174 -0
- package/src/assets/stylesheets/components/typography.css +81 -0
- package/src/assets/stylesheets/components/uploads.css +195 -0
- package/src/assets/stylesheets/components/user_item.css +58 -0
- package/src/assets/stylesheets/designsystem-styles.css +82 -0
- package/src/assets/stylesheets/postcss.config.js +16 -0
- package/src/assets/stylesheets/tailwind.config.js +331 -0
- package/src/humans.txt.njk +11 -0
- package/src/index.pug +16 -0
- package/src/pages/buttons/block.haml +39 -0
- package/src/pages/buttons/buttons-lg.haml +20 -0
- package/src/pages/buttons/buttons-sm.haml +42 -0
- package/src/pages/buttons/buttons-xl.haml +23 -0
- package/src/pages/buttons/buttons.haml +58 -0
- package/src/pages/buttons/buttons_input.haml +39 -0
- package/src/pages/buttons/dropdown-menu.haml +73 -0
- package/src/pages/buttons/index.njk +7 -0
- package/src/pages/buttons/info_popover.haml +33 -0
- package/src/pages/buttons/link-with-icon.haml +13 -0
- package/src/pages/buttons/square-buttons.haml +55 -0
- package/src/pages/charts/area.haml +215 -0
- package/src/pages/charts/bar_horizontal.haml +336 -0
- package/src/pages/charts/bar_vertical.haml +392 -0
- package/src/pages/charts/donut.haml +270 -0
- package/src/pages/charts/gauge.haml +215 -0
- package/src/pages/charts/index.njk +7 -0
- package/src/pages/ci.pug +8 -0
- package/src/pages/colors.pug +147 -0
- package/src/pages/components/alerts.haml +32 -0
- package/src/pages/components/banner_cards.haml +46 -0
- package/src/pages/components/cards.haml +112 -0
- package/src/pages/components/cards_customer.haml +487 -0
- package/src/pages/components/cards_fixedwidth.haml +135 -0
- package/src/pages/components/cards_iconheader.haml +58 -0
- package/src/pages/components/cards_tester.haml +159 -0
- package/src/pages/components/chat_window.haml +241 -0
- package/src/pages/components/comments_bug_preview.haml +29 -0
- package/src/pages/components/comments_chatmessages.haml +229 -0
- package/src/pages/components/descriptionlist.haml +47 -0
- package/src/pages/components/devices.haml +115 -0
- package/src/pages/components/drawer.haml +50 -0
- package/src/pages/components/drawer_filter.haml +76 -0
- package/src/pages/components/emptystate.haml +16 -0
- package/src/pages/components/index.njk +7 -0
- package/src/pages/components/issue-item.haml +18 -0
- package/src/pages/components/listitem_with_footer.haml +209 -0
- package/src/pages/components/listitems.haml +137 -0
- package/src/pages/components/listitems_badge.haml +36 -0
- package/src/pages/components/listitems_collapsable.haml +117 -0
- package/src/pages/components/listitems_nested.haml +50 -0
- package/src/pages/components/listitems_selectable.haml +59 -0
- package/src/pages/components/listitems_white.haml +82 -0
- package/src/pages/components/loading_spinner.haml +11 -0
- package/src/pages/components/metasidebar.haml +13 -0
- package/src/pages/components/modal_details.haml +68 -0
- package/src/pages/components/notification_center.haml +48 -0
- package/src/pages/components/notifications.haml +42 -0
- package/src/pages/components/profilethumb.haml +27 -0
- package/src/pages/components/progress.haml +23 -0
- package/src/pages/components/resultmodule.haml +151 -0
- package/src/pages/components/resultmodule_testcase.haml +125 -0
- package/src/pages/components/section_collapsable.haml +25 -0
- package/src/pages/components/splitview_item.haml +111 -0
- package/src/pages/components/splitview_item_collapsable.haml +65 -0
- package/src/pages/components/tables.haml +57 -0
- package/src/pages/components/tables_linked.haml +29 -0
- package/src/pages/components/tags.haml +12 -0
- package/src/pages/components/task_item.haml +33 -0
- package/src/pages/components/test_item.haml +119 -0
- package/src/pages/components/tester_levels.haml +70 -0
- package/src/pages/components/user_item.haml +49 -0
- package/src/pages/examples/layout-actionbar.haml +268 -0
- package/src/pages/examples/layout-basic.haml +28 -0
- package/src/pages/examples/layout-chat.haml +327 -0
- package/src/pages/examples/layout-customer.haml +190 -0
- package/src/pages/examples/layout-form-sidebar-actionbar-metasidebar.haml +313 -0
- package/src/pages/examples/layout-manager.haml +99 -0
- package/src/pages/examples/layout-metasidebar.haml +269 -0
- package/src/pages/examples/layout-sidebar-actionbar-metasidebar.haml +309 -0
- package/src/pages/examples/layout-sidebar-actionbar.haml +308 -0
- package/src/pages/examples/layout-sidebar.haml +296 -0
- package/src/pages/examples/layout-tester.haml +106 -0
- package/src/pages/examples/splitview-testcases.haml +478 -0
- package/src/pages/examples/splitview.haml +390 -0
- package/src/pages/forms/checkboxes.haml +64 -0
- package/src/pages/forms/checkboxes_devices.haml +45 -0
- package/src/pages/forms/form-addon.haml +16 -0
- package/src/pages/forms/form-card.haml +36 -0
- package/src/pages/forms/form-grid.haml +17 -0
- package/src/pages/forms/form_grid_narrow.haml +19 -0
- package/src/pages/forms/forms.haml +23 -0
- package/src/pages/forms/index.njk +7 -0
- package/src/pages/forms/radiobuttons.haml +50 -0
- package/src/pages/forms/rating_scale.haml +62 -0
- package/src/pages/forms/search.haml +71 -0
- package/src/pages/forms/select2.haml +72 -0
- package/src/pages/forms/select_native.haml +74 -0
- package/src/pages/forms/selectable_token.haml +49 -0
- package/src/pages/forms/selectable_token_browsers.haml +66 -0
- package/src/pages/forms/selectable_token_lg.haml +49 -0
- package/src/pages/forms/selectable_token_xl.haml +49 -0
- package/src/pages/forms/textarea.haml +24 -0
- package/src/pages/forms/toggle-buttons.haml +94 -0
- package/src/pages/forms/toggle-switch.haml +31 -0
- package/src/pages/forms/tomselect.haml +76 -0
- package/src/pages/forms/trix_editor.pug +10 -0
- package/src/pages/forms/uploads.pug +101 -0
- package/src/pages/icons/bug-icons.haml +76 -0
- package/src/pages/icons/index.njk +83 -0
- package/src/pages/icons/marketingicons.haml +16 -0
- package/src/pages/icons/status-icons.haml +39 -0
- package/src/pages/layout/app_layout.haml +28 -0
- package/src/pages/layout/index.njk +7 -0
- package/src/pages/layout/max_width.haml +50 -0
- package/src/pages/layout/spacing.haml +30 -0
- package/src/pages/navigation/header-manager.haml +74 -0
- package/src/pages/navigation/header-tester.haml +100 -0
- package/src/pages/navigation/header.haml +76 -0
- package/src/pages/navigation/header_customer.haml +77 -0
- package/src/pages/navigation/header_tester_epam.haml +108 -0
- package/src/pages/navigation/index.njk +7 -0
- package/src/pages/navigation/product_dropdown.haml +65 -0
- package/src/pages/navigation/radio_tabs.haml +22 -0
- package/src/pages/navigation/sidebar-manager.haml +46 -0
- package/src/pages/navigation/sidebar-tester-elements.haml +105 -0
- package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -0
- package/src/pages/navigation/sidebar-tester.haml +75 -0
- package/src/pages/navigation/sidebar.haml +46 -0
- package/src/pages/navigation/sidebar_collapsables.haml +136 -0
- package/src/pages/navigation/sidebar_customer.haml +146 -0
- package/src/pages/navigation/tabnavigation.haml +13 -0
- package/src/pages/navigation/tabnavigation_actions.haml +22 -0
- package/src/pages/navigation/tabnavigation_pills.haml +13 -0
- package/src/pages/typography/index.njk +7 -0
- package/src/pages/typography/link_with_icon.haml +12 -0
- package/src/pages/typography/linked_icon.haml +10 -0
- package/src/pages/typography/markdown.md +113 -0
- package/src/pages/typography/section_header.haml +25 -0
- package/src/pages/typography/section_header_actions.haml +60 -0
- package/src/pages/typography/text_with_icon.haml +12 -0
- package/src/pages/typography/trix_styles.haml +127 -0
- package/src/pages/typography/typography.haml +52 -0
- package/src/sitemap.xml.njk +14 -0
- package/src/static/android-chrome-192x192.png +0 -0
- package/src/static/android-chrome-512x512.png +0 -0
- package/src/static/app.bundled.js +6332 -0
- package/src/static/app.compiled.css +468887 -0
- package/src/static/app.compiled.css.map +1 -0
- package/src/static/apple-touch-icon.png +0 -0
- package/src/static/browserconfig.xml +9 -0
- package/src/static/favicon-16x16.png +0 -0
- package/src/static/favicon-32x32.png +0 -0
- package/src/static/favicon.ico +0 -0
- package/src/static/icons-cirro.json +1 -0
- package/src/static/site.webmanifest +4 -0
- package/utils/collections.js +30 -0
- package/utils/filters.js +11 -0
- package/utils/markdown.js +10 -0
- package/utils/shortcodes.js +7 -0
- package/utils/transforms.js +19 -0
- package/webpack.config.js +25 -0
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: List item
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.list-listitems
|
|
7
|
+
.listitem
|
|
8
|
+
.listitem-title
|
|
9
|
+
List-item
|
|
10
|
+
.listitem
|
|
11
|
+
.listitem-badge
|
|
12
|
+
.icon.icon-feature
|
|
13
|
+
.listitem-title
|
|
14
|
+
List-item title
|
|
15
|
+
.listitem-label List-item Label
|
|
16
|
+
.listitem-metrics
|
|
17
|
+
.listitem-metric
|
|
18
|
+
.icon.icon-critical
|
|
19
|
+
99
|
|
20
|
+
.listitem-metric
|
|
21
|
+
.icon.icon-high
|
|
22
|
+
99
|
|
23
|
+
.listitem-metric
|
|
24
|
+
.icon.icon-low
|
|
25
|
+
99
|
|
26
|
+
.listitem-metric
|
|
27
|
+
.icon.icon-user-story
|
|
28
|
+
99/99
|
|
29
|
+
.listitem
|
|
30
|
+
.listitem-title
|
|
31
|
+
List-item
|
|
32
|
+
.listitem-label with action
|
|
33
|
+
.listitem-metrics
|
|
34
|
+
.listitem-metric
|
|
35
|
+
.icon.icon-critical
|
|
36
|
+
99
|
|
37
|
+
.listitem-metric
|
|
38
|
+
.icon.icon-high
|
|
39
|
+
99
|
|
40
|
+
.listitem-metric
|
|
41
|
+
.icon.icon-low
|
|
42
|
+
99
|
|
43
|
+
.listitem-metric
|
|
44
|
+
.icon.icon-user-story
|
|
45
|
+
99/99
|
|
46
|
+
.listitem-actions
|
|
47
|
+
%a.btn.btn-primary Action
|
|
48
|
+
.listitem
|
|
49
|
+
.listitem-title
|
|
50
|
+
List-item title with an almost endless amount of Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
51
|
+
.listitem-label List-item Label
|
|
52
|
+
.listitem-metrics
|
|
53
|
+
.listitem-metric
|
|
54
|
+
.icon.icon-critical
|
|
55
|
+
99
|
|
56
|
+
.listitem-metric
|
|
57
|
+
.icon.icon-high
|
|
58
|
+
99
|
|
59
|
+
.listitem-metric
|
|
60
|
+
.icon.icon-low
|
|
61
|
+
99
|
|
62
|
+
.listitem-metric
|
|
63
|
+
.icon.icon-user-story
|
|
64
|
+
99/99
|
|
65
|
+
.listitem-actions
|
|
66
|
+
%a.btn.btn-primary Action
|
|
67
|
+
.listitem
|
|
68
|
+
.listitem-title
|
|
69
|
+
List-item
|
|
70
|
+
.listitem-label with more actions
|
|
71
|
+
.listitem-metrics
|
|
72
|
+
.listitem-metric
|
|
73
|
+
.icon.icon-critical
|
|
74
|
+
99
|
|
75
|
+
.listitem-metric
|
|
76
|
+
.icon.icon-high
|
|
77
|
+
99
|
|
78
|
+
.listitem-metric
|
|
79
|
+
.icon.icon-low
|
|
80
|
+
99
|
|
81
|
+
.listitem-metric
|
|
82
|
+
.icon.icon-user-story
|
|
83
|
+
99/99
|
|
84
|
+
.listitem
|
|
85
|
+
.listitem-title
|
|
86
|
+
List-item
|
|
87
|
+
.listitem-label with many more actions
|
|
88
|
+
.listitem-actions
|
|
89
|
+
%a.btn.btn-secondary.hidden-xs-down
|
|
90
|
+
.icon.icon-check-circle-filled.mr-icon-spacing
|
|
91
|
+
Action
|
|
92
|
+
%a.btn.btn-secondary.hidden-xs-down
|
|
93
|
+
.icon.icon-check-circle-filled.mr-icon-spacing
|
|
94
|
+
Action
|
|
95
|
+
%a.btn.btn-primary
|
|
96
|
+
.icon.icon-cloud-upload.mr-icon-spacing
|
|
97
|
+
Primary action
|
|
98
|
+
%details.dropdown-actions.dropright
|
|
99
|
+
%summary
|
|
100
|
+
.btn.btn-primary.btn-square
|
|
101
|
+
%span.icon.text-icon-default.icon-more
|
|
102
|
+
.listitem-more-menu.popover-menu
|
|
103
|
+
%a.popover-action.hidden-xs-up
|
|
104
|
+
.icon.icon-check-circle-filled
|
|
105
|
+
Action
|
|
106
|
+
%a.popover-action.hidden-xs-up
|
|
107
|
+
.icon.icon-check-circle-filled
|
|
108
|
+
Action
|
|
109
|
+
%a.popover-action
|
|
110
|
+
%span.icon.text-icon-default.icon-pencil
|
|
111
|
+
Edit
|
|
112
|
+
%a.popover-action
|
|
113
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
114
|
+
Duplicate
|
|
115
|
+
%a.popover-action
|
|
116
|
+
%span.icon.text-icon-default.icon-remove
|
|
117
|
+
Delete
|
|
118
|
+
|
|
119
|
+
.list-listitems
|
|
120
|
+
%a.listitem{href:"#"}
|
|
121
|
+
.listitem-title
|
|
122
|
+
%span.icon.icon-user-story.mr-icon-spacing
|
|
123
|
+
List item
|
|
124
|
+
.listitem-label linked
|
|
125
|
+
.listitem-metrics
|
|
126
|
+
.listitem-metric
|
|
127
|
+
.icon.icon-user-outline-plus.text-success
|
|
128
|
+
99
|
|
129
|
+
.listitem-metric
|
|
130
|
+
.icon.icon-user-outline-cross.text-danger
|
|
131
|
+
99
|
|
132
|
+
.listitem-metric
|
|
133
|
+
.icon.icon-user-outline-blocked.text-danger
|
|
134
|
+
99
|
|
135
|
+
.listitem-metric
|
|
136
|
+
.icon.icon-clock
|
|
137
|
+
99
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: List item badges
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.list-listitems
|
|
7
|
+
.listitem
|
|
8
|
+
.listitem-badge
|
|
9
|
+
.icon.icon-feature
|
|
10
|
+
.listitem-title
|
|
11
|
+
List-item with badge
|
|
12
|
+
.listitem
|
|
13
|
+
.listitem-badge.success
|
|
14
|
+
.icon.icon-feature
|
|
15
|
+
.listitem-title
|
|
16
|
+
List-item with success badge
|
|
17
|
+
.listitem
|
|
18
|
+
.listitem-badge.danger
|
|
19
|
+
.icon.icon-feature
|
|
20
|
+
.listitem-title
|
|
21
|
+
List-item with danger badge
|
|
22
|
+
.listitem
|
|
23
|
+
.listitem-badge
|
|
24
|
+
.counter 99
|
|
25
|
+
.listitem-title
|
|
26
|
+
List-item with counter
|
|
27
|
+
.listitem
|
|
28
|
+
.listitem-badge.success
|
|
29
|
+
.counter 99
|
|
30
|
+
.listitem-title
|
|
31
|
+
List-item with counter and success badge
|
|
32
|
+
.listitem
|
|
33
|
+
.listitem-badge.danger
|
|
34
|
+
.counter 99
|
|
35
|
+
.listitem-title
|
|
36
|
+
List-item with counter and danger badge
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: List item collapsable
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.list-listitems
|
|
7
|
+
%details.listitem
|
|
8
|
+
%summary.listitem-header
|
|
9
|
+
.listitem-title List item collapsable
|
|
10
|
+
.listitem-metrics
|
|
11
|
+
.listitem-metric
|
|
12
|
+
.icon.icon-critical
|
|
13
|
+
99
|
|
14
|
+
.listitem-metric
|
|
15
|
+
.icon.icon-high
|
|
16
|
+
99
|
|
17
|
+
.listitem-metric
|
|
18
|
+
.icon.icon-low
|
|
19
|
+
99
|
|
20
|
+
.listitem-metric
|
|
21
|
+
.icon.icon-user-story
|
|
22
|
+
99/99
|
|
23
|
+
.listitem-actions
|
|
24
|
+
.btn.collapse-btn
|
|
25
|
+
%a.btn.btn-primary Action
|
|
26
|
+
.listitem-content
|
|
27
|
+
.listitem-subheadline Subheadline
|
|
28
|
+
.listitem-card
|
|
29
|
+
%p This is a listitem-card with some Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
30
|
+
.listitem-subheadline Subheadline
|
|
31
|
+
.listitem-card
|
|
32
|
+
%p Another listitem-card with some Lorem Ipsum and a nice placeholder image.
|
|
33
|
+
%img{src:"/assets/images/placeholders/security-jira-server.png"}
|
|
34
|
+
%details.listitem
|
|
35
|
+
%summary.listitem-header
|
|
36
|
+
.listitem-title List item collapsable
|
|
37
|
+
.listitem-metrics
|
|
38
|
+
.listitem-metric
|
|
39
|
+
.icon.icon-critical
|
|
40
|
+
99
|
|
41
|
+
.listitem-metric
|
|
42
|
+
.icon.icon-high
|
|
43
|
+
99
|
|
44
|
+
.listitem-metric
|
|
45
|
+
.icon.icon-low
|
|
46
|
+
99
|
|
47
|
+
.listitem-metric
|
|
48
|
+
.icon.icon-user-story
|
|
49
|
+
99/99
|
|
50
|
+
.listitem-actions
|
|
51
|
+
.btn.collapse-btn
|
|
52
|
+
%a.btn.btn-primary Action
|
|
53
|
+
%details.dropdown-actions.dropright
|
|
54
|
+
%summary
|
|
55
|
+
.btn.btn-primary.btn-square
|
|
56
|
+
%span.icon.text-icon-default.icon-more
|
|
57
|
+
.popover-menu
|
|
58
|
+
%a.popover-action
|
|
59
|
+
%span.icon.text-icon-default.icon-pencil
|
|
60
|
+
Edit
|
|
61
|
+
%a.popover-action
|
|
62
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
63
|
+
Duplicate
|
|
64
|
+
%a.popover-action
|
|
65
|
+
%span.icon.text-icon-default.icon-remove
|
|
66
|
+
Delete
|
|
67
|
+
.listitem-content
|
|
68
|
+
.listitem-subheadline Subheadline
|
|
69
|
+
.listitem-card
|
|
70
|
+
%p This is a listitem-card with some Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
71
|
+
.listitem-subheadline Subheadline
|
|
72
|
+
.listitem-card
|
|
73
|
+
%p Another listitem-card with some Lorem Ipsum and a nice placeholder image.
|
|
74
|
+
%img{src:"/assets/images/placeholders/security-jira-server.png"}
|
|
75
|
+
%details.listitem
|
|
76
|
+
%summary.listitem-header
|
|
77
|
+
.listitem-badge
|
|
78
|
+
.icon.icon-feature
|
|
79
|
+
.listitem-title List item collapsable
|
|
80
|
+
.listitem-metrics
|
|
81
|
+
.listitem-metric
|
|
82
|
+
.icon.icon-critical
|
|
83
|
+
99
|
|
84
|
+
.listitem-metric
|
|
85
|
+
.icon.icon-high
|
|
86
|
+
99
|
|
87
|
+
.listitem-metric
|
|
88
|
+
.icon.icon-low
|
|
89
|
+
99
|
|
90
|
+
.listitem-metric
|
|
91
|
+
.icon.icon-user-story
|
|
92
|
+
99/99
|
|
93
|
+
.listitem-actions
|
|
94
|
+
.btn.collapse-btn
|
|
95
|
+
%a.btn.btn-primary Action
|
|
96
|
+
%details.dropdown-actions.dropright
|
|
97
|
+
%summary
|
|
98
|
+
.btn.btn-primary.btn-square
|
|
99
|
+
%span.icon.text-icon-default.icon-more
|
|
100
|
+
.popover-menu
|
|
101
|
+
%a.popover-action
|
|
102
|
+
%span.icon.text-icon-default.icon-pencil
|
|
103
|
+
Edit
|
|
104
|
+
%a.popover-action
|
|
105
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
106
|
+
Duplicate
|
|
107
|
+
%a.popover-action
|
|
108
|
+
%span.icon.text-icon-default.icon-remove
|
|
109
|
+
Delete
|
|
110
|
+
.listitem-content
|
|
111
|
+
.listitem-subheadline Subheadline
|
|
112
|
+
.listitem-card
|
|
113
|
+
%p This is a listitem-card with some Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
114
|
+
.listitem-subheadline Subheadline
|
|
115
|
+
.listitem-card
|
|
116
|
+
%p Another listitem-card with some Lorem Ipsum and a nice placeholder image.
|
|
117
|
+
%img{src:"/assets/images/placeholders/security-jira-server.png"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: List items nested
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.list-listitems
|
|
7
|
+
%details.listitem
|
|
8
|
+
%summary.listitem-header
|
|
9
|
+
.listitem-badge.success
|
|
10
|
+
.counter 99
|
|
11
|
+
.listitem-title List item collapsable with nested list items inside
|
|
12
|
+
.listitem-metrics
|
|
13
|
+
.listitem-metric
|
|
14
|
+
.icon.icon-testcase-bug
|
|
15
|
+
99
|
|
16
|
+
.listitem-actions
|
|
17
|
+
.btn.collapse-btn
|
|
18
|
+
.listitem-content
|
|
19
|
+
.listitem-subheadline Step description
|
|
20
|
+
.listitem-card
|
|
21
|
+
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
22
|
+
.listitem-subheadline Bugs
|
|
23
|
+
%details.listitem
|
|
24
|
+
%summary.listitem-header
|
|
25
|
+
.listitem-badge
|
|
26
|
+
.icon.icon-testcase-bug
|
|
27
|
+
.listitem-title A nested List item collapsable with cards
|
|
28
|
+
.listitem-actions
|
|
29
|
+
.btn.collapse-btn
|
|
30
|
+
.listitem-content
|
|
31
|
+
.listitem-subheadline Listitem-card
|
|
32
|
+
.listitem-card
|
|
33
|
+
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
34
|
+
.listitem-subheadline Listitem-card
|
|
35
|
+
.listitem-card
|
|
36
|
+
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
37
|
+
%details.listitem
|
|
38
|
+
%summary.listitem-header
|
|
39
|
+
.listitem-badge
|
|
40
|
+
.icon.icon-testcase-bug
|
|
41
|
+
.listitem-title A nested listitem with bug content
|
|
42
|
+
.listitem-actions
|
|
43
|
+
.btn.collapse-btn
|
|
44
|
+
.listitem-content
|
|
45
|
+
.listitem-subheadline Listitem-card
|
|
46
|
+
.listitem-card
|
|
47
|
+
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
48
|
+
.listitem-subheadline Listitem-card
|
|
49
|
+
.listitem-card
|
|
50
|
+
%p Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: List item selectable
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.list-listitems
|
|
7
|
+
.listitem
|
|
8
|
+
.listitem-check
|
|
9
|
+
%input#itemcheck1{type:"checkbox", checked:"true"}
|
|
10
|
+
%label{for:"itemcheck1"}
|
|
11
|
+
.listitem-title
|
|
12
|
+
List-item title
|
|
13
|
+
.listitem-label List-item Label
|
|
14
|
+
.listitem-metrics
|
|
15
|
+
.listitem-metric
|
|
16
|
+
.icon.icon-critical
|
|
17
|
+
99
|
|
18
|
+
.listitem-metric
|
|
19
|
+
.icon.icon-high
|
|
20
|
+
99
|
|
21
|
+
.listitem-metric
|
|
22
|
+
.icon.icon-low
|
|
23
|
+
99
|
|
24
|
+
.listitem-metric
|
|
25
|
+
.icon.icon-user-story
|
|
26
|
+
99/99
|
|
27
|
+
|
|
28
|
+
.list-listitems
|
|
29
|
+
%details.listitem
|
|
30
|
+
%summary.listitem-header
|
|
31
|
+
.listitem-check
|
|
32
|
+
%input#itemcheck2{type:"checkbox", checked:"true"}
|
|
33
|
+
%label{for:"itemcheck2"}
|
|
34
|
+
.listitem-title
|
|
35
|
+
List item
|
|
36
|
+
.listitem-label collapsable
|
|
37
|
+
.listitem-metrics
|
|
38
|
+
.listitem-metric
|
|
39
|
+
.icon.icon-critical
|
|
40
|
+
99
|
|
41
|
+
.listitem-metric
|
|
42
|
+
.icon.icon-high
|
|
43
|
+
99
|
|
44
|
+
.listitem-metric
|
|
45
|
+
.icon.icon-low
|
|
46
|
+
99
|
|
47
|
+
.listitem-metric
|
|
48
|
+
.icon.icon-user-story
|
|
49
|
+
99/99
|
|
50
|
+
.listitem-actions
|
|
51
|
+
%a.btn.collapse-btn
|
|
52
|
+
.listitem-content
|
|
53
|
+
.listitem-subheadline Subheadline
|
|
54
|
+
.listitem-card
|
|
55
|
+
%p This is a listitem-card with some Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
56
|
+
.listitem-subheadline Subheadline
|
|
57
|
+
.listitem-card
|
|
58
|
+
%p Another listitem-card with some Lorem Ipsum and a nice placeholder image.
|
|
59
|
+
%img{src:"/assets/images/placeholders/security-jira-server.png"}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: List item white
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.list-listitems
|
|
7
|
+
.listitem.white
|
|
8
|
+
.listitem-title
|
|
9
|
+
List-item
|
|
10
|
+
.listitem-metrics
|
|
11
|
+
.listitem-metric
|
|
12
|
+
.icon.icon-critical
|
|
13
|
+
99
|
|
14
|
+
%details.listitem.white
|
|
15
|
+
%summary.listitem-header
|
|
16
|
+
.listitem-title List item collapsable
|
|
17
|
+
.listitem-metrics
|
|
18
|
+
.listitem-metric
|
|
19
|
+
.icon.icon-critical
|
|
20
|
+
99
|
|
21
|
+
.listitem-metric
|
|
22
|
+
.icon.icon-high
|
|
23
|
+
99
|
|
24
|
+
.listitem-metric
|
|
25
|
+
.icon.icon-low
|
|
26
|
+
99
|
|
27
|
+
.listitem-metric
|
|
28
|
+
.icon.icon-user-story
|
|
29
|
+
99/99
|
|
30
|
+
.listitem-actions
|
|
31
|
+
.btn.collapse-btn
|
|
32
|
+
.listitem-content
|
|
33
|
+
.listitem-subheadline Subheadline
|
|
34
|
+
.listitem-card
|
|
35
|
+
%p This is a listitem-card with some Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
36
|
+
.listitem-subheadline Subheadline
|
|
37
|
+
.listitem-card
|
|
38
|
+
%p Another listitem-card with some Lorem Ipsum and a nice placeholder image.
|
|
39
|
+
%img{src:"/assets/images/placeholders/security-jira-server.png"}
|
|
40
|
+
%details.listitem.white
|
|
41
|
+
%summary.listitem-header
|
|
42
|
+
.listitem-badge
|
|
43
|
+
.icon.icon-testcase-bug
|
|
44
|
+
.listitem-title List item collapsable
|
|
45
|
+
.listitem-metrics
|
|
46
|
+
.listitem-metric
|
|
47
|
+
.icon.icon-critical
|
|
48
|
+
99
|
|
49
|
+
.listitem-metric
|
|
50
|
+
.icon.icon-high
|
|
51
|
+
99
|
|
52
|
+
.listitem-metric
|
|
53
|
+
.icon.icon-low
|
|
54
|
+
99
|
|
55
|
+
.listitem-metric
|
|
56
|
+
.icon.icon-user-story
|
|
57
|
+
99/99
|
|
58
|
+
.listitem-actions
|
|
59
|
+
.btn.collapse-btn
|
|
60
|
+
%a.btn.btn-primary Action
|
|
61
|
+
%details.dropdown-actions.dropright
|
|
62
|
+
%summary
|
|
63
|
+
.btn.btn-primary.btn-square
|
|
64
|
+
%span.icon.text-icon-default.icon-more
|
|
65
|
+
.popover-menu
|
|
66
|
+
%a.popover-action
|
|
67
|
+
%span.icon.text-icon-default.icon-pencil
|
|
68
|
+
Edit
|
|
69
|
+
%a.popover-action
|
|
70
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
71
|
+
Duplicate
|
|
72
|
+
%a.popover-action
|
|
73
|
+
%span.icon.text-icon-default.icon-remove
|
|
74
|
+
Delete
|
|
75
|
+
.listitem-content
|
|
76
|
+
.listitem-subheadline Subheadline
|
|
77
|
+
.listitem-card
|
|
78
|
+
%p This is a listitem-card with some Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source.
|
|
79
|
+
.listitem-subheadline Subheadline
|
|
80
|
+
.listitem-card
|
|
81
|
+
%p Another listitem-card with some Lorem Ipsum and a nice placeholder image.
|
|
82
|
+
%img{src:"/assets/images/placeholders/security-jira-server.png"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: Loading spinner
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.testio-loader-wrapper.d-inline-block
|
|
7
|
+
%svg.testio-loader-i{viewbox:'0 0 50 50'}
|
|
8
|
+
%line.anim-bar.stroke{x1:'4px', y1:'5px', x2:'4px', y2:'45px'}
|
|
9
|
+
.testio-loader-o-wrapper
|
|
10
|
+
%svg.testio-loader-o{viewbox:'25 25 50 50'}
|
|
11
|
+
%circle.anim-circle.stroke{cx:'50', cy:'50', r:'20', fill:'none'}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: Metasidebar
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%aside.metasidebar
|
|
7
|
+
%details.metasidebar-wrapper{open:"true"}
|
|
8
|
+
%summary.metasidebar-btn
|
|
9
|
+
.metasidebar-content
|
|
10
|
+
%h2.metasidebar-title Metasidebar title
|
|
11
|
+
%p.mb-md Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam. Totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo.
|
|
12
|
+
%h3.metasidebar-subheading Metasidebar subheading
|
|
13
|
+
%p.mb-xs Eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis vel illum qui dolorem eum fugiat quo voluptas nulla pariatur.
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: Modal - based on details tag
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%p.mb-heading Add the class .modal-close-btn to an element to make it close it's parent modal.
|
|
7
|
+
|
|
8
|
+
%details.modal-wrapper.mb-md
|
|
9
|
+
%summary.modal-trigger
|
|
10
|
+
.btn.btn-primary Open modal
|
|
11
|
+
.modal-container
|
|
12
|
+
.modal
|
|
13
|
+
.modal-header
|
|
14
|
+
%h2.modal-title Modal
|
|
15
|
+
.btn.btn-square.close-btn
|
|
16
|
+
.icon.icon-cross
|
|
17
|
+
.modal-content
|
|
18
|
+
%p.mb-xs Some cool modal content going on here: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
|
|
19
|
+
.form-grid
|
|
20
|
+
.form-group
|
|
21
|
+
%label.form-label Input
|
|
22
|
+
%input.form-control{type:'text', placeholder:''}
|
|
23
|
+
.modal-footer
|
|
24
|
+
%a.btn.btn-primary{href:''} Primary
|
|
25
|
+
%a.btn.btn-secondary{href:''} Secondary
|
|
26
|
+
%a.btn.btn-success{href:''} Success
|
|
27
|
+
%a.btn.btn-danger{href:''} Danger
|
|
28
|
+
%a.btn.btn-primary.disabled{href:''} Disabled
|
|
29
|
+
%a.btn.btn-secondary.close-btn{href:''} Close
|
|
30
|
+
%details.modal-wrapper.mb-md
|
|
31
|
+
%summary.modal-trigger
|
|
32
|
+
.btn.btn-primary Open modal-lg
|
|
33
|
+
.modal-container
|
|
34
|
+
.modal.modal-lg
|
|
35
|
+
.modal-header
|
|
36
|
+
%h2.modal-title Modal
|
|
37
|
+
.btn.btn-square.close-btn
|
|
38
|
+
.icon.icon-cross
|
|
39
|
+
.modal-content
|
|
40
|
+
%p.mb-xs Some cool modal content going on here: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
|
|
41
|
+
.form-grid
|
|
42
|
+
.form-group
|
|
43
|
+
%label.form-label Input
|
|
44
|
+
%input.form-control{type:'text', placeholder:''}
|
|
45
|
+
.modal-footer
|
|
46
|
+
%a.btn.btn-primary{href:''} Primary
|
|
47
|
+
%a.btn.btn-secondary{href:''} Secondary
|
|
48
|
+
%a.btn.btn-success{href:''} Success
|
|
49
|
+
%a.btn.btn-danger{href:''} Danger
|
|
50
|
+
%a.btn.btn-primary.disabled{href:''} Disabled
|
|
51
|
+
%a.btn.btn-secondary.close-btn{href:''} Close
|
|
52
|
+
%details.modal-wrapper
|
|
53
|
+
%summary.modal-trigger
|
|
54
|
+
.btn.btn-primary Open confirmation dialog
|
|
55
|
+
.modal-container
|
|
56
|
+
.modal.modal-sm
|
|
57
|
+
.modal-header
|
|
58
|
+
%h2.modal-title Modal
|
|
59
|
+
.btn.btn-square.close-btn
|
|
60
|
+
.icon.icon-cross
|
|
61
|
+
.modal-content
|
|
62
|
+
%p.mb-xs Some cool modal content going on here: Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.
|
|
63
|
+
.modal-footer
|
|
64
|
+
%a.btn.btn-success{href:''} Success
|
|
65
|
+
%a.btn.btn-danger{href:''} Danger
|
|
66
|
+
%a.btn.btn-secondary.close-btn{href:''} Close
|
|
67
|
+
|
|
68
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: Notification Center
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%details.drawer-wrapper
|
|
7
|
+
%summary.drawer-trigger
|
|
8
|
+
.btn.btn-primary
|
|
9
|
+
.icon.icon-bell.mr-icon-spacing
|
|
10
|
+
5
|
|
11
|
+
.drawer
|
|
12
|
+
.drawer-header
|
|
13
|
+
.drawer-title Notifications
|
|
14
|
+
.drawer-content.notifications
|
|
15
|
+
.notification
|
|
16
|
+
%input#notification1{type:"checkbox"}
|
|
17
|
+
%label.notification-content{for:"notification1"}
|
|
18
|
+
.notification-badge
|
|
19
|
+
.icon.icon-test-lg
|
|
20
|
+
.notification-label Notification type
|
|
21
|
+
%a.notification-text{href:"https://www.tonnenvonhall.com"} You received a great lorem ipsum dolor sit amet, con sec tetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
|
|
22
|
+
.notification-metainfo 30 min ago
|
|
23
|
+
.notification
|
|
24
|
+
%input#notification2{type:"checkbox"}
|
|
25
|
+
%label.notification-content{for:"notification2"}
|
|
26
|
+
.notification-badge
|
|
27
|
+
%img{src:"/assets/images/logo-testio/testio_symbol_tealpurple_square-1000px.png"}
|
|
28
|
+
.notification-label Notification type
|
|
29
|
+
%a.notification-text{href:"#"} You received a great lorem ipsum dolor sit amet, con sec tetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
|
|
30
|
+
.notification-metainfo 30 min ago
|
|
31
|
+
.notification
|
|
32
|
+
%input#notification3{type:"checkbox"}
|
|
33
|
+
%label.notification-content{for:"notification3"}
|
|
34
|
+
.notification-badge
|
|
35
|
+
%img.profile-thumb{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
36
|
+
.notification-label Notification type
|
|
37
|
+
%a.notification-text{href:"#"} You received a great lorem ipsum dolor sit amet, con sec tetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
|
|
38
|
+
.notification-metainfo 30 min ago
|
|
39
|
+
.notification
|
|
40
|
+
%input#notification4{type:"checkbox"}
|
|
41
|
+
%label.notification-content{for:"notification4"}
|
|
42
|
+
.notification-badge
|
|
43
|
+
%img.profile-thumb{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
44
|
+
%img.profile-thumb{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
45
|
+
%img.profile-thumb{src:"/assets/images/placeholders/profile_supergirl.png"}
|
|
46
|
+
.notification-label Notification type
|
|
47
|
+
%a.notification-text{href:"#"} You received a great lorem ipsum dolor sit amet, con sec tetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
|
|
48
|
+
.notification-metainfo 30 min ago
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: Notifications
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
%p.mb-heading.prose remove the classes <code>relative z-0 top-0</code> in production
|
|
7
|
+
|
|
8
|
+
.notification-container.relative.top-0.z-0
|
|
9
|
+
.notification{href:""}
|
|
10
|
+
.notification-title Info Notififaction
|
|
11
|
+
.notification-content
|
|
12
|
+
.notification-message You have 60 min left to finish this task. Be sure to pick it up and finish it soon.
|
|
13
|
+
.btn.btn-sm.btn-inverted Go to page button
|
|
14
|
+
%button.btn.btn-close
|
|
15
|
+
%span.icon.icon-cross
|
|
16
|
+
.notification{href:""}
|
|
17
|
+
.notification-badge
|
|
18
|
+
.icon.icon-devices-lg
|
|
19
|
+
.notification-title Info Notififaction with icon
|
|
20
|
+
.notification-content
|
|
21
|
+
.notification-message You have 60 min left to finish this task. Be sure to pick it up and finish it soon.
|
|
22
|
+
.btn.btn-sm.btn-inverted Update devices
|
|
23
|
+
%button.btn.btn-close
|
|
24
|
+
%span.icon.icon-cross
|
|
25
|
+
.notification.success{href:""}
|
|
26
|
+
.notification-title Success Alert
|
|
27
|
+
.notification-content
|
|
28
|
+
.notification-message You have 60 min left to finish this task. Be sure to pick it up and finish it soon.
|
|
29
|
+
%button.btn.btn-close
|
|
30
|
+
%span.icon.icon-cross
|
|
31
|
+
.notification.warning{href:""}
|
|
32
|
+
.notification-title Warning Notififaction
|
|
33
|
+
.notification-content
|
|
34
|
+
.notification-message You have 60 min left to finish this task. Be sure to pick it up and finish it soon.
|
|
35
|
+
%button.btn.btn-close
|
|
36
|
+
%span.icon.icon-cross
|
|
37
|
+
.notification.error{href:""}
|
|
38
|
+
.notification-title Error Notififaction
|
|
39
|
+
.notification-content
|
|
40
|
+
.notification-message You have 60 min left to finish this task. Be sure to pick it up and finish it soon.
|
|
41
|
+
%button.btn.btn-close
|
|
42
|
+
%span.icon.icon-cross
|