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,487 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: Cards Customer Dashboard
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.grid-productcards
|
|
7
|
+
.card.product-card.product-website
|
|
8
|
+
.card-header
|
|
9
|
+
%a.card-icon{href:""}
|
|
10
|
+
.icon.icon-website-lg
|
|
11
|
+
.card-info
|
|
12
|
+
%a.card-title{href:""}
|
|
13
|
+
%h5 Product title
|
|
14
|
+
%p No tests have been run yet
|
|
15
|
+
.badge-producttype
|
|
16
|
+
.icon-sm.icon-website
|
|
17
|
+
.card-content
|
|
18
|
+
%p We couldn't find any tests here yet
|
|
19
|
+
.card-footer
|
|
20
|
+
%a.btn.btn-primary.btn-block{href: ""}
|
|
21
|
+
%span.icon.icon-explorative.mr-icon-spacing
|
|
22
|
+
Card action primary
|
|
23
|
+
%details.dropdown-actions.dropright.dropup
|
|
24
|
+
%summary
|
|
25
|
+
.btn.btn-primary.btn-square
|
|
26
|
+
%span.icon.text-icon-default.icon-more
|
|
27
|
+
.listitem-more-menu.popover-menu
|
|
28
|
+
%a.popover-action
|
|
29
|
+
%span.icon.text-icon-default.icon-pencil
|
|
30
|
+
Action
|
|
31
|
+
%a.popover-action
|
|
32
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
33
|
+
Action
|
|
34
|
+
%a.popover-action
|
|
35
|
+
%span.icon.text-icon-default.icon-remove
|
|
36
|
+
Action
|
|
37
|
+
.card.product-card.product-ios
|
|
38
|
+
.card-header
|
|
39
|
+
%a.card-icon{href:""}
|
|
40
|
+
.icon.icon-devices-ios-lg
|
|
41
|
+
.card-info
|
|
42
|
+
%a.card-title{href:""}
|
|
43
|
+
%h5 Slightly longer Product title
|
|
44
|
+
.label-sm
|
|
45
|
+
%a{href:""} 1 running tests
|
|
46
|
+
%span  | 
|
|
47
|
+
%a{href:""} 9 open bugs
|
|
48
|
+
.badge-producttype
|
|
49
|
+
.icon-sm.icon-apple
|
|
50
|
+
.card-content
|
|
51
|
+
.card-test-item
|
|
52
|
+
%a.link-with-icon{href:""}
|
|
53
|
+
.icon.icon-test-running
|
|
54
|
+
Running test
|
|
55
|
+
%span.test-label Coverage
|
|
56
|
+
%progress.progress.test-progress{value:"32", max:"100"} 32%
|
|
57
|
+
.metrics
|
|
58
|
+
%a.link-with-icon{href:""}
|
|
59
|
+
.icon.icon-bug
|
|
60
|
+
9
|
|
61
|
+
.card-test-item
|
|
62
|
+
%a.link-with-icon{href:""}
|
|
63
|
+
.icon.icon-test-archived
|
|
64
|
+
Archived test
|
|
65
|
+
%span.test-label Coverage
|
|
66
|
+
.metrics
|
|
67
|
+
%a.link-with-icon{href:""}
|
|
68
|
+
.icon.icon-bug
|
|
69
|
+
99
|
|
70
|
+
.card-footer
|
|
71
|
+
%a.btn.btn-primary.btn-block{href: ""}
|
|
72
|
+
%span.icon.icon-explorative.mr-icon-spacing
|
|
73
|
+
Card action primary
|
|
74
|
+
%details.dropdown-actions.dropright.dropup
|
|
75
|
+
%summary
|
|
76
|
+
.btn.btn-primary.btn-square
|
|
77
|
+
%span.icon.text-icon-default.icon-more
|
|
78
|
+
.listitem-more-menu.popover-menu
|
|
79
|
+
%a.popover-action
|
|
80
|
+
%span.icon.text-icon-default.icon-pencil
|
|
81
|
+
Action
|
|
82
|
+
%a.popover-action
|
|
83
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
84
|
+
Action
|
|
85
|
+
%a.popover-action
|
|
86
|
+
%span.icon.text-icon-default.icon-remove
|
|
87
|
+
Action
|
|
88
|
+
.card.product-card.product-android
|
|
89
|
+
.card-header
|
|
90
|
+
%a.card-icon{href:""}
|
|
91
|
+
.icon.icon-devices-android-lg
|
|
92
|
+
.card-info
|
|
93
|
+
%a.card-title{href:""}
|
|
94
|
+
%h5 Product title with more characters than this product card element can handle with grace and honor while riding a well fed horse into the sunset
|
|
95
|
+
.label-sm
|
|
96
|
+
%a{href:""} 2 running tests
|
|
97
|
+
%span  | 
|
|
98
|
+
%a{href:""} 18 open bugs
|
|
99
|
+
.badge-producttype
|
|
100
|
+
.icon-sm.icon-android
|
|
101
|
+
.card-content
|
|
102
|
+
.card-test-item
|
|
103
|
+
%a.link-with-icon{href:""}
|
|
104
|
+
.icon.icon-test-running
|
|
105
|
+
Running test
|
|
106
|
+
%span.test-label Coverage
|
|
107
|
+
%progress.progress.test-progress{value:"32", max:"100"} 32%
|
|
108
|
+
.metrics
|
|
109
|
+
%a.link-with-icon{href:""}
|
|
110
|
+
.icon.icon-bug
|
|
111
|
+
9
|
|
112
|
+
.card-test-item
|
|
113
|
+
%a.link-with-icon{href:""}
|
|
114
|
+
.icon.icon-test-running
|
|
115
|
+
Running test
|
|
116
|
+
%span.test-label Coverage
|
|
117
|
+
%progress.progress.test-progress{value:"32", max:"100"} 32%
|
|
118
|
+
.metrics
|
|
119
|
+
%a.link-with-icon{href:""}
|
|
120
|
+
.icon.icon-bug
|
|
121
|
+
9
|
|
122
|
+
.card-test-item
|
|
123
|
+
%a.link-with-icon{href:""}
|
|
124
|
+
.icon.icon-test-archived
|
|
125
|
+
Archived test
|
|
126
|
+
%span.test-label Coverage
|
|
127
|
+
.metrics
|
|
128
|
+
%a.link-with-icon{href:""}
|
|
129
|
+
.icon.icon-bug
|
|
130
|
+
99
|
|
131
|
+
.card-footer
|
|
132
|
+
%a.btn.btn-primary.btn-block{href: ""}
|
|
133
|
+
%span.icon.icon-explorative.mr-icon-spacing
|
|
134
|
+
Card action primary
|
|
135
|
+
%details.dropdown-actions.dropright.dropup
|
|
136
|
+
%summary
|
|
137
|
+
.btn.btn-primary.btn-square
|
|
138
|
+
%span.icon.text-icon-default.icon-more
|
|
139
|
+
.listitem-more-menu.popover-menu
|
|
140
|
+
%a.popover-action
|
|
141
|
+
%span.icon.text-icon-default.icon-pencil
|
|
142
|
+
Action
|
|
143
|
+
%a.popover-action
|
|
144
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
145
|
+
Action
|
|
146
|
+
%a.popover-action
|
|
147
|
+
%span.icon.text-icon-default.icon-remove
|
|
148
|
+
Action
|
|
149
|
+
.card.product-card.product-streaming
|
|
150
|
+
.card-header
|
|
151
|
+
%a.card-icon{href:""}
|
|
152
|
+
.icon.icon-streaming-lg
|
|
153
|
+
.card-info
|
|
154
|
+
%a.card-title{href:""}
|
|
155
|
+
%h5 Product with 1 section
|
|
156
|
+
.label-sm
|
|
157
|
+
%a{href:""} 1 running tests
|
|
158
|
+
%span  | 
|
|
159
|
+
%a{href:""} 9 open bugs
|
|
160
|
+
.badge-producttype
|
|
161
|
+
.icon-sm.icon-streaming
|
|
162
|
+
.card-section
|
|
163
|
+
.card-section-header
|
|
164
|
+
.section-info
|
|
165
|
+
%a.card-section-title{href:""} Section title
|
|
166
|
+
.label-sm
|
|
167
|
+
%a{href:""} 1 running tests
|
|
168
|
+
%span  | 
|
|
169
|
+
%a{href:""} 9 open bugs
|
|
170
|
+
.card-section-actions
|
|
171
|
+
%details.dropdown-actions.dropright
|
|
172
|
+
%summary.btn
|
|
173
|
+
%span.icon.text-icon-default.icon-more
|
|
174
|
+
.listitem-more-menu.popover-menu
|
|
175
|
+
%a.popover-action
|
|
176
|
+
%span.icon.text-icon-default.icon-pencil
|
|
177
|
+
Action
|
|
178
|
+
%a.popover-action
|
|
179
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
180
|
+
Action
|
|
181
|
+
%a.popover-action
|
|
182
|
+
%span.icon.text-icon-default.icon-remove
|
|
183
|
+
Action
|
|
184
|
+
.card-section-content
|
|
185
|
+
.card-test-item
|
|
186
|
+
%a.link-with-icon{href:""}
|
|
187
|
+
.icon.icon-test-running
|
|
188
|
+
Running test
|
|
189
|
+
%span.test-label Coverage
|
|
190
|
+
%progress.progress.test-progress{value:"32", max:"100"} 32%
|
|
191
|
+
.metrics
|
|
192
|
+
%a.link-with-icon{href:""}
|
|
193
|
+
.icon.icon-bug
|
|
194
|
+
9
|
|
195
|
+
.card-test-item
|
|
196
|
+
%a.link-with-icon{href:""}
|
|
197
|
+
.icon.icon-test-archived
|
|
198
|
+
Archived test
|
|
199
|
+
%span.test-label Coverage
|
|
200
|
+
.metrics
|
|
201
|
+
%a.link-with-icon{href:""}
|
|
202
|
+
.icon.icon-bug
|
|
203
|
+
99
|
|
204
|
+
.card.product-card.product-gaming
|
|
205
|
+
.card-header
|
|
206
|
+
%a.card-icon{href:""}
|
|
207
|
+
.icon.icon-gaming-lg
|
|
208
|
+
.card-info
|
|
209
|
+
%a.card-title{href:""}
|
|
210
|
+
%h5 Product with 2 sections
|
|
211
|
+
.label-sm
|
|
212
|
+
%a{href:""} 2 running tests
|
|
213
|
+
%span  | 
|
|
214
|
+
%a{href:""} 9 open bugs
|
|
215
|
+
.badge-producttype
|
|
216
|
+
.icon-sm.icon-gaming
|
|
217
|
+
%details.card-section.green
|
|
218
|
+
%summary.card-section-header
|
|
219
|
+
.section-info
|
|
220
|
+
%a.card-section-title{href:""} Section green
|
|
221
|
+
.label-sm
|
|
222
|
+
%a{href:""} 1 running tests
|
|
223
|
+
%span  | 
|
|
224
|
+
%a{href:""} 9 open bugs
|
|
225
|
+
.card-section-actions
|
|
226
|
+
.btn.btn-collapse
|
|
227
|
+
%details.dropdown-actions.dropright
|
|
228
|
+
%summary.btn
|
|
229
|
+
%span.icon.text-icon-default.icon-more
|
|
230
|
+
.listitem-more-menu.popover-menu
|
|
231
|
+
%a.popover-action
|
|
232
|
+
%span.icon.text-icon-default.icon-pencil
|
|
233
|
+
Action
|
|
234
|
+
%a.popover-action
|
|
235
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
236
|
+
Action
|
|
237
|
+
%a.popover-action
|
|
238
|
+
%span.icon.text-icon-default.icon-remove
|
|
239
|
+
Action
|
|
240
|
+
.card-section-content
|
|
241
|
+
.card-test-item
|
|
242
|
+
%a.link-with-icon{href:""}
|
|
243
|
+
.icon.icon-test-running
|
|
244
|
+
Running test
|
|
245
|
+
%span.test-label Coverage
|
|
246
|
+
%progress.progress.test-progress{value:"32", max:"100"} 32%
|
|
247
|
+
.metrics
|
|
248
|
+
%a.link-with-icon{href:""}
|
|
249
|
+
.icon.icon-bug
|
|
250
|
+
9
|
|
251
|
+
.card-test-item
|
|
252
|
+
%a.link-with-icon{href:""}
|
|
253
|
+
.icon.icon-test-archived
|
|
254
|
+
Archived test
|
|
255
|
+
%span.test-label Coverage
|
|
256
|
+
.metrics
|
|
257
|
+
%a.link-with-icon{href:""}
|
|
258
|
+
.icon.icon-bug
|
|
259
|
+
99
|
|
260
|
+
%details.card-section.orange
|
|
261
|
+
%summary.card-section-header
|
|
262
|
+
.section-info
|
|
263
|
+
%a.card-section-title{href:""} Section orange
|
|
264
|
+
.label-sm
|
|
265
|
+
%a{href:""} 2 running tests
|
|
266
|
+
%span  | 
|
|
267
|
+
%a{href:""} 9 open bugs
|
|
268
|
+
.card-section-actions
|
|
269
|
+
.btn.btn-collapse
|
|
270
|
+
%details.dropdown-actions.dropright
|
|
271
|
+
%summary.btn
|
|
272
|
+
%span.icon.text-icon-default.icon-more
|
|
273
|
+
.listitem-more-menu.popover-menu
|
|
274
|
+
%a.popover-action
|
|
275
|
+
%span.icon.text-icon-default.icon-pencil
|
|
276
|
+
Action
|
|
277
|
+
%a.popover-action
|
|
278
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
279
|
+
Action
|
|
280
|
+
%a.popover-action
|
|
281
|
+
%span.icon.text-icon-default.icon-remove
|
|
282
|
+
Action
|
|
283
|
+
.card-section-content
|
|
284
|
+
.card-test-item
|
|
285
|
+
%a.link-with-icon{href:""}
|
|
286
|
+
.icon.icon-test-running
|
|
287
|
+
Running test
|
|
288
|
+
%span.test-label Coverage
|
|
289
|
+
%progress.progress.test-progress{value:"32", max:"100"} 32%
|
|
290
|
+
.metrics
|
|
291
|
+
%a.link-with-icon{href:""}
|
|
292
|
+
.icon.icon-bug
|
|
293
|
+
9
|
|
294
|
+
.card-test-item
|
|
295
|
+
%a.link-with-icon{href:""}
|
|
296
|
+
.icon.icon-test-archived
|
|
297
|
+
Archived test
|
|
298
|
+
%span.test-label Coverage
|
|
299
|
+
.metrics
|
|
300
|
+
%a.link-with-icon{href:""}
|
|
301
|
+
.icon.icon-bug
|
|
302
|
+
99
|
|
303
|
+
.card.product-card
|
|
304
|
+
.card-header
|
|
305
|
+
%a.card-icon{href:""}
|
|
306
|
+
.icon.icon-website-lg
|
|
307
|
+
.card-info
|
|
308
|
+
%a.card-title{href:""}
|
|
309
|
+
%h5 Product with 4 sections
|
|
310
|
+
.label-sm
|
|
311
|
+
%a{href:""} 1 running tests
|
|
312
|
+
%span  | 
|
|
313
|
+
%a{href:""} 9 open bugs
|
|
314
|
+
.badge-producttype
|
|
315
|
+
.icon-sm.icon-website
|
|
316
|
+
%details.card-section.yellow
|
|
317
|
+
%summary.card-section-header
|
|
318
|
+
.section-info
|
|
319
|
+
%a.card-section-title{href:""} Section yellow
|
|
320
|
+
.label-sm
|
|
321
|
+
%a{href:""} 1 running tests
|
|
322
|
+
%span  | 
|
|
323
|
+
%a{href:""} 9 open bugs
|
|
324
|
+
.card-section-actions
|
|
325
|
+
.btn.btn-collapse
|
|
326
|
+
%details.dropdown-actions.dropright
|
|
327
|
+
%summary.btn
|
|
328
|
+
%span.icon.text-icon-default.icon-more
|
|
329
|
+
.listitem-more-menu.popover-menu
|
|
330
|
+
%a.popover-action
|
|
331
|
+
%span.icon.text-icon-default.icon-pencil
|
|
332
|
+
Action
|
|
333
|
+
%a.popover-action
|
|
334
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
335
|
+
Action
|
|
336
|
+
%a.popover-action
|
|
337
|
+
%span.icon.text-icon-default.icon-remove
|
|
338
|
+
Action
|
|
339
|
+
.card-section-content
|
|
340
|
+
.card-test-item
|
|
341
|
+
%a.link-with-icon{href:""}
|
|
342
|
+
.icon.icon-test-running
|
|
343
|
+
Running test
|
|
344
|
+
%span.test-label Coverage
|
|
345
|
+
%progress.progress.test-progress{value:"32", max:"100"} 32%
|
|
346
|
+
.metrics
|
|
347
|
+
%a.link-with-icon{href:""}
|
|
348
|
+
.icon.icon-bug
|
|
349
|
+
9
|
|
350
|
+
.card-test-item
|
|
351
|
+
%a.link-with-icon{href:""}
|
|
352
|
+
.icon.icon-test-archived
|
|
353
|
+
Archived test
|
|
354
|
+
%span.test-label Coverage
|
|
355
|
+
.metrics
|
|
356
|
+
%a.link-with-icon{href:""}
|
|
357
|
+
.icon.icon-bug
|
|
358
|
+
99
|
|
359
|
+
%details.card-section.red
|
|
360
|
+
%summary.card-section-header
|
|
361
|
+
.section-info
|
|
362
|
+
%a.card-section-title{href:""} Section red
|
|
363
|
+
.label-sm
|
|
364
|
+
%a{href:""} 1 running tests
|
|
365
|
+
%span  | 
|
|
366
|
+
%a{href:""} 9 open bugs
|
|
367
|
+
.card-section-actions
|
|
368
|
+
.btn.btn-collapse
|
|
369
|
+
%details.dropdown-actions.dropright
|
|
370
|
+
%summary.btn
|
|
371
|
+
%span.icon.text-icon-default.icon-more
|
|
372
|
+
.listitem-more-menu.popover-menu
|
|
373
|
+
%a.popover-action
|
|
374
|
+
%span.icon.text-icon-default.icon-pencil
|
|
375
|
+
Action
|
|
376
|
+
%a.popover-action
|
|
377
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
378
|
+
Action
|
|
379
|
+
%a.popover-action
|
|
380
|
+
%span.icon.text-icon-default.icon-remove
|
|
381
|
+
Action
|
|
382
|
+
.card-section-content
|
|
383
|
+
.card-test-item
|
|
384
|
+
%a.link-with-icon{href:""}
|
|
385
|
+
.icon.icon-test-running
|
|
386
|
+
Running test
|
|
387
|
+
%span.test-label Coverage
|
|
388
|
+
%progress.progress.test-progress{value:"32", max:"100"} 32%
|
|
389
|
+
.metrics
|
|
390
|
+
%a.link-with-icon{href:""}
|
|
391
|
+
.icon.icon-bug
|
|
392
|
+
9
|
|
393
|
+
.card-test-item
|
|
394
|
+
%a.link-with-icon{href:""}
|
|
395
|
+
.icon.icon-test-archived
|
|
396
|
+
Archived test
|
|
397
|
+
%span.test-label Coverage
|
|
398
|
+
.metrics
|
|
399
|
+
%a.link-with-icon{href:""}
|
|
400
|
+
.icon.icon-bug
|
|
401
|
+
99
|
|
402
|
+
%details.card-section.pink
|
|
403
|
+
%summary.card-section-header
|
|
404
|
+
.section-info
|
|
405
|
+
%a.card-section-title{href:""} Section pink
|
|
406
|
+
.label-sm
|
|
407
|
+
%a{href:""} 1 running tests
|
|
408
|
+
%span  | 
|
|
409
|
+
%a{href:""} 9 open bugs
|
|
410
|
+
.card-section-actions
|
|
411
|
+
.btn.btn-collapse
|
|
412
|
+
%details.dropdown-actions.dropright
|
|
413
|
+
%summary.btn
|
|
414
|
+
%span.icon.text-icon-default.icon-more
|
|
415
|
+
.listitem-more-menu.popover-menu
|
|
416
|
+
%a.popover-action
|
|
417
|
+
%span.icon.text-icon-default.icon-pencil
|
|
418
|
+
Action
|
|
419
|
+
%a.popover-action
|
|
420
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
421
|
+
Action
|
|
422
|
+
%a.popover-action
|
|
423
|
+
%span.icon.text-icon-default.icon-remove
|
|
424
|
+
Action
|
|
425
|
+
.card-section-content
|
|
426
|
+
.card-test-item
|
|
427
|
+
%a.link-with-icon{href:""}
|
|
428
|
+
.icon.icon-test-running
|
|
429
|
+
Running test
|
|
430
|
+
%span.test-label Coverage
|
|
431
|
+
%progress.progress.test-progress{value:"32", max:"100"} 32%
|
|
432
|
+
.metrics
|
|
433
|
+
%a.link-with-icon{href:""}
|
|
434
|
+
.icon.icon-bug
|
|
435
|
+
9
|
|
436
|
+
.card-test-item
|
|
437
|
+
%a.link-with-icon{href:""}
|
|
438
|
+
.icon.icon-test-archived
|
|
439
|
+
Archived test
|
|
440
|
+
%span.test-label Coverage
|
|
441
|
+
.metrics
|
|
442
|
+
%a.link-with-icon{href:""}
|
|
443
|
+
.icon.icon-bug
|
|
444
|
+
99
|
|
445
|
+
%details.card-section.purple
|
|
446
|
+
%summary.card-section-header
|
|
447
|
+
.section-info
|
|
448
|
+
%a.card-section-title{href:""} Section purple
|
|
449
|
+
.label-sm
|
|
450
|
+
%a{href:""} 1 running tests
|
|
451
|
+
%span  | 
|
|
452
|
+
%a{href:""} 9 open bugs
|
|
453
|
+
.card-section-actions
|
|
454
|
+
.btn.btn-collapse
|
|
455
|
+
%details.dropdown-actions.dropright
|
|
456
|
+
%summary.btn
|
|
457
|
+
%span.icon.text-icon-default.icon-more
|
|
458
|
+
.listitem-more-menu.popover-menu
|
|
459
|
+
%a.popover-action
|
|
460
|
+
%span.icon.text-icon-default.icon-pencil
|
|
461
|
+
Action
|
|
462
|
+
%a.popover-action
|
|
463
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
464
|
+
Action
|
|
465
|
+
%a.popover-action
|
|
466
|
+
%span.icon.text-icon-default.icon-remove
|
|
467
|
+
Action
|
|
468
|
+
.card-section-content
|
|
469
|
+
.card-test-item
|
|
470
|
+
%a.link-with-icon{href:""}
|
|
471
|
+
.icon.icon-test-running
|
|
472
|
+
Running test
|
|
473
|
+
%span.test-label Coverage
|
|
474
|
+
%progress.progress.test-progress{value:"32", max:"100"} 32%
|
|
475
|
+
.metrics
|
|
476
|
+
%a.link-with-icon{href:""}
|
|
477
|
+
.icon.icon-bug
|
|
478
|
+
9
|
|
479
|
+
.card-test-item
|
|
480
|
+
%a.link-with-icon{href:""}
|
|
481
|
+
.icon.icon-test-archived
|
|
482
|
+
Archived test
|
|
483
|
+
%span.test-label Coverage
|
|
484
|
+
.metrics
|
|
485
|
+
%a.link-with-icon{href:""}
|
|
486
|
+
.icon.icon-bug
|
|
487
|
+
99
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: Cards with fixed width
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.list-cards.mb-md
|
|
7
|
+
.card.card-sm
|
|
8
|
+
.card-header
|
|
9
|
+
%h3.card-title Card SM title inside card header
|
|
10
|
+
.card-body
|
|
11
|
+
%p Card-body with some example content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
|
12
|
+
.card-footer
|
|
13
|
+
%a.btn.btn-primary.btn-block{href: ""} Primary
|
|
14
|
+
.card.card-md
|
|
15
|
+
%details.popover-wrapper.dropright.card-info-popover
|
|
16
|
+
%summary
|
|
17
|
+
.btn.btn-sm.btn-square
|
|
18
|
+
.icon.icon-info
|
|
19
|
+
.popover-menu.info
|
|
20
|
+
.popover-title Popover title
|
|
21
|
+
.popover-content Popover content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
|
22
|
+
.card-header
|
|
23
|
+
%h3.card-title Card MD title inside card header
|
|
24
|
+
.card-body
|
|
25
|
+
%p Card-body with some example content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
|
26
|
+
.card-footer
|
|
27
|
+
%a.btn.btn-primary.btn-block{href: ""}
|
|
28
|
+
Primary
|
|
29
|
+
%a.btn.btn-secondary.btn-block{href: ""}
|
|
30
|
+
Secondary
|
|
31
|
+
%details.dropdown-actions.dropright.dropup
|
|
32
|
+
%summary
|
|
33
|
+
.btn.btn-primary.btn-square
|
|
34
|
+
%span.icon.text-icon-default.icon-more
|
|
35
|
+
.listitem-more-menu.popover-menu
|
|
36
|
+
%a.popover-action
|
|
37
|
+
%span.icon.text-icon-default.icon-pencil
|
|
38
|
+
Action
|
|
39
|
+
%a.popover-action
|
|
40
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
41
|
+
Action
|
|
42
|
+
%a.popover-action
|
|
43
|
+
%span.icon.text-icon-default.icon-remove
|
|
44
|
+
Action
|
|
45
|
+
.card.card-lg
|
|
46
|
+
%details.popover-wrapper.dropright.card-info-popover
|
|
47
|
+
%summary
|
|
48
|
+
.btn.btn-sm.btn-square
|
|
49
|
+
.icon.icon-info
|
|
50
|
+
.popover-menu.info
|
|
51
|
+
.popover-title Popover title
|
|
52
|
+
.popover-content Popover content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
|
53
|
+
.card-header
|
|
54
|
+
%h3.card-title Card LG title inside card header
|
|
55
|
+
.card-body
|
|
56
|
+
%p Card-body with some example content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
|
57
|
+
.card-footer
|
|
58
|
+
%a.btn.btn-primary.btn-block{href: ""}
|
|
59
|
+
Primary
|
|
60
|
+
%a.btn.btn-secondary.btn-block{href: ""}
|
|
61
|
+
Secondary
|
|
62
|
+
%details.dropdown-actions.dropright.dropup
|
|
63
|
+
%summary
|
|
64
|
+
.btn.btn-primary.btn-square
|
|
65
|
+
%span.icon.text-icon-default.icon-more
|
|
66
|
+
.listitem-more-menu.popover-menu
|
|
67
|
+
%a.popover-action
|
|
68
|
+
%span.icon.text-icon-default.icon-pencil
|
|
69
|
+
Action
|
|
70
|
+
%a.popover-action
|
|
71
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
72
|
+
Action
|
|
73
|
+
%a.popover-action
|
|
74
|
+
%span.icon.text-icon-default.icon-remove
|
|
75
|
+
Action
|
|
76
|
+
%h5.mb-heading Cards with image header
|
|
77
|
+
.list-cards
|
|
78
|
+
.card.card-sm
|
|
79
|
+
%img.card-image{src:"/assets/images/placeholders/testio_symbol_purpleteal_square-1000px.png"}
|
|
80
|
+
.card-header
|
|
81
|
+
%h3.card-title Card SM title inside card header
|
|
82
|
+
.card-body
|
|
83
|
+
%p Card-body with some example content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy.
|
|
84
|
+
.card-footer
|
|
85
|
+
%a.btn.btn-primary.btn-block{href: ""} Primary
|
|
86
|
+
.card.card-md
|
|
87
|
+
%img.card-image{src:"/assets/images/placeholders/testio_symbol_purpleteal_square-1000px.png"}
|
|
88
|
+
.card-header
|
|
89
|
+
%h3.card-title Card MD title inside card header
|
|
90
|
+
.card-body
|
|
91
|
+
%p Card-body with some example content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
|
92
|
+
.card-footer
|
|
93
|
+
%a.btn.btn-primary.btn-block{href: ""}
|
|
94
|
+
Primary
|
|
95
|
+
%a.btn.btn-secondary.btn-block{href: ""}
|
|
96
|
+
Secondary
|
|
97
|
+
%details.dropdown-actions.dropright.dropup
|
|
98
|
+
%summary
|
|
99
|
+
.btn.btn-primary.btn-square
|
|
100
|
+
%span.icon.text-icon-default.icon-more
|
|
101
|
+
.listitem-more-menu.popover-menu
|
|
102
|
+
%a.popover-action
|
|
103
|
+
%span.icon.text-icon-default.icon-pencil
|
|
104
|
+
Action
|
|
105
|
+
%a.popover-action
|
|
106
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
107
|
+
Action
|
|
108
|
+
%a.popover-action
|
|
109
|
+
%span.icon.text-icon-default.icon-remove
|
|
110
|
+
Action
|
|
111
|
+
.card.card-lg
|
|
112
|
+
%img.card-image{src:"/assets/images/placeholders/TESTIO-email-header-darkteal.png"}
|
|
113
|
+
.card-header
|
|
114
|
+
%h3.card-title Card LG title inside card header
|
|
115
|
+
.card-body
|
|
116
|
+
%p Card-body with some example content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
|
117
|
+
.card-footer
|
|
118
|
+
%a.btn.btn-primary.btn-block{href: ""}
|
|
119
|
+
Primary
|
|
120
|
+
%a.btn.btn-secondary.btn-block{href: ""}
|
|
121
|
+
Secondary
|
|
122
|
+
%details.dropdown-actions.dropright.dropup
|
|
123
|
+
%summary
|
|
124
|
+
.btn.btn-primary.btn-square
|
|
125
|
+
%span.icon.text-icon-default.icon-more
|
|
126
|
+
.listitem-more-menu.popover-menu
|
|
127
|
+
%a.popover-action
|
|
128
|
+
%span.icon.text-icon-default.icon-pencil
|
|
129
|
+
Action
|
|
130
|
+
%a.popover-action
|
|
131
|
+
%span.icon.text-icon-default.icon-duplicate
|
|
132
|
+
Action
|
|
133
|
+
%a.popover-action
|
|
134
|
+
%span.icon.text-icon-default.icon-remove
|
|
135
|
+
Action
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: components
|
|
3
|
+
title: Cards with icon header
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.grid-cards-achievements
|
|
7
|
+
.card
|
|
8
|
+
%details.popover-wrapper.dropright.card-info-popover
|
|
9
|
+
%summary
|
|
10
|
+
.btn.btn-sm.btn-square
|
|
11
|
+
.icon.icon-info
|
|
12
|
+
.popover-menu.info
|
|
13
|
+
.popover-title Popover title
|
|
14
|
+
.popover-content Popover content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
|
15
|
+
.card-icon-header
|
|
16
|
+
.icon.icon-heart-lg
|
|
17
|
+
.card-body.text-center
|
|
18
|
+
.text-display-3 999
|
|
19
|
+
.text-label Metric label
|
|
20
|
+
.card
|
|
21
|
+
%details.popover-wrapper.dropright.card-info-popover
|
|
22
|
+
%summary
|
|
23
|
+
.btn.btn-sm.btn-square
|
|
24
|
+
.icon.icon-info
|
|
25
|
+
.popover-menu.info
|
|
26
|
+
.popover-title Popover title
|
|
27
|
+
.popover-content Popover content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
|
28
|
+
.card-icon-header
|
|
29
|
+
.icon.icon-fivestars-lg
|
|
30
|
+
.card-body.text-center
|
|
31
|
+
.text-display-3 999
|
|
32
|
+
.text-label Metric label
|
|
33
|
+
.card
|
|
34
|
+
%details.popover-wrapper.dropright.card-info-popover
|
|
35
|
+
%summary
|
|
36
|
+
.btn.btn-sm.btn-square
|
|
37
|
+
.icon.icon-info
|
|
38
|
+
.popover-menu.info
|
|
39
|
+
.popover-title Popover title
|
|
40
|
+
.popover-content Popover content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
|
41
|
+
.card-icon-header
|
|
42
|
+
.icon.icon-bug-lg
|
|
43
|
+
.card-body.text-center
|
|
44
|
+
.text-display-3 999
|
|
45
|
+
.text-label Metric label
|
|
46
|
+
.card
|
|
47
|
+
%details.popover-wrapper.dropright.card-info-popover
|
|
48
|
+
%summary
|
|
49
|
+
.btn.btn-sm.btn-square
|
|
50
|
+
.icon.icon-info
|
|
51
|
+
.popover-menu.info
|
|
52
|
+
.popover-title Popover title
|
|
53
|
+
.popover-content Popover content Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.
|
|
54
|
+
.card-icon-header
|
|
55
|
+
.icon.icon-test-lg
|
|
56
|
+
.card-body.text-center
|
|
57
|
+
.text-display-3 999
|
|
58
|
+
.text-label Metric label
|