testio-tailwind 0.1.0 → 0.2.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/package.json +1 -1
- package/src/assets/stylesheets/app.css +1 -0
- package/src/assets/stylesheets/components/devices.css +1 -7
- package/src/assets/stylesheets/components/list_item.css +5 -1
- package/src/assets/stylesheets/components/sections.css +1 -2
- package/src/assets/stylesheets/components/splitview.css +3 -0
- package/src/assets/stylesheets/components/test_header.css +167 -0
- package/src/pages/navigation/test-header-tester.haml +178 -0
- package/src/static/app.compiled.css +381 -15
- package/src/static/app.compiled.css.map +1 -1
|
@@ -10828,12 +10828,13 @@ ul.bullet-list li::before {
|
|
|
10828
10828
|
}
|
|
10829
10829
|
|
|
10830
10830
|
.section-collapsable .section-title {
|
|
10831
|
-
|
|
10832
|
-
--tw-text-opacity: 1;
|
|
10833
|
-
color: rgba(35, 106, 132, var(--tw-text-opacity));
|
|
10831
|
+
cursor: pointer;
|
|
10834
10832
|
-webkit-user-select: none;
|
|
10835
10833
|
-moz-user-select: none;
|
|
10836
10834
|
user-select: none;
|
|
10835
|
+
padding-left: 15px;
|
|
10836
|
+
--tw-text-opacity: 1;
|
|
10837
|
+
color: rgba(35, 106, 132, var(--tw-text-opacity));
|
|
10837
10838
|
}
|
|
10838
10839
|
|
|
10839
10840
|
.section-collapsable .section-title::before {
|
|
@@ -11028,6 +11029,9 @@ details.dropdown-actions[open].dropright .dropdown-menu, details.dropdown-action
|
|
|
11028
11029
|
.listitem, details.listitem .listitem-header{
|
|
11029
11030
|
position: relative;
|
|
11030
11031
|
display: grid;
|
|
11032
|
+
-webkit-user-select: none;
|
|
11033
|
+
-moz-user-select: none;
|
|
11034
|
+
user-select: none;
|
|
11031
11035
|
grid-template-columns: auto 1fr auto;
|
|
11032
11036
|
grid-template-rows: auto auto;
|
|
11033
11037
|
align-items: stretch;
|
|
@@ -11050,6 +11054,10 @@ details.listitem .listitem-header{
|
|
|
11050
11054
|
}
|
|
11051
11055
|
}
|
|
11052
11056
|
|
|
11057
|
+
details.listitem .listitem-header {
|
|
11058
|
+
cursor: pointer;
|
|
11059
|
+
}
|
|
11060
|
+
|
|
11053
11061
|
.listitem {
|
|
11054
11062
|
border-radius: 5px;
|
|
11055
11063
|
border-width: 1px;
|
|
@@ -11702,11 +11710,30 @@ a.listitem:hover {
|
|
|
11702
11710
|
flex: 1 1 0%;
|
|
11703
11711
|
align-items: center;
|
|
11704
11712
|
justify-content: center;
|
|
11713
|
+
border-radius: 0px
|
|
11714
|
+
}
|
|
11715
|
+
|
|
11716
|
+
.device-wrapper .device-actions a:first-child{
|
|
11717
|
+
border-top-right-radius: 5px;
|
|
11718
|
+
}
|
|
11719
|
+
|
|
11720
|
+
.device-wrapper .device-actions a:last-child{
|
|
11721
|
+
border-bottom-right-radius: 5px;
|
|
11722
|
+
}
|
|
11723
|
+
|
|
11724
|
+
.device-wrapper .device-actions a{
|
|
11705
11725
|
border-top-width: 1px;
|
|
11726
|
+
}
|
|
11727
|
+
|
|
11728
|
+
.device-wrapper .device-actions a:first-child{
|
|
11729
|
+
border-top-width: 0px;
|
|
11730
|
+
}
|
|
11731
|
+
|
|
11732
|
+
.device-wrapper .device-actions a{
|
|
11706
11733
|
--tw-border-opacity: 1;
|
|
11707
11734
|
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
|
11708
11735
|
--tw-text-opacity: 1;
|
|
11709
|
-
color: rgba(255, 255, 255, var(--tw-text-opacity))
|
|
11736
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
11710
11737
|
}
|
|
11711
11738
|
|
|
11712
11739
|
.device-wrapper .device-actions a:hover {
|
|
@@ -11714,17 +11741,6 @@ a.listitem:hover {
|
|
|
11714
11741
|
background-color: rgba(33, 190, 244, var(--tw-bg-opacity));
|
|
11715
11742
|
}
|
|
11716
11743
|
|
|
11717
|
-
.device-wrapper .device-actions a:first-child {
|
|
11718
|
-
border-top-right-radius: 5px;
|
|
11719
|
-
border-bottom-right-radius: 5px;
|
|
11720
|
-
border-top-width: 0px;
|
|
11721
|
-
}
|
|
11722
|
-
|
|
11723
|
-
.device-wrapper .device-actions a:last-child {
|
|
11724
|
-
border-top-right-radius: 5px;
|
|
11725
|
-
border-bottom-right-radius: 5px;
|
|
11726
|
-
}
|
|
11727
|
-
|
|
11728
11744
|
.profile-thumb {
|
|
11729
11745
|
height: 30px;
|
|
11730
11746
|
width: 30px;
|
|
@@ -16388,6 +16404,9 @@ img.chat-avatar {
|
|
|
16388
16404
|
grid-template-columns: 1fr 2fr;
|
|
16389
16405
|
}
|
|
16390
16406
|
@media (min-width: 1536px) {
|
|
16407
|
+
grid-template-columns: 2fr 3fr;
|
|
16408
|
+
}
|
|
16409
|
+
@media (min-width: 1930px) {
|
|
16391
16410
|
grid-template-columns: 1fr 3fr;
|
|
16392
16411
|
}
|
|
16393
16412
|
}
|
|
@@ -17880,6 +17899,353 @@ select {
|
|
|
17880
17899
|
background-color: rgba(33, 190, 244, var(--tw-bg-opacity));
|
|
17881
17900
|
}
|
|
17882
17901
|
|
|
17902
|
+
.test-header.tester {
|
|
17903
|
+
display: grid;
|
|
17904
|
+
--tw-bg-opacity: 1;
|
|
17905
|
+
background-color: rgba(29, 29, 29, var(--tw-bg-opacity));
|
|
17906
|
+
padding: 0px;
|
|
17907
|
+
padding-left: 15px;
|
|
17908
|
+
--tw-text-opacity: 1;
|
|
17909
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity));
|
|
17910
|
+
grid-area: test-header;
|
|
17911
|
+
grid-template-areas: "test-title session-info test-actions"
|
|
17912
|
+
"test-progress test-progress test-progress"
|
|
17913
|
+
"nav-tabs nav-tabs nav-tabs";
|
|
17914
|
+
grid-template-columns: 1fr auto auto;
|
|
17915
|
+
grid-template-rows: auto;
|
|
17916
|
+
@media (min-width: 640px){
|
|
17917
|
+
grid-template-areas: "test-title test-progress session-info test-actions"
|
|
17918
|
+
"nav-tabs nav-tabs nav-tabs nav-tabs";
|
|
17919
|
+
|
|
17920
|
+
grid-template-columns: auto 1fr auto auto;
|
|
17921
|
+
|
|
17922
|
+
grid-template-rows: auto;
|
|
17923
|
+
|
|
17924
|
+
padding-top: 10px;
|
|
17925
|
+
|
|
17926
|
+
padding-right: 20px;
|
|
17927
|
+
|
|
17928
|
+
padding-bottom: 0px;
|
|
17929
|
+
|
|
17930
|
+
padding-left: 20px;
|
|
17931
|
+
}
|
|
17932
|
+
@media (min-width: 768px){
|
|
17933
|
+
padding-top: 10px;
|
|
17934
|
+
|
|
17935
|
+
padding-right: 20px;
|
|
17936
|
+
|
|
17937
|
+
padding-bottom: 0px;
|
|
17938
|
+
|
|
17939
|
+
padding-left: 50px;
|
|
17940
|
+
}
|
|
17941
|
+
}
|
|
17942
|
+
|
|
17943
|
+
.test-header.tester.ready {
|
|
17944
|
+
--tw-bg-opacity: 1;
|
|
17945
|
+
background-color: rgba(38, 51, 64, var(--tw-bg-opacity));
|
|
17946
|
+
}
|
|
17947
|
+
|
|
17948
|
+
.test-header.tester.recording {
|
|
17949
|
+
--tw-bg-opacity: 1;
|
|
17950
|
+
background-color: rgba(35, 106, 132, var(--tw-bg-opacity));
|
|
17951
|
+
}
|
|
17952
|
+
|
|
17953
|
+
.test-header.tester.danger {
|
|
17954
|
+
--tw-bg-opacity: 1;
|
|
17955
|
+
background-color: rgba(236, 4, 4, var(--tw-bg-opacity));
|
|
17956
|
+
}
|
|
17957
|
+
|
|
17958
|
+
.test-header.tester.minimized {
|
|
17959
|
+
align-items: center;
|
|
17960
|
+
padding-top: 0px;
|
|
17961
|
+
padding-bottom: 0px;
|
|
17962
|
+
grid-template-areas: "nav-tabs session-info test-actions";
|
|
17963
|
+
grid-template-columns: 1fr auto auto;
|
|
17964
|
+
.test-title, .test-progress-wrapper {
|
|
17965
|
+
display: none;
|
|
17966
|
+
}
|
|
17967
|
+
.session-info {
|
|
17968
|
+
padding-top: 0;
|
|
17969
|
+
}
|
|
17970
|
+
.nav-tabs {
|
|
17971
|
+
padding-top: 5px;
|
|
17972
|
+
padding-bottom: 10px;
|
|
17973
|
+
}
|
|
17974
|
+
@media (min-width: 640px){
|
|
17975
|
+
padding-top: 5px;
|
|
17976
|
+
|
|
17977
|
+
padding-bottom: 5px;
|
|
17978
|
+
}
|
|
17979
|
+
}
|
|
17980
|
+
|
|
17981
|
+
.test-header .nav-tabs {
|
|
17982
|
+
margin-bottom: 0px;
|
|
17983
|
+
border-bottom-width: 0px;
|
|
17984
|
+
padding-bottom: 10px;
|
|
17985
|
+
grid-area: nav-tabs;
|
|
17986
|
+
}
|
|
17987
|
+
|
|
17988
|
+
.test-header.tester .nav-tabs::after {
|
|
17989
|
+
background: linear-gradient(90deg, rgba(29,29,29,0) 0%, rgba(29,29,29,1) 90%);
|
|
17990
|
+
}
|
|
17991
|
+
|
|
17992
|
+
.test-header.ready .nav-tabs::after {
|
|
17993
|
+
background: linear-gradient(90deg, rgba(38,51,64,0) 0%, rgba(38,51,64,1) 90%);
|
|
17994
|
+
}
|
|
17995
|
+
|
|
17996
|
+
.test-header.tester.recording .nav-tabs::after {
|
|
17997
|
+
background: linear-gradient(90deg, rgba(35,106,132,0) 0%, rgba(35,106,132,1) 90%);
|
|
17998
|
+
}
|
|
17999
|
+
|
|
18000
|
+
.test-header.tester.danger .nav-tabs::after {
|
|
18001
|
+
background: linear-gradient(90deg, rgba(236,4,4,0) 0%, rgba(236,4,4,1) 90%);
|
|
18002
|
+
}
|
|
18003
|
+
|
|
18004
|
+
.test-header .navlink {
|
|
18005
|
+
height: 20px;
|
|
18006
|
+
border-bottom-width: 0px;
|
|
18007
|
+
font-size: 14px;
|
|
18008
|
+
line-height: 18px;
|
|
18009
|
+
--tw-text-opacity: 1;
|
|
18010
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity))
|
|
18011
|
+
}
|
|
18012
|
+
|
|
18013
|
+
.test-header .navlink.active, .test-header .navlink:hover, .test-header .navlink:focus {
|
|
18014
|
+
border-bottom-width: 2px;
|
|
18015
|
+
}
|
|
18016
|
+
|
|
18017
|
+
.test-header.tester.recording .navlink.active {
|
|
18018
|
+
--tw-border-opacity: 1;
|
|
18019
|
+
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
|
18020
|
+
}
|
|
18021
|
+
|
|
18022
|
+
.test-header.tester.recording .navlink.active:hover{
|
|
18023
|
+
--tw-border-opacity: 1;
|
|
18024
|
+
border-color: rgba(33, 190, 244, var(--tw-border-opacity));
|
|
18025
|
+
}
|
|
18026
|
+
|
|
18027
|
+
.test-header.tester.recording .navlink.active:focus{
|
|
18028
|
+
--tw-bg-opacity: 1;
|
|
18029
|
+
background-color: rgba(33, 190, 244, var(--tw-bg-opacity));
|
|
18030
|
+
}
|
|
18031
|
+
|
|
18032
|
+
h1, h2, h3, h4, h5, .text-heading-1, .text-heading-2, .text-heading-3, .text-heading-4, .text-heading-5 {
|
|
18033
|
+
font-weight: 300;
|
|
18034
|
+
}
|
|
18035
|
+
|
|
18036
|
+
.test-header .test-title{
|
|
18037
|
+
margin-bottom: 0px;
|
|
18038
|
+
padding-top: 10px;
|
|
18039
|
+
padding-right: 20px;
|
|
18040
|
+
font-size: 1.125rem;
|
|
18041
|
+
line-height: 1.125rem;
|
|
18042
|
+
}
|
|
18043
|
+
|
|
18044
|
+
@media (min-width: 640px){
|
|
18045
|
+
.test-header .test-title{
|
|
18046
|
+
padding-top: 0px;
|
|
18047
|
+
font-size: 1.375rem;
|
|
18048
|
+
line-height: 1.375rem;
|
|
18049
|
+
}
|
|
18050
|
+
}
|
|
18051
|
+
|
|
18052
|
+
.test-header .test-title{
|
|
18053
|
+
grid-area: test-title;
|
|
18054
|
+
line-height: 1;
|
|
18055
|
+
}
|
|
18056
|
+
|
|
18057
|
+
.test-header .test-progress-wrapper {
|
|
18058
|
+
display: inline-flex;
|
|
18059
|
+
flex-grow: 1;
|
|
18060
|
+
flex-direction: column;
|
|
18061
|
+
padding-right: 20px;
|
|
18062
|
+
grid-area: test-progress;
|
|
18063
|
+
}
|
|
18064
|
+
|
|
18065
|
+
.test-header .meta-info {
|
|
18066
|
+
margin-bottom: 5px;
|
|
18067
|
+
font-size: 13px;
|
|
18068
|
+
line-height: 13px;
|
|
18069
|
+
--tw-text-opacity: 1;
|
|
18070
|
+
color: rgba(191, 193, 197, var(--tw-text-opacity));
|
|
18071
|
+
}
|
|
18072
|
+
|
|
18073
|
+
.test-header .test-progress {
|
|
18074
|
+
margin-bottom: 10px;
|
|
18075
|
+
width: 100%;
|
|
18076
|
+
-webkit-appearance: none;
|
|
18077
|
+
-moz-appearance: none;
|
|
18078
|
+
appearance: none;
|
|
18079
|
+
height: 2px;
|
|
18080
|
+
}
|
|
18081
|
+
|
|
18082
|
+
.test-progress::-webkit-progress-bar {
|
|
18083
|
+
--tw-bg-opacity: 1;
|
|
18084
|
+
background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
|
|
18085
|
+
}
|
|
18086
|
+
|
|
18087
|
+
.test-progress::-webkit-progress-value {
|
|
18088
|
+
--tw-bg-opacity: 1;
|
|
18089
|
+
background-color: rgba(33, 190, 244, var(--tw-bg-opacity));
|
|
18090
|
+
}
|
|
18091
|
+
|
|
18092
|
+
.session-info {
|
|
18093
|
+
position: relative;
|
|
18094
|
+
display: inline-flex;
|
|
18095
|
+
flex-direction: column;
|
|
18096
|
+
padding-top: 10px;
|
|
18097
|
+
padding-right: 20px;
|
|
18098
|
+
}
|
|
18099
|
+
|
|
18100
|
+
@media (min-width: 640px){
|
|
18101
|
+
.session-info{
|
|
18102
|
+
padding-top: 0px;
|
|
18103
|
+
}
|
|
18104
|
+
}
|
|
18105
|
+
|
|
18106
|
+
.session-info{
|
|
18107
|
+
grid-area: session-info;
|
|
18108
|
+
line-height: 1;
|
|
18109
|
+
}
|
|
18110
|
+
|
|
18111
|
+
.session-label {
|
|
18112
|
+
display: none;
|
|
18113
|
+
font-size: 11px;
|
|
18114
|
+
line-height: 11px;
|
|
18115
|
+
}
|
|
18116
|
+
|
|
18117
|
+
@media (min-width: 640px){
|
|
18118
|
+
.session-label{
|
|
18119
|
+
display: block;
|
|
18120
|
+
}
|
|
18121
|
+
}
|
|
18122
|
+
|
|
18123
|
+
.session-timer {
|
|
18124
|
+
position: relative;
|
|
18125
|
+
display: inline-flex;
|
|
18126
|
+
align-items: center;
|
|
18127
|
+
font-size: 14px;
|
|
18128
|
+
line-height: 18px;
|
|
18129
|
+
}
|
|
18130
|
+
|
|
18131
|
+
@media (min-width: 640px){
|
|
18132
|
+
.session-timer{
|
|
18133
|
+
align-items: baseline;
|
|
18134
|
+
font-size: 1.563rem;
|
|
18135
|
+
line-height: 1.563rem;
|
|
18136
|
+
font-weight: 300;
|
|
18137
|
+
}
|
|
18138
|
+
}
|
|
18139
|
+
|
|
18140
|
+
.session-timer::before {
|
|
18141
|
+
margin-right: 10px;
|
|
18142
|
+
display: inline-block;
|
|
18143
|
+
height: 20px;
|
|
18144
|
+
width: 20px;
|
|
18145
|
+
--tw-bg-opacity: 1;
|
|
18146
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
18147
|
+
}
|
|
18148
|
+
|
|
18149
|
+
@media (min-width: 640px){
|
|
18150
|
+
.session-timer::before{
|
|
18151
|
+
margin-top: 5px;
|
|
18152
|
+
}
|
|
18153
|
+
}
|
|
18154
|
+
|
|
18155
|
+
.session-timer::before{
|
|
18156
|
+
content: "";
|
|
18157
|
+
-webkit-mask-image: url("/assets/images/test.svg");
|
|
18158
|
+
mask-image: url("/assets/images/test.svg");
|
|
18159
|
+
-webkit-mask-repeat: no-repeat;
|
|
18160
|
+
mask-repeat: no-repeat;
|
|
18161
|
+
}
|
|
18162
|
+
|
|
18163
|
+
.session-timer::after {
|
|
18164
|
+
position: absolute;
|
|
18165
|
+
top: 0px;
|
|
18166
|
+
left: 0px;
|
|
18167
|
+
margin-right: 10px;
|
|
18168
|
+
display: inline-block;
|
|
18169
|
+
height: 20px;
|
|
18170
|
+
width: 20px;
|
|
18171
|
+
--tw-bg-opacity: 1;
|
|
18172
|
+
background-color: rgba(236, 4, 4, var(--tw-bg-opacity));
|
|
18173
|
+
}
|
|
18174
|
+
|
|
18175
|
+
@media (min-width: 640px){
|
|
18176
|
+
.session-timer::after{
|
|
18177
|
+
margin-top: 5px;
|
|
18178
|
+
}
|
|
18179
|
+
}
|
|
18180
|
+
|
|
18181
|
+
.session-timer::after{
|
|
18182
|
+
content: "";
|
|
18183
|
+
-webkit-mask-image: url("/assets/images/circle-sm-filled.svg");
|
|
18184
|
+
mask-image: url("/assets/images/circle-sm-filled.svg");
|
|
18185
|
+
-webkit-mask-repeat: no-repeat;
|
|
18186
|
+
mask-repeat: no-repeat;
|
|
18187
|
+
}
|
|
18188
|
+
|
|
18189
|
+
.test-header.danger .session-timer::after {
|
|
18190
|
+
--tw-bg-opacity: 1;
|
|
18191
|
+
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
|
|
18192
|
+
}
|
|
18193
|
+
|
|
18194
|
+
.session-addon {
|
|
18195
|
+
margin-left: 5px;
|
|
18196
|
+
display: none;
|
|
18197
|
+
font-size: 13px;
|
|
18198
|
+
line-height: 13px;
|
|
18199
|
+
}
|
|
18200
|
+
|
|
18201
|
+
@media (min-width: 640px){
|
|
18202
|
+
.session-addon{
|
|
18203
|
+
display: inline;
|
|
18204
|
+
}
|
|
18205
|
+
}
|
|
18206
|
+
|
|
18207
|
+
.test-actions {
|
|
18208
|
+
display: flex;
|
|
18209
|
+
grid-area: test-actions;
|
|
18210
|
+
}
|
|
18211
|
+
|
|
18212
|
+
.test-actions .btn {
|
|
18213
|
+
height: 40px;
|
|
18214
|
+
width: 40px;
|
|
18215
|
+
justify-content: center;
|
|
18216
|
+
border-radius: 0px;
|
|
18217
|
+
border-left-width: 1px;
|
|
18218
|
+
--tw-border-opacity: 1;
|
|
18219
|
+
border-color: rgba(29, 29, 29, var(--tw-border-opacity));
|
|
18220
|
+
padding: 0px;
|
|
18221
|
+
--tw-text-opacity: 1;
|
|
18222
|
+
color: rgba(255, 255, 255, var(--tw-text-opacity))
|
|
18223
|
+
}
|
|
18224
|
+
|
|
18225
|
+
@media (min-width: 640px){
|
|
18226
|
+
.test-actions .btn{
|
|
18227
|
+
margin-right: 10px;
|
|
18228
|
+
border-radius: 5px;
|
|
18229
|
+
border-width: 1px;
|
|
18230
|
+
--tw-border-opacity: 1;
|
|
18231
|
+
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
|
|
18232
|
+
padding: 10px;
|
|
18233
|
+
}
|
|
18234
|
+
}
|
|
18235
|
+
|
|
18236
|
+
.test-actions .btn:hover {
|
|
18237
|
+
border: none;
|
|
18238
|
+
}
|
|
18239
|
+
|
|
18240
|
+
.test-actions .btn-recording {
|
|
18241
|
+
--tw-text-opacity: 1;
|
|
18242
|
+
color: rgba(236, 4, 4, var(--tw-text-opacity));
|
|
18243
|
+
}
|
|
18244
|
+
|
|
18245
|
+
.test-actions .btn:last-child {
|
|
18246
|
+
margin-right: 0;
|
|
18247
|
+
}
|
|
18248
|
+
|
|
17883
18249
|
/*///////// Customer Header /////////*/
|
|
17884
18250
|
|
|
17885
18251
|
.header.customer {
|