testio-tailwind 0.1.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.circleci/config.yml +217 -0
- package/.dockerignore +4 -0
- package/.eleventy.js +57 -57
- package/Dockerfile +27 -0
- package/LICENSE +21 -21
- package/README.md +43 -43
- package/icon-classes-extractor.js +29 -29
- package/index.html +399 -478
- package/package.json +66 -66
- package/src/_data/navigation.json +44 -44
- package/src/_data/site.js +12 -12
- package/src/_includes/card_popover.haml +7 -7
- package/src/_includes/example-header-customer.pug +99 -99
- package/src/_includes/example-header-manager.njk +53 -53
- package/src/_includes/example-header-tester.njk +99 -99
- package/src/_includes/example-header.njk +50 -50
- package/src/_includes/page-with-sidebar-nocode.njk +46 -46
- package/src/_includes/page-with-sidebar.njk +46 -46
- package/src/_includes/page.njk +38 -38
- package/src/_layouts/base.njk +83 -83
- package/src/_layouts/email-template.njk +90 -90
- package/src/_layouts/page-example-customer.njk +74 -74
- package/src/_layouts/page-example-manager.njk +74 -74
- package/src/_layouts/page-example-tester.njk +75 -75
- package/src/_layouts/page-example.njk +83 -83
- package/src/assets/images/Cirro-App-Defaultimage.svg +25 -25
- package/src/assets/images/arrow-down.svg +13 -13
- package/src/assets/images/arrow-left.svg +13 -13
- package/src/assets/images/arrow-right.svg +13 -13
- package/src/assets/images/arrow-thick-left.svg +13 -13
- package/src/assets/images/arrow-thick-right.svg +13 -13
- package/src/assets/images/arrow-up.svg +13 -13
- package/src/assets/images/at-sign.svg +12 -12
- package/src/assets/images/attachment-fallbackimage.svg +19 -19
- package/src/assets/images/attachment.svg +8 -8
- package/src/assets/images/bell-smile-xl.svg +18 -18
- package/src/assets/images/blocked.svg +7 -7
- package/src/assets/images/bug-chat-xl.svg +15 -15
- package/src/assets/images/bug-deceased-xl.svg +15 -15
- package/src/assets/images/bug-reproduction.svg +14 -14
- package/src/assets/images/bug-sad-xl.svg +13 -13
- package/src/assets/images/bug-search-xl.svg +18 -18
- package/src/assets/images/bug-sleeping-xl.svg +14 -14
- package/src/assets/images/bug-smile-xl.svg +9 -9
- package/src/assets/images/calendar.svg +15 -15
- package/src/assets/images/caret-down-centered.svg +6 -6
- package/src/assets/images/caret-down.svg +11 -11
- package/src/assets/images/caret-left-centered.svg +6 -6
- package/src/assets/images/caret-left.svg +6 -6
- package/src/assets/images/caret-right-centered.svg +6 -6
- package/src/assets/images/caret-right.svg +6 -6
- package/src/assets/images/caret-up-centered.svg +6 -6
- package/src/assets/images/caret-up.svg +11 -11
- package/src/assets/images/check-circle-filled-white.svg +9 -9
- package/src/assets/images/check-circle-filled.svg +12 -12
- package/src/assets/images/check-circle.svg +7 -7
- package/src/assets/images/check-selectable-items.svg +11 -11
- package/src/assets/images/check-thick-outline.svg +11 -11
- package/src/assets/images/check-thick.svg +6 -6
- package/src/assets/images/check.svg +17 -17
- package/src/assets/images/checkbox-background-black.svg +6 -6
- package/src/assets/images/checkbox-background-sm.svg +12 -12
- package/src/assets/images/checkbox-background-white.svg +6 -6
- package/src/assets/images/checkbox-background.svg +6 -6
- package/src/assets/images/checkbox-sm-checked.svg +11 -11
- package/src/assets/images/circle-empty-white.svg +6 -6
- package/src/assets/images/circle-sm-filled.svg +6 -6
- package/src/assets/images/clock.svg +12 -12
- package/src/assets/images/cross-circle-filled.svg +6 -6
- package/src/assets/images/cross-circle.svg +7 -7
- package/src/assets/images/cross-thick.svg +15 -15
- package/src/assets/images/cross.svg +7 -7
- package/src/assets/images/exclamation-circle-filled.svg +11 -11
- package/src/assets/images/exclamation-circle.svg +12 -12
- package/src/assets/images/feature-check.svg +9 -9
- package/src/assets/images/feature-cross.svg +10 -10
- package/src/assets/images/feature-draft.svg +14 -14
- package/src/assets/images/feature.svg +8 -8
- package/src/assets/images/file-image-plus-lg.svg +19 -19
- package/src/assets/images/file-image-plus-xl.svg +20 -20
- package/src/assets/images/format-bold.svg +11 -11
- package/src/assets/images/format-code.svg +12 -12
- package/src/assets/images/format-heading.svg +11 -11
- package/src/assets/images/format-indent-decrease.svg +11 -11
- package/src/assets/images/format-indent-increase.svg +11 -11
- package/src/assets/images/format-italic.svg +11 -11
- package/src/assets/images/format-link.svg +11 -11
- package/src/assets/images/format-list-bulleted.svg +17 -17
- package/src/assets/images/format-list-numbered.svg +17 -17
- package/src/assets/images/format-mark.svg +13 -13
- package/src/assets/images/format-quote.svg +17 -17
- package/src/assets/images/format-strikethrough.svg +11 -11
- package/src/assets/images/forward.svg +11 -11
- package/src/assets/images/google_signin.svg +22 -22
- package/src/assets/images/info-circle-cirro.svg +21 -21
- package/src/assets/images/info-circle-ux.svg +21 -21
- package/src/assets/images/lock.svg +15 -15
- package/src/assets/images/logo-mobile-cloud.svg +12 -12
- package/src/assets/images/logo-testio/testio_horizontal_black.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_icon_black.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_black.svg +27 -27
- package/src/assets/images/logo-testio/testio_horizontal_icon_purple_white.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_icon_white.svg +25 -25
- package/src/assets/images/logo-testio/testio_horizontal_purple_black.svg +9 -9
- package/src/assets/images/logo-testio/testio_horizontal_purple_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_black.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_purpleteal_white.svg +19 -19
- package/src/assets/images/logo-testio/testio_horizontal_teal_black.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_teal_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_black.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_tealpurple_white.svg +21 -21
- package/src/assets/images/logo-testio/testio_horizontal_white.svg +14 -14
- package/src/assets/images/logo-testio/testio_symbol_black_round.svg +11 -11
- package/src/assets/images/logo-testio/testio_symbol_purple.svg +15 -15
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_round.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_purpleteal_square.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_teal.svg +15 -15
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_round.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_tealpurple_square.svg +18 -18
- package/src/assets/images/logo-testio/testio_symbol_white_round.svg +11 -11
- package/src/assets/images/logo-testio/testio_typo_black.svg +11 -11
- package/src/assets/images/logo-testio/testio_typo_white.svg +11 -11
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_black.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_purpleteal_white.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_black.svg +19 -19
- package/src/assets/images/logo-testio/testio_vertical_tealpurple_white.svg +19 -19
- package/src/assets/images/message-feedback.svg +10 -10
- package/src/assets/images/message-question-filled.svg +6 -6
- package/src/assets/images/message-question.svg +8 -8
- package/src/assets/images/message.svg +11 -11
- package/src/assets/images/question-circle.svg +24 -24
- package/src/assets/images/radio-checked-black.svg +5 -5
- package/src/assets/images/redo.svg +7 -7
- package/src/assets/images/remove.svg +6 -6
- package/src/assets/images/search.svg +11 -11
- package/src/assets/images/seat.svg +14 -14
- package/src/assets/images/section.svg +8 -8
- package/src/assets/images/sendmessage.svg +15 -15
- package/src/assets/images/speaker.svg +10 -10
- package/src/assets/images/test-archived.svg +12 -12
- package/src/assets/images/test-automation.svg +8 -8
- package/src/assets/images/test-check.svg +9 -9
- package/src/assets/images/test-ended.svg +9 -9
- package/src/assets/images/test-failed.svg +10 -10
- package/src/assets/images/test-initialized.svg +10 -10
- package/src/assets/images/test-locked.svg +15 -15
- package/src/assets/images/test-plus.svg +11 -11
- package/src/assets/images/test-promoted.svg +9 -9
- package/src/assets/images/test-running.svg +9 -9
- package/src/assets/images/test-stopped.svg +17 -17
- package/src/assets/images/test.svg +8 -8
- package/src/assets/images/testcase.svg +10 -10
- package/src/assets/images/triangle-centered-down.svg +12 -12
- package/src/assets/images/triangle-centered-left.svg +12 -12
- package/src/assets/images/triangle-centered-right.svg +12 -12
- package/src/assets/images/triangle-centered-up.svg +12 -12
- package/src/assets/images/triangle-down.svg +5 -5
- package/src/assets/images/triangle-up.svg +5 -5
- package/src/assets/images/undo.svg +7 -7
- package/src/assets/images/verify-exclamation.svg +11 -11
- package/src/assets/scripts/app.js +150 -150
- package/src/assets/scripts/modules/colors.js +10 -10
- package/src/assets/scripts/modules/echarts_area.js +94 -94
- package/src/assets/scripts/modules/echarts_donut.js +85 -85
- package/src/assets/scripts/modules/echarts_exampledata.js +105 -105
- package/src/assets/scripts/modules/echarts_exampleseries.js +146 -146
- package/src/assets/scripts/modules/echarts_gauge.js +74 -74
- package/src/assets/scripts/modules/echarts_horizontal.js +80 -80
- package/src/assets/scripts/modules/echarts_legend.js +12 -12
- package/src/assets/scripts/modules/echarts_vertical.js +80 -80
- package/src/assets/stylesheets/app.css +77 -76
- package/src/assets/stylesheets/components/actionbar.css +41 -41
- package/src/assets/stylesheets/components/alerts.css +50 -50
- package/src/assets/stylesheets/components/banner_card.css +56 -56
- package/src/assets/stylesheets/components/buttons.css +192 -192
- package/src/assets/stylesheets/components/cards.css +148 -148
- package/src/assets/stylesheets/components/chat.css +265 -265
- package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +173 -173
- package/src/assets/stylesheets/components/customer/customer_header.css +97 -97
- package/src/assets/stylesheets/components/customer/customer_productcards.css +212 -212
- package/src/assets/stylesheets/components/customer/customer_sidebar.css +76 -76
- package/src/assets/stylesheets/components/devices.css +77 -83
- package/src/assets/stylesheets/components/drawer.css +99 -99
- package/src/assets/stylesheets/components/dropdown.css +92 -92
- package/src/assets/stylesheets/components/emptystate_message.css +41 -41
- package/src/assets/stylesheets/components/form_card.css +20 -20
- package/src/assets/stylesheets/components/form_grid.css +11 -11
- package/src/assets/stylesheets/components/forms.css +106 -106
- package/src/assets/stylesheets/components/header.css +220 -220
- package/src/assets/stylesheets/components/iconfont.css +3303 -3303
- package/src/assets/stylesheets/components/icons.css +142 -142
- package/src/assets/stylesheets/components/images.css +27 -27
- package/src/assets/stylesheets/components/layout.css +37 -82
- package/src/assets/stylesheets/components/list_item.css +285 -281
- package/src/assets/stylesheets/components/lists.css +67 -67
- package/src/assets/stylesheets/components/loading_spinner.css +104 -104
- package/src/assets/stylesheets/components/manager/manager_header.css +50 -50
- package/src/assets/stylesheets/components/manager/manager_sidebar.css +76 -76
- package/src/assets/stylesheets/components/markdown_trix_styles.css +200 -200
- package/src/assets/stylesheets/components/metasidebar.css +56 -56
- package/src/assets/stylesheets/components/metrics.css +12 -12
- package/src/assets/stylesheets/components/modals.css +105 -105
- package/src/assets/stylesheets/components/notifications.css +154 -154
- package/src/assets/stylesheets/components/popover.css +120 -120
- package/src/assets/stylesheets/components/progress.css +69 -69
- package/src/assets/stylesheets/components/radio_tabs.css +59 -59
- package/src/assets/stylesheets/components/reset.css +26 -26
- package/src/assets/stylesheets/components/resultmodule.css +132 -132
- package/src/assets/stylesheets/components/search.css +110 -110
- package/src/assets/stylesheets/components/sections.css +97 -97
- package/src/assets/stylesheets/components/select.css +50 -50
- package/src/assets/stylesheets/components/select2.css +252 -252
- package/src/assets/stylesheets/components/selectable_token.css +223 -223
- package/src/assets/stylesheets/components/sidebar.css +480 -480
- package/src/assets/stylesheets/components/splitview.css +307 -304
- package/src/assets/stylesheets/components/tables.css +108 -108
- package/src/assets/stylesheets/components/tabs.css +121 -121
- package/src/assets/stylesheets/components/tags.css +28 -28
- package/src/assets/stylesheets/components/task_issue_item.css +78 -78
- package/src/assets/stylesheets/components/test_header.css +167 -0
- package/src/assets/stylesheets/components/test_item.css +89 -89
- package/src/assets/stylesheets/components/tester/tester_cards.css +143 -143
- package/src/assets/stylesheets/components/tester/tester_header.css +37 -37
- package/src/assets/stylesheets/components/tester/tester_sidebar.css +92 -92
- package/src/assets/stylesheets/components/toggleswitch.css +118 -118
- package/src/assets/stylesheets/components/tom_select.css +186 -186
- package/src/assets/stylesheets/components/trix_editor.css +174 -174
- package/src/assets/stylesheets/components/typography.css +81 -81
- package/src/assets/stylesheets/components/uploads.css +194 -194
- package/src/assets/stylesheets/components/user_item.css +57 -57
- package/src/assets/stylesheets/designsystem-styles.css +81 -81
- package/src/assets/stylesheets/postcss.config.js +16 -16
- package/src/assets/stylesheets/tailwind.config.js +331 -331
- package/src/humans.txt.njk +10 -10
- package/src/index.pug +16 -16
- package/src/pages/buttons/block.haml +39 -39
- package/src/pages/buttons/buttons-lg.haml +20 -20
- package/src/pages/buttons/buttons-sm.haml +41 -41
- package/src/pages/buttons/buttons-xl.haml +23 -23
- package/src/pages/buttons/buttons.haml +58 -58
- package/src/pages/buttons/buttons_input.haml +39 -39
- package/src/pages/buttons/dropdown-menu.haml +73 -73
- package/src/pages/buttons/index.njk +7 -7
- package/src/pages/buttons/info_popover.haml +32 -32
- package/src/pages/buttons/link-with-icon.haml +13 -13
- package/src/pages/buttons/square-buttons.haml +55 -55
- package/src/pages/charts/area.haml +215 -215
- package/src/pages/charts/bar_horizontal.haml +335 -335
- package/src/pages/charts/bar_vertical.haml +391 -391
- package/src/pages/charts/donut.haml +269 -269
- package/src/pages/charts/gauge.haml +214 -214
- package/src/pages/charts/index.njk +6 -6
- package/src/pages/ci.pug +8 -8
- package/src/pages/colors.pug +147 -147
- package/src/pages/components/alerts.haml +31 -31
- package/src/pages/components/banner_cards.haml +45 -45
- package/src/pages/components/cards.haml +111 -111
- package/src/pages/components/cards_customer.haml +487 -487
- package/src/pages/components/cards_fixedwidth.haml +135 -135
- package/src/pages/components/cards_iconheader.haml +57 -57
- package/src/pages/components/cards_tester.haml +159 -159
- package/src/pages/components/chat_window.haml +240 -240
- package/src/pages/components/comments_bug_preview.haml +29 -29
- package/src/pages/components/comments_chatmessages.haml +229 -229
- package/src/pages/components/descriptionlist.haml +47 -47
- package/src/pages/components/devices.haml +115 -115
- package/src/pages/components/drawer.haml +49 -49
- package/src/pages/components/drawer_filter.haml +76 -76
- package/src/pages/components/emptystate.haml +15 -15
- package/src/pages/components/index.njk +6 -6
- package/src/pages/components/issue-item.haml +18 -18
- package/src/pages/components/listitem_with_footer.haml +208 -208
- package/src/pages/components/listitems.haml +136 -136
- package/src/pages/components/listitems_badge.haml +36 -36
- package/src/pages/components/listitems_collapsable.haml +117 -117
- package/src/pages/components/listitems_nested.haml +50 -50
- package/src/pages/components/listitems_selectable.haml +59 -59
- package/src/pages/components/listitems_white.haml +82 -82
- package/src/pages/components/loading_spinner.haml +11 -11
- package/src/pages/components/metasidebar.haml +13 -13
- package/src/pages/components/modal_details.haml +68 -68
- package/src/pages/components/notification_center.haml +48 -48
- package/src/pages/components/notifications.haml +42 -42
- package/src/pages/components/profilethumb.haml +27 -27
- package/src/pages/components/progress.haml +23 -23
- package/src/pages/components/resultmodule.haml +150 -150
- package/src/pages/components/resultmodule_testcase.haml +125 -125
- package/src/pages/components/section_collapsable.haml +24 -24
- package/src/pages/components/splitview_item.haml +111 -111
- package/src/pages/components/splitview_item_collapsable.haml +65 -65
- package/src/pages/components/tables.haml +57 -57
- package/src/pages/components/tables_linked.haml +29 -29
- package/src/pages/components/tags.haml +12 -12
- package/src/pages/components/task_item.haml +33 -33
- package/src/pages/components/test_item.haml +119 -119
- package/src/pages/components/tester_levels.haml +70 -70
- package/src/pages/components/user_item.haml +49 -49
- package/src/pages/examples/layout-actionbar.haml +267 -267
- package/src/pages/examples/layout-basic.haml +28 -28
- package/src/pages/examples/layout-chat.haml +327 -327
- package/src/pages/examples/layout-customer.haml +189 -189
- package/src/pages/examples/layout-form-sidebar-actionbar-metasidebar.haml +312 -312
- package/src/pages/examples/layout-manager.haml +98 -98
- package/src/pages/examples/layout-metasidebar.haml +269 -269
- package/src/pages/examples/layout-sidebar-actionbar-metasidebar.haml +308 -308
- package/src/pages/examples/layout-sidebar-actionbar.haml +308 -308
- package/src/pages/examples/layout-sidebar.haml +296 -296
- package/src/pages/examples/layout-tester.haml +105 -105
- package/src/pages/examples/splitview-testcases.haml +477 -477
- package/src/pages/examples/splitview.haml +389 -389
- package/src/pages/forms/checkboxes.haml +64 -64
- package/src/pages/forms/checkboxes_devices.haml +45 -45
- package/src/pages/forms/form-addon.haml +16 -16
- package/src/pages/forms/form-card.haml +36 -36
- package/src/pages/forms/form-grid.haml +16 -16
- package/src/pages/forms/form_grid_narrow.haml +18 -18
- package/src/pages/forms/forms.haml +22 -22
- package/src/pages/forms/index.njk +6 -6
- package/src/pages/forms/radiobuttons.haml +50 -50
- package/src/pages/forms/rating_scale.haml +62 -62
- package/src/pages/forms/search.haml +71 -71
- package/src/pages/forms/select2.haml +72 -72
- package/src/pages/forms/select_native.haml +74 -74
- package/src/pages/forms/selectable_token.haml +49 -49
- package/src/pages/forms/selectable_token_browsers.haml +66 -66
- package/src/pages/forms/selectable_token_lg.haml +49 -49
- package/src/pages/forms/selectable_token_xl.haml +49 -49
- package/src/pages/forms/textarea.haml +24 -24
- package/src/pages/forms/toggle-buttons.haml +94 -94
- package/src/pages/forms/toggle-switch.haml +31 -31
- package/src/pages/forms/tomselect.haml +76 -76
- package/src/pages/forms/trix_editor.pug +10 -10
- package/src/pages/forms/uploads.pug +101 -101
- package/src/pages/icons/bug-icons.haml +75 -75
- package/src/pages/icons/index.njk +83 -83
- package/src/pages/icons/marketingicons.haml +15 -15
- package/src/pages/icons/status-icons.haml +38 -38
- package/src/pages/layout/app_layout.haml +27 -27
- package/src/pages/layout/index.njk +6 -6
- package/src/pages/layout/max_width.haml +49 -49
- package/src/pages/layout/spacing.haml +30 -30
- package/src/pages/navigation/header-manager.haml +73 -73
- package/src/pages/navigation/header-tester.haml +100 -100
- package/src/pages/navigation/header.haml +76 -76
- package/src/pages/navigation/header_customer.haml +77 -77
- package/src/pages/navigation/header_tester_epam.haml +108 -108
- package/src/pages/navigation/index.njk +7 -7
- package/src/pages/navigation/product_dropdown.haml +65 -65
- package/src/pages/navigation/radio_tabs.haml +22 -22
- package/src/pages/navigation/sidebar-manager.haml +46 -46
- package/src/pages/navigation/sidebar-tester-elements.haml +105 -105
- package/src/pages/navigation/sidebar-tester-seatlimitation.haml +108 -108
- package/src/pages/navigation/sidebar-tester.haml +75 -75
- package/src/pages/navigation/sidebar.haml +46 -46
- package/src/pages/navigation/sidebar_collapsables.haml +136 -136
- package/src/pages/navigation/sidebar_customer.haml +146 -146
- package/src/pages/navigation/tabnavigation.haml +12 -12
- package/src/pages/navigation/tabnavigation_actions.haml +21 -21
- package/src/pages/navigation/tabnavigation_pills.haml +12 -12
- package/src/pages/navigation/test-header-tester.haml +178 -0
- package/src/pages/typography/index.njk +7 -7
- package/src/pages/typography/link_with_icon.haml +12 -12
- package/src/pages/typography/linked_icon.haml +10 -10
- package/src/pages/typography/markdown.md +112 -112
- package/src/pages/typography/section_header.haml +25 -25
- package/src/pages/typography/section_header_actions.haml +59 -59
- package/src/pages/typography/text_with_icon.haml +12 -12
- package/src/pages/typography/trix_styles.haml +127 -127
- package/src/pages/typography/typography.haml +51 -51
- package/src/sitemap.xml.njk +13 -13
- package/src/static/app.compiled.css +536 -208
- package/src/static/app.compiled.css.map +1 -1
- package/src/static/browserconfig.xml +9 -9
- package/src/static/site.webmanifest +3 -3
- package/utils/collections.js +29 -29
- package/utils/filters.js +11 -11
- package/utils/markdown.js +9 -9
- package/utils/shortcodes.js +6 -6
- package/utils/transforms.js +19 -19
- package/webpack.config.js +24 -24
|
@@ -1,480 +1,480 @@
|
|
|
1
|
-
nav.sidebar,
|
|
2
|
-
.mobile-menu.sidebar {
|
|
3
|
-
@apply hidden relative w-full h-auto flex-col flex-shrink-0 p-xs bg-header sm:w-sidebar sm:overflow-hidden md:flex;
|
|
4
|
-
grid-area: sidebar;
|
|
5
|
-
overflow-x: auto;
|
|
6
|
-
overflow-y: scroll;
|
|
7
|
-
-ms-overflow-style: none; /* IE and Edge */
|
|
8
|
-
scrollbar-width: none; /* Firefox */
|
|
9
|
-
z-index: 0;
|
|
10
|
-
border-right: none;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
nav.sidebar::-webkit-scrollbar,
|
|
14
|
-
nav.sidebar .navlinks::-webkit-scrollbar {
|
|
15
|
-
display: none;
|
|
16
|
-
-ms-overflow-style: none; /* IE and Edge */
|
|
17
|
-
scrollbar-width: none; /* Firefox */
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.sidebar .navlinks {
|
|
21
|
-
@apply overflow-y-scroll pb-spacing;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.sidebar .navlink,
|
|
25
|
-
.sidebar a.navlink,
|
|
26
|
-
.sidebar.mobile-menu .navlink,
|
|
27
|
-
.sidebar .header-dropdown .navlink,
|
|
28
|
-
.sidebar .header-dropdown .dropdown-link {
|
|
29
|
-
@apply relative flex h-auto w-full items-start justify-start p-xs text-navlinks font-navlinks leading-tight text-white rounded;
|
|
30
|
-
margin-bottom: 1px;
|
|
31
|
-
user-select: none;
|
|
32
|
-
|
|
33
|
-
& .icon {
|
|
34
|
-
@apply w-spacing flex-shrink-0;
|
|
35
|
-
}
|
|
36
|
-
&:hover,
|
|
37
|
-
&:focus,
|
|
38
|
-
&.active:hover,
|
|
39
|
-
&.active:focus {
|
|
40
|
-
@apply text-white bg-petrol-800;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
&:hover .icon {
|
|
44
|
-
@apply text-white;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
&.active {
|
|
48
|
-
@apply text-link-hover bg-petrol-800;
|
|
49
|
-
}
|
|
50
|
-
&.active .icon {
|
|
51
|
-
@apply text-link-hover flex-shrink-0;
|
|
52
|
-
}
|
|
53
|
-
&.active .recording-icon {
|
|
54
|
-
@apply text-danger;
|
|
55
|
-
}
|
|
56
|
-
&.active:hover .icon {
|
|
57
|
-
@apply text-white;
|
|
58
|
-
}
|
|
59
|
-
&:last-child {
|
|
60
|
-
@apply mb-0;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
.sidebar .navlink .icon-wrapper {
|
|
66
|
-
@apply w-spacing;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.sidebar .navlink .recording-icon,
|
|
70
|
-
.sidebar.tester .navlink .recording-icon,
|
|
71
|
-
.sidebar.tester .navlink .icon.recording-icon {
|
|
72
|
-
@apply absolute left-xs top-xs text-danger;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.sidebar .navlink .text-wrapper {
|
|
76
|
-
@apply flex flex-col;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.sidebar-title {
|
|
80
|
-
@apply w-auto -ml-xs my-xs py-xs text-white text-center text-heading-5 font-light border-b-1 border-gray-darkest;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.sidebar-title + .navlink {
|
|
84
|
-
@apply mt-xs;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.sidebar-divider {
|
|
88
|
-
@apply block w-auto h-1px my-xs -mx-xs bg-gray-800;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.sidebar-label {
|
|
92
|
-
@apply block text-label-color text-label ml-xs my-xs;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
/*/////// Collapsable ///////*/
|
|
96
|
-
|
|
97
|
-
.sidebar summary.navlink,
|
|
98
|
-
.sidebar .header-dropdown summary.navlink {
|
|
99
|
-
@apply relative cursor-pointer pr-spacing;
|
|
100
|
-
&:hover::after {
|
|
101
|
-
@apply bg-teal-300;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.sidebar summary.navlink:after,
|
|
106
|
-
.sidebar .header-dropdown summary.navlink::after {
|
|
107
|
-
@apply inline-block absolute right-xxs w-icon-xs h-icon-xs bg-white;
|
|
108
|
-
content: "";
|
|
109
|
-
top: 12px;
|
|
110
|
-
mask-image: url("/assets/images/triangle-centered-left.svg");
|
|
111
|
-
mask-repeat: no-repeat;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.sidebar details[open] summary.navlink:after,
|
|
115
|
-
.sidebar .header-dropdown[open] summary.navlink::after {
|
|
116
|
-
mask-image: url("/assets/images/triangle-centered-down.svg");
|
|
117
|
-
mask-repeat: no-repeat;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
.sidebar details[open],
|
|
121
|
-
.header .sidebar details[open],
|
|
122
|
-
.sidebar .header-dropdown[open] {
|
|
123
|
-
@apply flex flex-col items-stretch mb-xxs rounded bg-gray-darkest;
|
|
124
|
-
padding: 0 0 1px 0;
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
.sidebar details[open] .navlink,
|
|
128
|
-
.sidebar .header-dropdown[open] .navlink {
|
|
129
|
-
@apply w-auto mx-xxs;
|
|
130
|
-
&:last-child {
|
|
131
|
-
@apply mb-xxs;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.sidebar details[open] summary.navlink,
|
|
136
|
-
.header .sidebar details[open] summary.navlink,
|
|
137
|
-
.sidebar .header-dropdown[open] summary.navlink {
|
|
138
|
-
@apply mx-0;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
.sidebar .header-dropdown[open] .dropdown-menu {
|
|
143
|
-
@apply relative w-full max-w-full h-auto top-auto left-auto contents;
|
|
144
|
-
max-height: max-content;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.sidebar summary:focus {
|
|
148
|
-
outline: none;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.seatslot {
|
|
152
|
-
@apply relative flex items-start justify-start h-auto w-full mb-xxs p-xs text-base font-semibold select-none border border-dashed border-gray-darker text-gray-darker rounded;
|
|
153
|
-
line-height: 1.5;
|
|
154
|
-
|
|
155
|
-
&::before {
|
|
156
|
-
@apply inline-block w-icon h-icon mr-xs bg-gray-darker;
|
|
157
|
-
content: "";
|
|
158
|
-
mask-image: url("/assets/images/seat.svg");
|
|
159
|
-
mask-repeat: no-repeat;
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
/*/ Test cycle navlink with more info and actions */
|
|
164
|
-
|
|
165
|
-
.navlink.test-cycle {
|
|
166
|
-
@apply justify-between items-stretch mb-xxs p-0 bg-gray-darker text-white;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.navlink-wrapper {
|
|
170
|
-
@apply flex flex-row p-xs;
|
|
171
|
-
pointer-events: all;
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.navlink-info {
|
|
175
|
-
@apply text-white;
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
.navlink-title {
|
|
179
|
-
@apply text-base font-semibold;
|
|
180
|
-
line-height: 1.2;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.navlink-meta {
|
|
184
|
-
@apply text-xs;
|
|
185
|
-
line-height: 1.2;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.navlink .dropdown-actions .btn {
|
|
189
|
-
@apply justify-center items-center w-btn h-full px-0 border-0 border-l-1 border-gray-900 rounded-l-none;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.navlink .dropdown-actions summary .icon {
|
|
193
|
-
@apply w-auto;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.navlink .dropdown-actions[open] {
|
|
197
|
-
margin-bottom: 0;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
.navlink.test-cycle .dropdown-actions .btn:hover .icon,
|
|
201
|
-
.navlink.test-cycle .dropdown-actions .btn:focus .icon,
|
|
202
|
-
.navlink.active.test-cycle .dropdown-actions .btn:hover .icon,
|
|
203
|
-
.navlink.active.test-cycle .dropdown-actions .btn:focus .icon,
|
|
204
|
-
.sidebar .navlink.test-cycle .dropdown-actions .popover-action .icon,
|
|
205
|
-
.sidebar .navlink.active.test-cycle .dropdown-actions .popover-action .icon,
|
|
206
|
-
.navlink.test-cycle .dropdown-actions .popover-action:hover .icon,
|
|
207
|
-
.navlink.test-cycle .dropdown-actions .popover-action:focus .icon,
|
|
208
|
-
.navlink.active.test-cycle .dropdown-actions .popover-action:hover .icon,
|
|
209
|
-
.navlink.active.test-cycle .dropdown-actions .popover-action:focus .icon {
|
|
210
|
-
@apply text-white;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.navlink .popover-menu {
|
|
214
|
-
@apply max-w-44;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
/*/////// Marked collapse with color coding, f.e. for sections ///////*/
|
|
219
|
-
|
|
220
|
-
.sidebar details.marked-collapse.purple summary.navlink:hover,
|
|
221
|
-
.sidebar details.marked-collapse.purple summary.navlink:focus,
|
|
222
|
-
.sidebar details.marked-collapse.pink summary.navlink:hover,
|
|
223
|
-
.sidebar details.marked-collapse.pink summary.navlink:focus,
|
|
224
|
-
.sidebar details.marked-collapse.yellow summary.navlink:hover,
|
|
225
|
-
.sidebar details.marked-collapse.yellow summary.navlink:focus,
|
|
226
|
-
.sidebar details.marked-collapse.red-light summary.navlink:hover,
|
|
227
|
-
.sidebar details.marked-collapse.red-light summary.navlink:focus,
|
|
228
|
-
.sidebar details.marked-collapse.orange summary.navlink:hover,
|
|
229
|
-
.sidebar details.marked-collapse.orange summary.navlink:focus {
|
|
230
|
-
@apply bg-gray-800;
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
/*/ Purple /*/
|
|
234
|
-
|
|
235
|
-
.sidebar details.marked-collapse.purple .navlink .icon {
|
|
236
|
-
@apply text-purple-500;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.sidebar details.marked-collapse.purple .navlink:hover,
|
|
240
|
-
.sidebar details.marked-collapse.purple .navlink:focus,
|
|
241
|
-
.sidebar details.marked-collapse.purple .navlink.active:hover {
|
|
242
|
-
@apply text-purple-500 bg-gray-700;
|
|
243
|
-
.icon {
|
|
244
|
-
@apply text-purple-500;
|
|
245
|
-
}
|
|
246
|
-
&:after {
|
|
247
|
-
@apply bg-purple-500;
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.sidebar details.marked-collapse.purple .navlink.active {
|
|
252
|
-
@apply text-white bg-purple-500;
|
|
253
|
-
.icon {
|
|
254
|
-
@apply text-white;
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
/*/ Orange /*/
|
|
260
|
-
|
|
261
|
-
.sidebar details.marked-collapse.orange .navlink .icon {
|
|
262
|
-
@apply text-orange-500;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.sidebar details.marked-collapse.orange .navlink:hover,
|
|
266
|
-
.sidebar details.marked-collapse.orange .navlink:focus,
|
|
267
|
-
.sidebar details.marked-collapse.orange .navlink.active:hover {
|
|
268
|
-
@apply text-orange-500 bg-gray-700;
|
|
269
|
-
.icon {
|
|
270
|
-
@apply text-orange-500;
|
|
271
|
-
}
|
|
272
|
-
&:after {
|
|
273
|
-
@apply bg-orange-500;
|
|
274
|
-
}
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.sidebar details.marked-collapse.orange .navlink.active {
|
|
278
|
-
@apply text-gray-800 bg-orange-500;
|
|
279
|
-
|
|
280
|
-
.icon {
|
|
281
|
-
@apply text-gray-800;
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
/*/ Yellow /*/
|
|
287
|
-
|
|
288
|
-
.sidebar details.marked-collapse.yellow .navlink .icon {
|
|
289
|
-
@apply text-yellow-500;
|
|
290
|
-
}
|
|
291
|
-
|
|
292
|
-
.sidebar details.marked-collapse.yellow .navlink:hover,
|
|
293
|
-
.sidebar details.marked-collapse.yellow .navlink:focus,
|
|
294
|
-
.sidebar details.marked-collapse.yellow .navlink.active:hover {
|
|
295
|
-
@apply text-yellow-500 bg-gray-700;
|
|
296
|
-
.icon {
|
|
297
|
-
@apply text-yellow-500;
|
|
298
|
-
}
|
|
299
|
-
&:after {
|
|
300
|
-
@apply bg-yellow-500;
|
|
301
|
-
}
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.sidebar details.marked-collapse.yellow .navlink.active {
|
|
305
|
-
@apply bg-yellow-500 text-gray-800;
|
|
306
|
-
.icon {
|
|
307
|
-
@apply text-gray-800;
|
|
308
|
-
}
|
|
309
|
-
}
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
/*/ Red-light /*/
|
|
313
|
-
|
|
314
|
-
.sidebar details.marked-collapse.red-light .navlink .icon {
|
|
315
|
-
@apply text-red-200;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.sidebar details.marked-collapse.red-light .navlink:hover,
|
|
319
|
-
.sidebar details.marked-collapse.red-light .navlink:focus,
|
|
320
|
-
.sidebar details.marked-collapse.red-light .navlink.active:hover {
|
|
321
|
-
@apply text-red-200 bg-gray-700;
|
|
322
|
-
|
|
323
|
-
.icon {
|
|
324
|
-
@apply text-red-200;
|
|
325
|
-
}
|
|
326
|
-
&:after {
|
|
327
|
-
@apply bg-red-200;
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.sidebar details.marked-collapse.red-light .navlink.active {
|
|
332
|
-
@apply text-white bg-red-200;
|
|
333
|
-
|
|
334
|
-
.icon {
|
|
335
|
-
@apply text-white;
|
|
336
|
-
}
|
|
337
|
-
}
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
/*/ Pink /*/
|
|
341
|
-
|
|
342
|
-
.sidebar details.marked-collapse.pink .navlink .icon {
|
|
343
|
-
@apply text-pink-500;
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
.sidebar details.marked-collapse.pink .navlink:hover,
|
|
347
|
-
.sidebar details.marked-collapse.pink .navlink:focus,
|
|
348
|
-
.sidebar details.marked-collapse.pink .navlink.active:hover {
|
|
349
|
-
@apply text-pink-500 bg-gray-700;
|
|
350
|
-
|
|
351
|
-
.icon {
|
|
352
|
-
@apply text-pink-500;
|
|
353
|
-
}
|
|
354
|
-
&:after {
|
|
355
|
-
@apply bg-pink-500;
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
.sidebar details.marked-collapse.pink .navlink.active {
|
|
360
|
-
@apply text-white bg-pink-500;
|
|
361
|
-
|
|
362
|
-
.icon {
|
|
363
|
-
@apply text-white;
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
/*/ Blue /*/
|
|
369
|
-
|
|
370
|
-
.sidebar details.marked-collapse.blue .navlink .icon {
|
|
371
|
-
@apply text-blue-500;
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.sidebar details.marked-collapse.blue .navlink:hover,
|
|
375
|
-
.sidebar details.marked-collapse.blue .navlink:focus,
|
|
376
|
-
.sidebar details.marked-collapse.blue .navlink.active:hover {
|
|
377
|
-
@apply text-blue-500 bg-gray-700;
|
|
378
|
-
|
|
379
|
-
.icon {
|
|
380
|
-
@apply text-blue-500;
|
|
381
|
-
}
|
|
382
|
-
&:after {
|
|
383
|
-
@apply bg-blue-500;
|
|
384
|
-
}
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
.sidebar details.marked-collapse.blue .navlink.active {
|
|
388
|
-
@apply text-white bg-blue-500;
|
|
389
|
-
|
|
390
|
-
.icon {
|
|
391
|
-
@apply text-white;
|
|
392
|
-
}
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
/*/ Green /*/
|
|
397
|
-
|
|
398
|
-
.sidebar details.marked-collapse.green .navlink .icon {
|
|
399
|
-
@apply text-green-500;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.sidebar details.marked-collapse.green .navlink:hover,
|
|
403
|
-
.sidebar details.marked-collapse.green .navlink:focus,
|
|
404
|
-
.sidebar details.marked-collapse.green .navlink.active:hover {
|
|
405
|
-
@apply text-green-500 bg-gray-700;
|
|
406
|
-
.icon {
|
|
407
|
-
@apply text-green-500;
|
|
408
|
-
}
|
|
409
|
-
&:after {
|
|
410
|
-
@apply bg-green-500;
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
.sidebar details.marked-collapse.green .navlink.active {
|
|
415
|
-
@apply text-white bg-green-500;
|
|
416
|
-
|
|
417
|
-
.icon {
|
|
418
|
-
@apply text-white;
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
/*/////// Profile picture button ///////*/
|
|
424
|
-
|
|
425
|
-
.sidebar .profilepicture-wrapper {
|
|
426
|
-
@apply flex content-center sm:block sm:-ml-xs sm:-my-xs;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
.sidebar .profilepicture-actions,
|
|
430
|
-
.sidebar .profilepicture-actions summary {
|
|
431
|
-
@apply relative w-sidebar h-sidebar;
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
.sidebar .profilepicture-actions[open] {
|
|
435
|
-
@apply mb-0;
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
.sidebar .profilepicture-actions .profilepicture {
|
|
439
|
-
@apply w-sidebar h-sidebar rounded sm:rounded-none;
|
|
440
|
-
}
|
|
441
|
-
|
|
442
|
-
.sidebar .profilepicture-actions .testerlevel-medal {
|
|
443
|
-
@apply absolute left-xs top-xs;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
/*/ Hover state for profile button /*/
|
|
447
|
-
|
|
448
|
-
.sidebar .profilepicture-actions summary:hover:before {
|
|
449
|
-
@apply block absolute w-full h-full left-0 top-0 bg-link-hover rounded sm:rounded-none;
|
|
450
|
-
content: "";
|
|
451
|
-
opacity: 0.9;
|
|
452
|
-
}
|
|
453
|
-
|
|
454
|
-
.sidebar .profilepicture-actions summary:hover:after {
|
|
455
|
-
@apply block absolute w-icon-xl h-icon-xl left-1/2 top-1/2 -ml-spacing -mt-spacing bg-white;
|
|
456
|
-
content: "";
|
|
457
|
-
-webkit-mask-image: url("/assets/images/file-image-plus-xl.svg");
|
|
458
|
-
mask-image: url("/assets/images/file-image-plus-xl.svg");
|
|
459
|
-
mask-repeat: no-repeat;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
.sidebar .profilepicture-actions[open] .popover-menu {
|
|
463
|
-
@apply absolute left-xs;
|
|
464
|
-
top: 100px;
|
|
465
|
-
width: 180px;
|
|
466
|
-
}
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
/*/ testNow banner /*/
|
|
470
|
-
|
|
471
|
-
.banner-install-testnow {
|
|
472
|
-
@apply flex flex-shrink-0 justify-between items-center h-actionbar mt-auto -mx-xs -mb-xs py-xs pr-sm pl-md text-white bg-gray-darkest;
|
|
473
|
-
|
|
474
|
-
.icon {
|
|
475
|
-
@apply text-white;
|
|
476
|
-
}
|
|
477
|
-
a.icon:hover {
|
|
478
|
-
@apply text-link-hover;
|
|
479
|
-
}
|
|
480
|
-
}
|
|
1
|
+
nav.sidebar,
|
|
2
|
+
.mobile-menu.sidebar {
|
|
3
|
+
@apply hidden relative w-full h-auto flex-col flex-shrink-0 p-xs bg-header sm:w-sidebar sm:overflow-hidden md:flex;
|
|
4
|
+
grid-area: sidebar;
|
|
5
|
+
overflow-x: auto;
|
|
6
|
+
overflow-y: scroll;
|
|
7
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
8
|
+
scrollbar-width: none; /* Firefox */
|
|
9
|
+
z-index: 0;
|
|
10
|
+
border-right: none;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
nav.sidebar::-webkit-scrollbar,
|
|
14
|
+
nav.sidebar .navlinks::-webkit-scrollbar {
|
|
15
|
+
display: none;
|
|
16
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
17
|
+
scrollbar-width: none; /* Firefox */
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.sidebar .navlinks {
|
|
21
|
+
@apply overflow-y-scroll pb-spacing;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.sidebar .navlink,
|
|
25
|
+
.sidebar a.navlink,
|
|
26
|
+
.sidebar.mobile-menu .navlink,
|
|
27
|
+
.sidebar .header-dropdown .navlink,
|
|
28
|
+
.sidebar .header-dropdown .dropdown-link {
|
|
29
|
+
@apply relative flex h-auto w-full items-start justify-start p-xs text-navlinks font-navlinks leading-tight text-white rounded;
|
|
30
|
+
margin-bottom: 1px;
|
|
31
|
+
user-select: none;
|
|
32
|
+
|
|
33
|
+
& .icon {
|
|
34
|
+
@apply w-spacing flex-shrink-0;
|
|
35
|
+
}
|
|
36
|
+
&:hover,
|
|
37
|
+
&:focus,
|
|
38
|
+
&.active:hover,
|
|
39
|
+
&.active:focus {
|
|
40
|
+
@apply text-white bg-petrol-800;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
&:hover .icon {
|
|
44
|
+
@apply text-white;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
&.active {
|
|
48
|
+
@apply text-link-hover bg-petrol-800;
|
|
49
|
+
}
|
|
50
|
+
&.active .icon {
|
|
51
|
+
@apply text-link-hover flex-shrink-0;
|
|
52
|
+
}
|
|
53
|
+
&.active .recording-icon {
|
|
54
|
+
@apply text-danger;
|
|
55
|
+
}
|
|
56
|
+
&.active:hover .icon {
|
|
57
|
+
@apply text-white;
|
|
58
|
+
}
|
|
59
|
+
&:last-child {
|
|
60
|
+
@apply mb-0;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
.sidebar .navlink .icon-wrapper {
|
|
66
|
+
@apply w-spacing;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.sidebar .navlink .recording-icon,
|
|
70
|
+
.sidebar.tester .navlink .recording-icon,
|
|
71
|
+
.sidebar.tester .navlink .icon.recording-icon {
|
|
72
|
+
@apply absolute left-xs top-xs text-danger;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.sidebar .navlink .text-wrapper {
|
|
76
|
+
@apply flex flex-col;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.sidebar-title {
|
|
80
|
+
@apply w-auto -ml-xs my-xs py-xs text-white text-center text-heading-5 font-light border-b-1 border-gray-darkest;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.sidebar-title + .navlink {
|
|
84
|
+
@apply mt-xs;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.sidebar-divider {
|
|
88
|
+
@apply block w-auto h-1px my-xs -mx-xs bg-gray-800;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.sidebar-label {
|
|
92
|
+
@apply block text-label-color text-label ml-xs my-xs;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/*/////// Collapsable ///////*/
|
|
96
|
+
|
|
97
|
+
.sidebar summary.navlink,
|
|
98
|
+
.sidebar .header-dropdown summary.navlink {
|
|
99
|
+
@apply relative cursor-pointer pr-spacing;
|
|
100
|
+
&:hover::after {
|
|
101
|
+
@apply bg-teal-300;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.sidebar summary.navlink:after,
|
|
106
|
+
.sidebar .header-dropdown summary.navlink::after {
|
|
107
|
+
@apply inline-block absolute right-xxs w-icon-xs h-icon-xs bg-white;
|
|
108
|
+
content: "";
|
|
109
|
+
top: 12px;
|
|
110
|
+
mask-image: url("/assets/images/triangle-centered-left.svg");
|
|
111
|
+
mask-repeat: no-repeat;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
.sidebar details[open] summary.navlink:after,
|
|
115
|
+
.sidebar .header-dropdown[open] summary.navlink::after {
|
|
116
|
+
mask-image: url("/assets/images/triangle-centered-down.svg");
|
|
117
|
+
mask-repeat: no-repeat;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.sidebar details[open],
|
|
121
|
+
.header .sidebar details[open],
|
|
122
|
+
.sidebar .header-dropdown[open] {
|
|
123
|
+
@apply flex flex-col items-stretch mb-xxs rounded bg-gray-darkest;
|
|
124
|
+
padding: 0 0 1px 0;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.sidebar details[open] .navlink,
|
|
128
|
+
.sidebar .header-dropdown[open] .navlink {
|
|
129
|
+
@apply w-auto mx-xxs;
|
|
130
|
+
&:last-child {
|
|
131
|
+
@apply mb-xxs;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.sidebar details[open] summary.navlink,
|
|
136
|
+
.header .sidebar details[open] summary.navlink,
|
|
137
|
+
.sidebar .header-dropdown[open] summary.navlink {
|
|
138
|
+
@apply mx-0;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
.sidebar .header-dropdown[open] .dropdown-menu {
|
|
143
|
+
@apply relative w-full max-w-full h-auto top-auto left-auto contents;
|
|
144
|
+
max-height: max-content;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.sidebar summary:focus {
|
|
148
|
+
outline: none;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.seatslot {
|
|
152
|
+
@apply relative flex items-start justify-start h-auto w-full mb-xxs p-xs text-base font-semibold select-none border border-dashed border-gray-darker text-gray-darker rounded;
|
|
153
|
+
line-height: 1.5;
|
|
154
|
+
|
|
155
|
+
&::before {
|
|
156
|
+
@apply inline-block w-icon h-icon mr-xs bg-gray-darker;
|
|
157
|
+
content: "";
|
|
158
|
+
mask-image: url("/assets/images/seat.svg");
|
|
159
|
+
mask-repeat: no-repeat;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/*/ Test cycle navlink with more info and actions */
|
|
164
|
+
|
|
165
|
+
.navlink.test-cycle {
|
|
166
|
+
@apply justify-between items-stretch mb-xxs p-0 bg-gray-darker text-white;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.navlink-wrapper {
|
|
170
|
+
@apply flex flex-row p-xs;
|
|
171
|
+
pointer-events: all;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
.navlink-info {
|
|
175
|
+
@apply text-white;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.navlink-title {
|
|
179
|
+
@apply text-base font-semibold;
|
|
180
|
+
line-height: 1.2;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.navlink-meta {
|
|
184
|
+
@apply text-xs;
|
|
185
|
+
line-height: 1.2;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
.navlink .dropdown-actions .btn {
|
|
189
|
+
@apply justify-center items-center w-btn h-full px-0 border-0 border-l-1 border-gray-900 rounded-l-none;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.navlink .dropdown-actions summary .icon {
|
|
193
|
+
@apply w-auto;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
.navlink .dropdown-actions[open] {
|
|
197
|
+
margin-bottom: 0;
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
.navlink.test-cycle .dropdown-actions .btn:hover .icon,
|
|
201
|
+
.navlink.test-cycle .dropdown-actions .btn:focus .icon,
|
|
202
|
+
.navlink.active.test-cycle .dropdown-actions .btn:hover .icon,
|
|
203
|
+
.navlink.active.test-cycle .dropdown-actions .btn:focus .icon,
|
|
204
|
+
.sidebar .navlink.test-cycle .dropdown-actions .popover-action .icon,
|
|
205
|
+
.sidebar .navlink.active.test-cycle .dropdown-actions .popover-action .icon,
|
|
206
|
+
.navlink.test-cycle .dropdown-actions .popover-action:hover .icon,
|
|
207
|
+
.navlink.test-cycle .dropdown-actions .popover-action:focus .icon,
|
|
208
|
+
.navlink.active.test-cycle .dropdown-actions .popover-action:hover .icon,
|
|
209
|
+
.navlink.active.test-cycle .dropdown-actions .popover-action:focus .icon {
|
|
210
|
+
@apply text-white;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.navlink .popover-menu {
|
|
214
|
+
@apply max-w-44;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
/*/////// Marked collapse with color coding, f.e. for sections ///////*/
|
|
219
|
+
|
|
220
|
+
.sidebar details.marked-collapse.purple summary.navlink:hover,
|
|
221
|
+
.sidebar details.marked-collapse.purple summary.navlink:focus,
|
|
222
|
+
.sidebar details.marked-collapse.pink summary.navlink:hover,
|
|
223
|
+
.sidebar details.marked-collapse.pink summary.navlink:focus,
|
|
224
|
+
.sidebar details.marked-collapse.yellow summary.navlink:hover,
|
|
225
|
+
.sidebar details.marked-collapse.yellow summary.navlink:focus,
|
|
226
|
+
.sidebar details.marked-collapse.red-light summary.navlink:hover,
|
|
227
|
+
.sidebar details.marked-collapse.red-light summary.navlink:focus,
|
|
228
|
+
.sidebar details.marked-collapse.orange summary.navlink:hover,
|
|
229
|
+
.sidebar details.marked-collapse.orange summary.navlink:focus {
|
|
230
|
+
@apply bg-gray-800;
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
/*/ Purple /*/
|
|
234
|
+
|
|
235
|
+
.sidebar details.marked-collapse.purple .navlink .icon {
|
|
236
|
+
@apply text-purple-500;
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.sidebar details.marked-collapse.purple .navlink:hover,
|
|
240
|
+
.sidebar details.marked-collapse.purple .navlink:focus,
|
|
241
|
+
.sidebar details.marked-collapse.purple .navlink.active:hover {
|
|
242
|
+
@apply text-purple-500 bg-gray-700;
|
|
243
|
+
.icon {
|
|
244
|
+
@apply text-purple-500;
|
|
245
|
+
}
|
|
246
|
+
&:after {
|
|
247
|
+
@apply bg-purple-500;
|
|
248
|
+
}
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.sidebar details.marked-collapse.purple .navlink.active {
|
|
252
|
+
@apply text-white bg-purple-500;
|
|
253
|
+
.icon {
|
|
254
|
+
@apply text-white;
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
/*/ Orange /*/
|
|
260
|
+
|
|
261
|
+
.sidebar details.marked-collapse.orange .navlink .icon {
|
|
262
|
+
@apply text-orange-500;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.sidebar details.marked-collapse.orange .navlink:hover,
|
|
266
|
+
.sidebar details.marked-collapse.orange .navlink:focus,
|
|
267
|
+
.sidebar details.marked-collapse.orange .navlink.active:hover {
|
|
268
|
+
@apply text-orange-500 bg-gray-700;
|
|
269
|
+
.icon {
|
|
270
|
+
@apply text-orange-500;
|
|
271
|
+
}
|
|
272
|
+
&:after {
|
|
273
|
+
@apply bg-orange-500;
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
.sidebar details.marked-collapse.orange .navlink.active {
|
|
278
|
+
@apply text-gray-800 bg-orange-500;
|
|
279
|
+
|
|
280
|
+
.icon {
|
|
281
|
+
@apply text-gray-800;
|
|
282
|
+
}
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
/*/ Yellow /*/
|
|
287
|
+
|
|
288
|
+
.sidebar details.marked-collapse.yellow .navlink .icon {
|
|
289
|
+
@apply text-yellow-500;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.sidebar details.marked-collapse.yellow .navlink:hover,
|
|
293
|
+
.sidebar details.marked-collapse.yellow .navlink:focus,
|
|
294
|
+
.sidebar details.marked-collapse.yellow .navlink.active:hover {
|
|
295
|
+
@apply text-yellow-500 bg-gray-700;
|
|
296
|
+
.icon {
|
|
297
|
+
@apply text-yellow-500;
|
|
298
|
+
}
|
|
299
|
+
&:after {
|
|
300
|
+
@apply bg-yellow-500;
|
|
301
|
+
}
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.sidebar details.marked-collapse.yellow .navlink.active {
|
|
305
|
+
@apply bg-yellow-500 text-gray-800;
|
|
306
|
+
.icon {
|
|
307
|
+
@apply text-gray-800;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
/*/ Red-light /*/
|
|
313
|
+
|
|
314
|
+
.sidebar details.marked-collapse.red-light .navlink .icon {
|
|
315
|
+
@apply text-red-200;
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.sidebar details.marked-collapse.red-light .navlink:hover,
|
|
319
|
+
.sidebar details.marked-collapse.red-light .navlink:focus,
|
|
320
|
+
.sidebar details.marked-collapse.red-light .navlink.active:hover {
|
|
321
|
+
@apply text-red-200 bg-gray-700;
|
|
322
|
+
|
|
323
|
+
.icon {
|
|
324
|
+
@apply text-red-200;
|
|
325
|
+
}
|
|
326
|
+
&:after {
|
|
327
|
+
@apply bg-red-200;
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.sidebar details.marked-collapse.red-light .navlink.active {
|
|
332
|
+
@apply text-white bg-red-200;
|
|
333
|
+
|
|
334
|
+
.icon {
|
|
335
|
+
@apply text-white;
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
|
|
340
|
+
/*/ Pink /*/
|
|
341
|
+
|
|
342
|
+
.sidebar details.marked-collapse.pink .navlink .icon {
|
|
343
|
+
@apply text-pink-500;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.sidebar details.marked-collapse.pink .navlink:hover,
|
|
347
|
+
.sidebar details.marked-collapse.pink .navlink:focus,
|
|
348
|
+
.sidebar details.marked-collapse.pink .navlink.active:hover {
|
|
349
|
+
@apply text-pink-500 bg-gray-700;
|
|
350
|
+
|
|
351
|
+
.icon {
|
|
352
|
+
@apply text-pink-500;
|
|
353
|
+
}
|
|
354
|
+
&:after {
|
|
355
|
+
@apply bg-pink-500;
|
|
356
|
+
}
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.sidebar details.marked-collapse.pink .navlink.active {
|
|
360
|
+
@apply text-white bg-pink-500;
|
|
361
|
+
|
|
362
|
+
.icon {
|
|
363
|
+
@apply text-white;
|
|
364
|
+
}
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
/*/ Blue /*/
|
|
369
|
+
|
|
370
|
+
.sidebar details.marked-collapse.blue .navlink .icon {
|
|
371
|
+
@apply text-blue-500;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.sidebar details.marked-collapse.blue .navlink:hover,
|
|
375
|
+
.sidebar details.marked-collapse.blue .navlink:focus,
|
|
376
|
+
.sidebar details.marked-collapse.blue .navlink.active:hover {
|
|
377
|
+
@apply text-blue-500 bg-gray-700;
|
|
378
|
+
|
|
379
|
+
.icon {
|
|
380
|
+
@apply text-blue-500;
|
|
381
|
+
}
|
|
382
|
+
&:after {
|
|
383
|
+
@apply bg-blue-500;
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.sidebar details.marked-collapse.blue .navlink.active {
|
|
388
|
+
@apply text-white bg-blue-500;
|
|
389
|
+
|
|
390
|
+
.icon {
|
|
391
|
+
@apply text-white;
|
|
392
|
+
}
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
|
|
396
|
+
/*/ Green /*/
|
|
397
|
+
|
|
398
|
+
.sidebar details.marked-collapse.green .navlink .icon {
|
|
399
|
+
@apply text-green-500;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.sidebar details.marked-collapse.green .navlink:hover,
|
|
403
|
+
.sidebar details.marked-collapse.green .navlink:focus,
|
|
404
|
+
.sidebar details.marked-collapse.green .navlink.active:hover {
|
|
405
|
+
@apply text-green-500 bg-gray-700;
|
|
406
|
+
.icon {
|
|
407
|
+
@apply text-green-500;
|
|
408
|
+
}
|
|
409
|
+
&:after {
|
|
410
|
+
@apply bg-green-500;
|
|
411
|
+
}
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.sidebar details.marked-collapse.green .navlink.active {
|
|
415
|
+
@apply text-white bg-green-500;
|
|
416
|
+
|
|
417
|
+
.icon {
|
|
418
|
+
@apply text-white;
|
|
419
|
+
}
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
/*/////// Profile picture button ///////*/
|
|
424
|
+
|
|
425
|
+
.sidebar .profilepicture-wrapper {
|
|
426
|
+
@apply flex content-center sm:block sm:-ml-xs sm:-my-xs;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.sidebar .profilepicture-actions,
|
|
430
|
+
.sidebar .profilepicture-actions summary {
|
|
431
|
+
@apply relative w-sidebar h-sidebar;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.sidebar .profilepicture-actions[open] {
|
|
435
|
+
@apply mb-0;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.sidebar .profilepicture-actions .profilepicture {
|
|
439
|
+
@apply w-sidebar h-sidebar rounded sm:rounded-none;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.sidebar .profilepicture-actions .testerlevel-medal {
|
|
443
|
+
@apply absolute left-xs top-xs;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
/*/ Hover state for profile button /*/
|
|
447
|
+
|
|
448
|
+
.sidebar .profilepicture-actions summary:hover:before {
|
|
449
|
+
@apply block absolute w-full h-full left-0 top-0 bg-link-hover rounded sm:rounded-none;
|
|
450
|
+
content: "";
|
|
451
|
+
opacity: 0.9;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.sidebar .profilepicture-actions summary:hover:after {
|
|
455
|
+
@apply block absolute w-icon-xl h-icon-xl left-1/2 top-1/2 -ml-spacing -mt-spacing bg-white;
|
|
456
|
+
content: "";
|
|
457
|
+
-webkit-mask-image: url("/assets/images/file-image-plus-xl.svg");
|
|
458
|
+
mask-image: url("/assets/images/file-image-plus-xl.svg");
|
|
459
|
+
mask-repeat: no-repeat;
|
|
460
|
+
}
|
|
461
|
+
|
|
462
|
+
.sidebar .profilepicture-actions[open] .popover-menu {
|
|
463
|
+
@apply absolute left-xs;
|
|
464
|
+
top: 100px;
|
|
465
|
+
width: 180px;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
/*/ testNow banner /*/
|
|
470
|
+
|
|
471
|
+
.banner-install-testnow {
|
|
472
|
+
@apply flex flex-shrink-0 justify-between items-center h-actionbar mt-auto -mx-xs -mb-xs py-xs pr-sm pl-md text-white bg-gray-darkest;
|
|
473
|
+
|
|
474
|
+
.icon {
|
|
475
|
+
@apply text-white;
|
|
476
|
+
}
|
|
477
|
+
a.icon:hover {
|
|
478
|
+
@apply text-link-hover;
|
|
479
|
+
}
|
|
480
|
+
}
|