q2-tecton-theme 1.13.0-alpha.0 → 1.13.2
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/dist/index.js +1 -0
- package/dist/q2-tecton-theme.css +1 -1228
- package/package.json +10 -7
- package/rollup.config.js +21 -0
- package/src/index.js +2 -0
- package/src/{q2-tecton-theme.css → q2-tecton-theme.scss} +237 -33
@@ -1,11 +1,8 @@
|
|
1
|
-
@import url("https://fonts.googleapis.com/css?family=Dosis:300,400,500&display=swap");
|
2
|
-
|
3
1
|
/*
|
4
2
|
Tecton Normalize
|
5
3
|
Inpsired by base q2-app _bootstrap.scss but conflicting resets are removed.
|
6
4
|
Wrapped in data-tecton-module for use in platforms
|
7
5
|
*/
|
8
|
-
|
9
6
|
[data-tecton-module] article,
|
10
7
|
[data-tecton-module] aside,
|
11
8
|
[data-tecton-module] details,
|
@@ -21,18 +18,22 @@
|
|
21
18
|
[data-tecton-module] summary {
|
22
19
|
display: block;
|
23
20
|
}
|
21
|
+
|
24
22
|
[data-tecton-module] audio,
|
25
23
|
[data-tecton-module] canvas,
|
26
24
|
[data-tecton-module] video {
|
27
25
|
display: inline-block;
|
28
26
|
}
|
27
|
+
|
29
28
|
[data-tecton-module] audio:not([controls]) {
|
30
29
|
display: none;
|
31
30
|
height: 0;
|
32
31
|
}
|
32
|
+
|
33
33
|
[data-tecton-module] [hidden] {
|
34
34
|
display: none;
|
35
35
|
}
|
36
|
+
|
36
37
|
[data-tecton-module] html {
|
37
38
|
font-family: sans-serif;
|
38
39
|
/* stylelint-disable */
|
@@ -40,23 +41,29 @@
|
|
40
41
|
-ms-text-size-adjust: 100%;
|
41
42
|
/* stylelint-enable */
|
42
43
|
}
|
44
|
+
|
43
45
|
[data-tecton-module] body {
|
44
46
|
margin: 0;
|
45
47
|
}
|
48
|
+
|
46
49
|
[data-tecton-module] a:focus {
|
47
50
|
outline: thin dotted;
|
48
51
|
}
|
52
|
+
|
49
53
|
[data-tecton-module] a:active,
|
50
54
|
[data-tecton-module] a:hover {
|
51
55
|
outline: 0;
|
52
56
|
}
|
57
|
+
|
53
58
|
[data-tecton-module] b,
|
54
59
|
[data-tecton-module] strong {
|
55
60
|
font-weight: 700;
|
56
61
|
}
|
62
|
+
|
57
63
|
[data-tecton-module] dfn {
|
58
64
|
font-style: italic;
|
59
65
|
}
|
66
|
+
|
60
67
|
[data-tecton-module] hr {
|
61
68
|
height: 0;
|
62
69
|
margin-top: 20px;
|
@@ -65,11 +72,13 @@
|
|
65
72
|
border-top: 1px solid #eeeeee;
|
66
73
|
box-sizing: content-box;
|
67
74
|
}
|
75
|
+
|
68
76
|
[data-tecton-module] div,
|
69
77
|
[data-tecton-module] input,
|
70
78
|
[data-tecton-module] a {
|
71
79
|
box-sizing: border-box;
|
72
80
|
}
|
81
|
+
|
73
82
|
[data-tecton-module] code,
|
74
83
|
[data-tecton-module] kbd,
|
75
84
|
[data-tecton-module] pre,
|
@@ -77,12 +86,15 @@
|
|
77
86
|
font-family: monospace, serif;
|
78
87
|
font-size: 1em;
|
79
88
|
}
|
89
|
+
|
80
90
|
[data-tecton-module] pre {
|
81
91
|
white-space: pre-wrap;
|
82
92
|
}
|
93
|
+
|
83
94
|
[data-tecton-module] q {
|
84
95
|
quotes: "“" "”" "‘" "’";
|
85
96
|
}
|
97
|
+
|
86
98
|
[data-tecton-module] sub,
|
87
99
|
[data-tecton-module] sup {
|
88
100
|
position: relative;
|
@@ -90,25 +102,32 @@
|
|
90
102
|
line-height: 0;
|
91
103
|
vertical-align: baseline;
|
92
104
|
}
|
105
|
+
|
93
106
|
[data-tecton-module] sup {
|
94
107
|
top: -0.5em;
|
95
108
|
}
|
109
|
+
|
96
110
|
[data-tecton-module] sub {
|
97
111
|
bottom: -0.25em;
|
98
112
|
}
|
113
|
+
|
99
114
|
[data-tecton-module] img {
|
100
115
|
border: 0;
|
101
116
|
}
|
117
|
+
|
102
118
|
[data-tecton-module] svg:not(:root) {
|
103
119
|
overflow: hidden;
|
104
120
|
}
|
121
|
+
|
105
122
|
[data-tecton-module] figure {
|
106
123
|
margin: 0;
|
107
124
|
}
|
125
|
+
|
108
126
|
[data-tecton-module] legend {
|
109
127
|
padding: 0;
|
110
128
|
border: 0;
|
111
129
|
}
|
130
|
+
|
112
131
|
[data-tecton-module] button,
|
113
132
|
[data-tecton-module] input,
|
114
133
|
[data-tecton-module] select,
|
@@ -119,14 +138,17 @@
|
|
119
138
|
line-height: inherit;
|
120
139
|
font-size: 100%;
|
121
140
|
}
|
141
|
+
|
122
142
|
[data-tecton-module] button,
|
123
143
|
[data-tecton-module] input {
|
124
144
|
line-height: normal;
|
125
145
|
}
|
146
|
+
|
126
147
|
[data-tecton-module] button,
|
127
148
|
[data-tecton-module] select {
|
128
149
|
text-transform: none;
|
129
150
|
}
|
151
|
+
|
130
152
|
[data-tecton-module] button,
|
131
153
|
[data-tecton-module] html input[type="button"],
|
132
154
|
[data-tecton-module] input[type="reset"],
|
@@ -136,46 +158,55 @@
|
|
136
158
|
-webkit-appearance: button;
|
137
159
|
/* stylelint-enable */
|
138
160
|
}
|
161
|
+
|
139
162
|
[data-tecton-module] button[disabled],
|
140
163
|
[data-tecton-module] html input[disabled] {
|
141
164
|
cursor: default;
|
142
165
|
}
|
166
|
+
|
143
167
|
[data-tecton-module] input[type="checkbox"],
|
144
168
|
[data-tecton-module] input[type="radio"] {
|
145
169
|
padding: 0;
|
146
170
|
box-sizing: border-box;
|
147
171
|
}
|
172
|
+
|
148
173
|
[data-tecton-module] input[type="search"] {
|
149
174
|
box-sizing: content-box;
|
150
175
|
/* stylelint-disable */
|
151
176
|
-webkit-appearance: textfield;
|
152
177
|
/* stylelint-enable */
|
153
178
|
}
|
179
|
+
|
154
180
|
[data-tecton-module] input[type="search"]::-webkit-search-cancel-button,
|
155
181
|
[data-tecton-module] input[type="search"]::-webkit-search-decoration {
|
156
182
|
/* stylelint-disable */
|
157
183
|
-webkit-appearance: none;
|
158
184
|
/* stylelint-enable */
|
159
185
|
}
|
186
|
+
|
160
187
|
[data-tecton-module] button::-moz-focus-inner,
|
161
188
|
[data-tecton-module] input::-moz-focus-inner {
|
162
189
|
padding: 0;
|
163
190
|
border: 0;
|
164
191
|
}
|
192
|
+
|
165
193
|
[data-tecton-module] textarea {
|
166
194
|
overflow: auto;
|
167
195
|
vertical-align: top;
|
168
196
|
}
|
197
|
+
|
169
198
|
[data-tecton-module] table {
|
170
199
|
border-collapse: collapse;
|
171
200
|
border-spacing: 0;
|
172
201
|
}
|
202
|
+
|
173
203
|
[data-tecton-module] button,
|
174
204
|
[data-tecton-module] input,
|
175
205
|
[data-tecton-module] select[multiple],
|
176
206
|
[data-tecton-module] textarea {
|
177
207
|
background-image: none;
|
178
208
|
}
|
209
|
+
|
179
210
|
[data-tecton-module] .sr-only {
|
180
211
|
position: absolute;
|
181
212
|
width: 1px;
|
@@ -186,39 +217,49 @@
|
|
186
217
|
clip: rect(0 0 0 0);
|
187
218
|
border: 0;
|
188
219
|
}
|
220
|
+
|
189
221
|
[data-tecton-module] cite {
|
190
222
|
font-style: normal;
|
191
223
|
}
|
224
|
+
|
192
225
|
[data-tecton-module] p {
|
193
226
|
margin: 0 0 10px;
|
194
227
|
}
|
228
|
+
|
195
229
|
[data-tecton-module] ul,
|
196
230
|
[data-tecton-module] ol {
|
197
231
|
margin-top: 0;
|
198
232
|
margin-bottom: 10px;
|
199
233
|
}
|
234
|
+
|
200
235
|
[data-tecton-module] ul ul,
|
201
236
|
[data-tecton-module] ol ul,
|
202
237
|
[data-tecton-module] ul ol,
|
203
238
|
[data-tecton-module] ol ol {
|
204
239
|
margin-bottom: 0;
|
205
240
|
}
|
241
|
+
|
206
242
|
[data-tecton-module] dl {
|
207
243
|
margin-bottom: 20px;
|
208
244
|
}
|
245
|
+
|
209
246
|
[data-tecton-module] dt,
|
210
247
|
[data-tecton-module] dd {
|
211
248
|
line-height: 1.428571429;
|
212
249
|
}
|
250
|
+
|
213
251
|
[data-tecton-module] dt {
|
214
252
|
font-weight: 700;
|
215
253
|
}
|
254
|
+
|
216
255
|
[data-tecton-module] dd {
|
217
256
|
margin-left: 0;
|
218
257
|
}
|
258
|
+
|
219
259
|
[data-tecton-module] address {
|
220
260
|
display: block;
|
221
261
|
}
|
262
|
+
|
222
263
|
[data-tecton-module] h1,
|
223
264
|
[data-tecton-module] h2,
|
224
265
|
[data-tecton-module] h3,
|
@@ -228,6 +269,7 @@
|
|
228
269
|
margin-top: 1.4285714286rem;
|
229
270
|
margin-bottom: 0.7142857143rem;
|
230
271
|
}
|
272
|
+
|
231
273
|
[data-tecton-module] h4,
|
232
274
|
[data-tecton-module] h5,
|
233
275
|
[data-tecton-module] h6,
|
@@ -237,11 +279,13 @@
|
|
237
279
|
margin-top: 0.7142857143rem;
|
238
280
|
margin-bottom: 0.7142857143rem;
|
239
281
|
}
|
282
|
+
|
240
283
|
[data-tecton-module] h1,
|
241
284
|
[data-tecton-module] .heading-1 {
|
242
285
|
font-size: 2.0714285714rem;
|
243
286
|
font-weight: 400;
|
244
287
|
}
|
288
|
+
|
245
289
|
@media screen and (max-width: 767px) {
|
246
290
|
[data-tecton-module] h1,
|
247
291
|
[data-tecton-module] .heading-1 {
|
@@ -255,16 +299,19 @@
|
|
255
299
|
text-transform: uppercase;
|
256
300
|
letter-spacing: 0.5px;
|
257
301
|
}
|
302
|
+
|
258
303
|
[data-tecton-module] h3,
|
259
304
|
[data-tecton-module] .heading-3 {
|
260
305
|
font-size: 1.2142857143rem;
|
261
306
|
font-weight: 600;
|
262
307
|
}
|
308
|
+
|
263
309
|
[data-tecton-module] h4,
|
264
310
|
[data-tecton-module] .heading-4 {
|
265
311
|
font-size: 1rem;
|
266
312
|
font-weight: 600;
|
267
313
|
}
|
314
|
+
|
268
315
|
[data-tecton-module] h5,
|
269
316
|
[data-tecton-module] h6,
|
270
317
|
[data-tecton-module] .heading-5,
|
@@ -272,25 +319,31 @@
|
|
272
319
|
font-size: inherit;
|
273
320
|
font-weight: 400;
|
274
321
|
}
|
322
|
+
|
275
323
|
[data-tecton-module] p {
|
276
324
|
font-size: 1rem;
|
277
325
|
font-weight: 400;
|
278
326
|
line-height: 1.5;
|
279
327
|
}
|
328
|
+
|
280
329
|
[data-tecton-module] small,
|
281
330
|
[data-tecton-module] .small-copy {
|
282
331
|
font-size: 0.8571428571rem;
|
283
332
|
font-weight: 400;
|
284
333
|
}
|
334
|
+
|
285
335
|
[data-tecton-module] .light {
|
286
336
|
font-weight: 300;
|
287
337
|
}
|
338
|
+
|
288
339
|
[data-tecton-module] .semibold {
|
289
340
|
font-weight: 600;
|
290
341
|
}
|
342
|
+
|
291
343
|
[data-tecton-module] .bold {
|
292
344
|
font-weight: 700;
|
293
345
|
}
|
346
|
+
|
294
347
|
[data-tecton-module] .empty-state,
|
295
348
|
[data-tecton-module] .no-history {
|
296
349
|
font-style: italic;
|
@@ -299,416 +352,543 @@
|
|
299
352
|
[data-tecton-module] .mrg\(a\) {
|
300
353
|
margin: auto;
|
301
354
|
}
|
355
|
+
|
302
356
|
[data-tecton-module] .mrg-y\(a\) {
|
303
357
|
margin-top: auto;
|
304
358
|
margin-bottom: auto;
|
305
359
|
}
|
360
|
+
|
306
361
|
[data-tecton-module] .mrg-x\(a\) {
|
307
362
|
margin-left: auto;
|
308
363
|
margin-right: auto;
|
309
364
|
}
|
365
|
+
|
310
366
|
[data-tecton-module] .mrg-t\(a\) {
|
311
367
|
margin-top: auto;
|
312
368
|
}
|
369
|
+
|
313
370
|
[data-tecton-module] .mrg-b\(a\) {
|
314
371
|
margin-bottom: auto;
|
315
372
|
}
|
373
|
+
|
316
374
|
[data-tecton-module] .mrg-l\(a\) {
|
317
375
|
margin-left: auto;
|
318
376
|
}
|
377
|
+
|
319
378
|
[data-tecton-module] .mrg-r\(a\) {
|
320
379
|
margin-right: auto;
|
321
380
|
}
|
381
|
+
|
322
382
|
[data-tecton-module] .pad\(a\) {
|
323
383
|
padding: auto;
|
324
384
|
}
|
385
|
+
|
325
386
|
[data-tecton-module] .pad-y\(a\) {
|
326
387
|
padding-top: auto;
|
327
388
|
padding-bottom: auto;
|
328
389
|
}
|
390
|
+
|
329
391
|
[data-tecton-module] .pad-x\(a\) {
|
330
392
|
padding-left: auto;
|
331
393
|
padding-right: auto;
|
332
394
|
}
|
395
|
+
|
333
396
|
[data-tecton-module] .pad-t\(a\) {
|
334
397
|
padding-top: auto;
|
335
398
|
}
|
399
|
+
|
336
400
|
[data-tecton-module] .pad-b\(a\) {
|
337
401
|
padding-bottom: auto;
|
338
402
|
}
|
403
|
+
|
339
404
|
[data-tecton-module] .pad-l\(a\) {
|
340
405
|
padding-left: auto;
|
341
406
|
}
|
407
|
+
|
342
408
|
[data-tecton-module] .pad-r\(a\) {
|
343
409
|
padding-right: auto;
|
344
410
|
}
|
411
|
+
|
345
412
|
[data-tecton-module] .w\(a\) {
|
346
413
|
width: auto;
|
347
414
|
}
|
415
|
+
|
348
416
|
[data-tecton-module] .h\(a\) {
|
349
417
|
height: auto;
|
350
418
|
}
|
419
|
+
|
351
420
|
[data-tecton-module] .mrg\(0\) {
|
352
421
|
margin: 0px;
|
353
422
|
}
|
423
|
+
|
354
424
|
[data-tecton-module] .mrg-y\(0\) {
|
355
425
|
margin-top: 0px;
|
356
426
|
margin-bottom: 0px;
|
357
427
|
}
|
428
|
+
|
358
429
|
[data-tecton-module] .mrg-x\(0\) {
|
359
430
|
margin-left: 0px;
|
360
431
|
margin-right: 0px;
|
361
432
|
}
|
433
|
+
|
362
434
|
[data-tecton-module] .mrg-t\(0\) {
|
363
435
|
margin-top: 0px;
|
364
436
|
}
|
437
|
+
|
365
438
|
[data-tecton-module] .mrg-b\(0\) {
|
366
439
|
margin-bottom: 0px;
|
367
440
|
}
|
441
|
+
|
368
442
|
[data-tecton-module] .mrg-l\(0\) {
|
369
443
|
margin-left: 0px;
|
370
444
|
}
|
445
|
+
|
371
446
|
[data-tecton-module] .mrg-r\(0\) {
|
372
447
|
margin-right: 0px;
|
373
448
|
}
|
449
|
+
|
374
450
|
[data-tecton-module] .pad\(0\) {
|
375
451
|
padding: 0px;
|
376
452
|
}
|
453
|
+
|
377
454
|
[data-tecton-module] .pad-y\(0\) {
|
378
455
|
padding-top: 0px;
|
379
456
|
padding-bottom: 0px;
|
380
457
|
}
|
458
|
+
|
381
459
|
[data-tecton-module] .pad-x\(0\) {
|
382
460
|
padding-left: 0px;
|
383
461
|
padding-right: 0px;
|
384
462
|
}
|
463
|
+
|
385
464
|
[data-tecton-module] .pad-t\(0\) {
|
386
465
|
padding-top: 0px;
|
387
466
|
}
|
467
|
+
|
388
468
|
[data-tecton-module] .pad-b\(0\) {
|
389
469
|
padding-bottom: 0px;
|
390
470
|
}
|
471
|
+
|
391
472
|
[data-tecton-module] .pad-l\(0\) {
|
392
473
|
padding-left: 0px;
|
393
474
|
}
|
475
|
+
|
394
476
|
[data-tecton-module] .pad-r\(0\) {
|
395
477
|
padding-right: 0px;
|
396
478
|
}
|
479
|
+
|
397
480
|
[data-tecton-module] .w\(0\) {
|
398
481
|
width: 0px;
|
399
482
|
}
|
483
|
+
|
400
484
|
[data-tecton-module] .h\(0\) {
|
401
485
|
height: 0px;
|
402
486
|
}
|
487
|
+
|
403
488
|
[data-tecton-module] .mrg\(1\) {
|
404
489
|
margin: 5px;
|
405
490
|
}
|
491
|
+
|
406
492
|
[data-tecton-module] .mrg-y\(1\) {
|
407
493
|
margin-top: 5px;
|
408
494
|
margin-bottom: 5px;
|
409
495
|
}
|
496
|
+
|
410
497
|
[data-tecton-module] .mrg-x\(1\) {
|
411
498
|
margin-left: 5px;
|
412
499
|
margin-right: 5px;
|
413
500
|
}
|
501
|
+
|
414
502
|
[data-tecton-module] .mrg-t\(1\) {
|
415
503
|
margin-top: 5px;
|
416
504
|
}
|
505
|
+
|
417
506
|
[data-tecton-module] .mrg-b\(1\) {
|
418
507
|
margin-bottom: 5px;
|
419
508
|
}
|
509
|
+
|
420
510
|
[data-tecton-module] .mrg-l\(1\) {
|
421
511
|
margin-left: 5px;
|
422
512
|
}
|
513
|
+
|
423
514
|
[data-tecton-module] .mrg-r\(1\) {
|
424
515
|
margin-right: 5px;
|
425
516
|
}
|
517
|
+
|
426
518
|
[data-tecton-module] .pad\(1\) {
|
427
519
|
padding: 5px;
|
428
520
|
}
|
521
|
+
|
429
522
|
[data-tecton-module] .pad-y\(1\) {
|
430
523
|
padding-top: 5px;
|
431
524
|
padding-bottom: 5px;
|
432
525
|
}
|
526
|
+
|
433
527
|
[data-tecton-module] .pad-x\(1\) {
|
434
528
|
padding-left: 5px;
|
435
529
|
padding-right: 5px;
|
436
530
|
}
|
531
|
+
|
437
532
|
[data-tecton-module] .pad-t\(1\) {
|
438
533
|
padding-top: 5px;
|
439
534
|
}
|
535
|
+
|
440
536
|
[data-tecton-module] .pad-b\(1\) {
|
441
537
|
padding-bottom: 5px;
|
442
538
|
}
|
539
|
+
|
443
540
|
[data-tecton-module] .pad-l\(1\) {
|
444
541
|
padding-left: 5px;
|
445
542
|
}
|
543
|
+
|
446
544
|
[data-tecton-module] .pad-r\(1\) {
|
447
545
|
padding-right: 5px;
|
448
546
|
}
|
547
|
+
|
449
548
|
[data-tecton-module] .w\(1\) {
|
450
549
|
width: 5px;
|
451
550
|
}
|
551
|
+
|
452
552
|
[data-tecton-module] .h\(1\) {
|
453
553
|
height: 5px;
|
454
554
|
}
|
555
|
+
|
455
556
|
[data-tecton-module] .mrg\(2\) {
|
456
557
|
margin: 10px;
|
457
558
|
}
|
559
|
+
|
458
560
|
[data-tecton-module] .mrg-y\(2\) {
|
459
561
|
margin-top: 10px;
|
460
562
|
margin-bottom: 10px;
|
461
563
|
}
|
564
|
+
|
462
565
|
[data-tecton-module] .mrg-x\(2\) {
|
463
566
|
margin-left: 10px;
|
464
567
|
margin-right: 10px;
|
465
568
|
}
|
569
|
+
|
466
570
|
[data-tecton-module] .mrg-t\(2\) {
|
467
571
|
margin-top: 10px;
|
468
572
|
}
|
573
|
+
|
469
574
|
[data-tecton-module] .mrg-b\(2\) {
|
470
575
|
margin-bottom: 10px;
|
471
576
|
}
|
577
|
+
|
472
578
|
[data-tecton-module] .mrg-l\(2\) {
|
473
579
|
margin-left: 10px;
|
474
580
|
}
|
581
|
+
|
475
582
|
[data-tecton-module] .mrg-r\(2\) {
|
476
583
|
margin-right: 10px;
|
477
584
|
}
|
585
|
+
|
478
586
|
[data-tecton-module] .pad\(2\) {
|
479
587
|
padding: 10px;
|
480
588
|
}
|
589
|
+
|
481
590
|
[data-tecton-module] .pad-y\(2\) {
|
482
591
|
padding-top: 10px;
|
483
592
|
padding-bottom: 10px;
|
484
593
|
}
|
594
|
+
|
485
595
|
[data-tecton-module] .pad-x\(2\) {
|
486
596
|
padding-left: 10px;
|
487
597
|
padding-right: 10px;
|
488
598
|
}
|
599
|
+
|
489
600
|
[data-tecton-module] .pad-t\(2\) {
|
490
601
|
padding-top: 10px;
|
491
602
|
}
|
603
|
+
|
492
604
|
[data-tecton-module] .pad-b\(2\) {
|
493
605
|
padding-bottom: 10px;
|
494
606
|
}
|
607
|
+
|
495
608
|
[data-tecton-module] .pad-l\(2\) {
|
496
609
|
padding-left: 10px;
|
497
610
|
}
|
611
|
+
|
498
612
|
[data-tecton-module] .pad-r\(2\) {
|
499
613
|
padding-right: 10px;
|
500
614
|
}
|
615
|
+
|
501
616
|
[data-tecton-module] .w\(2\) {
|
502
617
|
width: 10px;
|
503
618
|
}
|
619
|
+
|
504
620
|
[data-tecton-module] .h\(2\) {
|
505
621
|
height: 10px;
|
506
622
|
}
|
623
|
+
|
507
624
|
[data-tecton-module] .mrg\(3\) {
|
508
625
|
margin: 15px;
|
509
626
|
}
|
627
|
+
|
510
628
|
[data-tecton-module] .mrg-y\(3\) {
|
511
629
|
margin-top: 15px;
|
512
630
|
margin-bottom: 15px;
|
513
631
|
}
|
632
|
+
|
514
633
|
[data-tecton-module] .mrg-x\(3\) {
|
515
634
|
margin-left: 15px;
|
516
635
|
margin-right: 15px;
|
517
636
|
}
|
637
|
+
|
518
638
|
[data-tecton-module] .mrg-t\(3\) {
|
519
639
|
margin-top: 15px;
|
520
640
|
}
|
641
|
+
|
521
642
|
[data-tecton-module] .mrg-b\(3\) {
|
522
643
|
margin-bottom: 15px;
|
523
644
|
}
|
645
|
+
|
524
646
|
[data-tecton-module] .mrg-l\(3\) {
|
525
647
|
margin-left: 15px;
|
526
648
|
}
|
649
|
+
|
527
650
|
[data-tecton-module] .mrg-r\(3\) {
|
528
651
|
margin-right: 15px;
|
529
652
|
}
|
653
|
+
|
530
654
|
[data-tecton-module] .pad\(3\) {
|
531
655
|
padding: 15px;
|
532
656
|
}
|
657
|
+
|
533
658
|
[data-tecton-module] .pad-y\(3\) {
|
534
659
|
padding-top: 15px;
|
535
660
|
padding-bottom: 15px;
|
536
661
|
}
|
662
|
+
|
537
663
|
[data-tecton-module] .pad-x\(3\) {
|
538
664
|
padding-left: 15px;
|
539
665
|
padding-right: 15px;
|
540
666
|
}
|
667
|
+
|
541
668
|
[data-tecton-module] .pad-t\(3\) {
|
542
669
|
padding-top: 15px;
|
543
670
|
}
|
671
|
+
|
544
672
|
[data-tecton-module] .pad-b\(3\) {
|
545
673
|
padding-bottom: 15px;
|
546
674
|
}
|
675
|
+
|
547
676
|
[data-tecton-module] .pad-l\(3\) {
|
548
677
|
padding-left: 15px;
|
549
678
|
}
|
679
|
+
|
550
680
|
[data-tecton-module] .pad-r\(3\) {
|
551
681
|
padding-right: 15px;
|
552
682
|
}
|
683
|
+
|
553
684
|
[data-tecton-module] .w\(3\) {
|
554
685
|
width: 15px;
|
555
686
|
}
|
687
|
+
|
556
688
|
[data-tecton-module] .h\(3\) {
|
557
689
|
height: 15px;
|
558
690
|
}
|
691
|
+
|
559
692
|
[data-tecton-module] .mrg\(4\) {
|
560
693
|
margin: 30px;
|
561
694
|
}
|
695
|
+
|
562
696
|
[data-tecton-module] .mrg-y\(4\) {
|
563
697
|
margin-top: 30px;
|
564
698
|
margin-bottom: 30px;
|
565
699
|
}
|
700
|
+
|
566
701
|
[data-tecton-module] .mrg-x\(4\) {
|
567
702
|
margin-left: 30px;
|
568
703
|
margin-right: 30px;
|
569
704
|
}
|
705
|
+
|
570
706
|
[data-tecton-module] .mrg-t\(4\) {
|
571
707
|
margin-top: 30px;
|
572
708
|
}
|
709
|
+
|
573
710
|
[data-tecton-module] .mrg-b\(4\) {
|
574
711
|
margin-bottom: 30px;
|
575
712
|
}
|
713
|
+
|
576
714
|
[data-tecton-module] .mrg-l\(4\) {
|
577
715
|
margin-left: 30px;
|
578
716
|
}
|
717
|
+
|
579
718
|
[data-tecton-module] .mrg-r\(4\) {
|
580
719
|
margin-right: 30px;
|
581
720
|
}
|
721
|
+
|
582
722
|
[data-tecton-module] .pad\(4\) {
|
583
723
|
padding: 30px;
|
584
724
|
}
|
725
|
+
|
585
726
|
[data-tecton-module] .pad-y\(4\) {
|
586
727
|
padding-top: 30px;
|
587
728
|
padding-bottom: 30px;
|
588
729
|
}
|
730
|
+
|
589
731
|
[data-tecton-module] .pad-x\(4\) {
|
590
732
|
padding-left: 30px;
|
591
733
|
padding-right: 30px;
|
592
734
|
}
|
735
|
+
|
593
736
|
[data-tecton-module] .pad-t\(4\) {
|
594
737
|
padding-top: 30px;
|
595
738
|
}
|
739
|
+
|
596
740
|
[data-tecton-module] .pad-b\(4\) {
|
597
741
|
padding-bottom: 30px;
|
598
742
|
}
|
743
|
+
|
599
744
|
[data-tecton-module] .pad-l\(4\) {
|
600
745
|
padding-left: 30px;
|
601
746
|
}
|
747
|
+
|
602
748
|
[data-tecton-module] .pad-r\(4\) {
|
603
749
|
padding-right: 30px;
|
604
750
|
}
|
751
|
+
|
605
752
|
[data-tecton-module] .w\(4\) {
|
606
753
|
width: 30px;
|
607
754
|
}
|
755
|
+
|
608
756
|
[data-tecton-module] .h\(4\) {
|
609
757
|
height: 30px;
|
610
758
|
}
|
759
|
+
|
611
760
|
[data-tecton-module] .mrg\(5\) {
|
612
761
|
margin: 45px;
|
613
762
|
}
|
763
|
+
|
614
764
|
[data-tecton-module] .mrg-y\(5\) {
|
615
765
|
margin-top: 45px;
|
616
766
|
margin-bottom: 45px;
|
617
767
|
}
|
768
|
+
|
618
769
|
[data-tecton-module] .mrg-x\(5\) {
|
619
770
|
margin-left: 45px;
|
620
771
|
margin-right: 45px;
|
621
772
|
}
|
773
|
+
|
622
774
|
[data-tecton-module] .mrg-t\(5\) {
|
623
775
|
margin-top: 45px;
|
624
776
|
}
|
777
|
+
|
625
778
|
[data-tecton-module] .mrg-b\(5\) {
|
626
779
|
margin-bottom: 45px;
|
627
780
|
}
|
781
|
+
|
628
782
|
[data-tecton-module] .mrg-l\(5\) {
|
629
783
|
margin-left: 45px;
|
630
784
|
}
|
785
|
+
|
631
786
|
[data-tecton-module] .mrg-r\(5\) {
|
632
787
|
margin-right: 45px;
|
633
788
|
}
|
789
|
+
|
634
790
|
[data-tecton-module] .pad\(5\) {
|
635
791
|
padding: 45px;
|
636
792
|
}
|
793
|
+
|
637
794
|
[data-tecton-module] .pad-y\(5\) {
|
638
795
|
padding-top: 45px;
|
639
796
|
padding-bottom: 45px;
|
640
797
|
}
|
798
|
+
|
641
799
|
[data-tecton-module] .pad-x\(5\) {
|
642
800
|
padding-left: 45px;
|
643
801
|
padding-right: 45px;
|
644
802
|
}
|
803
|
+
|
645
804
|
[data-tecton-module] .pad-t\(5\) {
|
646
805
|
padding-top: 45px;
|
647
806
|
}
|
807
|
+
|
648
808
|
[data-tecton-module] .pad-b\(5\) {
|
649
809
|
padding-bottom: 45px;
|
650
810
|
}
|
811
|
+
|
651
812
|
[data-tecton-module] .pad-l\(5\) {
|
652
813
|
padding-left: 45px;
|
653
814
|
}
|
815
|
+
|
654
816
|
[data-tecton-module] .pad-r\(5\) {
|
655
817
|
padding-right: 45px;
|
656
818
|
}
|
819
|
+
|
657
820
|
[data-tecton-module] .w\(5\) {
|
658
821
|
width: 45px;
|
659
822
|
}
|
823
|
+
|
660
824
|
[data-tecton-module] .h\(5\) {
|
661
825
|
height: 45px;
|
662
826
|
}
|
827
|
+
|
663
828
|
[data-tecton-module] .mrg\(6\) {
|
664
829
|
margin: 60px;
|
665
830
|
}
|
831
|
+
|
666
832
|
[data-tecton-module] .mrg-y\(6\) {
|
667
833
|
margin-top: 60px;
|
668
834
|
margin-bottom: 60px;
|
669
835
|
}
|
836
|
+
|
670
837
|
[data-tecton-module] .mrg-x\(6\) {
|
671
838
|
margin-left: 60px;
|
672
839
|
margin-right: 60px;
|
673
840
|
}
|
841
|
+
|
674
842
|
[data-tecton-module] .mrg-t\(6\) {
|
675
843
|
margin-top: 60px;
|
676
844
|
}
|
845
|
+
|
677
846
|
[data-tecton-module] .mrg-b\(6\) {
|
678
847
|
margin-bottom: 60px;
|
679
848
|
}
|
849
|
+
|
680
850
|
[data-tecton-module] .mrg-l\(6\) {
|
681
851
|
margin-left: 60px;
|
682
852
|
}
|
853
|
+
|
683
854
|
[data-tecton-module] .mrg-r\(6\) {
|
684
855
|
margin-right: 60px;
|
685
856
|
}
|
857
|
+
|
686
858
|
[data-tecton-module] .pad\(6\) {
|
687
859
|
padding: 60px;
|
688
860
|
}
|
861
|
+
|
689
862
|
[data-tecton-module] .pad-y\(6\) {
|
690
863
|
padding-top: 60px;
|
691
864
|
padding-bottom: 60px;
|
692
865
|
}
|
866
|
+
|
693
867
|
[data-tecton-module] .pad-x\(6\) {
|
694
868
|
padding-left: 60px;
|
695
869
|
padding-right: 60px;
|
696
870
|
}
|
871
|
+
|
697
872
|
[data-tecton-module] .pad-t\(6\) {
|
698
873
|
padding-top: 60px;
|
699
874
|
}
|
875
|
+
|
700
876
|
[data-tecton-module] .pad-b\(6\) {
|
701
877
|
padding-bottom: 60px;
|
702
878
|
}
|
879
|
+
|
703
880
|
[data-tecton-module] .pad-l\(6\) {
|
704
881
|
padding-left: 60px;
|
705
882
|
}
|
883
|
+
|
706
884
|
[data-tecton-module] .pad-r\(6\) {
|
707
885
|
padding-right: 60px;
|
708
886
|
}
|
887
|
+
|
709
888
|
[data-tecton-module] .w\(6\) {
|
710
889
|
width: 60px;
|
711
890
|
}
|
891
|
+
|
712
892
|
[data-tecton-module] .h\(6\) {
|
713
893
|
height: 60px;
|
714
894
|
}
|
@@ -716,75 +896,99 @@
|
|
716
896
|
[data-tecton-module] .h\(1x\) {
|
717
897
|
height: var(--tct-scale-1x, var(--app-scale-1x, 5px));
|
718
898
|
}
|
899
|
+
|
719
900
|
[data-tecton-module] .w\(1x\) {
|
720
901
|
width: var(--tct-scale-1x, var(--app-scale-1x, 5px));
|
721
902
|
}
|
903
|
+
|
722
904
|
[data-tecton-module] .h\(2x\) {
|
723
905
|
height: var(--tct-scale-2x, var(--app-scale-2x, 10px));
|
724
906
|
}
|
907
|
+
|
725
908
|
[data-tecton-module] .w\(2x\) {
|
726
909
|
width: var(--tct-scale-2x, var(--app-scale-2x, 10px));
|
727
910
|
}
|
911
|
+
|
728
912
|
[data-tecton-module] .h\(3x\) {
|
729
913
|
height: var(--tct-scale-3x, var(--app-scale-3x, 15px));
|
730
914
|
}
|
915
|
+
|
731
916
|
[data-tecton-module] .w\(3x\) {
|
732
917
|
width: var(--tct-scale-3x, var(--app-scale-3x, 15px));
|
733
918
|
}
|
919
|
+
|
734
920
|
[data-tecton-module] .h\(4x\) {
|
735
921
|
height: var(--tct-scale-4x, var(--app-scale-4x, 20px));
|
736
922
|
}
|
923
|
+
|
737
924
|
[data-tecton-module] .w\(4x\) {
|
738
925
|
width: var(--tct-scale-4x, var(--app-scale-4x, 20px));
|
739
926
|
}
|
927
|
+
|
740
928
|
[data-tecton-module] .h\(5x\) {
|
741
929
|
height: var(--tct-scale-5x, var(--app-scale-5x, 25px));
|
742
930
|
}
|
931
|
+
|
743
932
|
[data-tecton-module] .w\(5x\) {
|
744
933
|
width: var(--tct-scale-5x, var(--app-scale-5x, 25px));
|
745
934
|
}
|
935
|
+
|
746
936
|
[data-tecton-module] .h\(6x\) {
|
747
937
|
height: var(--tct-scale-6x, var(--app-scale-6x, 30px));
|
748
938
|
}
|
939
|
+
|
749
940
|
[data-tecton-module] .w\(6x\) {
|
750
941
|
width: var(--tct-scale-6x, var(--app-scale-6x, 30px));
|
751
942
|
}
|
943
|
+
|
752
944
|
[data-tecton-module] .h\(7x\) {
|
753
945
|
height: var(--tct-scale-7x, var(--app-scale-7x, 35px));
|
754
946
|
}
|
947
|
+
|
755
948
|
[data-tecton-module] .w\(7x\) {
|
756
949
|
width: var(--tct-scale-7x, var(--app-scale-7x, 35px));
|
757
950
|
}
|
951
|
+
|
758
952
|
[data-tecton-module] .h\(8x\) {
|
759
953
|
height: var(--tct-scale-8x, var(--app-scale-8x, 40px));
|
760
954
|
}
|
955
|
+
|
761
956
|
[data-tecton-module] .w\(8x\) {
|
762
957
|
width: var(--tct-scale-8x, var(--app-scale-8x, 40px));
|
763
958
|
}
|
959
|
+
|
764
960
|
[data-tecton-module] .h\(9x\) {
|
765
961
|
height: var(--tct-scale-9x, var(--app-scale-9x, 45px));
|
766
962
|
}
|
963
|
+
|
767
964
|
[data-tecton-module] .w\(9x\) {
|
768
965
|
width: var(--tct-scale-9x, var(--app-scale-9x, 45px));
|
769
966
|
}
|
967
|
+
|
770
968
|
[data-tecton-module] .h\(10x\) {
|
771
969
|
height: var(--tct-scale-10x, var(--app-scale-10x, 50px));
|
772
970
|
}
|
971
|
+
|
773
972
|
[data-tecton-module] .w\(10x\) {
|
774
973
|
width: var(--tct-scale-10x, var(--app-scale-10x, 50px));
|
775
974
|
}
|
975
|
+
|
776
976
|
[data-tecton-module] .h\(11x\) {
|
777
977
|
height: var(--tct-scale-11x, var(--app-scale-11x, 55px));
|
778
978
|
}
|
979
|
+
|
779
980
|
[data-tecton-module] .w\(11x\) {
|
780
981
|
width: var(--tct-scale-11x, var(--app-scale-11x, 55px));
|
781
982
|
}
|
983
|
+
|
782
984
|
[data-tecton-module] .h\(12x\) {
|
783
985
|
height: var(--tct-scale-12x, var(--app-scale-12x, 60px));
|
784
986
|
}
|
987
|
+
|
785
988
|
[data-tecton-module] .w\(12x\) {
|
786
989
|
width: var(--tct-scale-12x, var(--app-scale-12x, 60px));
|
787
990
|
}
|
991
|
+
|
788
992
|
[data-tecton-module] .tooltipped {
|
789
993
|
position: relative;
|
790
994
|
}
|
@@ -807,6 +1011,7 @@
|
|
807
1011
|
content: "";
|
808
1012
|
border: var(--app-tooltip-size, 5px) solid transparent;
|
809
1013
|
}
|
1014
|
+
|
810
1015
|
[data-tecton-module] .tooltipped:after {
|
811
1016
|
position: absolute;
|
812
1017
|
z-index: 1000000;
|
@@ -828,9 +1033,11 @@
|
|
828
1033
|
background: var(--app-tooltip-background-color, rgba(0, 0, 0, 0.8));
|
829
1034
|
border-radius: 3px;
|
830
1035
|
}
|
1036
|
+
|
831
1037
|
[data-tecton-module] .tooltipped[label][stencil-hydrated]:after {
|
832
1038
|
content: attr(label);
|
833
1039
|
}
|
1040
|
+
|
834
1041
|
[data-tecton-module] .tooltipped:before,
|
835
1042
|
[data-tecton-module] .tooltipped:after {
|
836
1043
|
display: inline-block;
|
@@ -838,6 +1045,7 @@
|
|
838
1045
|
opacity: 0;
|
839
1046
|
transition: all 250ms ease-in-out 0s;
|
840
1047
|
}
|
1048
|
+
|
841
1049
|
[data-tecton-module] .tooltipped:hover:before,
|
842
1050
|
[data-tecton-module] .tooltipped:hover:after,
|
843
1051
|
[data-tecton-module] .tooltipped:active:before,
|
@@ -850,16 +1058,19 @@
|
|
850
1058
|
visibility: visible;
|
851
1059
|
opacity: 1;
|
852
1060
|
}
|
1061
|
+
|
853
1062
|
[data-tecton-module] .tooltipped:hover:before,
|
854
1063
|
[data-tecton-module] .tooltipped:hover:after,
|
855
1064
|
[data-tecton-module] .tooltipped:active:before,
|
856
1065
|
[data-tecton-module] .tooltipped:active:after {
|
857
1066
|
transition: all 250ms ease-in-out;
|
858
1067
|
}
|
1068
|
+
|
859
1069
|
[data-tecton-module] .tooltipped:hover:before,
|
860
1070
|
[data-tecton-module] .tooltipped:hover:after {
|
861
1071
|
transition-delay: 1s;
|
862
1072
|
}
|
1073
|
+
|
863
1074
|
[data-tecton-module] .tooltipped:focus:before,
|
864
1075
|
[data-tecton-module] .tooltipped:focus:after,
|
865
1076
|
[data-tecton-module] .tooltipped:focus-within:before,
|
@@ -875,6 +1086,7 @@
|
|
875
1086
|
var(--app-tooltip-transition-duration, 250ms)
|
876
1087
|
);
|
877
1088
|
}
|
1089
|
+
|
878
1090
|
[data-tecton-module]
|
879
1091
|
.tooltipped[stencil-hydrated]:not([label]):not([aria-label]):hover:before,
|
880
1092
|
[data-tecton-module]
|
@@ -913,6 +1125,7 @@
|
|
913
1125
|
.tooltipped:not([stencil-hydrated]):not([aria-label]):focus:after {
|
914
1126
|
display: none;
|
915
1127
|
}
|
1128
|
+
|
916
1129
|
[data-tecton-module]
|
917
1130
|
.tooltipped[stencil-hydrated]:not([label]):not([aria-label]):focus-within:before,
|
918
1131
|
[data-tecton-module]
|
@@ -927,6 +1140,7 @@
|
|
927
1140
|
.tooltipped:not([stencil-hydrated]):not([aria-label]):focus-within:after {
|
928
1141
|
display: none;
|
929
1142
|
}
|
1143
|
+
|
930
1144
|
[data-tecton-module] .tooltipped-multiline:after {
|
931
1145
|
width: -webkit-max-content;
|
932
1146
|
width: -moz-max-content;
|
@@ -938,31 +1152,38 @@
|
|
938
1152
|
border-collapse: separate;
|
939
1153
|
text-align: left;
|
940
1154
|
}
|
1155
|
+
|
941
1156
|
[data-tecton-module] .tooltipped-multiline.tooltipped-s:after,
|
942
1157
|
[data-tecton-module] .tooltipped-multiline.tooltipped-n:after {
|
943
1158
|
right: auto;
|
944
1159
|
left: 50%;
|
945
1160
|
transform: translateX(-50%);
|
946
1161
|
}
|
1162
|
+
|
947
1163
|
[data-tecton-module] .tooltipped-multiline.tooltipped-w:after,
|
948
1164
|
[data-tecton-module] .tooltipped-multiline.tooltipped-e:after {
|
949
1165
|
right: 100%;
|
950
1166
|
}
|
1167
|
+
|
951
1168
|
[data-tecton-module] .tooltipped-multiline:hover:after,
|
952
1169
|
[data-tecton-module] .tooltipped-multiline:active:after,
|
953
1170
|
[data-tecton-module] .tooltipped-multiline:focus:after {
|
954
1171
|
display: table-cell;
|
955
1172
|
}
|
1173
|
+
|
956
1174
|
[data-tecton-module] .tooltipped-multiline:focus-within:after {
|
957
1175
|
display: table-cell;
|
958
1176
|
}
|
1177
|
+
|
959
1178
|
[data-tecton-module] .tooltipped-sticky:before,
|
960
1179
|
[data-tecton-module] .tooltipped-sticky:after {
|
961
1180
|
display: inline-block;
|
962
1181
|
}
|
1182
|
+
|
963
1183
|
[data-tecton-module] .tooltipped-sticky.tooltipped-multiline:after {
|
964
1184
|
display: table-cell;
|
965
1185
|
}
|
1186
|
+
|
966
1187
|
[data-tecton-module] .tooltipped-s:after,
|
967
1188
|
[data-tecton-module] .tooltipped-se:after,
|
968
1189
|
[data-tecton-module] .tooltipped-sw:after {
|
@@ -970,6 +1191,7 @@
|
|
970
1191
|
right: 50%;
|
971
1192
|
margin-top: var(--app-tooltip-size, 5px);
|
972
1193
|
}
|
1194
|
+
|
973
1195
|
[data-tecton-module] .tooltipped-s:before,
|
974
1196
|
[data-tecton-module] .tooltipped-se:before,
|
975
1197
|
[data-tecton-module] .tooltipped-sw:before {
|
@@ -982,14 +1204,17 @@
|
|
982
1204
|
rgba(0, 0, 0, 0.8)
|
983
1205
|
);
|
984
1206
|
}
|
1207
|
+
|
985
1208
|
[data-tecton-module] .tooltipped-se:after {
|
986
1209
|
right: auto;
|
987
1210
|
left: 50%;
|
988
1211
|
margin-left: var(--app-tooltip-body-offset, -15px);
|
989
1212
|
}
|
1213
|
+
|
990
1214
|
[data-tecton-module] .tooltipped-sw:after {
|
991
1215
|
margin-right: var(--app-tooltip-body-offset, -15px);
|
992
1216
|
}
|
1217
|
+
|
993
1218
|
[data-tecton-module] .tooltipped-n:after,
|
994
1219
|
[data-tecton-module] .tooltipped-ne:after,
|
995
1220
|
[data-tecton-module] .tooltipped-nw:after {
|
@@ -997,6 +1222,7 @@
|
|
997
1222
|
bottom: 100%;
|
998
1223
|
margin-bottom: var(--app-tooltip-size, 5px);
|
999
1224
|
}
|
1225
|
+
|
1000
1226
|
[data-tecton-module] .tooltipped-n:before,
|
1001
1227
|
[data-tecton-module] .tooltipped-ne:before,
|
1002
1228
|
[data-tecton-module] .tooltipped-nw:before {
|
@@ -1006,24 +1232,29 @@
|
|
1006
1232
|
margin-right: var(--app-tooltip-position, -5px);
|
1007
1233
|
border-top-color: var(--app-tooltip-background-color, rgba(0, 0, 0, 0.8));
|
1008
1234
|
}
|
1235
|
+
|
1009
1236
|
[data-tecton-module] .tooltipped-ne:after {
|
1010
1237
|
right: auto;
|
1011
1238
|
left: 50%;
|
1012
1239
|
margin-left: var(--app-tooltip-body-offset, -15px);
|
1013
1240
|
}
|
1241
|
+
|
1014
1242
|
[data-tecton-module] .tooltipped-nw:after {
|
1015
1243
|
margin-right: var(--app-tooltip-body-offset, -15px);
|
1016
1244
|
}
|
1245
|
+
|
1017
1246
|
[data-tecton-module] .tooltipped-s:after,
|
1018
1247
|
[data-tecton-module] .tooltipped-n:after {
|
1019
1248
|
transform: translateX(50%);
|
1020
1249
|
}
|
1250
|
+
|
1021
1251
|
[data-tecton-module] .tooltipped-w:after {
|
1022
1252
|
right: 100%;
|
1023
1253
|
bottom: 50%;
|
1024
1254
|
margin-right: var(--app-tooltip-size, 5px);
|
1025
1255
|
transform: translateY(50%);
|
1026
1256
|
}
|
1257
|
+
|
1027
1258
|
[data-tecton-module] .tooltipped-w:before {
|
1028
1259
|
top: 50%;
|
1029
1260
|
bottom: 50%;
|
@@ -1031,12 +1262,14 @@
|
|
1031
1262
|
margin-top: var(--app-tooltip-position, -5px);
|
1032
1263
|
border-left-color: var(--app-tooltip-background-color, rgba(0, 0, 0, 0.8));
|
1033
1264
|
}
|
1265
|
+
|
1034
1266
|
[data-tecton-module] .tooltipped-e:after {
|
1035
1267
|
bottom: 50%;
|
1036
1268
|
left: 100%;
|
1037
1269
|
margin-left: var(--app-tooltip-size, 5px);
|
1038
1270
|
transform: translateY(50%);
|
1039
1271
|
}
|
1272
|
+
|
1040
1273
|
[data-tecton-module] .tooltipped-e:before {
|
1041
1274
|
top: 50%;
|
1042
1275
|
right: var(--app-tooltip-position, -5px);
|
@@ -1044,6 +1277,7 @@
|
|
1044
1277
|
margin-top: var(--app-tooltip-position, -5px);
|
1045
1278
|
border-right-color: var(--app-tooltip-background-color, rgba(0, 0, 0, 0.8));
|
1046
1279
|
}
|
1280
|
+
|
1047
1281
|
[data-tecton-module].phone .tooltipped:not(.tooltip-popover):hover:before,
|
1048
1282
|
[data-tecton-module].phone .tooltipped:not(.tooltip-popover):hover:after,
|
1049
1283
|
[data-tecton-module].phone .tooltipped:not(.tooltip-popover):active:before,
|
@@ -1067,14 +1301,11 @@
|
|
1067
1301
|
}
|
1068
1302
|
|
1069
1303
|
/* TODO: Merge the theme with fallback colors */
|
1070
|
-
|
1071
1304
|
:root {
|
1072
1305
|
/* default theme */
|
1073
|
-
|
1074
1306
|
/*button */
|
1075
1307
|
--tct-btn-font-size: 14px;
|
1076
1308
|
--tct-btn-padding: 10px;
|
1077
|
-
|
1078
1309
|
/* primary btn */
|
1079
1310
|
--tct-btn-primary-bg: #510098;
|
1080
1311
|
--tct-btn-primary-font-color: #ffffff;
|
@@ -1085,13 +1316,11 @@
|
|
1085
1316
|
--tct-btn-primary-font-weight: 400;
|
1086
1317
|
--tct-btn-primary-text-transform: none;
|
1087
1318
|
--tct-btn-primary-letter-spacing: normal;
|
1088
|
-
|
1089
1319
|
/* primary btn hover effects */
|
1090
1320
|
--tct-btn-primary-hover-bg: #510098;
|
1091
1321
|
--tct-btn-primary-hover-font-color: #ffffff;
|
1092
1322
|
--tct-btn-primary-hover-box-shadow: 8px 8px 8px rgba(98, 0, 255, 0.2);
|
1093
1323
|
--tct-btn-primary-hover-border-color: transparent;
|
1094
|
-
|
1095
1324
|
/* secondary btn */
|
1096
1325
|
--tct-btn-secondary-bg: #8058bc;
|
1097
1326
|
--tct-btn-secondary-font-color: #ffffff;
|
@@ -1102,70 +1331,55 @@
|
|
1102
1331
|
--tct-btn-secondary-font-weight: 400;
|
1103
1332
|
--tct-btn-secondary-text-transform: none;
|
1104
1333
|
--tct-btn-secondary-letter-spacing: normal;
|
1105
|
-
|
1106
1334
|
/* secondary btn hover effects */
|
1107
1335
|
--tct-btn-secondary-hover-bg: #8058bc;
|
1108
1336
|
--tct-btn-secondary-hover-font-color: #ffffff;
|
1109
1337
|
--tct-btn-secondary-hover-box-shadow: 8px 8px 8px rgba(98, 0, 255, 0.2);
|
1110
|
-
|
1111
1338
|
/* neutral btn */
|
1112
1339
|
--tct-btn-default-bg: #ffffff;
|
1113
1340
|
--tct-btn-default-font-color: #510098;
|
1114
1341
|
--tct-btn-default-font-weight: 400;
|
1115
|
-
|
1116
1342
|
/* neutral btn hover effects */
|
1117
1343
|
--tct-btn-default-hover-bg: #ffffff;
|
1118
1344
|
--tct-btn-default-hover-font-color: #510098;
|
1119
1345
|
--tct-btn-default-hover-box-shadow: 8px 8px 8px rgba(98, 0, 255, 0.2);
|
1120
|
-
|
1121
1346
|
/*icon buttons */
|
1122
1347
|
--tct-btn-icon-width: 50px;
|
1123
1348
|
--tct-btn-icon-height: 50px;
|
1124
1349
|
--tct-btn-icon-color: #510098;
|
1125
|
-
|
1126
1350
|
/* icon button hover effects */
|
1127
1351
|
--tct-btn-icon-hover-bg: #f2f2f2;
|
1128
1352
|
--tct-btn-icon-active-bg: #f2f2f2;
|
1129
|
-
|
1130
1353
|
/* badge buttons */
|
1131
1354
|
--tct-btn-badge-font-size: 14px;
|
1132
1355
|
--tct-btn-badge-bg: #510098;
|
1133
1356
|
--tct-btn-badge-font-color: #ffffff;
|
1134
|
-
|
1135
1357
|
/* badge hover effects */
|
1136
1358
|
--tct-btn-badge-hover-bg: #8058bc;
|
1137
1359
|
--tct-btn-badge-hover-font-color: #ffffff;
|
1138
|
-
|
1139
1360
|
/* badge active */
|
1140
1361
|
--tct-btn-badge-active-bg: #8058bc;
|
1141
1362
|
--tct-btn-badge-active-font-color: #ffffff;
|
1142
|
-
|
1143
1363
|
/* buttons disabled */
|
1144
1364
|
--tct-btn-disabled-opacity: 0.6;
|
1145
1365
|
--tct-btn-primary-disabled-bg: #510098;
|
1146
1366
|
--tct-btn-primary-disabled-font-color: #ffffff;
|
1147
1367
|
--tct-btn-primary-disabled-box-shadow: transparent;
|
1148
|
-
|
1149
1368
|
--tct-btn-secondary-disabled-bg: #8058bc;
|
1150
1369
|
--tct-btn-secondary-disabled-font-color: #ffffff;
|
1151
1370
|
--tct-btn-secondary-disabled-box-shadow: transparent;
|
1152
|
-
|
1153
1371
|
--tct-btn-neutral-disabled-bg: #ffffff;
|
1154
1372
|
--tct-btn-neutral-disabled-font-color: #510098;
|
1155
1373
|
--tct-btn-neutral-disabled-box-shadow: transparent;
|
1156
|
-
|
1157
1374
|
/* checkbox with label */
|
1158
1375
|
--tct-checkbox-font-weight: 300;
|
1159
1376
|
--tct-input-label-optional-font-size: 14px;
|
1160
1377
|
--tct-input-label-optional-font-weight: 300;
|
1161
|
-
|
1162
1378
|
/* checkbox favorite */
|
1163
1379
|
--t-checkbox-favorite-fill-color: #8058bc;
|
1164
1380
|
--t-checkbox-favorite-stroke-width: 1;
|
1165
|
-
|
1166
1381
|
/* checkbox disabled */
|
1167
1382
|
--tct-checkbox-disabled-opacity: 0.6;
|
1168
|
-
|
1169
1383
|
/* calendar */
|
1170
1384
|
--tct-calendar-label-font-size: 16px;
|
1171
1385
|
--tct-calendar-month-font-size: 14px;
|
@@ -1173,55 +1387,45 @@
|
|
1173
1387
|
--t-calendar-day-hover-bg: rgba(245, 238, 255, 0.5);
|
1174
1388
|
--tct-calendar-day-selected-font-color: #510098;
|
1175
1389
|
--tct-calendar-activity-indicator-color: #510098;
|
1176
|
-
|
1177
1390
|
/* collapsible sections */
|
1178
1391
|
--tct-section-bg: #ffffff;
|
1179
1392
|
--tct-section-font-color: #090313;
|
1180
|
-
|
1181
1393
|
/* dropdowns */
|
1182
1394
|
--tct-dropdown-item-bg: #ffffff;
|
1183
1395
|
--tct-dropdown-item-font-color: #090313;
|
1184
1396
|
--tct-dropdown-item-selected-bg: #f1f1f1;
|
1185
|
-
|
1186
1397
|
/* icons */
|
1187
1398
|
--t-icon-size: 20px;
|
1188
1399
|
--t-icon-stroke-width: 1;
|
1189
1400
|
--t-icon-cap: round;
|
1190
1401
|
--t-icon-stroke-primary: #090313;
|
1191
|
-
|
1192
1402
|
/* inputs */
|
1193
1403
|
--tct-input-font-size: 14px;
|
1194
1404
|
--tct-input-placeholder-font-color: #797979;
|
1195
1405
|
--tct-input-height: 40px;
|
1196
1406
|
--tct-input-bg: #fefefe;
|
1197
1407
|
--tct-input-font-color: #4b4b4b;
|
1198
|
-
|
1199
1408
|
/* input label */
|
1200
1409
|
--tct-input-label-font-color: #090313;
|
1201
1410
|
--tct-input-label-font-size: 16px;
|
1202
1411
|
--tct-input-label-font-weight: 500;
|
1203
|
-
|
1204
1412
|
/* input borders */
|
1205
1413
|
--tct-input-border-top-width: 0.5px;
|
1206
1414
|
--tct-input-border-right-width: 0.5px;
|
1207
1415
|
--tct-input-border-bottom-width: 0.5px;
|
1208
1416
|
--tct-input-border-left-width: 0.5px;
|
1209
1417
|
--tct-input-border-color: #510098;
|
1210
|
-
|
1211
1418
|
/* loaders */
|
1212
1419
|
--tct-loading-skeleton-shimmer-color: rgba(254, 254, 254, 0.5);
|
1213
1420
|
--tct-loading-spinner-size: 40px;
|
1214
|
-
|
1215
1421
|
/* messages */
|
1216
1422
|
--tct-message-bg: #f5f5f5;
|
1217
1423
|
--tct-input-messages-font-color: #090313;
|
1218
1424
|
--tct-message-bar-width: 6px;
|
1219
1425
|
--tct-message-padding: 15px;
|
1220
|
-
|
1221
1426
|
/* options */
|
1222
1427
|
--tct-tab-alt-active-color: #510098;
|
1223
1428
|
--tct-optgroup-header-font-weight: 400;
|
1224
|
-
|
1225
1429
|
/* selects */
|
1226
1430
|
--tct-select-margin-top: 20px;
|
1227
1431
|
--tct-select-margin-bottom: 20px;
|