testio-tailwind 2.0.0 → 2.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/index.html +122 -73
- package/package.json +1 -1
- package/src/_includes/head.njk +85 -72
- package/src/_includes/header.njk +65 -0
- package/src/_layouts/base.njk +5 -81
- package/src/_layouts/email-template.njk +3 -79
- package/src/_layouts/page-example-customer.njk +3 -64
- package/src/_layouts/page-example-manager.njk +2 -63
- package/src/_layouts/page-example-tester.njk +2 -63
- package/src/_layouts/page-example.njk +2 -72
- package/src/_layouts/pure.njk +3 -0
- package/src/assets/images/assets_testinator/testinator_email_header.png +0 -0
- package/src/assets/images/logo_testinator/testinator_logo_purpleteal_black.png +0 -0
- package/src/assets/images/logo_testinator/testinator_logo_purpleteal_black.svg +33 -0
- package/src/assets/images/logo_testinator/testinator_logo_purpleteal_black_1000px.png +0 -0
- package/src/assets/images/logo_testinator/testinator_logo_purpleteal_white.png +0 -0
- package/src/assets/images/logo_testinator/testinator_logo_purpleteal_white.svg +33 -0
- package/src/assets/images/logo_testinator/testinator_logo_purpleteal_white_1000px.png +0 -0
- package/src/assets/stylesheets/components/cards.css +4 -4
- package/src/assets/stylesheets/components/chat.css +4 -4
- package/src/assets/stylesheets/components/checkboxes_radiobuttons.css +4 -4
- package/src/assets/stylesheets/components/designsystem/designsystem-styles.css +5 -1
- package/src/assets/stylesheets/components/devices.css +1 -1
- package/src/assets/stylesheets/components/emptystate_message.css +7 -7
- package/src/assets/stylesheets/components/forms.css +3 -3
- package/src/assets/stylesheets/components/header.css +12 -4
- package/src/assets/stylesheets/components/icons.css +11 -11
- package/src/assets/stylesheets/components/list_item.css +3 -3
- package/src/assets/stylesheets/components/lists.css +1 -1
- package/src/assets/stylesheets/components/metasidebar.css +2 -2
- package/src/assets/stylesheets/components/notifications.css +2 -2
- package/src/assets/stylesheets/components/radio_tabs.css +1 -1
- package/src/assets/stylesheets/components/resultmodule.css +7 -7
- package/src/assets/stylesheets/components/search.css +3 -3
- package/src/assets/stylesheets/components/sections.css +2 -2
- package/src/assets/stylesheets/components/select.css +1 -1
- package/src/assets/stylesheets/components/select2.css +2 -2
- package/src/assets/stylesheets/components/selectable_token.css +1 -1
- package/src/assets/stylesheets/components/sidebar.css +5 -5
- package/src/assets/stylesheets/components/splitview.css +2 -2
- package/src/assets/stylesheets/components/tables.css +18 -18
- package/src/assets/stylesheets/components/test_header.css +2 -2
- package/src/assets/stylesheets/components/test_item.css +12 -10
- package/src/assets/stylesheets/components/tom_select.css +3 -4
- package/src/assets/stylesheets/components/trix_editor.css +14 -14
- package/src/assets/stylesheets/components/uploads.css +3 -3
- package/src/pages/email-templates/email_testinator.pug +302 -0
- package/src/pages/testinator/email.njk +19 -0
- package/src/pages/testinator/index.njk +7 -0
- package/src/pages/testinator/logo.haml +18 -0
- package/src/_includes/card_popover.haml +0 -7
- /package/src/_includes/{example-header-customer.pug → example-header-customer.njk} +0 -0
- /package/src/assets/images/{arrow-down.svg → icons/arrow-down.svg} +0 -0
- /package/src/assets/images/{arrow-left.svg → icons/arrow-left.svg} +0 -0
- /package/src/assets/images/{arrow-right.svg → icons/arrow-right.svg} +0 -0
- /package/src/assets/images/{arrow-thick-left.svg → icons/arrow-thick-left.svg} +0 -0
- /package/src/assets/images/{arrow-thick-right.svg → icons/arrow-thick-right.svg} +0 -0
- /package/src/assets/images/{arrow-translation-lg.svg → icons/arrow-translation-lg.svg} +0 -0
- /package/src/assets/images/{arrow-translation.svg → icons/arrow-translation.svg} +0 -0
- /package/src/assets/images/{arrow-up.svg → icons/arrow-up.svg} +0 -0
- /package/src/assets/images/{at-sign.svg → icons/at-sign.svg} +0 -0
- /package/src/assets/images/{attachment-fallbackimage.svg → icons/attachment-fallbackimage.svg} +0 -0
- /package/src/assets/images/{attachment.svg → icons/attachment.svg} +0 -0
- /package/src/assets/images/{bell-smile-xl.svg → icons/bell-smile-xl.svg} +0 -0
- /package/src/assets/images/{blocked.svg → icons/blocked.svg} +0 -0
- /package/src/assets/images/{bug-chat-xl.svg → icons/bug-chat-xl.svg} +0 -0
- /package/src/assets/images/{bug-deceased-xl.svg → icons/bug-deceased-xl.svg} +0 -0
- /package/src/assets/images/{bug-reproduction.svg → icons/bug-reproduction.svg} +0 -0
- /package/src/assets/images/{bug-sad-xl.svg → icons/bug-sad-xl.svg} +0 -0
- /package/src/assets/images/{bug-search-xl.svg → icons/bug-search-xl.svg} +0 -0
- /package/src/assets/images/{bug-sleeping-xl.svg → icons/bug-sleeping-xl.svg} +0 -0
- /package/src/assets/images/{bug-smile-xl.svg → icons/bug-smile-xl.svg} +0 -0
- /package/src/assets/images/{calendar.svg → icons/calendar.svg} +0 -0
- /package/src/assets/images/{caret-down-centered.svg → icons/caret-down-centered.svg} +0 -0
- /package/src/assets/images/{caret-down.svg → icons/caret-down.svg} +0 -0
- /package/src/assets/images/{caret-left-centered.svg → icons/caret-left-centered.svg} +0 -0
- /package/src/assets/images/{caret-left.svg → icons/caret-left.svg} +0 -0
- /package/src/assets/images/{caret-right-centered.svg → icons/caret-right-centered.svg} +0 -0
- /package/src/assets/images/{caret-right.svg → icons/caret-right.svg} +0 -0
- /package/src/assets/images/{caret-up-centered.svg → icons/caret-up-centered.svg} +0 -0
- /package/src/assets/images/{caret-up.svg → icons/caret-up.svg} +0 -0
- /package/src/assets/images/{check-circle-filled-white.svg → icons/check-circle-filled-white.svg} +0 -0
- /package/src/assets/images/{check-circle-filled.svg → icons/check-circle-filled.svg} +0 -0
- /package/src/assets/images/{check-circle.svg → icons/check-circle.svg} +0 -0
- /package/src/assets/images/{check-selectable-items.svg → icons/check-selectable-items.svg} +0 -0
- /package/src/assets/images/{check-thick-outline.svg → icons/check-thick-outline.svg} +0 -0
- /package/src/assets/images/{check-thick.svg → icons/check-thick.svg} +0 -0
- /package/src/assets/images/{check.svg → icons/check.svg} +0 -0
- /package/src/assets/images/{checkbox-background-black.svg → icons/checkbox-background-black.svg} +0 -0
- /package/src/assets/images/{checkbox-background-sm.svg → icons/checkbox-background-sm.svg} +0 -0
- /package/src/assets/images/{checkbox-background-white.svg → icons/checkbox-background-white.svg} +0 -0
- /package/src/assets/images/{checkbox-background.svg → icons/checkbox-background.svg} +0 -0
- /package/src/assets/images/{checkbox-sm-checked.svg → icons/checkbox-sm-checked.svg} +0 -0
- /package/src/assets/images/{circle-empty-white.svg → icons/circle-empty-white.svg} +0 -0
- /package/src/assets/images/{circle-sm-filled.svg → icons/circle-sm-filled.svg} +0 -0
- /package/src/assets/images/{clock.svg → icons/clock.svg} +0 -0
- /package/src/assets/images/{cross-circle-filled.svg → icons/cross-circle-filled.svg} +0 -0
- /package/src/assets/images/{cross-circle.svg → icons/cross-circle.svg} +0 -0
- /package/src/assets/images/{cross-thick.svg → icons/cross-thick.svg} +0 -0
- /package/src/assets/images/{cross.svg → icons/cross.svg} +0 -0
- /package/src/assets/images/{exclamation-circle-filled.svg → icons/exclamation-circle-filled.svg} +0 -0
- /package/src/assets/images/{exclamation-circle.svg → icons/exclamation-circle.svg} +0 -0
- /package/src/assets/images/{feature-check.svg → icons/feature-check.svg} +0 -0
- /package/src/assets/images/{feature-cross.svg → icons/feature-cross.svg} +0 -0
- /package/src/assets/images/{feature-draft.svg → icons/feature-draft.svg} +0 -0
- /package/src/assets/images/{feature.svg → icons/feature.svg} +0 -0
- /package/src/assets/images/{file-image-plus-lg.svg → icons/file-image-plus-lg.svg} +0 -0
- /package/src/assets/images/{file-image-plus-xl.svg → icons/file-image-plus-xl.svg} +0 -0
- /package/src/assets/images/{format-bold.svg → icons/format-bold.svg} +0 -0
- /package/src/assets/images/{format-code.svg → icons/format-code.svg} +0 -0
- /package/src/assets/images/{format-heading.svg → icons/format-heading.svg} +0 -0
- /package/src/assets/images/{format-indent-decrease.svg → icons/format-indent-decrease.svg} +0 -0
- /package/src/assets/images/{format-indent-increase.svg → icons/format-indent-increase.svg} +0 -0
- /package/src/assets/images/{format-italic.svg → icons/format-italic.svg} +0 -0
- /package/src/assets/images/{format-link.svg → icons/format-link.svg} +0 -0
- /package/src/assets/images/{format-list-bulleted.svg → icons/format-list-bulleted.svg} +0 -0
- /package/src/assets/images/{format-list-numbered.svg → icons/format-list-numbered.svg} +0 -0
- /package/src/assets/images/{format-mark.svg → icons/format-mark.svg} +0 -0
- /package/src/assets/images/{format-quote.svg → icons/format-quote.svg} +0 -0
- /package/src/assets/images/{format-strikethrough.svg → icons/format-strikethrough.svg} +0 -0
- /package/src/assets/images/{forward.svg → icons/forward.svg} +0 -0
- /package/src/assets/images/{lock.svg → icons/lock.svg} +0 -0
- /package/src/assets/images/{logo-mobile-cloud.svg → icons/logo-mobile-cloud.svg} +0 -0
- /package/src/assets/images/{message-feedback.svg → icons/message-feedback.svg} +0 -0
- /package/src/assets/images/{message-question-filled.svg → icons/message-question-filled.svg} +0 -0
- /package/src/assets/images/{message-question.svg → icons/message-question.svg} +0 -0
- /package/src/assets/images/{message.svg → icons/message.svg} +0 -0
- /package/src/assets/images/{pencil.svg → icons/pencil.svg} +0 -0
- /package/src/assets/images/{question-circle.svg → icons/question-circle.svg} +0 -0
- /package/src/assets/images/{radio-checked-black.svg → icons/radio-checked-black.svg} +0 -0
- /package/src/assets/images/{radio-checked-white.svg → icons/radio-checked-white.svg} +0 -0
- /package/src/assets/images/{redo.svg → icons/redo.svg} +0 -0
- /package/src/assets/images/{remove.svg → icons/remove.svg} +0 -0
- /package/src/assets/images/{search.svg → icons/search.svg} +0 -0
- /package/src/assets/images/{seat.svg → icons/seat.svg} +0 -0
- /package/src/assets/images/{section.svg → icons/section.svg} +0 -0
- /package/src/assets/images/{select-languagepair-arrow-double.svg → icons/select-languagepair-arrow-double.svg} +0 -0
- /package/src/assets/images/{select-languagepair-arrow-single.svg → icons/select-languagepair-arrow-single.svg} +0 -0
- /package/src/assets/images/{sendmessage.svg → icons/sendmessage.svg} +0 -0
- /package/src/assets/images/{speaker.svg → icons/speaker.svg} +0 -0
- /package/src/assets/images/{test-archived.svg → icons/test-archived.svg} +0 -0
- /package/src/assets/images/{test-automation.svg → icons/test-automation.svg} +0 -0
- /package/src/assets/images/{test-check.svg → icons/test-check.svg} +0 -0
- /package/src/assets/images/{test-ended.svg → icons/test-ended.svg} +0 -0
- /package/src/assets/images/{test-failed.svg → icons/test-failed.svg} +0 -0
- /package/src/assets/images/{test-initialized.svg → icons/test-initialized.svg} +0 -0
- /package/src/assets/images/{test-locked.svg → icons/test-locked.svg} +0 -0
- /package/src/assets/images/{test-plus.svg → icons/test-plus.svg} +0 -0
- /package/src/assets/images/{test-promoted.svg → icons/test-promoted.svg} +0 -0
- /package/src/assets/images/{test-running.svg → icons/test-running.svg} +0 -0
- /package/src/assets/images/{test-stopped.svg → icons/test-stopped.svg} +0 -0
- /package/src/assets/images/{test.svg → icons/test.svg} +0 -0
- /package/src/assets/images/{testcase.svg → icons/testcase.svg} +0 -0
- /package/src/assets/images/{testio-logo-onwhite.svg → icons/testio-logo-onwhite.svg} +0 -0
- /package/src/assets/images/{testio-symbol-red.svg → icons/testio-symbol-red.svg} +0 -0
- /package/src/assets/images/{triangle-centered-down.svg → icons/triangle-centered-down.svg} +0 -0
- /package/src/assets/images/{triangle-centered-left.svg → icons/triangle-centered-left.svg} +0 -0
- /package/src/assets/images/{triangle-centered-right.svg → icons/triangle-centered-right.svg} +0 -0
- /package/src/assets/images/{triangle-centered-up.svg → icons/triangle-centered-up.svg} +0 -0
- /package/src/assets/images/{triangle-down.svg → icons/triangle-down.svg} +0 -0
- /package/src/assets/images/{triangle-up.svg → icons/triangle-up.svg} +0 -0
- /package/src/assets/images/{undo.svg → icons/undo.svg} +0 -0
- /package/src/assets/images/{verify-exclamation.svg → icons/verify-exclamation.svg} +0 -0
|
@@ -19,37 +19,37 @@
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.test-item.test-initialized .test-title::before {
|
|
22
|
-
mask-image: url("/assets/images/test-initialized.svg");
|
|
22
|
+
mask-image: url("/assets/images/icons/test-initialized.svg");
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.test-item.test-running .test-title::before {
|
|
26
|
-
mask-image: url("/assets/images/test-running.svg");
|
|
26
|
+
mask-image: url("/assets/images/icons/test-running.svg");
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.test-item.test-stopped .test-title::before {
|
|
30
|
-
mask-image: url("/assets/images/test-stopped.svg");
|
|
30
|
+
mask-image: url("/assets/images/icons/test-stopped.svg");
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.test-item.test-locked .test-title::before {
|
|
34
|
-
mask-image: url("/assets/images/test-locked.svg");
|
|
34
|
+
mask-image: url("/assets/images/icons/test-locked.svg");
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.test-item.test-failed .test-title::before {
|
|
38
38
|
@apply bg-danger;
|
|
39
|
-
mask-image: url("/assets/images/test-failed.svg");
|
|
39
|
+
mask-image: url("/assets/images/icons/test-failed.svg");
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
.test-item.test-archived .test-title::before {
|
|
43
|
-
mask-image: url("/assets/images/test-archived.svg");
|
|
43
|
+
mask-image: url("/assets/images/icons/test-archived.svg");
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.test-item.test-success .test-title::before {
|
|
47
47
|
@apply bg-success;
|
|
48
|
-
mask-image: url("/assets/images/test-check.svg");
|
|
48
|
+
mask-image: url("/assets/images/icons/test-check.svg");
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
.test-item.test-promoted .test-title::before {
|
|
52
|
-
mask-image: url("/assets/images/test-promoted.svg");
|
|
52
|
+
mask-image: url("/assets/images/icons/test-promoted.svg");
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.test-item .test-title {
|
|
@@ -57,7 +57,8 @@
|
|
|
57
57
|
overflow: hidden;
|
|
58
58
|
display: -webkit-box;
|
|
59
59
|
-webkit-box-orient: vertical;
|
|
60
|
-
-webkit-line-clamp: 3;
|
|
60
|
+
-webkit-line-clamp: 3;
|
|
61
|
+
line-clamp: 3;
|
|
61
62
|
line-height: 1.3;
|
|
62
63
|
&:hover, &:focus {
|
|
63
64
|
@apply text-link-hover;
|
|
@@ -73,7 +74,8 @@
|
|
|
73
74
|
display: -webkit-box;
|
|
74
75
|
margin-top: 2px;
|
|
75
76
|
-webkit-box-orient: vertical;
|
|
76
|
-
-webkit-line-clamp: 2;
|
|
77
|
+
-webkit-line-clamp: 2;
|
|
78
|
+
line-clamp: 2;
|
|
77
79
|
line-height: 1.3;
|
|
78
80
|
}
|
|
79
81
|
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
.ts-control::after {
|
|
35
35
|
@apply absolute inline-block right-md bg-white;
|
|
36
36
|
content: "";
|
|
37
|
-
|
|
38
|
-
mask-image: url("/assets/images/caret-down.svg");
|
|
37
|
+
mask-image: url("/assets/images/icons/caret-down.svg");
|
|
39
38
|
width: 9px;
|
|
40
39
|
height: 20px;
|
|
41
40
|
z-index: 1;
|
|
@@ -85,7 +84,7 @@
|
|
|
85
84
|
&::before {
|
|
86
85
|
@apply inline-block w-icon h-icon mr-icon-spacing bg-white;
|
|
87
86
|
content: "";
|
|
88
|
-
mask-image: url("/assets/images/check-circle-filled.svg");
|
|
87
|
+
mask-image: url("/assets/images/icons/check-circle-filled.svg");
|
|
89
88
|
}
|
|
90
89
|
}
|
|
91
90
|
|
|
@@ -109,7 +108,7 @@
|
|
|
109
108
|
a::after {
|
|
110
109
|
@apply inline-block w-xs h-xs bg-primary;
|
|
111
110
|
content: "";
|
|
112
|
-
mask-image: url("/assets/images/cross-thick.svg");
|
|
111
|
+
mask-image: url("/assets/images/icons/cross-thick.svg");
|
|
113
112
|
}
|
|
114
113
|
|
|
115
114
|
a:hover {
|
|
@@ -81,48 +81,48 @@ trix-toolbar .trix-button:not(:first-child) {
|
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.trix-button--icon-bold::before {
|
|
84
|
-
mask-image: url("/assets/images/format-bold.svg");
|
|
84
|
+
mask-image: url("/assets/images/icons/format-bold.svg");
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
.trix-button--icon-italic::before {
|
|
88
|
-
mask-image: url("/assets/images/format-mark.svg");
|
|
88
|
+
mask-image: url("/assets/images/icons/format-mark.svg");
|
|
89
89
|
}
|
|
90
90
|
.trix-button--icon-strike::before {
|
|
91
|
-
mask-image: url("/assets/images/format-strikethrough.svg");
|
|
91
|
+
mask-image: url("/assets/images/icons/format-strikethrough.svg");
|
|
92
92
|
}
|
|
93
93
|
.trix-button--icon-link::before {
|
|
94
|
-
mask-image: url("/assets/images/format-link.svg");
|
|
94
|
+
mask-image: url("/assets/images/icons/format-link.svg");
|
|
95
95
|
}
|
|
96
96
|
.trix-button--icon-heading-1::before {
|
|
97
|
-
mask-image: url("/assets/images/format-heading.svg");
|
|
97
|
+
mask-image: url("/assets/images/icons/format-heading.svg");
|
|
98
98
|
}
|
|
99
99
|
.trix-button--icon-quote::before {
|
|
100
|
-
mask-image: url("/assets/images/format-quote.svg");
|
|
100
|
+
mask-image: url("/assets/images/icons/format-quote.svg");
|
|
101
101
|
}
|
|
102
102
|
.trix-button--icon-code::before {
|
|
103
|
-
mask-image: url("/assets/images/format-code.svg");
|
|
103
|
+
mask-image: url("/assets/images/icons/format-code.svg");
|
|
104
104
|
}
|
|
105
105
|
.trix-button--icon-bullet-list::before {
|
|
106
|
-
mask-image: url("/assets/images/format-list-bulleted.svg");
|
|
106
|
+
mask-image: url("/assets/images/icons/format-list-bulleted.svg");
|
|
107
107
|
}
|
|
108
108
|
.trix-button--icon-number-list::before {
|
|
109
|
-
mask-image: url("/assets/images/format-list-numbered.svg");
|
|
109
|
+
mask-image: url("/assets/images/icons/format-list-numbered.svg");
|
|
110
110
|
}
|
|
111
111
|
.trix-button--icon-decrease-nesting-level::before {
|
|
112
|
-
mask-image: url("/assets/images/format-indent-decrease.svg");
|
|
112
|
+
mask-image: url("/assets/images/icons/format-indent-decrease.svg");
|
|
113
113
|
}
|
|
114
114
|
.trix-button--icon-increase-nesting-level::before {
|
|
115
|
-
mask-image: url("/assets/images/format-indent-increase.svg");
|
|
115
|
+
mask-image: url("/assets/images/icons/format-indent-increase.svg");
|
|
116
116
|
}
|
|
117
117
|
trix-toolbar .trix-button--icon-attach::before {
|
|
118
118
|
@apply top-0 bottom-0;
|
|
119
|
-
mask-image: url("/assets/images/attachment.svg");
|
|
119
|
+
mask-image: url("/assets/images/icons/attachment.svg");
|
|
120
120
|
}
|
|
121
121
|
.trix-button--icon-undo::before {
|
|
122
|
-
mask-image: url("/assets/images/undo.svg");
|
|
122
|
+
mask-image: url("/assets/images/icons/undo.svg");
|
|
123
123
|
}
|
|
124
124
|
.trix-button--icon-redo::before {
|
|
125
|
-
mask-image: url("/assets/images/redo.svg");
|
|
125
|
+
mask-image: url("/assets/images/icons/redo.svg");
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
/*//// Add link/URL popover ////*/
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
|
|
80
80
|
.attachment.selectable input:checked + label::before {
|
|
81
81
|
@apply bg-info;
|
|
82
|
-
mask-image: url("/assets/images/checkbox-sm-checked.svg");
|
|
82
|
+
mask-image: url("/assets/images/icons/checkbox-sm-checked.svg");
|
|
83
83
|
mask-repeat: no-repeat;
|
|
84
84
|
}
|
|
85
85
|
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
@apply inline-block h-icon-sm bg-white;
|
|
113
113
|
content: "";
|
|
114
114
|
width: 14px;
|
|
115
|
-
mask-image: url("/assets/images/remove.svg");
|
|
115
|
+
mask-image: url("/assets/images/icons/remove.svg");
|
|
116
116
|
mask-repeat: no-repeat;
|
|
117
117
|
}
|
|
118
118
|
}
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
.dz-image::after {
|
|
129
129
|
@apply absolute block top-0 left-0 w-full h-full;
|
|
130
130
|
content: "";
|
|
131
|
-
background-image: url("/assets/images/attachment-fallbackimage.svg");
|
|
131
|
+
background-image: url("/assets/images/icons/attachment-fallbackimage.svg");
|
|
132
132
|
background-size: cover;
|
|
133
133
|
}
|
|
134
134
|
|
|
@@ -0,0 +1,302 @@
|
|
|
1
|
+
---
|
|
2
|
+
layout: pure.njk
|
|
3
|
+
title: Testinator Email Template
|
|
4
|
+
permalink: "|/email-testinator/"
|
|
5
|
+
tags: testinatorEmail
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
9
|
+
html(lang="en")
|
|
10
|
+
head
|
|
11
|
+
meta(content='text/html; charset=UTF-8', http-equiv='Content-Type')
|
|
12
|
+
title test IO
|
|
13
|
+
meta(content='width=device-width', name='viewport')
|
|
14
|
+
style(type='text/css').
|
|
15
|
+
#outlook a {
|
|
16
|
+
padding: 0;
|
|
17
|
+
}
|
|
18
|
+
.ReadMsgBody {
|
|
19
|
+
width: 100%;
|
|
20
|
+
}
|
|
21
|
+
.ExternalClass {
|
|
22
|
+
width: 100%;
|
|
23
|
+
}
|
|
24
|
+
.ExternalClass,
|
|
25
|
+
.ExternalClass p,
|
|
26
|
+
.ExternalClass span,
|
|
27
|
+
.ExternalClass font,
|
|
28
|
+
.ExternalClass td,
|
|
29
|
+
.ExternalClass div {
|
|
30
|
+
line-height: 100%;
|
|
31
|
+
}
|
|
32
|
+
body,
|
|
33
|
+
table,
|
|
34
|
+
td,
|
|
35
|
+
a {
|
|
36
|
+
-webkit-text-size-adjust: 100%;
|
|
37
|
+
-ms-text-size-adjust: 100%;
|
|
38
|
+
}
|
|
39
|
+
/* Prevent WebKit and Windows mobile changing default text sizes */
|
|
40
|
+
table,
|
|
41
|
+
td {}
|
|
42
|
+
/* Remove spacing between tables in Outlook 2007 and up */
|
|
43
|
+
img {
|
|
44
|
+
-ms-interpolation-mode: bicubic;
|
|
45
|
+
}
|
|
46
|
+
/* Allow smoother rendering of resized image in Internet Explorer */
|
|
47
|
+
/* RESET STYLES */
|
|
48
|
+
img {
|
|
49
|
+
border: 0;
|
|
50
|
+
height: auto;
|
|
51
|
+
line-height: 100%;
|
|
52
|
+
outline: none;
|
|
53
|
+
text-decoration: none;
|
|
54
|
+
display: block;
|
|
55
|
+
margin-bottom: 20px;
|
|
56
|
+
max-width: 500px;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
table {
|
|
60
|
+
border-collapse: collapse !important;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
body {
|
|
64
|
+
height: 100% !important;
|
|
65
|
+
margin: 0;
|
|
66
|
+
padding: 0;
|
|
67
|
+
width: 100% !important;
|
|
68
|
+
background-color: #222222;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.email-wrapper {
|
|
72
|
+
max-width: 600px;
|
|
73
|
+
background-color: #ffffff;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.email-header {
|
|
77
|
+
height: 300px;
|
|
78
|
+
width: 500px;
|
|
79
|
+
background-position: center;
|
|
80
|
+
background-repeat: no-repeat;
|
|
81
|
+
background-color: #222222;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.emailheader-logo {
|
|
85
|
+
display: block;
|
|
86
|
+
width: 280px;
|
|
87
|
+
height: 64px;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
.space-logo-container {
|
|
91
|
+
padding: 30px;
|
|
92
|
+
height: 120px;
|
|
93
|
+
background-color: #78EAC1;
|
|
94
|
+
border-radius: 10px 10px 0 0;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.space-title {
|
|
98
|
+
font-family: Open Sans, Helvetica, Arial, sans-serif;
|
|
99
|
+
color: #FFFFFF;
|
|
100
|
+
font-size: 16px;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.space-logo {
|
|
104
|
+
height: auto;
|
|
105
|
+
width: auto;
|
|
106
|
+
max-width: 300px;
|
|
107
|
+
max-height: 150px;
|
|
108
|
+
margin-bottom: 0;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.email-content {
|
|
112
|
+
padding: 40px;
|
|
113
|
+
font-family: Open Sans, Helvetica, Arial, sans-serif;
|
|
114
|
+
color: #000000;
|
|
115
|
+
font-size: 16px;
|
|
116
|
+
background-color: #ffffff;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.email-footer {
|
|
120
|
+
height: 250px;
|
|
121
|
+
width: 100%;
|
|
122
|
+
background-position: center;
|
|
123
|
+
background-repeat: no-repeat;
|
|
124
|
+
background-color: #181818;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
/* iOS BLUE LINKS */
|
|
128
|
+
|
|
129
|
+
.appleBody a {
|
|
130
|
+
color: #68440a;
|
|
131
|
+
text-decoration: none;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.appleFooter a {
|
|
135
|
+
color: #999999;
|
|
136
|
+
text-decoration: none;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
h1,
|
|
140
|
+
h2,
|
|
141
|
+
h3,
|
|
142
|
+
h4,
|
|
143
|
+
h5,
|
|
144
|
+
h6 {
|
|
145
|
+
color: #1d1d1d;
|
|
146
|
+
line-height: 1.5;
|
|
147
|
+
padding: 0 0 0 0;
|
|
148
|
+
margin-bottom: 15px;
|
|
149
|
+
text-align: left;
|
|
150
|
+
}
|
|
151
|
+
h1 {
|
|
152
|
+
font-weight: 300 !important;
|
|
153
|
+
font-size: 35px !important;
|
|
154
|
+
line-height: 38px !important;
|
|
155
|
+
margin-top: 0;
|
|
156
|
+
}
|
|
157
|
+
h2 {
|
|
158
|
+
font-weight: 300 !important;
|
|
159
|
+
font-size: 25px !important;
|
|
160
|
+
line-height: 28px !important;
|
|
161
|
+
}
|
|
162
|
+
h3 {
|
|
163
|
+
font-weight: 300 !important;
|
|
164
|
+
font-size: 22px !important;
|
|
165
|
+
line-height: 22px !important;
|
|
166
|
+
}
|
|
167
|
+
p {
|
|
168
|
+
font-weight: 400;
|
|
169
|
+
font-size: 16px;
|
|
170
|
+
line-height: 24px;
|
|
171
|
+
padding: 0 0 15px 0;
|
|
172
|
+
color: #5f656d;
|
|
173
|
+
text-align: left;
|
|
174
|
+
}
|
|
175
|
+
.unsubscribe-wrapper a {
|
|
176
|
+
color: #666666
|
|
177
|
+
}
|
|
178
|
+
.unsubscribe-wrapper {
|
|
179
|
+
display: block;
|
|
180
|
+
padding: 10px 0;
|
|
181
|
+
color: #5f656d;
|
|
182
|
+
text-align: right;
|
|
183
|
+
background-color: #1d1d1d;
|
|
184
|
+
border-top: 1px solid #5f656d;
|
|
185
|
+
}
|
|
186
|
+
.unsubscribe-link {
|
|
187
|
+
color: #666666;
|
|
188
|
+
margin-right: 40px;
|
|
189
|
+
}
|
|
190
|
+
a.email-button {
|
|
191
|
+
display: block;
|
|
192
|
+
min-height: 25px;
|
|
193
|
+
min-width: 100px;
|
|
194
|
+
margin-left: 20% !important;
|
|
195
|
+
margin-right: 20% !important;
|
|
196
|
+
margin-top: 15px;
|
|
197
|
+
margin-bottom: 30px;
|
|
198
|
+
padding: 0 10px !important;
|
|
199
|
+
font-size: 18px;
|
|
200
|
+
font-weight: 500;
|
|
201
|
+
font-style: bold;
|
|
202
|
+
text-decoration: none;
|
|
203
|
+
text-align: center;
|
|
204
|
+
color: #222222;
|
|
205
|
+
background-color: #78EAC1;
|
|
206
|
+
border-top: 15px solid #78eac1;
|
|
207
|
+
border-bottom: 15px solid #78eac1;
|
|
208
|
+
border-left: 15px solid #78eac1;
|
|
209
|
+
border-right: 15px solid #78eac1;
|
|
210
|
+
border-radius: 30px;
|
|
211
|
+
-webkit-border-radius: 30px;
|
|
212
|
+
outline: none;
|
|
213
|
+
}
|
|
214
|
+
a.intercom-h2b-button {
|
|
215
|
+
display: block;
|
|
216
|
+
min-height: 25px;
|
|
217
|
+
min-width: 100px;
|
|
218
|
+
margin-left: 20% !important;
|
|
219
|
+
margin-right: 20% !important;
|
|
220
|
+
margin-top: 15px;
|
|
221
|
+
margin-bottom: 30px;
|
|
222
|
+
padding: 0 10px !important;
|
|
223
|
+
font-size: 18px;
|
|
224
|
+
font-weight: 500;
|
|
225
|
+
font-style: bold;
|
|
226
|
+
text-decoration: none;
|
|
227
|
+
text-align: center;
|
|
228
|
+
color: #222222;
|
|
229
|
+
background-color: #78EAC1;
|
|
230
|
+
border-top: 15px solid #78EAC1;
|
|
231
|
+
border-bottom: 15px solid #78EAC1;
|
|
232
|
+
border-left: 15px solid #78EAC1;
|
|
233
|
+
border-right: 15px solid #78EAC1;
|
|
234
|
+
border-radius: 30px;
|
|
235
|
+
-webkit-border-radius: 30px;
|
|
236
|
+
outline: none;
|
|
237
|
+
}
|
|
238
|
+
.button-wrapper {
|
|
239
|
+
text-align: center;
|
|
240
|
+
background-color: #236a84;
|
|
241
|
+
padding: 40px 0;
|
|
242
|
+
}
|
|
243
|
+
a.wrapped {
|
|
244
|
+
margin-left: 0;
|
|
245
|
+
background-color: #fff;
|
|
246
|
+
color: #236a84;
|
|
247
|
+
}
|
|
248
|
+
ul,
|
|
249
|
+
ol {
|
|
250
|
+
text-align: left;
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
table(border='0', cellpadding='0', cellspacing='0', width='100%')
|
|
255
|
+
tr
|
|
256
|
+
td.mobile-padding(align='center', vertical-align='top', width='100%', bgcolor='#181818', style="background-size: cover; padding: 35px 15px 0 15px;")
|
|
257
|
+
table(align='center', border='0', cellpadding='0', cellspacing='0', width='100%', style='max-width:600px;')
|
|
258
|
+
tr
|
|
259
|
+
td.space-logo-container(align='center')
|
|
260
|
+
img.space-logo(src='/assets/images/logo_testinator/testinator_logo_purpleteal_black_1000px.png', alt='Logo')
|
|
261
|
+
body
|
|
262
|
+
table(border='0', cellpadding='0', cellspacing='0', width='100%')
|
|
263
|
+
tbody
|
|
264
|
+
tr
|
|
265
|
+
td(align='center')
|
|
266
|
+
table.email-wrapper(border='0', cellpadding='0', cellspacing='0', width='600')
|
|
267
|
+
tbody
|
|
268
|
+
tr
|
|
269
|
+
td.email-content(align='center', style='font-size: 14px; line-height: 1.4; font-family: Helvetica, Arial, sans-serif;')
|
|
270
|
+
h1 Here's the main h1 heading
|
|
271
|
+
p
|
|
272
|
+
strong Strong subheadline with some lorem ipsum
|
|
273
|
+
p
|
|
274
|
+
| Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer feugiat facilisis purus at scelerisque. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Etiam tincidunt porttitor eros, vitae vestibulum dui facilisis eu. Cras eu ipsum lacus. Integer faucibus iaculis lorem, quis pretium leo rhoncus eget. Duis sodales tincidunt est a pretium. Nunc orci nisl, dignissim non pretium sed, fermentum vel purus. Sed quis enim rhoncus leo dapibus molestie in eu risus. Sed tincidunt tristique urna. Nullam accumsan tincidunt sem vitae fermentum. Nunc est nulla, adipiscing et laoreet nec,
|
|
275
|
+
a convallis vel ante
|
|
276
|
+
| . Quisque cursus, odio ac pharetra tristique, diam felis lobortis orci, at blandit sem mauris eget lacus. Ut placerat posuere lacus, nec suscipit libero iaculis in.
|
|
277
|
+
a.email-button(href='#') email-button
|
|
278
|
+
img(src='/assets/images/placeholders/Approaches-desktop.png')
|
|
279
|
+
h2 Here's an h2 heading for structuring the content
|
|
280
|
+
p Fusce eget augue quam. Maecenas vehicula ligula in nibh dapibus sollicitudin. Donec eget vulputate mauris. Duis fringilla nunc vitae quam euismod non interdum orci aliquet. Duis at lacus erat, sed ultricies felis. Phasellus faucibus mauris vel odio iaculis ullamcorper. In hac habitasse platea dictumst. Integer id odio justo. Ut a ligula arcu. Vestibulum nec quam justo. Suspendisse molestie neque a enim accumsan auctor ornare lacus pellentesque. Praesent vitae lectus vitae sapien scelerisque auctor.
|
|
281
|
+
p Here's an announcement message containing facilisis auctor dolor, et fringilla turpis suscipit et. Pellentesque ipsum risus, vehicula eu rutrum non, ornare aliquam lectus. Donec sed tortor ut quam ultrices tincidunt. Sed sagittis tincidunt pulvinar.
|
|
282
|
+
h3 H3 New announcements
|
|
283
|
+
p.email-card
|
|
284
|
+
| A card containing some very important: Ut facilisis auctor dolor, et fringilla turpis suscipit et. Pellentesque ipsum risus, vehicula eu rutrum non, ornare aliquam lectus. Donec sed tortor ut quam ultrices tincidunt. Sed sagittis tincidunt pulvinar.
|
|
285
|
+
a.intercom-h2b-button(href='#') intercom-h2b-button
|
|
286
|
+
|
|
287
|
+
table(width='100%', cellspacing='0', cellpadding='0', border='0')
|
|
288
|
+
tbody
|
|
289
|
+
tr.email-footer(align='center')
|
|
290
|
+
td
|
|
291
|
+
table(align='center', cellpadding='0', cellspacing='0', border='0', width='600')
|
|
292
|
+
tbody
|
|
293
|
+
tr
|
|
294
|
+
td(style='padding: 10px 0 10px 30px; font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;', valign='middle', align='left')
|
|
295
|
+
a(target='_blank', href='http://testinator.ai')
|
|
296
|
+
img(style='display: block;', height='30', width='190', src='/assets/images/logo_testinator/testinator_logo_purpleteal_white_1000px.png', alt='Logo')
|
|
297
|
+
td(style='padding: 10px 0 10px 30px; font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;', valign='middle', align='left')
|
|
298
|
+
p Powered by Test IO | EPAM
|
|
299
|
+
tr
|
|
300
|
+
td
|
|
301
|
+
.unsubscribe-wrapper(style='text-align: center; font-size: 12px; line-height: 18px; font-family: Helvetica, Arial, sans-serif; color:#666666;')
|
|
302
|
+
| {{ unsubscribe_link }}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: testinator
|
|
3
|
+
title: Email Template
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
<a class="btn btn-primary" href="/email-testinator">Show email template</a>
|
|
7
|
+
|
|
8
|
+
{% set collection = collections.testinatorEmail %}
|
|
9
|
+
{%- for section in collection -%}
|
|
10
|
+
<details class="mt-3">
|
|
11
|
+
<summary class="btn btn-sm btn-gray">
|
|
12
|
+
<span class="icon icon-format-code mr-icon-spacing"></span>
|
|
13
|
+
<span>Show source</span>
|
|
14
|
+
</summary>
|
|
15
|
+
<div class="ds-code-preview">
|
|
16
|
+
<pre><code class="code html-preview">{{ section.templateContent | trim }}</code></pre>
|
|
17
|
+
</div>
|
|
18
|
+
</details>
|
|
19
|
+
{%- endfor -%}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
---
|
|
2
|
+
tags: testinator
|
|
3
|
+
title: Testinator logo
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
.grid.gap-md.grid-cols-2{class:"xl:grid-cols-3 2xl:grid-cols-4"}
|
|
7
|
+
%a.block{href:"/assets/images/logo_testinator/testinator_logo_purpleteal_white_1000px.png"}
|
|
8
|
+
%img.bg-gray-lightest.p-md{src:"/assets/images/logo_testinator/testinator_logo_purpleteal_white_1000px.png"}
|
|
9
|
+
.text-xs.mt-2 Logo horizontal white PNG
|
|
10
|
+
%a.block{href:"/assets/images/logo_testinator/testinator_logo_purpleteal_white.svg"}
|
|
11
|
+
%img.bg-gray-lightest.p-md{src:"/assets/images/logo_testinator/testinator_logo_purpleteal_white.svg"}
|
|
12
|
+
.text-xs.mt-2 Logo horizontal white SVG
|
|
13
|
+
%a.block{href:"/assets/images/logo_testinator/testinator_logo_purpleteal_black_1000px.png"}
|
|
14
|
+
%img.bg-gray-lightest.p-md{src:"/assets/images/logo_testinator/testinator_logo_purpleteal_black_1000px.png"}
|
|
15
|
+
.text-xs.mt-2 Logo horizontal black PNG
|
|
16
|
+
%a.block{href:"/assets/images/logo_testinator/testinator_logo_purpleteal_black.svg"}
|
|
17
|
+
%img.bg-gray-lightest.p-md{src:"/assets/images/logo_testinator/testinator_logo_purpleteal_black.svg"}
|
|
18
|
+
.text-xs.mt-2 Logo horizontal black SVG
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
%details.popover-wrapper.dropright.card-info-popover
|
|
2
|
-
%summary
|
|
3
|
-
.btn.btn-sm.btn-square
|
|
4
|
-
.icon.icon-info
|
|
5
|
-
.popover-menu.info
|
|
6
|
-
.popover-title Popover title
|
|
7
|
-
.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.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/assets/images/{attachment-fallbackimage.svg → icons/attachment-fallbackimage.svg}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/assets/images/{check-circle-filled-white.svg → icons/check-circle-filled-white.svg}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/src/assets/images/{checkbox-background-black.svg → icons/checkbox-background-black.svg}
RENAMED
|
File without changes
|
|
File without changes
|
/package/src/assets/images/{checkbox-background-white.svg → icons/checkbox-background-white.svg}
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|