testio-tailwind 0.8.2 → 0.8.6
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/components/buttons.css +36 -33
- package/src/assets/stylesheets/components/forms.css +3 -2
- package/src/assets/stylesheets/components/modals.css +9 -10
- package/src/assets/stylesheets/components/select.css +9 -3
- package/src/assets/stylesheets/components/select2.css +10 -11
- package/src/assets/stylesheets/components/trix_editor.css +23 -11
- package/src/pages/forms/select_native.haml +1 -1
- package/src/pages/forms/trix_editor.pug +11 -0
- package/src/static/app.compiled.css +157 -65
- package/src/static/app.compiled.css.map +1 -1
|
@@ -3856,7 +3856,7 @@ footer.actionbar summary > .btn,
|
|
|
3856
3856
|
}
|
|
3857
3857
|
|
|
3858
3858
|
.btn,
|
|
3859
|
-
input.btn,
|
|
3859
|
+
input.btn,
|
|
3860
3860
|
input[type="submit"].btn{
|
|
3861
3861
|
display: inline-flex;
|
|
3862
3862
|
height: 40px;
|
|
@@ -3877,7 +3877,15 @@ input[type="submit"].btn{
|
|
|
3877
3877
|
color: rgb(35 106 132 / var(--tw-text-opacity, 1));
|
|
3878
3878
|
}
|
|
3879
3879
|
|
|
3880
|
-
.btn:hover,
|
|
3880
|
+
.btn:hover,
|
|
3881
|
+
.btn:focus,
|
|
3882
|
+
.btn:active,
|
|
3883
|
+
input.btn:hover,
|
|
3884
|
+
input.btn:focus,
|
|
3885
|
+
input.btn:active,
|
|
3886
|
+
input[type="submit"].btn:hover,
|
|
3887
|
+
input[type="submit"].btn:focus,
|
|
3888
|
+
input[type="submit"].btn:active{
|
|
3881
3889
|
--tw-border-opacity: 1;
|
|
3882
3890
|
border-color: rgb(33 190 244 / var(--tw-border-opacity, 1));
|
|
3883
3891
|
--tw-bg-opacity: 1;
|
|
@@ -3891,8 +3899,8 @@ input[type="submit"].btn{
|
|
|
3891
3899
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
3892
3900
|
}
|
|
3893
3901
|
|
|
3894
|
-
.btn-primary,
|
|
3895
|
-
input.btn-primary,
|
|
3902
|
+
.btn-primary,
|
|
3903
|
+
input.btn-primary,
|
|
3896
3904
|
input[type="submit"].btn-primary{
|
|
3897
3905
|
--tw-bg-opacity: 1;
|
|
3898
3906
|
background-color: rgb(35 106 132 / var(--tw-bg-opacity, 1));
|
|
@@ -3983,7 +3991,7 @@ input[type="submit"].btn-ghost-inverted{
|
|
|
3983
3991
|
}
|
|
3984
3992
|
|
|
3985
3993
|
.btn-danger,
|
|
3986
|
-
input[type="submit"].btn-danger,
|
|
3994
|
+
input[type="submit"].btn-danger,
|
|
3987
3995
|
.btn-warning,
|
|
3988
3996
|
input[type="submit"].btn-warning{
|
|
3989
3997
|
--tw-bg-opacity: 1;
|
|
@@ -3992,7 +4000,7 @@ input[type="submit"].btn-warning{
|
|
|
3992
4000
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
3993
4001
|
}
|
|
3994
4002
|
|
|
3995
|
-
.btn-success,
|
|
4003
|
+
.btn-success,
|
|
3996
4004
|
input[type="submit"].btn-success{
|
|
3997
4005
|
--tw-bg-opacity: 1;
|
|
3998
4006
|
background-color: rgb(140 189 36 / var(--tw-bg-opacity, 1));
|
|
@@ -4114,7 +4122,7 @@ input[type="submit"].btn-dashed{
|
|
|
4114
4122
|
}
|
|
4115
4123
|
|
|
4116
4124
|
.btn-intercom {
|
|
4117
|
-
box-shadow: 4px 4px 8px rgba(0, 0, 0, .2);
|
|
4125
|
+
box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
|
|
4118
4126
|
}
|
|
4119
4127
|
|
|
4120
4128
|
.btn-intercom .icon-intercom::before{
|
|
@@ -4122,26 +4130,26 @@ input[type="submit"].btn-dashed{
|
|
|
4122
4130
|
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
4123
4131
|
}
|
|
4124
4132
|
|
|
4125
|
-
.btn:disabled,
|
|
4126
|
-
.btn[disabled],
|
|
4127
|
-
button:disabled,
|
|
4128
|
-
button[disabled],
|
|
4129
|
-
.btn.disabled,
|
|
4130
|
-
.btn-sm:disabled,
|
|
4131
|
-
.btn-sm[disabled],
|
|
4132
|
-
.btn-sm.disabled,
|
|
4133
|
-
.btn-lg-wrapper:disabled .btn-lg,
|
|
4134
|
-
.btn-lg-wrapper[disabled] .btn-lg,
|
|
4135
|
-
.btn-lg-wrapper.disabled .btn-lg,
|
|
4136
|
-
.btn-lg:disabled,
|
|
4137
|
-
.btn-lg[disabled],
|
|
4138
|
-
.btn-lg.disabled,
|
|
4139
|
-
.btn-xl:disabled,
|
|
4140
|
-
.btn-xl[disabled],
|
|
4141
|
-
.btn-xl.disabled,
|
|
4142
|
-
input[type="submit"].btn[disabled],
|
|
4143
|
-
input.btn[disabled],
|
|
4144
|
-
input.btn-sm[disabled],
|
|
4133
|
+
.btn:disabled,
|
|
4134
|
+
.btn[disabled],
|
|
4135
|
+
button:disabled,
|
|
4136
|
+
button[disabled],
|
|
4137
|
+
.btn.disabled,
|
|
4138
|
+
.btn-sm:disabled,
|
|
4139
|
+
.btn-sm[disabled],
|
|
4140
|
+
.btn-sm.disabled,
|
|
4141
|
+
.btn-lg-wrapper:disabled .btn-lg,
|
|
4142
|
+
.btn-lg-wrapper[disabled] .btn-lg,
|
|
4143
|
+
.btn-lg-wrapper.disabled .btn-lg,
|
|
4144
|
+
.btn-lg:disabled,
|
|
4145
|
+
.btn-lg[disabled],
|
|
4146
|
+
.btn-lg.disabled,
|
|
4147
|
+
.btn-xl:disabled,
|
|
4148
|
+
.btn-xl[disabled],
|
|
4149
|
+
.btn-xl.disabled,
|
|
4150
|
+
input[type="submit"].btn[disabled],
|
|
4151
|
+
input.btn[disabled],
|
|
4152
|
+
input.btn-sm[disabled],
|
|
4145
4153
|
input.btn-lg[disabled]{
|
|
4146
4154
|
cursor: not-allowed;
|
|
4147
4155
|
border-width: 1px;
|
|
@@ -4156,26 +4164,26 @@ input.btn-lg[disabled]{
|
|
|
4156
4164
|
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
|
4157
4165
|
}
|
|
4158
4166
|
|
|
4159
|
-
.btn:disabled:hover,
|
|
4160
|
-
.btn[disabled]:hover,
|
|
4161
|
-
button:disabled:hover,
|
|
4162
|
-
button[disabled]:hover,
|
|
4163
|
-
.btn.disabled:hover,
|
|
4164
|
-
.btn-sm:disabled:hover,
|
|
4165
|
-
.btn-sm[disabled]:hover,
|
|
4166
|
-
.btn-sm.disabled:hover,
|
|
4167
|
-
.btn-lg-wrapper:disabled .btn-lg:hover,
|
|
4168
|
-
.btn-lg-wrapper[disabled] .btn-lg:hover,
|
|
4169
|
-
.btn-lg-wrapper.disabled .btn-lg:hover,
|
|
4170
|
-
.btn-lg:disabled:hover,
|
|
4171
|
-
.btn-lg[disabled]:hover,
|
|
4172
|
-
.btn-lg.disabled:hover,
|
|
4173
|
-
.btn-xl:disabled:hover,
|
|
4174
|
-
.btn-xl[disabled]:hover,
|
|
4175
|
-
.btn-xl.disabled:hover,
|
|
4176
|
-
input[type="submit"].btn[disabled]:hover,
|
|
4177
|
-
input.btn[disabled]:hover,
|
|
4178
|
-
input.btn-sm[disabled]:hover,
|
|
4167
|
+
.btn:disabled:hover,
|
|
4168
|
+
.btn[disabled]:hover,
|
|
4169
|
+
button:disabled:hover,
|
|
4170
|
+
button[disabled]:hover,
|
|
4171
|
+
.btn.disabled:hover,
|
|
4172
|
+
.btn-sm:disabled:hover,
|
|
4173
|
+
.btn-sm[disabled]:hover,
|
|
4174
|
+
.btn-sm.disabled:hover,
|
|
4175
|
+
.btn-lg-wrapper:disabled .btn-lg:hover,
|
|
4176
|
+
.btn-lg-wrapper[disabled] .btn-lg:hover,
|
|
4177
|
+
.btn-lg-wrapper.disabled .btn-lg:hover,
|
|
4178
|
+
.btn-lg:disabled:hover,
|
|
4179
|
+
.btn-lg[disabled]:hover,
|
|
4180
|
+
.btn-lg.disabled:hover,
|
|
4181
|
+
.btn-xl:disabled:hover,
|
|
4182
|
+
.btn-xl[disabled]:hover,
|
|
4183
|
+
.btn-xl.disabled:hover,
|
|
4184
|
+
input[type="submit"].btn[disabled]:hover,
|
|
4185
|
+
input.btn[disabled]:hover,
|
|
4186
|
+
input.btn-sm[disabled]:hover,
|
|
4179
4187
|
input.btn-lg[disabled]:hover{
|
|
4180
4188
|
background-color: transparent;
|
|
4181
4189
|
background-image: url('/assets/images/pattern-striped-bright.png');
|
|
@@ -4183,7 +4191,48 @@ input.btn-lg[disabled]:hover{
|
|
|
4183
4191
|
color: rgb(191 193 197 / var(--tw-text-opacity, 1));
|
|
4184
4192
|
}
|
|
4185
4193
|
|
|
4186
|
-
.btn:disabled:hover .icon,
|
|
4194
|
+
.btn:disabled:hover .icon,
|
|
4195
|
+
.btn:disabled:focus .icon,
|
|
4196
|
+
.btn[disabled]:hover .icon,
|
|
4197
|
+
.btn[disabled]:focus .icon,
|
|
4198
|
+
button:disabled:hover .icon,
|
|
4199
|
+
button:disabled:focus .icon,
|
|
4200
|
+
button[disabled]:hover .icon,
|
|
4201
|
+
button[disabled]:focus .icon,
|
|
4202
|
+
.btn.disabled:hover .icon,
|
|
4203
|
+
.btn.disabled:focus .icon,
|
|
4204
|
+
.btn-sm:disabled:hover .icon,
|
|
4205
|
+
.btn-sm:disabled:focus .icon,
|
|
4206
|
+
.btn-sm[disabled]:hover .icon,
|
|
4207
|
+
.btn-sm[disabled]:focus .icon,
|
|
4208
|
+
.btn-sm.disabled:hover .icon,
|
|
4209
|
+
.btn-sm.disabled:focus .icon,
|
|
4210
|
+
.btn-lg-wrapper:disabled .btn-lg:hover .icon,
|
|
4211
|
+
.btn-lg-wrapper:disabled .btn-lg:focus .icon,
|
|
4212
|
+
.btn-lg-wrapper[disabled] .btn-lg:hover .icon,
|
|
4213
|
+
.btn-lg-wrapper[disabled] .btn-lg:focus .icon,
|
|
4214
|
+
.btn-lg-wrapper.disabled .btn-lg:hover .icon,
|
|
4215
|
+
.btn-lg-wrapper.disabled .btn-lg:focus .icon,
|
|
4216
|
+
.btn-lg:disabled:hover .icon,
|
|
4217
|
+
.btn-lg:disabled:focus .icon,
|
|
4218
|
+
.btn-lg[disabled]:hover .icon,
|
|
4219
|
+
.btn-lg[disabled]:focus .icon,
|
|
4220
|
+
.btn-lg.disabled:hover .icon,
|
|
4221
|
+
.btn-lg.disabled:focus .icon,
|
|
4222
|
+
.btn-xl:disabled:hover .icon,
|
|
4223
|
+
.btn-xl:disabled:focus .icon,
|
|
4224
|
+
.btn-xl[disabled]:hover .icon,
|
|
4225
|
+
.btn-xl[disabled]:focus .icon,
|
|
4226
|
+
.btn-xl.disabled:hover .icon,
|
|
4227
|
+
.btn-xl.disabled:focus .icon,
|
|
4228
|
+
input[type="submit"].btn[disabled]:hover .icon,
|
|
4229
|
+
input[type="submit"].btn[disabled]:focus .icon,
|
|
4230
|
+
input.btn[disabled]:hover .icon,
|
|
4231
|
+
input.btn[disabled]:focus .icon,
|
|
4232
|
+
input.btn-sm[disabled]:hover .icon,
|
|
4233
|
+
input.btn-sm[disabled]:focus .icon,
|
|
4234
|
+
input.btn-lg[disabled]:hover .icon,
|
|
4235
|
+
input.btn-lg[disabled]:focus .icon{
|
|
4187
4236
|
--tw-text-opacity: 1;
|
|
4188
4237
|
color: rgb(191 193 197 / var(--tw-text-opacity, 1));
|
|
4189
4238
|
}
|
|
@@ -4214,6 +4263,10 @@ input.btn-lg[disabled]:hover{
|
|
|
4214
4263
|
background-image: url('/assets/images/pattern-striped-dark.png');
|
|
4215
4264
|
}
|
|
4216
4265
|
|
|
4266
|
+
button{
|
|
4267
|
+
font-weight: 600;
|
|
4268
|
+
}
|
|
4269
|
+
|
|
4217
4270
|
.btn-gray{
|
|
4218
4271
|
--tw-bg-opacity: 1;
|
|
4219
4272
|
background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
|
|
@@ -12830,13 +12883,15 @@ a.listitem:hover .icon{
|
|
|
12830
12883
|
display: inline-block;
|
|
12831
12884
|
}
|
|
12832
12885
|
|
|
12833
|
-
.form-group .form-label
|
|
12886
|
+
.form-group .form-label,
|
|
12887
|
+
.form-group .field_with_errors{
|
|
12834
12888
|
padding-bottom: 5px;
|
|
12835
12889
|
}
|
|
12836
12890
|
|
|
12837
12891
|
@media (min-width: 768px){
|
|
12838
12892
|
|
|
12839
|
-
.form-group .form-label
|
|
12893
|
+
.form-group .form-label,
|
|
12894
|
+
.form-group .field_with_errors{
|
|
12840
12895
|
padding-top: 15px;
|
|
12841
12896
|
}
|
|
12842
12897
|
}
|
|
@@ -12877,8 +12932,9 @@ a.listitem:hover .icon{
|
|
|
12877
12932
|
|
|
12878
12933
|
.form-hint{
|
|
12879
12934
|
margin-top: 10px;
|
|
12935
|
+
margin-bottom: 10px;
|
|
12880
12936
|
display: flex;
|
|
12881
|
-
align-items:
|
|
12937
|
+
align-items: center;
|
|
12882
12938
|
font-size: 0.813rem;
|
|
12883
12939
|
line-height: 0.813rem;
|
|
12884
12940
|
}
|
|
@@ -13491,10 +13547,11 @@ textarea.form-control{
|
|
|
13491
13547
|
@media (min-width: 768px) {
|
|
13492
13548
|
|
|
13493
13549
|
.form-group.trix-editor {
|
|
13494
|
-
grid-template-areas:
|
|
13495
|
-
|
|
13550
|
+
grid-template-areas:
|
|
13551
|
+
"label trix-toolbar"
|
|
13552
|
+
"label trix-editor"
|
|
13496
13553
|
}
|
|
13497
|
-
|
|
13554
|
+
}
|
|
13498
13555
|
|
|
13499
13556
|
.trix-editor .trix-content{
|
|
13500
13557
|
margin-top: -20px;
|
|
@@ -13505,7 +13562,7 @@ textarea.form-control{
|
|
|
13505
13562
|
.trix-editor .trix-content {
|
|
13506
13563
|
grid-area: trix-editor
|
|
13507
13564
|
}
|
|
13508
|
-
|
|
13565
|
+
}
|
|
13509
13566
|
|
|
13510
13567
|
.trix-editor .form-control{
|
|
13511
13568
|
height: auto;
|
|
@@ -13528,7 +13585,7 @@ trix-toolbar{
|
|
|
13528
13585
|
trix-toolbar {
|
|
13529
13586
|
grid-area: trix-toolbar
|
|
13530
13587
|
}
|
|
13531
|
-
|
|
13588
|
+
}
|
|
13532
13589
|
|
|
13533
13590
|
trix-toolbar .trix-button-group{
|
|
13534
13591
|
position: relative;
|
|
@@ -13547,8 +13604,8 @@ trix-toolbar .trix-button-row{
|
|
|
13547
13604
|
|
|
13548
13605
|
.trix-button-row::-webkit-scrollbar {
|
|
13549
13606
|
display: none;
|
|
13550
|
-
-ms-overflow-style: none;
|
|
13551
|
-
scrollbar-width: none;
|
|
13607
|
+
-ms-overflow-style: none; /* IE and Edge */
|
|
13608
|
+
scrollbar-width: none; /* Firefox */
|
|
13552
13609
|
}
|
|
13553
13610
|
|
|
13554
13611
|
.trix-button-group.trix-button-group--history-tools{
|
|
@@ -13575,7 +13632,8 @@ trix-toolbar .trix-button{
|
|
|
13575
13632
|
|
|
13576
13633
|
/* Fix for safari bug, we don't need to show any text in those buttons */
|
|
13577
13634
|
|
|
13578
|
-
trix-toolbar .trix-button:hover,
|
|
13635
|
+
trix-toolbar .trix-button:hover,
|
|
13636
|
+
trix-toolbar .trix-button:focus{
|
|
13579
13637
|
--tw-bg-opacity: 1;
|
|
13580
13638
|
background-color: rgb(33 190 244 / var(--tw-bg-opacity, 1));
|
|
13581
13639
|
--tw-text-opacity: 1;
|
|
@@ -13788,6 +13846,19 @@ trix-editor .attachment__progress::-webkit-progress-value{
|
|
|
13788
13846
|
background-color: rgb(50 109 209 / var(--tw-bg-opacity, 1));
|
|
13789
13847
|
}
|
|
13790
13848
|
|
|
13849
|
+
/*///// Validation errors /////*/
|
|
13850
|
+
|
|
13851
|
+
.field_with_errors trix-toolbar{
|
|
13852
|
+
margin-bottom: 1.25rem;
|
|
13853
|
+
}
|
|
13854
|
+
|
|
13855
|
+
.field_with_errors .trix-content,
|
|
13856
|
+
.field_with_errors select{
|
|
13857
|
+
border-width: 1px;
|
|
13858
|
+
--tw-border-opacity: 1;
|
|
13859
|
+
border-color: rgb(236 4 4 / var(--tw-border-opacity, 1));
|
|
13860
|
+
}
|
|
13861
|
+
|
|
13791
13862
|
/*///// File upload and attachments /////*/
|
|
13792
13863
|
|
|
13793
13864
|
.form-file{
|
|
@@ -15257,11 +15328,11 @@ details[open] .drawer-trigger .close-btn {
|
|
|
15257
15328
|
position: fixed;
|
|
15258
15329
|
top: 0px;
|
|
15259
15330
|
left: 0px;
|
|
15260
|
-
z-index:
|
|
15331
|
+
z-index: 50;
|
|
15261
15332
|
height: 100vh;
|
|
15262
15333
|
width: 100vw;
|
|
15263
15334
|
content: "";
|
|
15264
|
-
background-color: rgba(0,0,0
|
|
15335
|
+
background-color: rgba(0, 0, 0, 0.75);
|
|
15265
15336
|
}
|
|
15266
15337
|
|
|
15267
15338
|
.modal-wrapper[open] .modal-container{
|
|
@@ -15269,7 +15340,6 @@ details[open] .drawer-trigger .close-btn {
|
|
|
15269
15340
|
position: fixed;
|
|
15270
15341
|
top: 0px;
|
|
15271
15342
|
left: 0px;
|
|
15272
|
-
z-index: 20;
|
|
15273
15343
|
display: flex;
|
|
15274
15344
|
height: 100vh;
|
|
15275
15345
|
width: 100vw;
|
|
@@ -15277,6 +15347,7 @@ details[open] .drawer-trigger .close-btn {
|
|
|
15277
15347
|
justify-content: center;
|
|
15278
15348
|
overflow-y: scroll;
|
|
15279
15349
|
padding: 50px;
|
|
15350
|
+
z-index: 51;
|
|
15280
15351
|
}
|
|
15281
15352
|
|
|
15282
15353
|
.modal-wrapper[open] .modal{
|
|
@@ -15291,7 +15362,7 @@ details[open] .drawer-trigger .close-btn {
|
|
|
15291
15362
|
height: auto;
|
|
15292
15363
|
max-width: 100vw;
|
|
15293
15364
|
pointer-events: all;
|
|
15294
|
-
z-index:
|
|
15365
|
+
z-index: 52;
|
|
15295
15366
|
}
|
|
15296
15367
|
|
|
15297
15368
|
.modal-wrapper[open] .modal.modal-sm{
|
|
@@ -15389,7 +15460,8 @@ details[open] .drawer-trigger .close-btn {
|
|
|
15389
15460
|
opacity: 0.25;
|
|
15390
15461
|
}
|
|
15391
15462
|
|
|
15392
|
-
.btn.disabled,
|
|
15463
|
+
.btn.disabled,
|
|
15464
|
+
:disabled.btn{
|
|
15393
15465
|
background-color: transparent;
|
|
15394
15466
|
--tw-text-opacity: 1;
|
|
15395
15467
|
color: rgb(191 193 197 / var(--tw-text-opacity, 1));
|
|
@@ -17933,6 +18005,16 @@ select.select2 {
|
|
|
17933
18005
|
margin-right: 0px;
|
|
17934
18006
|
}
|
|
17935
18007
|
|
|
18008
|
+
/*///// Validation errors /////*/
|
|
18009
|
+
|
|
18010
|
+
.form-select .field_with_errors .select2-container .select2-selection,
|
|
18011
|
+
.form-select .field_with_errors .select2-container .select2-search__field{
|
|
18012
|
+
--tw-border-opacity: 1;
|
|
18013
|
+
border-color: rgb(236 4 4 / var(--tw-border-opacity, 1));
|
|
18014
|
+
--tw-bg-opacity: 1;
|
|
18015
|
+
background-color: rgb(236 4 4 / var(--tw-bg-opacity, 1));
|
|
18016
|
+
}
|
|
18017
|
+
|
|
17936
18018
|
.form-select{
|
|
17937
18019
|
width: 100%;
|
|
17938
18020
|
}
|
|
@@ -18050,11 +18132,21 @@ select{
|
|
|
18050
18132
|
padding-bottom: 5px;
|
|
18051
18133
|
}
|
|
18052
18134
|
|
|
18053
|
-
.form-select-native option:hover,
|
|
18135
|
+
.form-select-native option:hover,
|
|
18136
|
+
.form-select-native option:focus{
|
|
18054
18137
|
--tw-bg-opacity: 1;
|
|
18055
18138
|
background-color: rgb(33 190 244 / var(--tw-bg-opacity, 1));
|
|
18056
18139
|
}
|
|
18057
18140
|
|
|
18141
|
+
/*///// Validation errors /////*/
|
|
18142
|
+
|
|
18143
|
+
.form-select-native .field_with_errors select{
|
|
18144
|
+
--tw-border-opacity: 1;
|
|
18145
|
+
border-color: rgb(236 4 4 / var(--tw-border-opacity, 1));
|
|
18146
|
+
--tw-bg-opacity: 1;
|
|
18147
|
+
background-color: rgb(236 4 4 / var(--tw-bg-opacity, 1));
|
|
18148
|
+
}
|
|
18149
|
+
|
|
18058
18150
|
.test-header.tester{
|
|
18059
18151
|
display: grid;
|
|
18060
18152
|
--tw-bg-opacity: 1;
|