avo 3.0.6 → 3.0.7
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of avo might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/avo.gemspec +1 -1
- data/config/master.key +1 -0
- data/lib/avo/version.rb +1 -1
- data/public/avo-assets/avo.base.css +232 -0
- data/{app/assets/builds/avo.base.css → public/avo-assets/avo.css} +638 -815
- data/public/avo-assets/avo.js +513 -0
- data/public/avo-assets/avo.js.map +7 -0
- metadata +6 -8
- data/app/assets/builds/application.js +0 -2
- data/app/assets/builds/application.js.map +0 -7
- data/app/assets/builds/avo.base.js +0 -125190
- data/app/assets/builds/avo.base.js.map +0 -7
- data/app/javascript/js/application.js +0 -19
@@ -1,24 +1,21 @@
|
|
1
1
|
@charset "UTF-8";
|
2
2
|
|
3
3
|
/**
|
4
|
-
*
|
5
|
-
* Copyright
|
6
|
-
* @link https://github.com/
|
4
|
+
* simplemde v1.11.2
|
5
|
+
* Copyright Next Step Webs, Inc.
|
6
|
+
* @link https://github.com/NextStepWebs/simplemde-markdown-editor
|
7
7
|
* @license MIT
|
8
8
|
*/
|
9
9
|
|
10
10
|
.CodeMirror{
|
11
|
-
|
12
|
-
height:300px;
|
13
|
-
color:#000;
|
14
|
-
direction:ltr
|
11
|
+
color:#000
|
15
12
|
}
|
16
13
|
|
17
14
|
.CodeMirror-lines{
|
18
15
|
padding:4px 0
|
19
16
|
}
|
20
17
|
|
21
|
-
.CodeMirror pre
|
18
|
+
.CodeMirror pre{
|
22
19
|
padding:0 4px
|
23
20
|
}
|
24
21
|
|
@@ -68,16 +65,11 @@
|
|
68
65
|
z-index:1
|
69
66
|
}
|
70
67
|
|
71
|
-
.cm-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
background:0 0
|
77
|
-
}
|
78
|
-
|
79
|
-
.cm-fat-cursor{
|
80
|
-
caret-color:transparent
|
68
|
+
.cm-animate-fat-cursor{
|
69
|
+
width:auto;
|
70
|
+
border:0;
|
71
|
+
animation:blink 1.06s steps(1) infinite;
|
72
|
+
background-color:#7e7
|
81
73
|
}
|
82
74
|
|
83
75
|
@keyframes blink{
|
@@ -91,19 +83,8 @@
|
|
91
83
|
text-decoration:inherit
|
92
84
|
}
|
93
85
|
|
94
|
-
.CodeMirror-rulers{
|
95
|
-
position:absolute;
|
96
|
-
left:0;
|
97
|
-
right:0;
|
98
|
-
top:-50px;
|
99
|
-
bottom:0;
|
100
|
-
overflow:hidden
|
101
|
-
}
|
102
|
-
|
103
86
|
.CodeMirror-ruler{
|
104
87
|
border-left:1px solid #ccc;
|
105
|
-
top:0;
|
106
|
-
bottom:0;
|
107
88
|
position:absolute
|
108
89
|
}
|
109
90
|
|
@@ -159,7 +140,7 @@
|
|
159
140
|
color:#05a
|
160
141
|
}
|
161
142
|
|
162
|
-
.cm-s-default .cm-
|
143
|
+
.cm-s-default .cm-variable-3{
|
163
144
|
color:#085
|
164
145
|
}
|
165
146
|
|
@@ -175,11 +156,7 @@
|
|
175
156
|
color:#f50
|
176
157
|
}
|
177
158
|
|
178
|
-
.cm-s-default .cm-meta{
|
179
|
-
color:#555
|
180
|
-
}
|
181
|
-
|
182
|
-
.cm-s-default .cm-qualifier{
|
159
|
+
.cm-s-default .cm-meta,.cm-s-default .cm-qualifier{
|
183
160
|
color:#555
|
184
161
|
}
|
185
162
|
|
@@ -207,11 +184,7 @@
|
|
207
184
|
color:#00c
|
208
185
|
}
|
209
186
|
|
210
|
-
.cm-s-default .cm-error{
|
211
|
-
color:red
|
212
|
-
}
|
213
|
-
|
214
|
-
.cm-invalidchar{
|
187
|
+
.cm-invalidchar,.cm-s-default .cm-error{
|
215
188
|
color:red
|
216
189
|
}
|
217
190
|
|
@@ -220,11 +193,11 @@
|
|
220
193
|
}
|
221
194
|
|
222
195
|
div.CodeMirror span.CodeMirror-matchingbracket{
|
223
|
-
color:#
|
196
|
+
color:#0f0
|
224
197
|
}
|
225
198
|
|
226
199
|
div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
227
|
-
color:#
|
200
|
+
color:#f22
|
228
201
|
}
|
229
202
|
|
230
203
|
.CodeMirror-matchingtag{
|
@@ -243,25 +216,23 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
|
243
216
|
|
244
217
|
.CodeMirror-scroll{
|
245
218
|
overflow:scroll!important;
|
246
|
-
margin-bottom:-
|
247
|
-
margin-right:-
|
248
|
-
padding-bottom:
|
219
|
+
margin-bottom:-30px;
|
220
|
+
margin-right:-30px;
|
221
|
+
padding-bottom:30px;
|
249
222
|
height:100%;
|
250
223
|
outline:0;
|
251
|
-
position:relative
|
252
|
-
z-index:0
|
224
|
+
position:relative
|
253
225
|
}
|
254
226
|
|
255
227
|
.CodeMirror-sizer{
|
256
228
|
position:relative;
|
257
|
-
border-right:
|
229
|
+
border-right:30px solid transparent
|
258
230
|
}
|
259
231
|
|
260
232
|
.CodeMirror-gutter-filler,.CodeMirror-hscrollbar,.CodeMirror-scrollbar-filler,.CodeMirror-vscrollbar{
|
261
233
|
position:absolute;
|
262
234
|
z-index:6;
|
263
|
-
display:none
|
264
|
-
outline:0
|
235
|
+
display:none
|
265
236
|
}
|
266
237
|
|
267
238
|
.CodeMirror-vscrollbar{
|
@@ -301,14 +272,16 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
|
301
272
|
height:100%;
|
302
273
|
display:inline-block;
|
303
274
|
vertical-align:top;
|
304
|
-
margin-bottom:-
|
275
|
+
margin-bottom:-30px
|
305
276
|
}
|
306
277
|
|
307
278
|
.CodeMirror-gutter-wrapper{
|
308
279
|
position:absolute;
|
309
280
|
z-index:4;
|
310
281
|
background:0 0!important;
|
311
|
-
border:none!important
|
282
|
+
border:none!important;
|
283
|
+
-webkit-user-select:none;
|
284
|
+
user-select:none
|
312
285
|
}
|
313
286
|
|
314
287
|
.CodeMirror-gutter-background{
|
@@ -324,20 +297,12 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
|
324
297
|
z-index:4
|
325
298
|
}
|
326
299
|
|
327
|
-
.CodeMirror-gutter-wrapper ::selection{
|
328
|
-
background-color:transparent
|
329
|
-
}
|
330
|
-
|
331
|
-
.CodeMirror-gutter-wrapper ::-moz-selection{
|
332
|
-
background-color:transparent
|
333
|
-
}
|
334
|
-
|
335
300
|
.CodeMirror-lines{
|
336
301
|
cursor:text;
|
337
302
|
min-height:1px
|
338
303
|
}
|
339
304
|
|
340
|
-
.CodeMirror pre
|
305
|
+
.CodeMirror pre{
|
341
306
|
border-radius:0;
|
342
307
|
border-width:0;
|
343
308
|
background:0 0;
|
@@ -352,10 +317,10 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
|
352
317
|
position:relative;
|
353
318
|
overflow:visible;
|
354
319
|
-webkit-tap-highlight-color:transparent;
|
355
|
-
font-variant-ligatures:
|
320
|
+
font-variant-ligatures:none
|
356
321
|
}
|
357
322
|
|
358
|
-
.CodeMirror-wrap pre
|
323
|
+
.CodeMirror-wrap pre{
|
359
324
|
word-wrap:break-word;
|
360
325
|
white-space:pre-wrap;
|
361
326
|
word-break:normal
|
@@ -373,11 +338,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
|
373
338
|
.CodeMirror-linewidget{
|
374
339
|
position:relative;
|
375
340
|
z-index:2;
|
376
|
-
|
377
|
-
}
|
378
|
-
|
379
|
-
.CodeMirror-rtl pre{
|
380
|
-
direction:rtl
|
341
|
+
overflow:auto
|
381
342
|
}
|
382
343
|
|
383
344
|
.CodeMirror-code{
|
@@ -397,8 +358,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket{
|
|
397
358
|
}
|
398
359
|
|
399
360
|
.CodeMirror-cursor{
|
400
|
-
position:absolute
|
401
|
-
pointer-events:none
|
361
|
+
position:absolute
|
402
362
|
}
|
403
363
|
|
404
364
|
.CodeMirror-measure pre{
|
@@ -411,11 +371,7 @@ div.CodeMirror-cursors{
|
|
411
371
|
z-index:3
|
412
372
|
}
|
413
373
|
|
414
|
-
div.CodeMirror-dragcursors{
|
415
|
-
visibility:visible
|
416
|
-
}
|
417
|
-
|
418
|
-
.CodeMirror-focused div.CodeMirror-cursors{
|
374
|
+
.CodeMirror-focused div.CodeMirror-cursors,div.CodeMirror-dragcursors{
|
419
375
|
visibility:visible
|
420
376
|
}
|
421
377
|
|
@@ -423,7 +379,7 @@ div.CodeMirror-dragcursors{
|
|
423
379
|
background:#d9d9d9
|
424
380
|
}
|
425
381
|
|
426
|
-
.CodeMirror-focused .CodeMirror-selected{
|
382
|
+
.CodeMirror-focused .CodeMirror-selected,.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{
|
427
383
|
background:#d7d4f0
|
428
384
|
}
|
429
385
|
|
@@ -431,17 +387,13 @@ div.CodeMirror-dragcursors{
|
|
431
387
|
cursor:crosshair
|
432
388
|
}
|
433
389
|
|
434
|
-
.CodeMirror-line::selection,.CodeMirror-line>span::selection,.CodeMirror-line>span>span::selection{
|
435
|
-
background:#d7d4f0
|
436
|
-
}
|
437
|
-
|
438
390
|
.CodeMirror-line::-moz-selection,.CodeMirror-line>span::-moz-selection,.CodeMirror-line>span>span::-moz-selection{
|
439
391
|
background:#d7d4f0
|
440
392
|
}
|
441
393
|
|
442
394
|
.cm-searching{
|
443
|
-
background
|
444
|
-
background
|
395
|
+
background:#ffa;
|
396
|
+
background:rgba(255,255,0,.4)
|
445
397
|
}
|
446
398
|
|
447
399
|
.cm-force-border{
|
@@ -462,37 +414,22 @@ span.CodeMirror-selectedtext{
|
|
462
414
|
background:0 0
|
463
415
|
}
|
464
416
|
|
465
|
-
.
|
466
|
-
display:block
|
467
|
-
}
|
468
|
-
|
469
|
-
.CodeMirror-rtl pre{
|
470
|
-
direction:rtl
|
471
|
-
}
|
472
|
-
|
473
|
-
.EasyMDEContainer.sided--no-fullscreen{
|
474
|
-
display:flex;
|
475
|
-
flex-direction:row;
|
476
|
-
flex-wrap:wrap
|
477
|
-
}
|
478
|
-
|
479
|
-
.EasyMDEContainer .CodeMirror{
|
480
|
-
box-sizing:border-box;
|
417
|
+
.CodeMirror{
|
481
418
|
height:auto;
|
482
|
-
|
419
|
+
min-height:300px;
|
420
|
+
border:1px solid #ddd;
|
483
421
|
border-bottom-left-radius:4px;
|
484
422
|
border-bottom-right-radius:4px;
|
485
423
|
padding:10px;
|
486
424
|
font:inherit;
|
487
|
-
z-index:
|
488
|
-
word-wrap:break-word
|
425
|
+
z-index:1
|
489
426
|
}
|
490
427
|
|
491
|
-
.
|
492
|
-
|
428
|
+
.CodeMirror-scroll{
|
429
|
+
min-height:300px
|
493
430
|
}
|
494
431
|
|
495
|
-
.
|
432
|
+
.CodeMirror-fullscreen{
|
496
433
|
background:#fff;
|
497
434
|
position:fixed!important;
|
498
435
|
top:50px;
|
@@ -500,46 +437,51 @@ span.CodeMirror-selectedtext{
|
|
500
437
|
right:0;
|
501
438
|
bottom:0;
|
502
439
|
height:auto;
|
503
|
-
z-index:
|
504
|
-
border-right:none!important;
|
505
|
-
border-bottom-right-radius:0!important
|
440
|
+
z-index:9
|
506
441
|
}
|
507
442
|
|
508
|
-
.
|
443
|
+
.CodeMirror-sided{
|
509
444
|
width:50%!important
|
510
445
|
}
|
511
446
|
|
512
|
-
.EasyMDEContainer.sided--no-fullscreen .CodeMirror-sided{
|
513
|
-
border-right:none!important;
|
514
|
-
border-bottom-right-radius:0;
|
515
|
-
position:relative;
|
516
|
-
flex:1 1 auto
|
517
|
-
}
|
518
|
-
|
519
|
-
.EasyMDEContainer .CodeMirror-placeholder{
|
520
|
-
opacity:.5
|
521
|
-
}
|
522
|
-
|
523
|
-
.EasyMDEContainer .CodeMirror-focused .CodeMirror-selected{
|
524
|
-
background:#d9d9d9
|
525
|
-
}
|
526
|
-
|
527
447
|
.editor-toolbar{
|
528
448
|
position:relative;
|
449
|
+
opacity:.6;
|
529
450
|
-webkit-user-select:none;
|
530
451
|
-o-user-select:none;
|
531
452
|
user-select:none;
|
532
|
-
padding:
|
533
|
-
border-top:1px solid #
|
534
|
-
border-left:1px solid #
|
535
|
-
border-right:1px solid #
|
453
|
+
padding:0 10px;
|
454
|
+
border-top:1px solid #bbb;
|
455
|
+
border-left:1px solid #bbb;
|
456
|
+
border-right:1px solid #bbb;
|
536
457
|
border-top-left-radius:4px;
|
537
458
|
border-top-right-radius:4px
|
538
459
|
}
|
539
460
|
|
461
|
+
.editor-toolbar:after,.editor-toolbar:before{
|
462
|
+
display:block;
|
463
|
+
content:' ';
|
464
|
+
height:1px
|
465
|
+
}
|
466
|
+
|
467
|
+
.editor-toolbar:before{
|
468
|
+
margin-bottom:8px
|
469
|
+
}
|
470
|
+
|
471
|
+
.editor-toolbar:after{
|
472
|
+
margin-top:8px
|
473
|
+
}
|
474
|
+
|
475
|
+
.editor-toolbar:hover,.editor-wrapper input.title:focus,.editor-wrapper input.title:hover{
|
476
|
+
opacity:.8
|
477
|
+
}
|
478
|
+
|
540
479
|
.editor-toolbar.fullscreen{
|
541
480
|
width:100%;
|
542
481
|
height:50px;
|
482
|
+
overflow-x:auto;
|
483
|
+
overflow-y:hidden;
|
484
|
+
white-space:nowrap;
|
543
485
|
padding-top:10px;
|
544
486
|
padding-bottom:10px;
|
545
487
|
box-sizing:border-box;
|
@@ -555,7 +497,7 @@ span.CodeMirror-selectedtext{
|
|
555
497
|
.editor-toolbar.fullscreen::before{
|
556
498
|
width:20px;
|
557
499
|
height:50px;
|
558
|
-
background:linear-gradient(to right
|
500
|
+
background:linear-gradient(to right,rgba(255,255,255,1) 0,rgba(255,255,255,0) 100%);
|
559
501
|
position:fixed;
|
560
502
|
top:0;
|
561
503
|
left:0;
|
@@ -566,7 +508,7 @@ span.CodeMirror-selectedtext{
|
|
566
508
|
.editor-toolbar.fullscreen::after{
|
567
509
|
width:20px;
|
568
510
|
height:50px;
|
569
|
-
background:linear-gradient(to right,rgba(255,255,255,0) 0
|
511
|
+
background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%);
|
570
512
|
position:fixed;
|
571
513
|
top:0;
|
572
514
|
right:0;
|
@@ -574,35 +516,28 @@ span.CodeMirror-selectedtext{
|
|
574
516
|
padding:0
|
575
517
|
}
|
576
518
|
|
577
|
-
.
|
578
|
-
width:100%
|
579
|
-
}
|
580
|
-
|
581
|
-
.editor-toolbar .easymde-dropdown,.editor-toolbar button{
|
582
|
-
background:0 0;
|
519
|
+
.editor-toolbar a{
|
583
520
|
display:inline-block;
|
584
521
|
text-align:center;
|
585
522
|
text-decoration:none!important;
|
523
|
+
color:#2c3e50!important;
|
524
|
+
width:30px;
|
586
525
|
height:30px;
|
587
526
|
margin:0;
|
588
|
-
padding:0;
|
589
527
|
border:1px solid transparent;
|
590
528
|
border-radius:3px;
|
591
529
|
cursor:pointer
|
592
530
|
}
|
593
531
|
|
594
|
-
.editor-toolbar
|
595
|
-
font-weight:700;
|
596
|
-
min-width:30px;
|
597
|
-
padding:0 6px;
|
598
|
-
white-space:nowrap
|
599
|
-
}
|
600
|
-
|
601
|
-
.editor-toolbar button.active,.editor-toolbar button:hover{
|
532
|
+
.editor-toolbar a.active,.editor-toolbar a:hover{
|
602
533
|
background:#fcfcfc;
|
603
534
|
border-color:#95a5a6
|
604
535
|
}
|
605
536
|
|
537
|
+
.editor-toolbar a:before{
|
538
|
+
line-height:30px
|
539
|
+
}
|
540
|
+
|
606
541
|
.editor-toolbar i.separator{
|
607
542
|
display:inline-block;
|
608
543
|
width:0;
|
@@ -613,7 +548,7 @@ span.CodeMirror-selectedtext{
|
|
613
548
|
margin:0 6px
|
614
549
|
}
|
615
550
|
|
616
|
-
.editor-toolbar
|
551
|
+
.editor-toolbar a.fa-header-x:after{
|
617
552
|
font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
|
618
553
|
font-size:65%;
|
619
554
|
vertical-align:text-bottom;
|
@@ -621,33 +556,35 @@ span.CodeMirror-selectedtext{
|
|
621
556
|
top:2px
|
622
557
|
}
|
623
558
|
|
624
|
-
.editor-toolbar
|
559
|
+
.editor-toolbar a.fa-header-1:after{
|
625
560
|
content:"1"
|
626
561
|
}
|
627
562
|
|
628
|
-
.editor-toolbar
|
563
|
+
.editor-toolbar a.fa-header-2:after{
|
629
564
|
content:"2"
|
630
565
|
}
|
631
566
|
|
632
|
-
.editor-toolbar
|
567
|
+
.editor-toolbar a.fa-header-3:after{
|
633
568
|
content:"3"
|
634
569
|
}
|
635
570
|
|
636
|
-
.editor-toolbar
|
571
|
+
.editor-toolbar a.fa-header-bigger:after{
|
637
572
|
content:"▲"
|
638
573
|
}
|
639
574
|
|
640
|
-
.editor-toolbar
|
575
|
+
.editor-toolbar a.fa-header-smaller:after{
|
641
576
|
content:"▼"
|
642
577
|
}
|
643
578
|
|
644
|
-
.editor-toolbar.disabled-for-preview
|
645
|
-
|
646
|
-
|
579
|
+
.editor-toolbar.disabled-for-preview a:not(.no-disable){
|
580
|
+
pointer-events:none;
|
581
|
+
background:#fff;
|
582
|
+
border-color:transparent;
|
583
|
+
text-shadow:inherit
|
647
584
|
}
|
648
585
|
|
649
586
|
@media only screen and (max-width:700px){
|
650
|
-
.editor-toolbar
|
587
|
+
.editor-toolbar a.no-mobile{
|
651
588
|
display:none
|
652
589
|
}
|
653
590
|
}
|
@@ -659,16 +596,20 @@ span.CodeMirror-selectedtext{
|
|
659
596
|
text-align:right
|
660
597
|
}
|
661
598
|
|
662
|
-
.EasyMDEContainer.sided--no-fullscreen .editor-statusbar{
|
663
|
-
width:100%
|
664
|
-
}
|
665
|
-
|
666
599
|
.editor-statusbar span{
|
667
600
|
display:inline-block;
|
668
601
|
min-width:4em;
|
669
602
|
margin-left:1em
|
670
603
|
}
|
671
604
|
|
605
|
+
.editor-preview,.editor-preview-side{
|
606
|
+
padding:10px;
|
607
|
+
background:#fafafa;
|
608
|
+
overflow:auto;
|
609
|
+
display:none;
|
610
|
+
box-sizing:border-box
|
611
|
+
}
|
612
|
+
|
672
613
|
.editor-statusbar .lines:before{
|
673
614
|
content:'lines: '
|
674
615
|
}
|
@@ -681,16 +622,13 @@ span.CodeMirror-selectedtext{
|
|
681
622
|
content:'characters: '
|
682
623
|
}
|
683
624
|
|
684
|
-
.editor-preview
|
625
|
+
.editor-preview{
|
685
626
|
position:absolute;
|
686
627
|
width:100%;
|
687
628
|
height:100%;
|
688
629
|
top:0;
|
689
630
|
left:0;
|
690
|
-
z-index:7
|
691
|
-
overflow:auto;
|
692
|
-
display:none;
|
693
|
-
box-sizing:border-box
|
631
|
+
z-index:7
|
694
632
|
}
|
695
633
|
|
696
634
|
.editor-preview-side{
|
@@ -700,146 +638,82 @@ span.CodeMirror-selectedtext{
|
|
700
638
|
top:50px;
|
701
639
|
right:0;
|
702
640
|
z-index:9;
|
703
|
-
|
704
|
-
display:none;
|
705
|
-
box-sizing:border-box;
|
706
|
-
border:1px solid #ddd;
|
707
|
-
word-wrap:break-word
|
641
|
+
border:1px solid #ddd
|
708
642
|
}
|
709
643
|
|
710
|
-
.editor-preview-active-side{
|
644
|
+
.editor-preview-active,.editor-preview-active-side{
|
711
645
|
display:block
|
712
646
|
}
|
713
647
|
|
714
|
-
.
|
715
|
-
flex:1 1 auto;
|
716
|
-
height:auto;
|
717
|
-
position:static
|
718
|
-
}
|
719
|
-
|
720
|
-
.editor-preview-active{
|
721
|
-
display:block
|
722
|
-
}
|
723
|
-
|
724
|
-
.editor-preview{
|
725
|
-
padding:10px;
|
726
|
-
background:#fafafa
|
727
|
-
}
|
728
|
-
|
729
|
-
.editor-preview>p{
|
648
|
+
.editor-preview-side>p,.editor-preview>p{
|
730
649
|
margin-top:0
|
731
650
|
}
|
732
651
|
|
733
|
-
.editor-preview pre{
|
652
|
+
.editor-preview pre,.editor-preview-side pre{
|
734
653
|
background:#eee;
|
735
654
|
margin-bottom:10px
|
736
655
|
}
|
737
656
|
|
738
|
-
.editor-preview table td,.editor-preview table th{
|
657
|
+
.editor-preview table td,.editor-preview table th,.editor-preview-side table td,.editor-preview-side table th{
|
739
658
|
border:1px solid #ddd;
|
740
659
|
padding:5px
|
741
660
|
}
|
742
661
|
|
743
|
-
.
|
662
|
+
.CodeMirror .CodeMirror-code .cm-tag{
|
744
663
|
color:#63a35c
|
745
664
|
}
|
746
665
|
|
747
|
-
.
|
666
|
+
.CodeMirror .CodeMirror-code .cm-attribute{
|
748
667
|
color:#795da3
|
749
668
|
}
|
750
669
|
|
751
|
-
.
|
670
|
+
.CodeMirror .CodeMirror-code .cm-string{
|
752
671
|
color:#183691
|
753
672
|
}
|
754
673
|
|
755
|
-
.
|
756
|
-
|
757
|
-
}
|
758
|
-
|
759
|
-
.cm-s-easymde .cm-header-2{
|
760
|
-
font-size:calc(1.325rem + .9vw)
|
761
|
-
}
|
762
|
-
|
763
|
-
.cm-s-easymde .cm-header-3{
|
764
|
-
font-size:calc(1.3rem + .6vw)
|
674
|
+
.CodeMirror .CodeMirror-selected{
|
675
|
+
background:#d9d9d9
|
765
676
|
}
|
766
677
|
|
767
|
-
.
|
768
|
-
font-size:
|
678
|
+
.CodeMirror .CodeMirror-code .cm-header-1{
|
679
|
+
font-size:200%;
|
680
|
+
line-height:200%
|
769
681
|
}
|
770
682
|
|
771
|
-
.
|
772
|
-
font-size:
|
683
|
+
.CodeMirror .CodeMirror-code .cm-header-2{
|
684
|
+
font-size:160%;
|
685
|
+
line-height:160%
|
773
686
|
}
|
774
687
|
|
775
|
-
.
|
776
|
-
font-size:
|
688
|
+
.CodeMirror .CodeMirror-code .cm-header-3{
|
689
|
+
font-size:125%;
|
690
|
+
line-height:125%
|
777
691
|
}
|
778
692
|
|
779
|
-
.
|
780
|
-
|
781
|
-
line-height:
|
693
|
+
.CodeMirror .CodeMirror-code .cm-header-4{
|
694
|
+
font-size:110%;
|
695
|
+
line-height:110%
|
782
696
|
}
|
783
697
|
|
784
|
-
.
|
698
|
+
.CodeMirror .CodeMirror-code .cm-comment{
|
785
699
|
background:rgba(0,0,0,.05);
|
786
700
|
border-radius:2px
|
787
701
|
}
|
788
702
|
|
789
|
-
.
|
703
|
+
.CodeMirror .CodeMirror-code .cm-link{
|
790
704
|
color:#7f8c8d
|
791
705
|
}
|
792
706
|
|
793
|
-
.
|
707
|
+
.CodeMirror .CodeMirror-code .cm-url{
|
794
708
|
color:#aab2b3
|
795
709
|
}
|
796
710
|
|
797
|
-
.
|
798
|
-
|
799
|
-
font-style:italic
|
800
|
-
}
|
801
|
-
|
802
|
-
.editor-toolbar .easymde-dropdown{
|
803
|
-
position:relative;
|
804
|
-
background:linear-gradient(to bottom right,#fff 0,#fff 84%,#333 50%,#333 100%);
|
805
|
-
border-radius:0;
|
806
|
-
border:1px solid #fff
|
807
|
-
}
|
808
|
-
|
809
|
-
.editor-toolbar .easymde-dropdown:hover{
|
810
|
-
background:linear-gradient(to bottom right,#fff 0,#fff 84%,#333 50%,#333 100%)
|
811
|
-
}
|
812
|
-
|
813
|
-
.easymde-dropdown-content{
|
814
|
-
display:block;
|
815
|
-
visibility:hidden;
|
816
|
-
position:absolute;
|
817
|
-
background-color:#f9f9f9;
|
818
|
-
box-shadow:0 8px 16px 0 rgba(0,0,0,.2);
|
819
|
-
padding:8px;
|
820
|
-
z-index:2;
|
821
|
-
top:30px
|
822
|
-
}
|
823
|
-
|
824
|
-
.easymde-dropdown:active .easymde-dropdown-content,.easymde-dropdown:focus .easymde-dropdown-content,.easymde-dropdown:focus-within .easymde-dropdown-content{
|
825
|
-
visibility:visible
|
826
|
-
}
|
827
|
-
|
828
|
-
.easymde-dropdown-content button{
|
829
|
-
display:block
|
711
|
+
.CodeMirror .CodeMirror-code .cm-strikethrough{
|
712
|
+
text-decoration:line-through
|
830
713
|
}
|
831
714
|
|
832
|
-
|
833
|
-
|
834
|
-
background-image:var(--bg-image);
|
835
|
-
display:block;
|
836
|
-
max-height:100%;
|
837
|
-
max-width:100%;
|
838
|
-
background-size:contain;
|
839
|
-
height:0;
|
840
|
-
padding-top:var(--height);
|
841
|
-
width:var(--width);
|
842
|
-
background-repeat:no-repeat
|
715
|
+
.CodeMirror .CodeMirror-placeholder{
|
716
|
+
opacity:.5
|
843
717
|
}
|
844
718
|
|
845
719
|
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment):not(.cm-tag):not(.cm-word){
|
@@ -2803,8 +2677,7 @@ body.dark,body[data-theme=dark]{
|
|
2803
2677
|
|
2804
2678
|
:root{
|
2805
2679
|
--tagify-dd-color-primary:rgb(53,149,246);
|
2806
|
-
--tagify-dd-bg-color:white
|
2807
|
-
--tagify-dd-item-pad:.3em .5em
|
2680
|
+
--tagify-dd-bg-color:white
|
2808
2681
|
}
|
2809
2682
|
|
2810
2683
|
.tagify{
|
@@ -2812,7 +2685,6 @@ body.dark,body[data-theme=dark]{
|
|
2812
2685
|
--tags-border-color:#DDD;
|
2813
2686
|
--tags-hover-border-color:#CCC;
|
2814
2687
|
--tags-focus-border-color:#3595f6;
|
2815
|
-
--tag-border-radius:3px;
|
2816
2688
|
--tag-bg:#E5E5E5;
|
2817
2689
|
--tag-hover:#D3E2E2;
|
2818
2690
|
--tag-text-color:black;
|
@@ -2833,9 +2705,10 @@ body.dark,body[data-theme=dark]{
|
|
2833
2705
|
--placeholder-color-focus:rgba(0, 0, 0, 0.25);
|
2834
2706
|
--loader-size:.8em;
|
2835
2707
|
--readonly-striped:1;
|
2836
|
-
display:
|
2708
|
+
display:flex;
|
2837
2709
|
align-items:flex-start;
|
2838
2710
|
flex-wrap:wrap;
|
2711
|
+
border:1px solid #ddd;
|
2839
2712
|
border:1px solid var(--tags-border-color);
|
2840
2713
|
padding:0;
|
2841
2714
|
line-height:0;
|
@@ -2858,8 +2731,15 @@ body.dark,body[data-theme=dark]{
|
|
2858
2731
|
}
|
2859
2732
|
}
|
2860
2733
|
|
2861
|
-
.tagify:hover
|
2862
|
-
|
2734
|
+
.tagify:hover{
|
2735
|
+
border-color:#ccc;
|
2736
|
+
border-color:var(--tags-hover-border-color)
|
2737
|
+
}
|
2738
|
+
|
2739
|
+
.tagify.tagify--focus{
|
2740
|
+
transition:0s;
|
2741
|
+
border-color:#3595f6;
|
2742
|
+
border-color:var(--tags-focus-border-color)
|
2863
2743
|
}
|
2864
2744
|
|
2865
2745
|
.tagify[disabled]{
|
@@ -2884,6 +2764,7 @@ body.dark,body[data-theme=dark]{
|
|
2884
2764
|
}
|
2885
2765
|
|
2886
2766
|
.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div,.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag>div{
|
2767
|
+
padding:.3em .5em;
|
2887
2768
|
padding:var(--tag-pad)
|
2888
2769
|
}
|
2889
2770
|
|
@@ -2918,7 +2799,6 @@ body.dark,body[data-theme=dark]{
|
|
2918
2799
|
height:.7em;
|
2919
2800
|
width:var(--loader-size);
|
2920
2801
|
height:var(--loader-size);
|
2921
|
-
min-width:0;
|
2922
2802
|
border:3px solid;
|
2923
2803
|
border-color:#eee #bbb #888 transparent;
|
2924
2804
|
border-radius:50%;
|
@@ -2953,10 +2833,12 @@ body.dark,body[data-theme=dark]{
|
|
2953
2833
|
vertical-align:top;
|
2954
2834
|
box-sizing:border-box;
|
2955
2835
|
max-width:100%;
|
2956
|
-
padding
|
2957
|
-
|
2836
|
+
padding:.3em .5em;
|
2837
|
+
padding:var(--tag-pad,.3em .5em);
|
2838
|
+
color:#000;
|
2839
|
+
color:var(--tag-text-color,#000);
|
2958
2840
|
line-height:inherit;
|
2959
|
-
border-radius:
|
2841
|
+
border-radius:3px;
|
2960
2842
|
white-space:nowrap;
|
2961
2843
|
transition:.13s ease-out
|
2962
2844
|
}
|
@@ -2967,8 +2849,10 @@ body.dark,body[data-theme=dark]{
|
|
2967
2849
|
text-overflow:ellipsis;
|
2968
2850
|
display:inline-block;
|
2969
2851
|
vertical-align:top;
|
2970
|
-
min-width:
|
2971
|
-
max-width:
|
2852
|
+
min-width:1ch;
|
2853
|
+
max-width:auto;
|
2854
|
+
min-width:var(--tag--min-width,1ch);
|
2855
|
+
max-width:var(--tag--max-width,auto);
|
2972
2856
|
transition:.8s ease,.1s color
|
2973
2857
|
}
|
2974
2858
|
|
@@ -2986,17 +2870,25 @@ body.dark,body[data-theme=dark]{
|
|
2986
2870
|
content:"";
|
2987
2871
|
position:absolute;
|
2988
2872
|
border-radius:inherit;
|
2989
|
-
|
2873
|
+
left:0;
|
2874
|
+
top:0;
|
2875
|
+
right:0;
|
2876
|
+
bottom:0;
|
2990
2877
|
z-index:-1;
|
2991
2878
|
pointer-events:none;
|
2992
2879
|
transition:120ms ease;
|
2993
2880
|
animation:tags--bump .3s ease-out 1;
|
2994
|
-
box-shadow:0 0 0
|
2881
|
+
box-shadow:0 0 0 1.1em #e5e5e5 inset;
|
2882
|
+
box-shadow:0 0 0 var(--tag-inset-shadow-size,1.1em) var(--tag-bg,#e5e5e5) inset
|
2995
2883
|
}
|
2996
2884
|
|
2997
2885
|
.tagify__tag:focus div::before,.tagify__tag:hover:not([readonly]) div::before{
|
2998
|
-
|
2999
|
-
|
2886
|
+
top:-2px;
|
2887
|
+
right:-2px;
|
2888
|
+
bottom:-2px;
|
2889
|
+
left:-2px;
|
2890
|
+
box-shadow:0 0 0 1.1em #d3e2e2 inset;
|
2891
|
+
box-shadow:0 0 0 var(--tag-inset-shadow-size,1.1em) var(--tag-hover,#d3e2e2) inset
|
3000
2892
|
}
|
3001
2893
|
|
3002
2894
|
.tagify__tag--loading{
|
@@ -3016,7 +2908,6 @@ body.dark,body[data-theme=dark]{
|
|
3016
2908
|
height:.7em;
|
3017
2909
|
width:var(--loader-size);
|
3018
2910
|
height:var(--loader-size);
|
3019
|
-
min-width:0;
|
3020
2911
|
border:3px solid;
|
3021
2912
|
border-color:#eee #bbb #888 transparent;
|
3022
2913
|
border-radius:50%;
|
@@ -3036,7 +2927,8 @@ body.dark,body[data-theme=dark]{
|
|
3036
2927
|
margin-right:0;
|
3037
2928
|
opacity:0;
|
3038
2929
|
transform:scale(0);
|
3039
|
-
transition
|
2930
|
+
transition:.3s;
|
2931
|
+
transition:var(--tag-hide-transition,.3s);
|
3040
2932
|
pointer-events:none
|
3041
2933
|
}
|
3042
2934
|
|
@@ -3053,7 +2945,8 @@ body.dark,body[data-theme=dark]{
|
|
3053
2945
|
}
|
3054
2946
|
|
3055
2947
|
.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before{
|
3056
|
-
|
2948
|
+
box-shadow:0 0 0 1.1em rgba(211,148,148,.5) inset!important;
|
2949
|
+
box-shadow:0 0 0 var(--tag-inset-shadow-size,1.1em) var(--tag-invalid-bg,rgba(211,148,148,.5)) inset!important;
|
3057
2950
|
transition:.2s
|
3058
2951
|
}
|
3059
2952
|
|
@@ -3074,11 +2967,13 @@ body.dark,body[data-theme=dark]{
|
|
3074
2967
|
}
|
3075
2968
|
|
3076
2969
|
.tagify__tag--editable>div{
|
3077
|
-
color
|
2970
|
+
color:#000;
|
2971
|
+
color:var(--tag-text-color--edit,#000)
|
3078
2972
|
}
|
3079
2973
|
|
3080
2974
|
.tagify__tag--editable>div::before{
|
3081
|
-
box-shadow:0 0 0 2px
|
2975
|
+
box-shadow:0 0 0 2px #d3e2e2 inset!important;
|
2976
|
+
box-shadow:0 0 0 2px var(--tag-hover,#d3e2e2) inset!important
|
3082
2977
|
}
|
3083
2978
|
|
3084
2979
|
.tagify__tag--editable>.tagify__tag__removeBtn{
|
@@ -3091,7 +2986,8 @@ body.dark,body[data-theme=dark]{
|
|
3091
2986
|
}
|
3092
2987
|
|
3093
2988
|
.tagify__tag--editable.tagify--invalid>div::before{
|
3094
|
-
box-shadow:0 0 0 2px
|
2989
|
+
box-shadow:0 0 0 2px #d39494 inset!important;
|
2990
|
+
box-shadow:0 0 0 2px var(--tag-invalid-color,#d39494) inset!important
|
3095
2991
|
}
|
3096
2992
|
|
3097
2993
|
.tagify__tag__removeBtn{
|
@@ -3102,8 +2998,10 @@ body.dark,body[data-theme=dark]{
|
|
3102
2998
|
border-radius:50px;
|
3103
2999
|
cursor:pointer;
|
3104
3000
|
font:14px/1 Arial;
|
3105
|
-
background:
|
3106
|
-
|
3001
|
+
background:0 0;
|
3002
|
+
background:var(--tag-remove-btn-bg,none);
|
3003
|
+
color:#000;
|
3004
|
+
color:var(--tag-remove-btn-color,#000);
|
3107
3005
|
width:14px;
|
3108
3006
|
height:14px;
|
3109
3007
|
margin-right:4.6666666667px;
|
@@ -3119,7 +3017,8 @@ body.dark,body[data-theme=dark]{
|
|
3119
3017
|
|
3120
3018
|
.tagify__tag__removeBtn:hover{
|
3121
3019
|
color:#fff;
|
3122
|
-
background
|
3020
|
+
background:#c77777;
|
3021
|
+
background:var(--tag-remove-btn-bg--hover,#c77777)
|
3123
3022
|
}
|
3124
3023
|
|
3125
3024
|
.tagify__tag__removeBtn:hover+div>span{
|
@@ -3127,7 +3026,8 @@ body.dark,body[data-theme=dark]{
|
|
3127
3026
|
}
|
3128
3027
|
|
3129
3028
|
.tagify__tag__removeBtn:hover+div::before{
|
3130
|
-
box-shadow:0 0 0
|
3029
|
+
box-shadow:0 0 0 1.1em rgba(211,148,148,.3) inset!important;
|
3030
|
+
box-shadow:0 0 0 var(--tag-inset-shadow-size,1.1em) var(--tag-remove-bg,rgba(211,148,148,.3)) inset!important;
|
3131
3031
|
transition:box-shadow .2s
|
3132
3032
|
}
|
3133
3033
|
|
@@ -3145,18 +3045,16 @@ body.dark,body[data-theme=dark]{
|
|
3145
3045
|
display:inline-block;
|
3146
3046
|
min-width:110px;
|
3147
3047
|
margin:5px;
|
3148
|
-
padding
|
3048
|
+
padding:.3em .5em;
|
3049
|
+
padding:var(--tag-pad,.3em .5em);
|
3149
3050
|
line-height:normal;
|
3150
3051
|
position:relative;
|
3151
3052
|
white-space:pre-wrap;
|
3152
|
-
color:
|
3053
|
+
color:inherit;
|
3054
|
+
color:var(--input-color,inherit);
|
3153
3055
|
box-sizing:inherit
|
3154
3056
|
}
|
3155
3057
|
|
3156
|
-
.tagify__input:empty::before{
|
3157
|
-
position:static
|
3158
|
-
}
|
3159
|
-
|
3160
3058
|
.tagify__input:focus{
|
3161
3059
|
outline:0
|
3162
3060
|
}
|
@@ -3193,6 +3091,7 @@ body.dark,body[data-theme=dark]{
|
|
3193
3091
|
line-height:1em;
|
3194
3092
|
margin:auto 0;
|
3195
3093
|
z-index:1;
|
3094
|
+
color:rgba(0,0,0,.4);
|
3196
3095
|
color:var(--placeholder-color);
|
3197
3096
|
white-space:nowrap;
|
3198
3097
|
pointer-events:none;
|
@@ -3203,13 +3102,8 @@ body.dark,body[data-theme=dark]{
|
|
3203
3102
|
.tagify__input::after{
|
3204
3103
|
content:attr(data-suggest);
|
3205
3104
|
display:inline-block;
|
3206
|
-
vertical-align:middle;
|
3207
|
-
position:absolute;
|
3208
|
-
min-width:calc(100% - 1.5em);
|
3209
|
-
text-overflow:ellipsis;
|
3210
|
-
overflow:hidden;
|
3211
3105
|
white-space:pre;
|
3212
|
-
color
|
3106
|
+
color:#000;
|
3213
3107
|
opacity:.3;
|
3214
3108
|
pointer-events:none;
|
3215
3109
|
max-width:100px
|
@@ -3288,11 +3182,6 @@ body.dark,body[data-theme=dark]{
|
|
3288
3182
|
display:inline-block
|
3289
3183
|
}
|
3290
3184
|
|
3291
|
-
.tagify--focus{
|
3292
|
-
--tags-border-color:var(--tags-focus-border-color);
|
3293
|
-
transition:0s
|
3294
|
-
}
|
3295
|
-
|
3296
3185
|
.tagify--invalid{
|
3297
3186
|
--tags-border-color:#D39494
|
3298
3187
|
}
|
@@ -3326,11 +3215,11 @@ body.dark,body[data-theme=dark]{
|
|
3326
3215
|
.tagify__dropdown__wrapper{
|
3327
3216
|
max-height:300px;
|
3328
3217
|
overflow:auto;
|
3329
|
-
|
3218
|
+
background:#fff;
|
3330
3219
|
background:var(--tagify-dd-bg-color);
|
3331
|
-
border:1px solid;
|
3220
|
+
border:1px solid #3595f6;
|
3332
3221
|
border-color:var(--tagify-dd-color-primary);
|
3333
|
-
border-bottom-width:1.
|
3222
|
+
border-bottom-width:1.33px;
|
3334
3223
|
border-top-width:0;
|
3335
3224
|
box-shadow:0 2px 4px -2px rgba(0,0,0,.2);
|
3336
3225
|
transition:.25s cubic-bezier(0,1,.5,1)
|
@@ -3343,7 +3232,7 @@ body.dark,body[data-theme=dark]{
|
|
3343
3232
|
.tagify__dropdown__footer{
|
3344
3233
|
display:inline-block;
|
3345
3234
|
margin-top:.5em;
|
3346
|
-
padding
|
3235
|
+
padding:.3em .5em;
|
3347
3236
|
font-size:.7em;
|
3348
3237
|
font-style:italic;
|
3349
3238
|
opacity:.5
|
@@ -3363,18 +3252,17 @@ body.dark,body[data-theme=dark]{
|
|
3363
3252
|
}
|
3364
3253
|
|
3365
3254
|
.tagify__dropdown__item{
|
3366
|
-
box-sizing:
|
3367
|
-
padding
|
3255
|
+
box-sizing:inherit;
|
3256
|
+
padding:.3em .5em;
|
3368
3257
|
margin:1px;
|
3369
3258
|
cursor:pointer;
|
3370
3259
|
border-radius:2px;
|
3371
3260
|
position:relative;
|
3372
|
-
outline:0
|
3373
|
-
max-height:60px;
|
3374
|
-
max-width:100%
|
3261
|
+
outline:0
|
3375
3262
|
}
|
3376
3263
|
|
3377
3264
|
.tagify__dropdown__item--active{
|
3265
|
+
background:#3595f6;
|
3378
3266
|
background:var(--tagify-dd-color-primary);
|
3379
3267
|
color:#fff
|
3380
3268
|
}
|
@@ -3383,22 +3271,6 @@ body.dark,body[data-theme=dark]{
|
|
3383
3271
|
filter:brightness(105%)
|
3384
3272
|
}
|
3385
3273
|
|
3386
|
-
.tagify__dropdown__item--hidden{
|
3387
|
-
padding-top:0;
|
3388
|
-
padding-bottom:0;
|
3389
|
-
margin:0 1px;
|
3390
|
-
pointer-events:none;
|
3391
|
-
overflow:hidden;
|
3392
|
-
max-height:0;
|
3393
|
-
transition:var(--tagify-dd-item--hidden-duration,.3s)!important
|
3394
|
-
}
|
3395
|
-
|
3396
|
-
.tagify__dropdown__item--hidden>*{
|
3397
|
-
transform:translateY(-100%);
|
3398
|
-
opacity:0;
|
3399
|
-
transition:inherit
|
3400
|
-
}
|
3401
|
-
|
3402
3274
|
/*! tailwindcss v3.0.18 | MIT License | https://tailwindcss.com
|
3403
3275
|
*/
|
3404
3276
|
|
@@ -3960,7 +3832,8 @@ select{
|
|
3960
3832
|
}
|
3961
3833
|
|
3962
3834
|
a{
|
3963
|
-
|
3835
|
+
--tw-text-opacity:1;
|
3836
|
+
color:rgb(8 134 222 / var(--tw-text-opacity))
|
3964
3837
|
}
|
3965
3838
|
|
3966
3839
|
*, ::before, ::after{
|
@@ -4357,6 +4230,11 @@ svg.tea #steamR {
|
|
4357
4230
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
4358
4231
|
}
|
4359
4232
|
|
4233
|
+
.pagy-nav .page a:focus,.pagy-nav .page.active:focus,.pagy-nav .page.prev.disabled:focus,.pagy-nav .page.next.disabled:focus,.pagy-nav-js .page a:focus,.pagy-combo-nav-js .page a:focus,.pagy-combo-nav-js .pagy-combo-input a:focus{
|
4234
|
+
--tw-border-opacity:1;
|
4235
|
+
border-color:rgb(107 182 235 / var(--tw-border-opacity))
|
4236
|
+
}
|
4237
|
+
|
4360
4238
|
.pagy-nav .page a:hover,.pagy-nav .page.active:hover,.pagy-nav .page.prev.disabled:hover,.pagy-nav .page.next.disabled:hover,.pagy-nav-js .page a:hover,.pagy-combo-nav-js .page a:hover,.pagy-combo-nav-js .pagy-combo-input a:hover{
|
4361
4239
|
--tw-bg-opacity:1;
|
4362
4240
|
background-color:rgb(214 216 220 / var(--tw-bg-opacity))
|
@@ -4606,7 +4484,8 @@ button.aa-DetachedCancelButton {
|
|
4606
4484
|
}
|
4607
4485
|
|
4608
4486
|
.aa-DetachedContainer .aa-Source .aa-List .aa-Item[aria-selected=true]{
|
4609
|
-
|
4487
|
+
--tw-bg-opacity:1;
|
4488
|
+
background-color:rgb(8 134 222 / var(--tw-bg-opacity))
|
4610
4489
|
}
|
4611
4490
|
|
4612
4491
|
.aa-DetachedContainer .aa-Source .aa-List .aa-Item[aria-selected=true]{
|
@@ -4697,8 +4576,10 @@ body.os-pc .mac-styled-scrollbar:hover::-webkit-scrollbar-thumb {
|
|
4697
4576
|
}
|
4698
4577
|
|
4699
4578
|
.application-sidebar .active:hover, .application-sidebar .active{
|
4700
|
-
|
4701
|
-
color:rgb(var(--
|
4579
|
+
--tw-bg-opacity:1;
|
4580
|
+
background-color:rgb(206 231 248 / var(--tw-bg-opacity));
|
4581
|
+
--tw-text-opacity:1;
|
4582
|
+
color:rgb(8 134 222 / var(--tw-text-opacity))
|
4702
4583
|
}
|
4703
4584
|
|
4704
4585
|
/* remove the left padding. */
|
@@ -4756,15 +4637,6 @@ body.os-pc .mac-styled-scrollbar:hover::-webkit-scrollbar-thumb {
|
|
4756
4637
|
|
4757
4638
|
tags.tagify {
|
4758
4639
|
--tag-inset-shadow-size: 3em;
|
4759
|
-
--tags-border-color: rgb(var(--color-primary-500));
|
4760
|
-
--tags-hover-border-color: rgb(var(--color-primary-500));
|
4761
|
-
}
|
4762
|
-
|
4763
|
-
.tagify__dropdown {
|
4764
|
-
--tagify-dd-color-primary: rgb(var(--color-primary-500));
|
4765
|
-
}
|
4766
|
-
|
4767
|
-
tags.tagify{
|
4768
4640
|
padding:0px !important;
|
4769
4641
|
}
|
4770
4642
|
|
@@ -4773,11 +4645,6 @@ tags.tagify span.tagify__input{
|
|
4773
4645
|
margin-bottom:0.25rem
|
4774
4646
|
}
|
4775
4647
|
|
4776
|
-
tags.tagify span.tagify__input:after {
|
4777
|
-
/* The loader is not centered by default. This will make it look better. */
|
4778
|
-
margin-top: 0.25rem;
|
4779
|
-
}
|
4780
|
-
|
4781
4648
|
tag.tagify__tag{
|
4782
4649
|
margin-top:0.25rem;
|
4783
4650
|
margin-bottom:0.25rem;
|
@@ -4786,12 +4653,6 @@ tag.tagify__tag{
|
|
4786
4653
|
line-height:1.25rem
|
4787
4654
|
}
|
4788
4655
|
|
4789
|
-
/* When the tags field is used to select just one value there's a weird ZeroWidthSpace (\u200B) character that breaks the vertical spacing. */
|
4790
|
-
|
4791
|
-
[data-tags-field-mode-value="select"] tags.tagify {
|
4792
|
-
height: 40px;
|
4793
|
-
}
|
4794
|
-
|
4795
4656
|
.spinner {
|
4796
4657
|
width: 16px;
|
4797
4658
|
height: 16px;
|
@@ -5713,7 +5574,7 @@ progress{
|
|
5713
5574
|
border-radius:0.25rem;
|
5714
5575
|
border-width:1px;
|
5715
5576
|
--tw-border-opacity:1;
|
5716
|
-
border-color:rgb(
|
5577
|
+
border-color:rgb(145 151 161 / var(--tw-border-opacity));
|
5717
5578
|
--tw-bg-opacity:1;
|
5718
5579
|
background-color:rgb(255 255 255 / var(--tw-bg-opacity));
|
5719
5580
|
--tw-shadow:inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
|
@@ -5735,15 +5596,22 @@ progress[value]::-webkit-progress-bar{
|
|
5735
5596
|
|
5736
5597
|
progress[value]::-webkit-progress-value{
|
5737
5598
|
border-radius:0.25rem;
|
5738
|
-
|
5599
|
+
--tw-bg-opacity:1;
|
5600
|
+
background-color:rgb(22 163 74 / var(--tw-bg-opacity))
|
5739
5601
|
}
|
5740
5602
|
|
5741
5603
|
progress[value]::-moz-progress-bar{
|
5742
5604
|
appearance:none;
|
5743
5605
|
border-radius:0.25rem;
|
5744
|
-
|
5606
|
+
--tw-bg-opacity:1;
|
5607
|
+
background-color:rgb(22 163 74 / var(--tw-bg-opacity))
|
5745
5608
|
}
|
5746
5609
|
|
5610
|
+
/*
|
5611
|
+
Trix 1.3.1
|
5612
|
+
Copyright © 2020 Basecamp, LLC
|
5613
|
+
http://trix-editor.org/*/
|
5614
|
+
|
5747
5615
|
trix-editor {
|
5748
5616
|
border: 1px solid #bbb;
|
5749
5617
|
border-radius: 3px;
|
@@ -5777,7 +5645,7 @@ trix-toolbar .trix-button-group:not(:first-child) {
|
|
5777
5645
|
margin-left: 1.5vw;
|
5778
5646
|
}
|
5779
5647
|
|
5780
|
-
@media (max-width: 768px) {
|
5648
|
+
@media (max-device-width: 768px) {
|
5781
5649
|
trix-toolbar .trix-button-group:not(:first-child) {
|
5782
5650
|
margin-left: 0;
|
5783
5651
|
}
|
@@ -5787,7 +5655,7 @@ trix-toolbar .trix-button-group-spacer {
|
|
5787
5655
|
flex-grow: 1;
|
5788
5656
|
}
|
5789
5657
|
|
5790
|
-
@media (max-width: 768px) {
|
5658
|
+
@media (max-device-width: 768px) {
|
5791
5659
|
trix-toolbar .trix-button-group-spacer {
|
5792
5660
|
display: none;
|
5793
5661
|
}
|
@@ -5826,7 +5694,7 @@ trix-toolbar .trix-button:disabled {
|
|
5826
5694
|
color: rgba(0, 0, 0, 0.125);
|
5827
5695
|
}
|
5828
5696
|
|
5829
|
-
@media (max-width: 768px) {
|
5697
|
+
@media (max-device-width: 768px) {
|
5830
5698
|
trix-toolbar .trix-button {
|
5831
5699
|
letter-spacing: -0.01em;
|
5832
5700
|
padding: 0 0.3em;
|
@@ -5841,7 +5709,7 @@ trix-toolbar .trix-button--icon {
|
|
5841
5709
|
text-indent: -9999px;
|
5842
5710
|
}
|
5843
5711
|
|
5844
|
-
@media (max-width: 768px) {
|
5712
|
+
@media (max-device-width: 768px) {
|
5845
5713
|
trix-toolbar .trix-button--icon {
|
5846
5714
|
height: 2em;
|
5847
5715
|
max-width: calc(0.8em + 3.5vw);
|
@@ -5862,7 +5730,7 @@ trix-toolbar .trix-button--icon::before {
|
|
5862
5730
|
background-size: contain;
|
5863
5731
|
}
|
5864
5732
|
|
5865
|
-
@media (max-width: 768px) {
|
5733
|
+
@media (max-device-width: 768px) {
|
5866
5734
|
trix-toolbar .trix-button--icon::before {
|
5867
5735
|
right: 6%;
|
5868
5736
|
left: 6%;
|
@@ -5878,61 +5746,61 @@ trix-toolbar .trix-button--icon:disabled::before {
|
|
5878
5746
|
}
|
5879
5747
|
|
5880
5748
|
trix-toolbar .trix-button--icon-attach::before {
|
5881
|
-
background-image: url(
|
5749
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
|
5882
5750
|
top: 8%;
|
5883
5751
|
bottom: 4%;
|
5884
5752
|
}
|
5885
5753
|
|
5886
5754
|
trix-toolbar .trix-button--icon-bold::before {
|
5887
|
-
background-image: url(
|
5755
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
|
5888
5756
|
}
|
5889
5757
|
|
5890
5758
|
trix-toolbar .trix-button--icon-italic::before {
|
5891
|
-
background-image: url(
|
5759
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
|
5892
5760
|
}
|
5893
5761
|
|
5894
5762
|
trix-toolbar .trix-button--icon-link::before {
|
5895
|
-
background-image: url(
|
5763
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
|
5896
5764
|
}
|
5897
5765
|
|
5898
5766
|
trix-toolbar .trix-button--icon-strike::before {
|
5899
|
-
background-image: url(
|
5767
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
|
5900
5768
|
}
|
5901
5769
|
|
5902
5770
|
trix-toolbar .trix-button--icon-quote::before {
|
5903
|
-
background-image: url(
|
5771
|
+
background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
|
5904
5772
|
}
|
5905
5773
|
|
5906
5774
|
trix-toolbar .trix-button--icon-heading-1::before {
|
5907
|
-
background-image: url(
|
5775
|
+
background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
|
5908
5776
|
}
|
5909
5777
|
|
5910
5778
|
trix-toolbar .trix-button--icon-code::before {
|
5911
|
-
background-image: url(
|
5779
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
|
5912
5780
|
}
|
5913
5781
|
|
5914
5782
|
trix-toolbar .trix-button--icon-bullet-list::before {
|
5915
|
-
background-image: url(
|
5783
|
+
background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
|
5916
5784
|
}
|
5917
5785
|
|
5918
5786
|
trix-toolbar .trix-button--icon-number-list::before {
|
5919
|
-
background-image: url(
|
5787
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
|
5920
5788
|
}
|
5921
5789
|
|
5922
5790
|
trix-toolbar .trix-button--icon-undo::before {
|
5923
|
-
background-image: url(
|
5791
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
|
5924
5792
|
}
|
5925
5793
|
|
5926
5794
|
trix-toolbar .trix-button--icon-redo::before {
|
5927
|
-
background-image: url(
|
5795
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
|
5928
5796
|
}
|
5929
5797
|
|
5930
5798
|
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
|
5931
|
-
background-image: url(
|
5799
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
|
5932
5800
|
}
|
5933
5801
|
|
5934
5802
|
trix-toolbar .trix-button--icon-increase-nesting-level::before {
|
5935
|
-
background-image: url(
|
5803
|
+
background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
|
5936
5804
|
}
|
5937
5805
|
|
5938
5806
|
trix-toolbar .trix-dialogs {
|
@@ -6006,7 +5874,7 @@ trix-editor [data-trix-mutable] ::selection {
|
|
6006
5874
|
background: none;
|
6007
5875
|
}
|
6008
5876
|
|
6009
|
-
trix-editor
|
5877
|
+
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
|
6010
5878
|
background: highlight;
|
6011
5879
|
}
|
6012
5880
|
|
@@ -6125,7 +5993,7 @@ trix-editor .trix-button--remove::before {
|
|
6125
5993
|
left: 0;
|
6126
5994
|
opacity: 0.7;
|
6127
5995
|
content: "";
|
6128
|
-
background-image: url(
|
5996
|
+
background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
|
6129
5997
|
background-position: center;
|
6130
5998
|
background-repeat: no-repeat;
|
6131
5999
|
background-size: 90%;
|
@@ -6245,7 +6113,7 @@ trix-editor .attachment__metadata .attachment__size {
|
|
6245
6113
|
}
|
6246
6114
|
|
6247
6115
|
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
|
6248
|
-
content: '
|
6116
|
+
content: ' · ';
|
6249
6117
|
}
|
6250
6118
|
|
6251
6119
|
.trix-content .attachment--preview {
|
@@ -6305,18 +6173,6 @@ trix-editor .attachment__metadata .attachment__size {
|
|
6305
6173
|
list-style-type:decimal
|
6306
6174
|
}
|
6307
6175
|
|
6308
|
-
trix-toolbar .trix-button-row{
|
6309
|
-
flex-wrap:wrap
|
6310
|
-
}
|
6311
|
-
|
6312
|
-
trix-toolbar .trix-button-row{
|
6313
|
-
column-gap:1.25rem
|
6314
|
-
}
|
6315
|
-
|
6316
|
-
trix-toolbar .trix-button-group:not(:first-child){
|
6317
|
-
margin-left:0px
|
6318
|
-
}
|
6319
|
-
|
6320
6176
|
.container{
|
6321
6177
|
width:100%
|
6322
6178
|
}
|
@@ -6479,28 +6335,20 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6479
6335
|
z-index:20
|
6480
6336
|
}
|
6481
6337
|
|
6482
|
-
.z-\[100\]{
|
6483
|
-
z-index:100
|
6484
|
-
}
|
6485
|
-
|
6486
6338
|
.z-40{
|
6487
6339
|
z-index:40
|
6488
6340
|
}
|
6489
6341
|
|
6490
|
-
.z-\[60\]{
|
6491
|
-
z-index:60
|
6492
|
-
}
|
6493
|
-
|
6494
6342
|
.z-30{
|
6495
6343
|
z-index:30
|
6496
6344
|
}
|
6497
6345
|
|
6498
|
-
.
|
6499
|
-
|
6346
|
+
.z-\[100\]{
|
6347
|
+
z-index:100
|
6500
6348
|
}
|
6501
6349
|
|
6502
|
-
.
|
6503
|
-
|
6350
|
+
.z-\[60\]{
|
6351
|
+
z-index:60
|
6504
6352
|
}
|
6505
6353
|
|
6506
6354
|
.col-span-1{
|
@@ -6515,10 +6363,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6515
6363
|
grid-column:1 / -1
|
6516
6364
|
}
|
6517
6365
|
|
6518
|
-
.col-span-4{
|
6519
|
-
grid-column:span 4 / span 4
|
6520
|
-
}
|
6521
|
-
|
6522
6366
|
.float-right{
|
6523
6367
|
float:right
|
6524
6368
|
}
|
@@ -6546,24 +6390,19 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6546
6390
|
margin-right:0.75rem
|
6547
6391
|
}
|
6548
6392
|
|
6393
|
+
.my-6{
|
6394
|
+
margin-top:1.5rem;
|
6395
|
+
margin-bottom:1.5rem
|
6396
|
+
}
|
6397
|
+
|
6549
6398
|
.my-4{
|
6550
6399
|
margin-top:1rem;
|
6551
6400
|
margin-bottom:1rem
|
6552
6401
|
}
|
6553
6402
|
|
6554
|
-
|
6555
|
-
margin-
|
6556
|
-
margin-
|
6557
|
-
}
|
6558
|
-
|
6559
|
-
.my-6{
|
6560
|
-
margin-top:1.5rem;
|
6561
|
-
margin-bottom:1.5rem
|
6562
|
-
}
|
6563
|
-
|
6564
|
-
.my-\[2px\]{
|
6565
|
-
margin-top:2px;
|
6566
|
-
margin-bottom:2px
|
6403
|
+
.my-\[2px\]{
|
6404
|
+
margin-top:2px;
|
6405
|
+
margin-bottom:2px
|
6567
6406
|
}
|
6568
6407
|
|
6569
6408
|
.my-1{
|
@@ -6596,8 +6435,25 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6596
6435
|
margin-right:1.5rem
|
6597
6436
|
}
|
6598
6437
|
|
6599
|
-
|
6600
|
-
margin-
|
6438
|
+
.-mx-4{
|
6439
|
+
margin-left:-1rem;
|
6440
|
+
margin-right:-1rem
|
6441
|
+
}
|
6442
|
+
|
6443
|
+
.mt-2{
|
6444
|
+
margin-top:0.5rem
|
6445
|
+
}
|
6446
|
+
|
6447
|
+
.ml-3{
|
6448
|
+
margin-left:0.75rem
|
6449
|
+
}
|
6450
|
+
|
6451
|
+
.-ml-px{
|
6452
|
+
margin-left:-1px
|
6453
|
+
}
|
6454
|
+
|
6455
|
+
.mt-4{
|
6456
|
+
margin-top:1rem
|
6601
6457
|
}
|
6602
6458
|
|
6603
6459
|
.mt-8{
|
@@ -6616,16 +6472,36 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6616
6472
|
margin-bottom:0px
|
6617
6473
|
}
|
6618
6474
|
|
6619
|
-
.mt-
|
6620
|
-
margin-top:
|
6475
|
+
.mt-1{
|
6476
|
+
margin-top:0.25rem
|
6621
6477
|
}
|
6622
6478
|
|
6623
|
-
|
6624
|
-
margin-
|
6479
|
+
.-ml-20{
|
6480
|
+
margin-left:-5rem
|
6625
6481
|
}
|
6626
6482
|
|
6627
|
-
|
6628
|
-
margin-top
|
6483
|
+
.-mt-12{
|
6484
|
+
margin-top:-3rem
|
6485
|
+
}
|
6486
|
+
|
6487
|
+
.-ml-10{
|
6488
|
+
margin-left:-2.5rem
|
6489
|
+
}
|
6490
|
+
|
6491
|
+
.-mt-24{
|
6492
|
+
margin-top:-6rem
|
6493
|
+
}
|
6494
|
+
|
6495
|
+
.ml-8{
|
6496
|
+
margin-left:2rem
|
6497
|
+
}
|
6498
|
+
|
6499
|
+
.ml-20{
|
6500
|
+
margin-left:5rem
|
6501
|
+
}
|
6502
|
+
|
6503
|
+
.-mt-10{
|
6504
|
+
margin-top:-2.5rem
|
6629
6505
|
}
|
6630
6506
|
|
6631
6507
|
.mb-4{
|
@@ -6648,10 +6524,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6648
6524
|
margin-left:8.333333%
|
6649
6525
|
}
|
6650
6526
|
|
6651
|
-
.ml-3{
|
6652
|
-
margin-left:0.75rem
|
6653
|
-
}
|
6654
|
-
|
6655
6527
|
.ml-4{
|
6656
6528
|
margin-left:1rem
|
6657
6529
|
}
|
@@ -6660,10 +6532,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6660
6532
|
margin-bottom:0.5rem
|
6661
6533
|
}
|
6662
6534
|
|
6663
|
-
.-mt-12{
|
6664
|
-
margin-top:-3rem
|
6665
|
-
}
|
6666
|
-
|
6667
6535
|
.ml-1\/2{
|
6668
6536
|
margin-left:50%
|
6669
6537
|
}
|
@@ -6728,10 +6596,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6728
6596
|
margin-bottom:0.25rem
|
6729
6597
|
}
|
6730
6598
|
|
6731
|
-
.-mt-9{
|
6732
|
-
margin-top:-2.25rem
|
6733
|
-
}
|
6734
|
-
|
6735
6599
|
.block{
|
6736
6600
|
display:block
|
6737
6601
|
}
|
@@ -6768,10 +6632,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6768
6632
|
aspect-ratio:1 / 1
|
6769
6633
|
}
|
6770
6634
|
|
6771
|
-
.aspect-video{
|
6772
|
-
aspect-ratio:16 / 9
|
6773
|
-
}
|
6774
|
-
|
6775
6635
|
.h-36{
|
6776
6636
|
height:9rem
|
6777
6637
|
}
|
@@ -6808,6 +6668,18 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6808
6668
|
height:100%
|
6809
6669
|
}
|
6810
6670
|
|
6671
|
+
.h-40{
|
6672
|
+
height:10rem
|
6673
|
+
}
|
6674
|
+
|
6675
|
+
.h-20{
|
6676
|
+
height:5rem
|
6677
|
+
}
|
6678
|
+
|
6679
|
+
.h-8{
|
6680
|
+
height:2rem
|
6681
|
+
}
|
6682
|
+
|
6811
6683
|
.h-64{
|
6812
6684
|
height:16rem
|
6813
6685
|
}
|
@@ -6824,10 +6696,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6824
6696
|
height:4rem
|
6825
6697
|
}
|
6826
6698
|
|
6827
|
-
.h-8{
|
6828
|
-
height:2rem
|
6829
|
-
}
|
6830
|
-
|
6831
6699
|
.h-\[250px\]{
|
6832
6700
|
height:250px
|
6833
6701
|
}
|
@@ -6844,20 +6712,16 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6844
6712
|
height:2.5rem
|
6845
6713
|
}
|
6846
6714
|
|
6847
|
-
.h-20{
|
6848
|
-
height:5rem
|
6849
|
-
}
|
6850
|
-
|
6851
6715
|
.h-9{
|
6852
6716
|
height:2.25rem
|
6853
6717
|
}
|
6854
6718
|
|
6855
|
-
.max-h
|
6856
|
-
max-height:
|
6719
|
+
.max-h-\[42rem\]{
|
6720
|
+
max-height:42rem
|
6857
6721
|
}
|
6858
6722
|
|
6859
|
-
.max-h-
|
6860
|
-
max-height:
|
6723
|
+
.max-h-full{
|
6724
|
+
max-height:100%
|
6861
6725
|
}
|
6862
6726
|
|
6863
6727
|
.min-h-24{
|
@@ -6992,15 +6856,11 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6992
6856
|
flex-shrink:0
|
6993
6857
|
}
|
6994
6858
|
|
6995
|
-
.shrink-0{
|
6996
|
-
flex-shrink:0
|
6997
|
-
}
|
6998
|
-
|
6999
6859
|
.flex-grow-0{
|
7000
6860
|
flex-grow:0
|
7001
6861
|
}
|
7002
6862
|
|
7003
|
-
.grow{
|
6863
|
+
.flex-grow{
|
7004
6864
|
flex-grow:1
|
7005
6865
|
}
|
7006
6866
|
|
@@ -7055,26 +6915,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7055
6915
|
appearance:none
|
7056
6916
|
}
|
7057
6917
|
|
7058
|
-
.auto-cols-fr{
|
7059
|
-
grid-auto-columns:minmax(0, 1fr)
|
7060
|
-
}
|
7061
|
-
|
7062
|
-
.grid-flow-row{
|
7063
|
-
grid-auto-flow:row
|
7064
|
-
}
|
7065
|
-
|
7066
6918
|
.grid-cols-1{
|
7067
6919
|
grid-template-columns:repeat(1, minmax(0, 1fr))
|
7068
6920
|
}
|
7069
6921
|
|
7070
|
-
.grid-cols-6{
|
7071
|
-
grid-template-columns:repeat(6, minmax(0, 1fr))
|
7072
|
-
}
|
7073
|
-
|
7074
|
-
.grid-rows-1{
|
7075
|
-
grid-template-rows:repeat(1, minmax(0, 1fr))
|
7076
|
-
}
|
7077
|
-
|
7078
6922
|
.flex-row{
|
7079
6923
|
flex-direction:row
|
7080
6924
|
}
|
@@ -7155,6 +6999,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7155
6999
|
gap:1.5rem
|
7156
7000
|
}
|
7157
7001
|
|
7002
|
+
.gap-3{
|
7003
|
+
gap:0.75rem
|
7004
|
+
}
|
7005
|
+
|
7158
7006
|
.gap-1{
|
7159
7007
|
gap:0.25rem
|
7160
7008
|
}
|
@@ -7219,6 +7067,12 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7219
7067
|
margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
|
7220
7068
|
}
|
7221
7069
|
|
7070
|
+
.space-y-3 > :not([hidden]) ~ :not([hidden]){
|
7071
|
+
--tw-space-y-reverse:0;
|
7072
|
+
margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
|
7073
|
+
margin-bottom:calc(0.75rem * var(--tw-space-y-reverse))
|
7074
|
+
}
|
7075
|
+
|
7222
7076
|
.divide-y > :not([hidden]) ~ :not([hidden]){
|
7223
7077
|
--tw-divide-y-reverse:0;
|
7224
7078
|
border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
@@ -7304,6 +7158,16 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7304
7158
|
border-radius:1rem
|
7305
7159
|
}
|
7306
7160
|
|
7161
|
+
.rounded-r-md{
|
7162
|
+
border-top-right-radius:0.375rem;
|
7163
|
+
border-bottom-right-radius:0.375rem
|
7164
|
+
}
|
7165
|
+
|
7166
|
+
.rounded-l-md{
|
7167
|
+
border-top-left-radius:0.375rem;
|
7168
|
+
border-bottom-left-radius:0.375rem
|
7169
|
+
}
|
7170
|
+
|
7307
7171
|
.rounded-l{
|
7308
7172
|
border-top-left-radius:0.25rem;
|
7309
7173
|
border-bottom-left-radius:0.25rem
|
@@ -7318,6 +7182,11 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7318
7182
|
border-width:1px
|
7319
7183
|
}
|
7320
7184
|
|
7185
|
+
.border-y{
|
7186
|
+
border-top-width:1px;
|
7187
|
+
border-bottom-width:1px
|
7188
|
+
}
|
7189
|
+
|
7321
7190
|
.border-b-2{
|
7322
7191
|
border-bottom-width:2px
|
7323
7192
|
}
|
@@ -7469,7 +7338,8 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7469
7338
|
}
|
7470
7339
|
|
7471
7340
|
.border-primary-500{
|
7472
|
-
border-
|
7341
|
+
--tw-border-opacity:1;
|
7342
|
+
border-color:rgb(8 134 222 / var(--tw-border-opacity))
|
7473
7343
|
}
|
7474
7344
|
|
7475
7345
|
.border-red-600{
|
@@ -7487,6 +7357,11 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7487
7357
|
border-color:rgb(172 177 185 / var(--tw-border-opacity))
|
7488
7358
|
}
|
7489
7359
|
|
7360
|
+
.border-primary-300{
|
7361
|
+
--tw-border-opacity:1;
|
7362
|
+
border-color:rgb(107 182 235 / var(--tw-border-opacity))
|
7363
|
+
}
|
7364
|
+
|
7490
7365
|
.border-gray-600{
|
7491
7366
|
--tw-border-opacity:1;
|
7492
7367
|
border-color:rgb(94 100 110 / var(--tw-border-opacity))
|
@@ -7516,11 +7391,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7516
7391
|
border-color:rgb(203 213 225 / var(--tw-border-opacity))
|
7517
7392
|
}
|
7518
7393
|
|
7519
|
-
.border-gray-150{
|
7520
|
-
--tw-border-opacity:1;
|
7521
|
-
border-color:rgb(214 216 220 / var(--tw-border-opacity))
|
7522
|
-
}
|
7523
|
-
|
7524
7394
|
.bg-slate-500{
|
7525
7395
|
--tw-bg-opacity:1;
|
7526
7396
|
background-color:rgb(100 116 139 / var(--tw-bg-opacity))
|
@@ -7632,7 +7502,8 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7632
7502
|
}
|
7633
7503
|
|
7634
7504
|
.bg-primary-500{
|
7635
|
-
|
7505
|
+
--tw-bg-opacity:1;
|
7506
|
+
background-color:rgb(8 134 222 / var(--tw-bg-opacity))
|
7636
7507
|
}
|
7637
7508
|
|
7638
7509
|
.bg-red-600{
|
@@ -7650,8 +7521,9 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7650
7521
|
background-color:rgb(246 246 247 / var(--tw-bg-opacity))
|
7651
7522
|
}
|
7652
7523
|
|
7653
|
-
.bg-
|
7654
|
-
|
7524
|
+
.bg-gray-100{
|
7525
|
+
--tw-bg-opacity:1;
|
7526
|
+
background-color:rgb(227 229 232 / var(--tw-bg-opacity))
|
7655
7527
|
}
|
7656
7528
|
|
7657
7529
|
.bg-orange-700{
|
@@ -7659,14 +7531,14 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7659
7531
|
background-color:rgb(194 65 12 / var(--tw-bg-opacity))
|
7660
7532
|
}
|
7661
7533
|
|
7662
|
-
.bg-
|
7534
|
+
.bg-green-700{
|
7663
7535
|
--tw-bg-opacity:1;
|
7664
|
-
background-color:rgb(
|
7536
|
+
background-color:rgb(21 128 61 / var(--tw-bg-opacity))
|
7665
7537
|
}
|
7666
7538
|
|
7667
|
-
.bg-
|
7539
|
+
.bg-application{
|
7668
7540
|
--tw-bg-opacity:1;
|
7669
|
-
background-color:rgb(
|
7541
|
+
background-color:rgb(246 246 247 / var(--tw-bg-opacity))
|
7670
7542
|
}
|
7671
7543
|
|
7672
7544
|
.bg-red-400{
|
@@ -7689,10 +7561,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7689
7561
|
background-color:rgb(47 50 55 / var(--tw-bg-opacity))
|
7690
7562
|
}
|
7691
7563
|
|
7692
|
-
.bg-primary-100{
|
7693
|
-
background-color:rgb(var(--color-primary-100))
|
7694
|
-
}
|
7695
|
-
|
7696
7564
|
.bg-gray-50{
|
7697
7565
|
--tw-bg-opacity:1;
|
7698
7566
|
background-color:rgb(241 242 243 / var(--tw-bg-opacity))
|
@@ -7708,11 +7576,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7708
7576
|
background-color:rgb(94 100 110 / var(--tw-bg-opacity))
|
7709
7577
|
}
|
7710
7578
|
|
7711
|
-
.bg-slate-100{
|
7712
|
-
--tw-bg-opacity:1;
|
7713
|
-
background-color:rgb(241 245 249 / var(--tw-bg-opacity))
|
7714
|
-
}
|
7715
|
-
|
7716
7579
|
.bg-opacity-25{
|
7717
7580
|
--tw-bg-opacity:0.25
|
7718
7581
|
}
|
@@ -7753,10 +7616,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7753
7616
|
padding:0.25rem
|
7754
7617
|
}
|
7755
7618
|
|
7756
|
-
.p-1\.5{
|
7757
|
-
padding:0.375rem
|
7758
|
-
}
|
7759
|
-
|
7760
7619
|
.px-1{
|
7761
7620
|
padding-left:0.25rem;
|
7762
7621
|
padding-right:0.25rem
|
@@ -7802,6 +7661,11 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7802
7661
|
padding-right:0px
|
7803
7662
|
}
|
7804
7663
|
|
7664
|
+
.py-12{
|
7665
|
+
padding-top:3rem;
|
7666
|
+
padding-bottom:3rem
|
7667
|
+
}
|
7668
|
+
|
7805
7669
|
.py-4{
|
7806
7670
|
padding-top:1rem;
|
7807
7671
|
padding-bottom:1rem
|
@@ -7857,14 +7721,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7857
7721
|
padding-bottom:2rem
|
7858
7722
|
}
|
7859
7723
|
|
7860
|
-
.pt-4{
|
7861
|
-
padding-top:1rem
|
7862
|
-
}
|
7863
|
-
|
7864
|
-
.pb-8{
|
7865
|
-
padding-bottom:2rem
|
7866
|
-
}
|
7867
|
-
|
7868
7724
|
.pb-6{
|
7869
7725
|
padding-bottom:1.5rem
|
7870
7726
|
}
|
@@ -7893,6 +7749,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7893
7749
|
padding-top:0px
|
7894
7750
|
}
|
7895
7751
|
|
7752
|
+
.pt-4{
|
7753
|
+
padding-top:1rem
|
7754
|
+
}
|
7755
|
+
|
7896
7756
|
.pb-4{
|
7897
7757
|
padding-bottom:1rem
|
7898
7758
|
}
|
@@ -7956,16 +7816,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7956
7816
|
line-height:1.5rem
|
7957
7817
|
}
|
7958
7818
|
|
7959
|
-
.text-xl{
|
7960
|
-
font-size:1.25rem;
|
7961
|
-
line-height:1.75rem
|
7962
|
-
}
|
7963
|
-
|
7964
|
-
.text-xs{
|
7965
|
-
font-size:0.75rem;
|
7966
|
-
line-height:1rem
|
7967
|
-
}
|
7968
|
-
|
7969
7819
|
.text-3xl{
|
7970
7820
|
font-size:1.875rem;
|
7971
7821
|
line-height:2.25rem
|
@@ -7976,6 +7826,16 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7976
7826
|
line-height:1
|
7977
7827
|
}
|
7978
7828
|
|
7829
|
+
.text-xl{
|
7830
|
+
font-size:1.25rem;
|
7831
|
+
line-height:1.75rem
|
7832
|
+
}
|
7833
|
+
|
7834
|
+
.text-xs{
|
7835
|
+
font-size:0.75rem;
|
7836
|
+
line-height:1rem
|
7837
|
+
}
|
7838
|
+
|
7979
7839
|
.text-2xl{
|
7980
7840
|
font-size:1.5rem;
|
7981
7841
|
line-height:2rem
|
@@ -7985,6 +7845,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7985
7845
|
font-weight:600
|
7986
7846
|
}
|
7987
7847
|
|
7848
|
+
.font-medium{
|
7849
|
+
font-weight:500
|
7850
|
+
}
|
7851
|
+
|
7988
7852
|
.font-normal{
|
7989
7853
|
font-weight:400
|
7990
7854
|
}
|
@@ -7993,10 +7857,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7993
7857
|
font-weight:700
|
7994
7858
|
}
|
7995
7859
|
|
7996
|
-
.font-medium{
|
7997
|
-
font-weight:500
|
7998
|
-
}
|
7999
|
-
|
8000
7860
|
.uppercase{
|
8001
7861
|
text-transform:uppercase
|
8002
7862
|
}
|
@@ -8005,6 +7865,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8005
7865
|
text-transform:capitalize
|
8006
7866
|
}
|
8007
7867
|
|
7868
|
+
.italic{
|
7869
|
+
font-style:italic
|
7870
|
+
}
|
7871
|
+
|
8008
7872
|
.leading-6{
|
8009
7873
|
line-height:1.5rem
|
8010
7874
|
}
|
@@ -8140,7 +8004,8 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8140
8004
|
}
|
8141
8005
|
|
8142
8006
|
.text-primary-500{
|
8143
|
-
|
8007
|
+
--tw-text-opacity:1;
|
8008
|
+
color:rgb(8 134 222 / var(--tw-text-opacity))
|
8144
8009
|
}
|
8145
8010
|
|
8146
8011
|
.text-white{
|
@@ -8183,6 +8048,11 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8183
8048
|
color:rgb(0 0 0 / var(--tw-text-opacity))
|
8184
8049
|
}
|
8185
8050
|
|
8051
|
+
.\!text-blue-700{
|
8052
|
+
--tw-text-opacity:1 !important;
|
8053
|
+
color:rgb(5 80 133 / var(--tw-text-opacity)) !important
|
8054
|
+
}
|
8055
|
+
|
8186
8056
|
.text-slate-600{
|
8187
8057
|
--tw-text-opacity:1;
|
8188
8058
|
color:rgb(71 85 105 / var(--tw-text-opacity))
|
@@ -8203,6 +8073,11 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8203
8073
|
color:rgb(22 163 74 / var(--tw-text-opacity))
|
8204
8074
|
}
|
8205
8075
|
|
8076
|
+
.underline{
|
8077
|
+
-webkit-text-decoration-line:underline;
|
8078
|
+
text-decoration-line:underline
|
8079
|
+
}
|
8080
|
+
|
8206
8081
|
.no-underline{
|
8207
8082
|
-webkit-text-decoration-line:none;
|
8208
8083
|
text-decoration-line:none
|
@@ -8224,10 +8099,8 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8224
8099
|
opacity:1
|
8225
8100
|
}
|
8226
8101
|
|
8227
|
-
.
|
8228
|
-
|
8229
|
-
--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
|
8230
|
-
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
8102
|
+
.opacity-80{
|
8103
|
+
opacity:0.8
|
8231
8104
|
}
|
8232
8105
|
|
8233
8106
|
.shadow-panel{
|
@@ -8248,18 +8121,18 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8248
8121
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
8249
8122
|
}
|
8250
8123
|
|
8251
|
-
.shadow-context{
|
8252
|
-
--tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 0 25px -5px rgba(0, 0, 0, 0.1);
|
8253
|
-
--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 0 25px -5px var(--tw-shadow-color);
|
8254
|
-
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
8255
|
-
}
|
8256
|
-
|
8257
8124
|
.shadow{
|
8258
8125
|
--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
8259
8126
|
--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
8260
8127
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
8261
8128
|
}
|
8262
8129
|
|
8130
|
+
.shadow-context{
|
8131
|
+
--tw-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 0 25px -5px rgba(0, 0, 0, 0.1);
|
8132
|
+
--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 0 25px -5px var(--tw-shadow-color);
|
8133
|
+
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
8134
|
+
}
|
8135
|
+
|
8263
8136
|
.outline-none{
|
8264
8137
|
outline:2px solid transparent;
|
8265
8138
|
outline-offset:2px
|
@@ -8274,6 +8147,11 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8274
8147
|
filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
8275
8148
|
}
|
8276
8149
|
|
8150
|
+
.sepia{
|
8151
|
+
--tw-sepia:sepia(100%);
|
8152
|
+
filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
8153
|
+
}
|
8154
|
+
|
8277
8155
|
.filter{
|
8278
8156
|
filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
|
8279
8157
|
}
|
@@ -8377,7 +8255,8 @@ html, body{
|
|
8377
8255
|
}
|
8378
8256
|
|
8379
8257
|
.turbo-progress-bar{
|
8380
|
-
|
8258
|
+
--tw-bg-opacity:1;
|
8259
|
+
background-color:rgb(57 158 229 / var(--tw-bg-opacity))
|
8381
8260
|
}
|
8382
8261
|
|
8383
8262
|
body.os-mac .mac\:hidden {
|
@@ -8393,23 +8272,42 @@ trix-editor {
|
|
8393
8272
|
overflow-y: auto;
|
8394
8273
|
}
|
8395
8274
|
|
8396
|
-
.
|
8397
|
-
|
8398
|
-
|
8275
|
+
.scroll-shadows {
|
8276
|
+
background:
|
8277
|
+
/* Shadow Cover TOP */
|
8278
|
+
linear-gradient(
|
8279
|
+
#F6F6F7 30%,
|
8280
|
+
#F6F6F7
|
8281
|
+
) center top,
|
8282
|
+
|
8283
|
+
/* Shadow Cover BOTTOM */
|
8284
|
+
linear-gradient(
|
8285
|
+
#F6F6F7,
|
8286
|
+
#F6F6F7 70%
|
8287
|
+
) center bottom,
|
8288
|
+
|
8289
|
+
/* Shadow TOP */
|
8290
|
+
radial-gradient(
|
8291
|
+
farthest-side at 50% 0,
|
8292
|
+
rgba(0, 0, 0, 0.2),
|
8293
|
+
rgba(0, 0, 0, 0)
|
8294
|
+
) center top,
|
8295
|
+
|
8296
|
+
/* Shadow BOTTOM */
|
8297
|
+
radial-gradient(
|
8298
|
+
farthest-side at 50% 100%,
|
8299
|
+
rgba(0, 0, 0, 0.2),
|
8300
|
+
rgba(0, 0, 0, 0)
|
8301
|
+
) center bottom;
|
8302
|
+
background-repeat: no-repeat;
|
8303
|
+
background-size: 100% 34px, 100% 34px, 100% 14px, 100% 14px;
|
8304
|
+
background-attachment: local, local, scroll, scroll;
|
8399
8305
|
}
|
8400
8306
|
|
8401
8307
|
.checked\:block:checked{
|
8402
8308
|
display:block
|
8403
8309
|
}
|
8404
8310
|
|
8405
|
-
.checked\:bg-primary-400:checked{
|
8406
|
-
background-color:rgb(var(--color-primary-400))
|
8407
|
-
}
|
8408
|
-
|
8409
|
-
.focus-within\:border-primary-500:focus-within{
|
8410
|
-
border-color:rgb(var(--color-primary-500))
|
8411
|
-
}
|
8412
|
-
|
8413
8311
|
.hover\:z-\[21\]:hover{
|
8414
8312
|
z-index:21
|
8415
8313
|
}
|
@@ -8525,12 +8423,8 @@ trix-editor {
|
|
8525
8423
|
}
|
8526
8424
|
|
8527
8425
|
.hover\:border-primary-600:hover{
|
8528
|
-
border-
|
8529
|
-
|
8530
|
-
|
8531
|
-
.hover\:bg-slate-600:hover{
|
8532
|
-
--tw-bg-opacity:1;
|
8533
|
-
background-color:rgb(71 85 105 / var(--tw-bg-opacity))
|
8426
|
+
--tw-border-opacity:1;
|
8427
|
+
border-color:rgb(6 107 178 / var(--tw-border-opacity))
|
8534
8428
|
}
|
8535
8429
|
|
8536
8430
|
.hover\:bg-slate-100:hover{
|
@@ -8538,9 +8432,9 @@ trix-editor {
|
|
8538
8432
|
background-color:rgb(241 245 249 / var(--tw-bg-opacity))
|
8539
8433
|
}
|
8540
8434
|
|
8541
|
-
.hover\:bg-
|
8435
|
+
.hover\:bg-slate-600:hover{
|
8542
8436
|
--tw-bg-opacity:1;
|
8543
|
-
background-color:rgb(
|
8437
|
+
background-color:rgb(71 85 105 / var(--tw-bg-opacity))
|
8544
8438
|
}
|
8545
8439
|
|
8546
8440
|
.hover\:bg-gray-100:hover{
|
@@ -8548,9 +8442,9 @@ trix-editor {
|
|
8548
8442
|
background-color:rgb(227 229 232 / var(--tw-bg-opacity))
|
8549
8443
|
}
|
8550
8444
|
|
8551
|
-
.hover\:bg-
|
8445
|
+
.hover\:bg-gray-600:hover{
|
8552
8446
|
--tw-bg-opacity:1;
|
8553
|
-
background-color:rgb(
|
8447
|
+
background-color:rgb(94 100 110 / var(--tw-bg-opacity))
|
8554
8448
|
}
|
8555
8449
|
|
8556
8450
|
.hover\:bg-zinc-100:hover{
|
@@ -8558,9 +8452,9 @@ trix-editor {
|
|
8558
8452
|
background-color:rgb(244 244 245 / var(--tw-bg-opacity))
|
8559
8453
|
}
|
8560
8454
|
|
8561
|
-
.hover\:bg-
|
8455
|
+
.hover\:bg-zinc-600:hover{
|
8562
8456
|
--tw-bg-opacity:1;
|
8563
|
-
background-color:rgb(82 82
|
8457
|
+
background-color:rgb(82 82 91 / var(--tw-bg-opacity))
|
8564
8458
|
}
|
8565
8459
|
|
8566
8460
|
.hover\:bg-neutral-100:hover{
|
@@ -8568,9 +8462,9 @@ trix-editor {
|
|
8568
8462
|
background-color:rgb(245 245 245 / var(--tw-bg-opacity))
|
8569
8463
|
}
|
8570
8464
|
|
8571
|
-
.hover\:bg-
|
8465
|
+
.hover\:bg-neutral-600:hover{
|
8572
8466
|
--tw-bg-opacity:1;
|
8573
|
-
background-color:rgb(
|
8467
|
+
background-color:rgb(82 82 82 / var(--tw-bg-opacity))
|
8574
8468
|
}
|
8575
8469
|
|
8576
8470
|
.hover\:bg-stone-100:hover{
|
@@ -8578,9 +8472,9 @@ trix-editor {
|
|
8578
8472
|
background-color:rgb(245 245 244 / var(--tw-bg-opacity))
|
8579
8473
|
}
|
8580
8474
|
|
8581
|
-
.hover\:bg-
|
8475
|
+
.hover\:bg-stone-600:hover{
|
8582
8476
|
--tw-bg-opacity:1;
|
8583
|
-
background-color:rgb(
|
8477
|
+
background-color:rgb(87 83 78 / var(--tw-bg-opacity))
|
8584
8478
|
}
|
8585
8479
|
|
8586
8480
|
.hover\:bg-red-100:hover{
|
@@ -8588,9 +8482,9 @@ trix-editor {
|
|
8588
8482
|
background-color:rgb(254 226 226 / var(--tw-bg-opacity))
|
8589
8483
|
}
|
8590
8484
|
|
8591
|
-
.hover\:bg-
|
8485
|
+
.hover\:bg-red-600:hover{
|
8592
8486
|
--tw-bg-opacity:1;
|
8593
|
-
background-color:rgb(
|
8487
|
+
background-color:rgb(220 38 38 / var(--tw-bg-opacity))
|
8594
8488
|
}
|
8595
8489
|
|
8596
8490
|
.hover\:bg-orange-100:hover{
|
@@ -8598,9 +8492,9 @@ trix-editor {
|
|
8598
8492
|
background-color:rgb(255 237 213 / var(--tw-bg-opacity))
|
8599
8493
|
}
|
8600
8494
|
|
8601
|
-
.hover\:bg-
|
8495
|
+
.hover\:bg-orange-600:hover{
|
8602
8496
|
--tw-bg-opacity:1;
|
8603
|
-
background-color:rgb(
|
8497
|
+
background-color:rgb(234 88 12 / var(--tw-bg-opacity))
|
8604
8498
|
}
|
8605
8499
|
|
8606
8500
|
.hover\:bg-amber-100:hover{
|
@@ -8608,9 +8502,9 @@ trix-editor {
|
|
8608
8502
|
background-color:rgb(254 243 199 / var(--tw-bg-opacity))
|
8609
8503
|
}
|
8610
8504
|
|
8611
|
-
.hover\:bg-
|
8505
|
+
.hover\:bg-amber-600:hover{
|
8612
8506
|
--tw-bg-opacity:1;
|
8613
|
-
background-color:rgb(
|
8507
|
+
background-color:rgb(217 119 6 / var(--tw-bg-opacity))
|
8614
8508
|
}
|
8615
8509
|
|
8616
8510
|
.hover\:bg-yellow-100:hover{
|
@@ -8618,9 +8512,9 @@ trix-editor {
|
|
8618
8512
|
background-color:rgb(254 249 195 / var(--tw-bg-opacity))
|
8619
8513
|
}
|
8620
8514
|
|
8621
|
-
.hover\:bg-
|
8515
|
+
.hover\:bg-yellow-600:hover{
|
8622
8516
|
--tw-bg-opacity:1;
|
8623
|
-
background-color:rgb(
|
8517
|
+
background-color:rgb(202 138 4 / var(--tw-bg-opacity))
|
8624
8518
|
}
|
8625
8519
|
|
8626
8520
|
.hover\:bg-lime-100:hover{
|
@@ -8628,9 +8522,9 @@ trix-editor {
|
|
8628
8522
|
background-color:rgb(236 252 203 / var(--tw-bg-opacity))
|
8629
8523
|
}
|
8630
8524
|
|
8631
|
-
.hover\:bg-
|
8525
|
+
.hover\:bg-lime-600:hover{
|
8632
8526
|
--tw-bg-opacity:1;
|
8633
|
-
background-color:rgb(
|
8527
|
+
background-color:rgb(101 163 13 / var(--tw-bg-opacity))
|
8634
8528
|
}
|
8635
8529
|
|
8636
8530
|
.hover\:bg-green-100:hover{
|
@@ -8638,9 +8532,9 @@ trix-editor {
|
|
8638
8532
|
background-color:rgb(220 252 231 / var(--tw-bg-opacity))
|
8639
8533
|
}
|
8640
8534
|
|
8641
|
-
.hover\:bg-
|
8535
|
+
.hover\:bg-green-600:hover{
|
8642
8536
|
--tw-bg-opacity:1;
|
8643
|
-
background-color:rgb(
|
8537
|
+
background-color:rgb(22 163 74 / var(--tw-bg-opacity))
|
8644
8538
|
}
|
8645
8539
|
|
8646
8540
|
.hover\:bg-emerald-100:hover{
|
@@ -8648,9 +8542,9 @@ trix-editor {
|
|
8648
8542
|
background-color:rgb(209 250 229 / var(--tw-bg-opacity))
|
8649
8543
|
}
|
8650
8544
|
|
8651
|
-
.hover\:bg-
|
8545
|
+
.hover\:bg-emerald-600:hover{
|
8652
8546
|
--tw-bg-opacity:1;
|
8653
|
-
background-color:rgb(
|
8547
|
+
background-color:rgb(5 150 105 / var(--tw-bg-opacity))
|
8654
8548
|
}
|
8655
8549
|
|
8656
8550
|
.hover\:bg-teal-100:hover{
|
@@ -8658,9 +8552,9 @@ trix-editor {
|
|
8658
8552
|
background-color:rgb(204 251 241 / var(--tw-bg-opacity))
|
8659
8553
|
}
|
8660
8554
|
|
8661
|
-
.hover\:bg-
|
8555
|
+
.hover\:bg-teal-600:hover{
|
8662
8556
|
--tw-bg-opacity:1;
|
8663
|
-
background-color:rgb(
|
8557
|
+
background-color:rgb(13 148 136 / var(--tw-bg-opacity))
|
8664
8558
|
}
|
8665
8559
|
|
8666
8560
|
.hover\:bg-cyan-100:hover{
|
@@ -8668,9 +8562,9 @@ trix-editor {
|
|
8668
8562
|
background-color:rgb(207 250 254 / var(--tw-bg-opacity))
|
8669
8563
|
}
|
8670
8564
|
|
8671
|
-
.hover\:bg-
|
8565
|
+
.hover\:bg-cyan-600:hover{
|
8672
8566
|
--tw-bg-opacity:1;
|
8673
|
-
background-color:rgb(
|
8567
|
+
background-color:rgb(8 145 178 / var(--tw-bg-opacity))
|
8674
8568
|
}
|
8675
8569
|
|
8676
8570
|
.hover\:bg-sky-100:hover{
|
@@ -8678,9 +8572,9 @@ trix-editor {
|
|
8678
8572
|
background-color:rgb(224 242 254 / var(--tw-bg-opacity))
|
8679
8573
|
}
|
8680
8574
|
|
8681
|
-
.hover\:bg-
|
8575
|
+
.hover\:bg-sky-600:hover{
|
8682
8576
|
--tw-bg-opacity:1;
|
8683
|
-
background-color:rgb(
|
8577
|
+
background-color:rgb(2 132 199 / var(--tw-bg-opacity))
|
8684
8578
|
}
|
8685
8579
|
|
8686
8580
|
.hover\:bg-blue-100:hover{
|
@@ -8688,9 +8582,9 @@ trix-editor {
|
|
8688
8582
|
background-color:rgb(206 231 248 / var(--tw-bg-opacity))
|
8689
8583
|
}
|
8690
8584
|
|
8691
|
-
.hover\:bg-
|
8585
|
+
.hover\:bg-blue-600:hover{
|
8692
8586
|
--tw-bg-opacity:1;
|
8693
|
-
background-color:rgb(
|
8587
|
+
background-color:rgb(6 107 178 / var(--tw-bg-opacity))
|
8694
8588
|
}
|
8695
8589
|
|
8696
8590
|
.hover\:bg-indigo-100:hover{
|
@@ -8698,9 +8592,9 @@ trix-editor {
|
|
8698
8592
|
background-color:rgb(224 231 255 / var(--tw-bg-opacity))
|
8699
8593
|
}
|
8700
8594
|
|
8701
|
-
.hover\:bg-
|
8595
|
+
.hover\:bg-indigo-600:hover{
|
8702
8596
|
--tw-bg-opacity:1;
|
8703
|
-
background-color:rgb(
|
8597
|
+
background-color:rgb(79 70 229 / var(--tw-bg-opacity))
|
8704
8598
|
}
|
8705
8599
|
|
8706
8600
|
.hover\:bg-violet-100:hover{
|
@@ -8708,9 +8602,9 @@ trix-editor {
|
|
8708
8602
|
background-color:rgb(237 233 254 / var(--tw-bg-opacity))
|
8709
8603
|
}
|
8710
8604
|
|
8711
|
-
.hover\:bg-
|
8605
|
+
.hover\:bg-violet-600:hover{
|
8712
8606
|
--tw-bg-opacity:1;
|
8713
|
-
background-color:rgb(
|
8607
|
+
background-color:rgb(124 58 237 / var(--tw-bg-opacity))
|
8714
8608
|
}
|
8715
8609
|
|
8716
8610
|
.hover\:bg-purple-100:hover{
|
@@ -8718,9 +8612,9 @@ trix-editor {
|
|
8718
8612
|
background-color:rgb(243 232 255 / var(--tw-bg-opacity))
|
8719
8613
|
}
|
8720
8614
|
|
8721
|
-
.hover\:bg-
|
8615
|
+
.hover\:bg-purple-600:hover{
|
8722
8616
|
--tw-bg-opacity:1;
|
8723
|
-
background-color:rgb(
|
8617
|
+
background-color:rgb(147 51 234 / var(--tw-bg-opacity))
|
8724
8618
|
}
|
8725
8619
|
|
8726
8620
|
.hover\:bg-fuchsia-100:hover{
|
@@ -8728,9 +8622,9 @@ trix-editor {
|
|
8728
8622
|
background-color:rgb(250 232 255 / var(--tw-bg-opacity))
|
8729
8623
|
}
|
8730
8624
|
|
8731
|
-
.hover\:bg-
|
8625
|
+
.hover\:bg-fuchsia-600:hover{
|
8732
8626
|
--tw-bg-opacity:1;
|
8733
|
-
background-color:rgb(
|
8627
|
+
background-color:rgb(192 38 211 / var(--tw-bg-opacity))
|
8734
8628
|
}
|
8735
8629
|
|
8736
8630
|
.hover\:bg-pink-100:hover{
|
@@ -8738,9 +8632,9 @@ trix-editor {
|
|
8738
8632
|
background-color:rgb(252 231 243 / var(--tw-bg-opacity))
|
8739
8633
|
}
|
8740
8634
|
|
8741
|
-
.hover\:bg-
|
8635
|
+
.hover\:bg-pink-600:hover{
|
8742
8636
|
--tw-bg-opacity:1;
|
8743
|
-
background-color:rgb(
|
8637
|
+
background-color:rgb(219 39 119 / var(--tw-bg-opacity))
|
8744
8638
|
}
|
8745
8639
|
|
8746
8640
|
.hover\:bg-rose-100:hover{
|
@@ -8748,16 +8642,24 @@ trix-editor {
|
|
8748
8642
|
background-color:rgb(255 228 230 / var(--tw-bg-opacity))
|
8749
8643
|
}
|
8750
8644
|
|
8751
|
-
.hover\:bg-
|
8752
|
-
|
8645
|
+
.hover\:bg-rose-600:hover{
|
8646
|
+
--tw-bg-opacity:1;
|
8647
|
+
background-color:rgb(225 29 72 / var(--tw-bg-opacity))
|
8753
8648
|
}
|
8754
8649
|
|
8755
8650
|
.hover\:bg-primary-100:hover{
|
8756
|
-
|
8651
|
+
--tw-bg-opacity:1;
|
8652
|
+
background-color:rgb(206 231 248 / var(--tw-bg-opacity))
|
8757
8653
|
}
|
8758
8654
|
|
8759
|
-
.hover\:bg-primary-
|
8760
|
-
|
8655
|
+
.hover\:bg-primary-600:hover{
|
8656
|
+
--tw-bg-opacity:1;
|
8657
|
+
background-color:rgb(6 107 178 / var(--tw-bg-opacity))
|
8658
|
+
}
|
8659
|
+
|
8660
|
+
.hover\:bg-blue-500:hover{
|
8661
|
+
--tw-bg-opacity:1;
|
8662
|
+
background-color:rgb(8 134 222 / var(--tw-bg-opacity))
|
8761
8663
|
}
|
8762
8664
|
|
8763
8665
|
.hover\:bg-gray-50:hover{
|
@@ -8770,6 +8672,11 @@ trix-editor {
|
|
8770
8672
|
color:rgb(117 125 138 / var(--tw-text-opacity))
|
8771
8673
|
}
|
8772
8674
|
|
8675
|
+
.hover\:text-gray-400:hover{
|
8676
|
+
--tw-text-opacity:1;
|
8677
|
+
color:rgb(145 151 161 / var(--tw-text-opacity))
|
8678
|
+
}
|
8679
|
+
|
8773
8680
|
.hover\:text-white:hover{
|
8774
8681
|
--tw-text-opacity:1;
|
8775
8682
|
color:rgb(255 255 255 / var(--tw-text-opacity))
|
@@ -8790,11 +8697,20 @@ trix-editor {
|
|
8790
8697
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
8791
8698
|
}
|
8792
8699
|
|
8700
|
+
.focus\:z-10:focus{
|
8701
|
+
z-index:10
|
8702
|
+
}
|
8703
|
+
|
8793
8704
|
.focus\:border-gray-600:focus{
|
8794
8705
|
--tw-border-opacity:1;
|
8795
8706
|
border-color:rgb(94 100 110 / var(--tw-border-opacity))
|
8796
8707
|
}
|
8797
8708
|
|
8709
|
+
.focus\:border-blue-300:focus{
|
8710
|
+
--tw-border-opacity:1;
|
8711
|
+
border-color:rgb(107 182 235 / var(--tw-border-opacity))
|
8712
|
+
}
|
8713
|
+
|
8798
8714
|
.focus\:border-gray-300:focus{
|
8799
8715
|
--tw-border-opacity:1;
|
8800
8716
|
border-color:rgb(172 177 185 / var(--tw-border-opacity))
|
@@ -8830,10 +8746,6 @@ trix-editor {
|
|
8830
8746
|
outline-offset:2px
|
8831
8747
|
}
|
8832
8748
|
|
8833
|
-
.focus\:checked\:\!bg-primary-400:checked:focus{
|
8834
|
-
background-color:rgb(var(--color-primary-400)) !important
|
8835
|
-
}
|
8836
|
-
|
8837
8749
|
.focus-visible\:ring-0:focus-visible{
|
8838
8750
|
--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
8839
8751
|
--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
@@ -8850,19 +8762,14 @@ trix-editor {
|
|
8850
8762
|
transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
|
8851
8763
|
}
|
8852
8764
|
|
8853
|
-
.active\:border-slate-600:active{
|
8854
|
-
--tw-border-opacity:1;
|
8855
|
-
border-color:rgb(71 85 105 / var(--tw-border-opacity))
|
8856
|
-
}
|
8857
|
-
|
8858
8765
|
.active\:border-slate-500:active{
|
8859
8766
|
--tw-border-opacity:1;
|
8860
8767
|
border-color:rgb(100 116 139 / var(--tw-border-opacity))
|
8861
8768
|
}
|
8862
8769
|
|
8863
|
-
.active\:border-
|
8770
|
+
.active\:border-slate-700:active{
|
8864
8771
|
--tw-border-opacity:1;
|
8865
|
-
border-color:rgb(
|
8772
|
+
border-color:rgb(51 65 85 / var(--tw-border-opacity))
|
8866
8773
|
}
|
8867
8774
|
|
8868
8775
|
.active\:border-gray-500:active{
|
@@ -8870,9 +8777,9 @@ trix-editor {
|
|
8870
8777
|
border-color:rgb(117 125 138 / var(--tw-border-opacity))
|
8871
8778
|
}
|
8872
8779
|
|
8873
|
-
.active\:border-
|
8780
|
+
.active\:border-gray-700:active{
|
8874
8781
|
--tw-border-opacity:1;
|
8875
|
-
border-color:rgb(
|
8782
|
+
border-color:rgb(70 75 83 / var(--tw-border-opacity))
|
8876
8783
|
}
|
8877
8784
|
|
8878
8785
|
.active\:border-zinc-500:active{
|
@@ -8880,9 +8787,9 @@ trix-editor {
|
|
8880
8787
|
border-color:rgb(113 113 122 / var(--tw-border-opacity))
|
8881
8788
|
}
|
8882
8789
|
|
8883
|
-
.active\:border-
|
8790
|
+
.active\:border-zinc-700:active{
|
8884
8791
|
--tw-border-opacity:1;
|
8885
|
-
border-color:rgb(
|
8792
|
+
border-color:rgb(63 63 70 / var(--tw-border-opacity))
|
8886
8793
|
}
|
8887
8794
|
|
8888
8795
|
.active\:border-neutral-500:active{
|
@@ -8890,9 +8797,9 @@ trix-editor {
|
|
8890
8797
|
border-color:rgb(115 115 115 / var(--tw-border-opacity))
|
8891
8798
|
}
|
8892
8799
|
|
8893
|
-
.active\:border-
|
8800
|
+
.active\:border-neutral-700:active{
|
8894
8801
|
--tw-border-opacity:1;
|
8895
|
-
border-color:rgb(
|
8802
|
+
border-color:rgb(64 64 64 / var(--tw-border-opacity))
|
8896
8803
|
}
|
8897
8804
|
|
8898
8805
|
.active\:border-stone-500:active{
|
@@ -8900,9 +8807,9 @@ trix-editor {
|
|
8900
8807
|
border-color:rgb(120 113 108 / var(--tw-border-opacity))
|
8901
8808
|
}
|
8902
8809
|
|
8903
|
-
.active\:border-
|
8810
|
+
.active\:border-stone-700:active{
|
8904
8811
|
--tw-border-opacity:1;
|
8905
|
-
border-color:rgb(
|
8812
|
+
border-color:rgb(68 64 60 / var(--tw-border-opacity))
|
8906
8813
|
}
|
8907
8814
|
|
8908
8815
|
.active\:border-red-500:active{
|
@@ -8910,9 +8817,9 @@ trix-editor {
|
|
8910
8817
|
border-color:rgb(239 68 68 / var(--tw-border-opacity))
|
8911
8818
|
}
|
8912
8819
|
|
8913
|
-
.active\:border-
|
8820
|
+
.active\:border-red-700:active{
|
8914
8821
|
--tw-border-opacity:1;
|
8915
|
-
border-color:rgb(
|
8822
|
+
border-color:rgb(185 28 28 / var(--tw-border-opacity))
|
8916
8823
|
}
|
8917
8824
|
|
8918
8825
|
.active\:border-orange-500:active{
|
@@ -8920,9 +8827,9 @@ trix-editor {
|
|
8920
8827
|
border-color:rgb(249 115 22 / var(--tw-border-opacity))
|
8921
8828
|
}
|
8922
8829
|
|
8923
|
-
.active\:border-
|
8830
|
+
.active\:border-orange-700:active{
|
8924
8831
|
--tw-border-opacity:1;
|
8925
|
-
border-color:rgb(
|
8832
|
+
border-color:rgb(194 65 12 / var(--tw-border-opacity))
|
8926
8833
|
}
|
8927
8834
|
|
8928
8835
|
.active\:border-amber-500:active{
|
@@ -8930,9 +8837,9 @@ trix-editor {
|
|
8930
8837
|
border-color:rgb(245 158 11 / var(--tw-border-opacity))
|
8931
8838
|
}
|
8932
8839
|
|
8933
|
-
.active\:border-
|
8840
|
+
.active\:border-amber-700:active{
|
8934
8841
|
--tw-border-opacity:1;
|
8935
|
-
border-color:rgb(
|
8842
|
+
border-color:rgb(180 83 9 / var(--tw-border-opacity))
|
8936
8843
|
}
|
8937
8844
|
|
8938
8845
|
.active\:border-yellow-500:active{
|
@@ -8940,9 +8847,9 @@ trix-editor {
|
|
8940
8847
|
border-color:rgb(234 179 8 / var(--tw-border-opacity))
|
8941
8848
|
}
|
8942
8849
|
|
8943
|
-
.active\:border-
|
8850
|
+
.active\:border-yellow-700:active{
|
8944
8851
|
--tw-border-opacity:1;
|
8945
|
-
border-color:rgb(
|
8852
|
+
border-color:rgb(161 98 7 / var(--tw-border-opacity))
|
8946
8853
|
}
|
8947
8854
|
|
8948
8855
|
.active\:border-lime-500:active{
|
@@ -8950,9 +8857,9 @@ trix-editor {
|
|
8950
8857
|
border-color:rgb(132 204 22 / var(--tw-border-opacity))
|
8951
8858
|
}
|
8952
8859
|
|
8953
|
-
.active\:border-
|
8860
|
+
.active\:border-lime-700:active{
|
8954
8861
|
--tw-border-opacity:1;
|
8955
|
-
border-color:rgb(
|
8862
|
+
border-color:rgb(77 124 15 / var(--tw-border-opacity))
|
8956
8863
|
}
|
8957
8864
|
|
8958
8865
|
.active\:border-green-500:active{
|
@@ -8960,9 +8867,9 @@ trix-editor {
|
|
8960
8867
|
border-color:rgb(34 197 94 / var(--tw-border-opacity))
|
8961
8868
|
}
|
8962
8869
|
|
8963
|
-
.active\:border-
|
8870
|
+
.active\:border-green-700:active{
|
8964
8871
|
--tw-border-opacity:1;
|
8965
|
-
border-color:rgb(
|
8872
|
+
border-color:rgb(21 128 61 / var(--tw-border-opacity))
|
8966
8873
|
}
|
8967
8874
|
|
8968
8875
|
.active\:border-emerald-500:active{
|
@@ -8970,9 +8877,9 @@ trix-editor {
|
|
8970
8877
|
border-color:rgb(16 185 129 / var(--tw-border-opacity))
|
8971
8878
|
}
|
8972
8879
|
|
8973
|
-
.active\:border-
|
8880
|
+
.active\:border-emerald-700:active{
|
8974
8881
|
--tw-border-opacity:1;
|
8975
|
-
border-color:rgb(
|
8882
|
+
border-color:rgb(4 120 87 / var(--tw-border-opacity))
|
8976
8883
|
}
|
8977
8884
|
|
8978
8885
|
.active\:border-teal-500:active{
|
@@ -8980,9 +8887,9 @@ trix-editor {
|
|
8980
8887
|
border-color:rgb(20 184 166 / var(--tw-border-opacity))
|
8981
8888
|
}
|
8982
8889
|
|
8983
|
-
.active\:border-
|
8890
|
+
.active\:border-teal-700:active{
|
8984
8891
|
--tw-border-opacity:1;
|
8985
|
-
border-color:rgb(
|
8892
|
+
border-color:rgb(15 118 110 / var(--tw-border-opacity))
|
8986
8893
|
}
|
8987
8894
|
|
8988
8895
|
.active\:border-cyan-500:active{
|
@@ -8990,9 +8897,9 @@ trix-editor {
|
|
8990
8897
|
border-color:rgb(6 182 212 / var(--tw-border-opacity))
|
8991
8898
|
}
|
8992
8899
|
|
8993
|
-
.active\:border-
|
8900
|
+
.active\:border-cyan-700:active{
|
8994
8901
|
--tw-border-opacity:1;
|
8995
|
-
border-color:rgb(
|
8902
|
+
border-color:rgb(14 116 144 / var(--tw-border-opacity))
|
8996
8903
|
}
|
8997
8904
|
|
8998
8905
|
.active\:border-sky-500:active{
|
@@ -9000,9 +8907,9 @@ trix-editor {
|
|
9000
8907
|
border-color:rgb(14 165 233 / var(--tw-border-opacity))
|
9001
8908
|
}
|
9002
8909
|
|
9003
|
-
.active\:border-
|
8910
|
+
.active\:border-sky-700:active{
|
9004
8911
|
--tw-border-opacity:1;
|
9005
|
-
border-color:rgb(
|
8912
|
+
border-color:rgb(3 105 161 / var(--tw-border-opacity))
|
9006
8913
|
}
|
9007
8914
|
|
9008
8915
|
.active\:border-blue-500:active{
|
@@ -9010,9 +8917,9 @@ trix-editor {
|
|
9010
8917
|
border-color:rgb(8 134 222 / var(--tw-border-opacity))
|
9011
8918
|
}
|
9012
8919
|
|
9013
|
-
.active\:border-
|
8920
|
+
.active\:border-blue-700:active{
|
9014
8921
|
--tw-border-opacity:1;
|
9015
|
-
border-color:rgb(
|
8922
|
+
border-color:rgb(5 80 133 / var(--tw-border-opacity))
|
9016
8923
|
}
|
9017
8924
|
|
9018
8925
|
.active\:border-indigo-500:active{
|
@@ -9020,9 +8927,9 @@ trix-editor {
|
|
9020
8927
|
border-color:rgb(99 102 241 / var(--tw-border-opacity))
|
9021
8928
|
}
|
9022
8929
|
|
9023
|
-
.active\:border-
|
8930
|
+
.active\:border-indigo-700:active{
|
9024
8931
|
--tw-border-opacity:1;
|
9025
|
-
border-color:rgb(
|
8932
|
+
border-color:rgb(67 56 202 / var(--tw-border-opacity))
|
9026
8933
|
}
|
9027
8934
|
|
9028
8935
|
.active\:border-violet-500:active{
|
@@ -9030,9 +8937,9 @@ trix-editor {
|
|
9030
8937
|
border-color:rgb(139 92 246 / var(--tw-border-opacity))
|
9031
8938
|
}
|
9032
8939
|
|
9033
|
-
.active\:border-
|
8940
|
+
.active\:border-violet-700:active{
|
9034
8941
|
--tw-border-opacity:1;
|
9035
|
-
border-color:rgb(
|
8942
|
+
border-color:rgb(109 40 217 / var(--tw-border-opacity))
|
9036
8943
|
}
|
9037
8944
|
|
9038
8945
|
.active\:border-purple-500:active{
|
@@ -9040,9 +8947,9 @@ trix-editor {
|
|
9040
8947
|
border-color:rgb(168 85 247 / var(--tw-border-opacity))
|
9041
8948
|
}
|
9042
8949
|
|
9043
|
-
.active\:border-
|
8950
|
+
.active\:border-purple-700:active{
|
9044
8951
|
--tw-border-opacity:1;
|
9045
|
-
border-color:rgb(
|
8952
|
+
border-color:rgb(126 34 206 / var(--tw-border-opacity))
|
9046
8953
|
}
|
9047
8954
|
|
9048
8955
|
.active\:border-fuchsia-500:active{
|
@@ -9050,9 +8957,9 @@ trix-editor {
|
|
9050
8957
|
border-color:rgb(217 70 239 / var(--tw-border-opacity))
|
9051
8958
|
}
|
9052
8959
|
|
9053
|
-
.active\:border-
|
8960
|
+
.active\:border-fuchsia-700:active{
|
9054
8961
|
--tw-border-opacity:1;
|
9055
|
-
border-color:rgb(
|
8962
|
+
border-color:rgb(162 28 175 / var(--tw-border-opacity))
|
9056
8963
|
}
|
9057
8964
|
|
9058
8965
|
.active\:border-pink-500:active{
|
@@ -9060,9 +8967,9 @@ trix-editor {
|
|
9060
8967
|
border-color:rgb(236 72 153 / var(--tw-border-opacity))
|
9061
8968
|
}
|
9062
8969
|
|
9063
|
-
.active\:border-
|
8970
|
+
.active\:border-pink-700:active{
|
9064
8971
|
--tw-border-opacity:1;
|
9065
|
-
border-color:rgb(
|
8972
|
+
border-color:rgb(190 24 93 / var(--tw-border-opacity))
|
9066
8973
|
}
|
9067
8974
|
|
9068
8975
|
.active\:border-rose-500:active{
|
@@ -9070,12 +8977,24 @@ trix-editor {
|
|
9070
8977
|
border-color:rgb(244 63 94 / var(--tw-border-opacity))
|
9071
8978
|
}
|
9072
8979
|
|
9073
|
-
.active\:border-
|
9074
|
-
border-
|
8980
|
+
.active\:border-rose-700:active{
|
8981
|
+
--tw-border-opacity:1;
|
8982
|
+
border-color:rgb(190 18 60 / var(--tw-border-opacity))
|
9075
8983
|
}
|
9076
8984
|
|
9077
8985
|
.active\:border-primary-500:active{
|
9078
|
-
border-
|
8986
|
+
--tw-border-opacity:1;
|
8987
|
+
border-color:rgb(8 134 222 / var(--tw-border-opacity))
|
8988
|
+
}
|
8989
|
+
|
8990
|
+
.active\:border-primary-700:active{
|
8991
|
+
--tw-border-opacity:1;
|
8992
|
+
border-color:rgb(5 80 133 / var(--tw-border-opacity))
|
8993
|
+
}
|
8994
|
+
|
8995
|
+
.active\:bg-slate-100:active{
|
8996
|
+
--tw-bg-opacity:1;
|
8997
|
+
background-color:rgb(241 245 249 / var(--tw-bg-opacity))
|
9079
8998
|
}
|
9080
8999
|
|
9081
9000
|
.active\:bg-slate-600:active{
|
@@ -9083,9 +9002,9 @@ trix-editor {
|
|
9083
9002
|
background-color:rgb(71 85 105 / var(--tw-bg-opacity))
|
9084
9003
|
}
|
9085
9004
|
|
9086
|
-
.active\:bg-
|
9005
|
+
.active\:bg-gray-100:active{
|
9087
9006
|
--tw-bg-opacity:1;
|
9088
|
-
background-color:rgb(
|
9007
|
+
background-color:rgb(227 229 232 / var(--tw-bg-opacity))
|
9089
9008
|
}
|
9090
9009
|
|
9091
9010
|
.active\:bg-gray-600:active{
|
@@ -9093,9 +9012,9 @@ trix-editor {
|
|
9093
9012
|
background-color:rgb(94 100 110 / var(--tw-bg-opacity))
|
9094
9013
|
}
|
9095
9014
|
|
9096
|
-
.active\:bg-
|
9015
|
+
.active\:bg-zinc-100:active{
|
9097
9016
|
--tw-bg-opacity:1;
|
9098
|
-
background-color:rgb(
|
9017
|
+
background-color:rgb(244 244 245 / var(--tw-bg-opacity))
|
9099
9018
|
}
|
9100
9019
|
|
9101
9020
|
.active\:bg-zinc-600:active{
|
@@ -9103,9 +9022,9 @@ trix-editor {
|
|
9103
9022
|
background-color:rgb(82 82 91 / var(--tw-bg-opacity))
|
9104
9023
|
}
|
9105
9024
|
|
9106
|
-
.active\:bg-
|
9025
|
+
.active\:bg-neutral-100:active{
|
9107
9026
|
--tw-bg-opacity:1;
|
9108
|
-
background-color:rgb(
|
9027
|
+
background-color:rgb(245 245 245 / var(--tw-bg-opacity))
|
9109
9028
|
}
|
9110
9029
|
|
9111
9030
|
.active\:bg-neutral-600:active{
|
@@ -9113,9 +9032,9 @@ trix-editor {
|
|
9113
9032
|
background-color:rgb(82 82 82 / var(--tw-bg-opacity))
|
9114
9033
|
}
|
9115
9034
|
|
9116
|
-
.active\:bg-
|
9035
|
+
.active\:bg-stone-100:active{
|
9117
9036
|
--tw-bg-opacity:1;
|
9118
|
-
background-color:rgb(245 245
|
9037
|
+
background-color:rgb(245 245 244 / var(--tw-bg-opacity))
|
9119
9038
|
}
|
9120
9039
|
|
9121
9040
|
.active\:bg-stone-600:active{
|
@@ -9123,9 +9042,9 @@ trix-editor {
|
|
9123
9042
|
background-color:rgb(87 83 78 / var(--tw-bg-opacity))
|
9124
9043
|
}
|
9125
9044
|
|
9126
|
-
.active\:bg-
|
9045
|
+
.active\:bg-red-100:active{
|
9127
9046
|
--tw-bg-opacity:1;
|
9128
|
-
background-color:rgb(
|
9047
|
+
background-color:rgb(254 226 226 / var(--tw-bg-opacity))
|
9129
9048
|
}
|
9130
9049
|
|
9131
9050
|
.active\:bg-red-600:active{
|
@@ -9133,9 +9052,9 @@ trix-editor {
|
|
9133
9052
|
background-color:rgb(220 38 38 / var(--tw-bg-opacity))
|
9134
9053
|
}
|
9135
9054
|
|
9136
|
-
.active\:bg-
|
9055
|
+
.active\:bg-orange-100:active{
|
9137
9056
|
--tw-bg-opacity:1;
|
9138
|
-
background-color:rgb(
|
9057
|
+
background-color:rgb(255 237 213 / var(--tw-bg-opacity))
|
9139
9058
|
}
|
9140
9059
|
|
9141
9060
|
.active\:bg-orange-600:active{
|
@@ -9143,9 +9062,9 @@ trix-editor {
|
|
9143
9062
|
background-color:rgb(234 88 12 / var(--tw-bg-opacity))
|
9144
9063
|
}
|
9145
9064
|
|
9146
|
-
.active\:bg-
|
9065
|
+
.active\:bg-amber-100:active{
|
9147
9066
|
--tw-bg-opacity:1;
|
9148
|
-
background-color:rgb(
|
9067
|
+
background-color:rgb(254 243 199 / var(--tw-bg-opacity))
|
9149
9068
|
}
|
9150
9069
|
|
9151
9070
|
.active\:bg-amber-600:active{
|
@@ -9153,9 +9072,9 @@ trix-editor {
|
|
9153
9072
|
background-color:rgb(217 119 6 / var(--tw-bg-opacity))
|
9154
9073
|
}
|
9155
9074
|
|
9156
|
-
.active\:bg-
|
9075
|
+
.active\:bg-yellow-100:active{
|
9157
9076
|
--tw-bg-opacity:1;
|
9158
|
-
background-color:rgb(254
|
9077
|
+
background-color:rgb(254 249 195 / var(--tw-bg-opacity))
|
9159
9078
|
}
|
9160
9079
|
|
9161
9080
|
.active\:bg-yellow-600:active{
|
@@ -9163,9 +9082,9 @@ trix-editor {
|
|
9163
9082
|
background-color:rgb(202 138 4 / var(--tw-bg-opacity))
|
9164
9083
|
}
|
9165
9084
|
|
9166
|
-
.active\:bg-
|
9085
|
+
.active\:bg-lime-100:active{
|
9167
9086
|
--tw-bg-opacity:1;
|
9168
|
-
background-color:rgb(
|
9087
|
+
background-color:rgb(236 252 203 / var(--tw-bg-opacity))
|
9169
9088
|
}
|
9170
9089
|
|
9171
9090
|
.active\:bg-lime-600:active{
|
@@ -9173,9 +9092,9 @@ trix-editor {
|
|
9173
9092
|
background-color:rgb(101 163 13 / var(--tw-bg-opacity))
|
9174
9093
|
}
|
9175
9094
|
|
9176
|
-
.active\:bg-
|
9095
|
+
.active\:bg-green-100:active{
|
9177
9096
|
--tw-bg-opacity:1;
|
9178
|
-
background-color:rgb(
|
9097
|
+
background-color:rgb(220 252 231 / var(--tw-bg-opacity))
|
9179
9098
|
}
|
9180
9099
|
|
9181
9100
|
.active\:bg-green-600:active{
|
@@ -9183,9 +9102,9 @@ trix-editor {
|
|
9183
9102
|
background-color:rgb(22 163 74 / var(--tw-bg-opacity))
|
9184
9103
|
}
|
9185
9104
|
|
9186
|
-
.active\:bg-
|
9105
|
+
.active\:bg-emerald-100:active{
|
9187
9106
|
--tw-bg-opacity:1;
|
9188
|
-
background-color:rgb(
|
9107
|
+
background-color:rgb(209 250 229 / var(--tw-bg-opacity))
|
9189
9108
|
}
|
9190
9109
|
|
9191
9110
|
.active\:bg-emerald-600:active{
|
@@ -9193,9 +9112,9 @@ trix-editor {
|
|
9193
9112
|
background-color:rgb(5 150 105 / var(--tw-bg-opacity))
|
9194
9113
|
}
|
9195
9114
|
|
9196
|
-
.active\:bg-
|
9115
|
+
.active\:bg-teal-100:active{
|
9197
9116
|
--tw-bg-opacity:1;
|
9198
|
-
background-color:rgb(
|
9117
|
+
background-color:rgb(204 251 241 / var(--tw-bg-opacity))
|
9199
9118
|
}
|
9200
9119
|
|
9201
9120
|
.active\:bg-teal-600:active{
|
@@ -9203,9 +9122,9 @@ trix-editor {
|
|
9203
9122
|
background-color:rgb(13 148 136 / var(--tw-bg-opacity))
|
9204
9123
|
}
|
9205
9124
|
|
9206
|
-
.active\:bg-
|
9125
|
+
.active\:bg-cyan-100:active{
|
9207
9126
|
--tw-bg-opacity:1;
|
9208
|
-
background-color:rgb(
|
9127
|
+
background-color:rgb(207 250 254 / var(--tw-bg-opacity))
|
9209
9128
|
}
|
9210
9129
|
|
9211
9130
|
.active\:bg-cyan-600:active{
|
@@ -9213,9 +9132,9 @@ trix-editor {
|
|
9213
9132
|
background-color:rgb(8 145 178 / var(--tw-bg-opacity))
|
9214
9133
|
}
|
9215
9134
|
|
9216
|
-
.active\:bg-
|
9135
|
+
.active\:bg-sky-100:active{
|
9217
9136
|
--tw-bg-opacity:1;
|
9218
|
-
background-color:rgb(
|
9137
|
+
background-color:rgb(224 242 254 / var(--tw-bg-opacity))
|
9219
9138
|
}
|
9220
9139
|
|
9221
9140
|
.active\:bg-sky-600:active{
|
@@ -9223,9 +9142,9 @@ trix-editor {
|
|
9223
9142
|
background-color:rgb(2 132 199 / var(--tw-bg-opacity))
|
9224
9143
|
}
|
9225
9144
|
|
9226
|
-
.active\:bg-
|
9145
|
+
.active\:bg-blue-100:active{
|
9227
9146
|
--tw-bg-opacity:1;
|
9228
|
-
background-color:rgb(
|
9147
|
+
background-color:rgb(206 231 248 / var(--tw-bg-opacity))
|
9229
9148
|
}
|
9230
9149
|
|
9231
9150
|
.active\:bg-blue-600:active{
|
@@ -9233,9 +9152,9 @@ trix-editor {
|
|
9233
9152
|
background-color:rgb(6 107 178 / var(--tw-bg-opacity))
|
9234
9153
|
}
|
9235
9154
|
|
9236
|
-
.active\:bg-
|
9155
|
+
.active\:bg-indigo-100:active{
|
9237
9156
|
--tw-bg-opacity:1;
|
9238
|
-
background-color:rgb(
|
9157
|
+
background-color:rgb(224 231 255 / var(--tw-bg-opacity))
|
9239
9158
|
}
|
9240
9159
|
|
9241
9160
|
.active\:bg-indigo-600:active{
|
@@ -9243,9 +9162,9 @@ trix-editor {
|
|
9243
9162
|
background-color:rgb(79 70 229 / var(--tw-bg-opacity))
|
9244
9163
|
}
|
9245
9164
|
|
9246
|
-
.active\:bg-
|
9165
|
+
.active\:bg-violet-100:active{
|
9247
9166
|
--tw-bg-opacity:1;
|
9248
|
-
background-color:rgb(
|
9167
|
+
background-color:rgb(237 233 254 / var(--tw-bg-opacity))
|
9249
9168
|
}
|
9250
9169
|
|
9251
9170
|
.active\:bg-violet-600:active{
|
@@ -9253,9 +9172,9 @@ trix-editor {
|
|
9253
9172
|
background-color:rgb(124 58 237 / var(--tw-bg-opacity))
|
9254
9173
|
}
|
9255
9174
|
|
9256
|
-
.active\:bg-
|
9175
|
+
.active\:bg-purple-100:active{
|
9257
9176
|
--tw-bg-opacity:1;
|
9258
|
-
background-color:rgb(
|
9177
|
+
background-color:rgb(243 232 255 / var(--tw-bg-opacity))
|
9259
9178
|
}
|
9260
9179
|
|
9261
9180
|
.active\:bg-purple-600:active{
|
@@ -9263,9 +9182,9 @@ trix-editor {
|
|
9263
9182
|
background-color:rgb(147 51 234 / var(--tw-bg-opacity))
|
9264
9183
|
}
|
9265
9184
|
|
9266
|
-
.active\:bg-
|
9185
|
+
.active\:bg-fuchsia-100:active{
|
9267
9186
|
--tw-bg-opacity:1;
|
9268
|
-
background-color:rgb(
|
9187
|
+
background-color:rgb(250 232 255 / var(--tw-bg-opacity))
|
9269
9188
|
}
|
9270
9189
|
|
9271
9190
|
.active\:bg-fuchsia-600:active{
|
@@ -9273,9 +9192,9 @@ trix-editor {
|
|
9273
9192
|
background-color:rgb(192 38 211 / var(--tw-bg-opacity))
|
9274
9193
|
}
|
9275
9194
|
|
9276
|
-
.active\:bg-
|
9195
|
+
.active\:bg-pink-100:active{
|
9277
9196
|
--tw-bg-opacity:1;
|
9278
|
-
background-color:rgb(
|
9197
|
+
background-color:rgb(252 231 243 / var(--tw-bg-opacity))
|
9279
9198
|
}
|
9280
9199
|
|
9281
9200
|
.active\:bg-pink-600:active{
|
@@ -9283,9 +9202,9 @@ trix-editor {
|
|
9283
9202
|
background-color:rgb(219 39 119 / var(--tw-bg-opacity))
|
9284
9203
|
}
|
9285
9204
|
|
9286
|
-
.active\:bg-
|
9205
|
+
.active\:bg-rose-100:active{
|
9287
9206
|
--tw-bg-opacity:1;
|
9288
|
-
background-color:rgb(
|
9207
|
+
background-color:rgb(255 228 230 / var(--tw-bg-opacity))
|
9289
9208
|
}
|
9290
9209
|
|
9291
9210
|
.active\:bg-rose-600:active{
|
@@ -9293,17 +9212,24 @@ trix-editor {
|
|
9293
9212
|
background-color:rgb(225 29 72 / var(--tw-bg-opacity))
|
9294
9213
|
}
|
9295
9214
|
|
9296
|
-
.active\:bg-
|
9215
|
+
.active\:bg-primary-100:active{
|
9297
9216
|
--tw-bg-opacity:1;
|
9298
|
-
background-color:rgb(
|
9217
|
+
background-color:rgb(206 231 248 / var(--tw-bg-opacity))
|
9299
9218
|
}
|
9300
9219
|
|
9301
9220
|
.active\:bg-primary-600:active{
|
9302
|
-
|
9221
|
+
--tw-bg-opacity:1;
|
9222
|
+
background-color:rgb(6 107 178 / var(--tw-bg-opacity))
|
9303
9223
|
}
|
9304
9224
|
|
9305
|
-
.active\:
|
9306
|
-
|
9225
|
+
.active\:text-gray-700:active{
|
9226
|
+
--tw-text-opacity:1;
|
9227
|
+
color:rgb(70 75 83 / var(--tw-text-opacity))
|
9228
|
+
}
|
9229
|
+
|
9230
|
+
.active\:text-gray-500:active{
|
9231
|
+
--tw-text-opacity:1;
|
9232
|
+
color:rgb(117 125 138 / var(--tw-text-opacity))
|
9307
9233
|
}
|
9308
9234
|
|
9309
9235
|
.active\:outline:active{
|
@@ -9318,188 +9244,96 @@ trix-editor {
|
|
9318
9244
|
outline-width:0px
|
9319
9245
|
}
|
9320
9246
|
|
9321
|
-
.active\:outline-slate-600:active{
|
9322
|
-
outline-color:#475569
|
9323
|
-
}
|
9324
|
-
|
9325
9247
|
.active\:outline-slate-500:active{
|
9326
9248
|
outline-color:#64748b
|
9327
9249
|
}
|
9328
9250
|
|
9329
|
-
.active\:outline-gray-600:active{
|
9330
|
-
outline-color:#5E646E
|
9331
|
-
}
|
9332
|
-
|
9333
9251
|
.active\:outline-gray-500:active{
|
9334
9252
|
outline-color:#757D8A
|
9335
9253
|
}
|
9336
9254
|
|
9337
|
-
.active\:outline-zinc-600:active{
|
9338
|
-
outline-color:#52525b
|
9339
|
-
}
|
9340
|
-
|
9341
9255
|
.active\:outline-zinc-500:active{
|
9342
9256
|
outline-color:#71717a
|
9343
9257
|
}
|
9344
9258
|
|
9345
|
-
.active\:outline-neutral-600:active{
|
9346
|
-
outline-color:#525252
|
9347
|
-
}
|
9348
|
-
|
9349
9259
|
.active\:outline-neutral-500:active{
|
9350
9260
|
outline-color:#737373
|
9351
9261
|
}
|
9352
9262
|
|
9353
|
-
.active\:outline-stone-600:active{
|
9354
|
-
outline-color:#57534e
|
9355
|
-
}
|
9356
|
-
|
9357
9263
|
.active\:outline-stone-500:active{
|
9358
9264
|
outline-color:#78716c
|
9359
9265
|
}
|
9360
9266
|
|
9361
|
-
.active\:outline-red-600:active{
|
9362
|
-
outline-color:#dc2626
|
9363
|
-
}
|
9364
|
-
|
9365
9267
|
.active\:outline-red-500:active{
|
9366
9268
|
outline-color:#ef4444
|
9367
9269
|
}
|
9368
9270
|
|
9369
|
-
.active\:outline-orange-600:active{
|
9370
|
-
outline-color:#ea580c
|
9371
|
-
}
|
9372
|
-
|
9373
9271
|
.active\:outline-orange-500:active{
|
9374
9272
|
outline-color:#f97316
|
9375
9273
|
}
|
9376
9274
|
|
9377
|
-
.active\:outline-amber-600:active{
|
9378
|
-
outline-color:#d97706
|
9379
|
-
}
|
9380
|
-
|
9381
9275
|
.active\:outline-amber-500:active{
|
9382
9276
|
outline-color:#f59e0b
|
9383
9277
|
}
|
9384
9278
|
|
9385
|
-
.active\:outline-yellow-600:active{
|
9386
|
-
outline-color:#ca8a04
|
9387
|
-
}
|
9388
|
-
|
9389
9279
|
.active\:outline-yellow-500:active{
|
9390
9280
|
outline-color:#eab308
|
9391
9281
|
}
|
9392
9282
|
|
9393
|
-
.active\:outline-lime-600:active{
|
9394
|
-
outline-color:#65a30d
|
9395
|
-
}
|
9396
|
-
|
9397
9283
|
.active\:outline-lime-500:active{
|
9398
9284
|
outline-color:#84cc16
|
9399
9285
|
}
|
9400
9286
|
|
9401
|
-
.active\:outline-green-600:active{
|
9402
|
-
outline-color:#16a34a
|
9403
|
-
}
|
9404
|
-
|
9405
9287
|
.active\:outline-green-500:active{
|
9406
9288
|
outline-color:#22c55e
|
9407
9289
|
}
|
9408
9290
|
|
9409
|
-
.active\:outline-emerald-600:active{
|
9410
|
-
outline-color:#059669
|
9411
|
-
}
|
9412
|
-
|
9413
9291
|
.active\:outline-emerald-500:active{
|
9414
9292
|
outline-color:#10b981
|
9415
9293
|
}
|
9416
9294
|
|
9417
|
-
.active\:outline-teal-600:active{
|
9418
|
-
outline-color:#0d9488
|
9419
|
-
}
|
9420
|
-
|
9421
9295
|
.active\:outline-teal-500:active{
|
9422
9296
|
outline-color:#14b8a6
|
9423
9297
|
}
|
9424
9298
|
|
9425
|
-
.active\:outline-cyan-600:active{
|
9426
|
-
outline-color:#0891b2
|
9427
|
-
}
|
9428
|
-
|
9429
9299
|
.active\:outline-cyan-500:active{
|
9430
9300
|
outline-color:#06b6d4
|
9431
9301
|
}
|
9432
9302
|
|
9433
|
-
.active\:outline-sky-600:active{
|
9434
|
-
outline-color:#0284c7
|
9435
|
-
}
|
9436
|
-
|
9437
9303
|
.active\:outline-sky-500:active{
|
9438
9304
|
outline-color:#0ea5e9
|
9439
9305
|
}
|
9440
9306
|
|
9441
|
-
.active\:outline-blue-600:active{
|
9442
|
-
outline-color:#066BB2
|
9443
|
-
}
|
9444
|
-
|
9445
9307
|
.active\:outline-blue-500:active{
|
9446
9308
|
outline-color:#0886DE
|
9447
9309
|
}
|
9448
9310
|
|
9449
|
-
.active\:outline-indigo-600:active{
|
9450
|
-
outline-color:#4f46e5
|
9451
|
-
}
|
9452
|
-
|
9453
9311
|
.active\:outline-indigo-500:active{
|
9454
9312
|
outline-color:#6366f1
|
9455
9313
|
}
|
9456
9314
|
|
9457
|
-
.active\:outline-violet-600:active{
|
9458
|
-
outline-color:#7c3aed
|
9459
|
-
}
|
9460
|
-
|
9461
9315
|
.active\:outline-violet-500:active{
|
9462
9316
|
outline-color:#8b5cf6
|
9463
9317
|
}
|
9464
9318
|
|
9465
|
-
.active\:outline-purple-600:active{
|
9466
|
-
outline-color:#9333ea
|
9467
|
-
}
|
9468
|
-
|
9469
9319
|
.active\:outline-purple-500:active{
|
9470
9320
|
outline-color:#a855f7
|
9471
9321
|
}
|
9472
9322
|
|
9473
|
-
.active\:outline-fuchsia-600:active{
|
9474
|
-
outline-color:#c026d3
|
9475
|
-
}
|
9476
|
-
|
9477
9323
|
.active\:outline-fuchsia-500:active{
|
9478
9324
|
outline-color:#d946ef
|
9479
9325
|
}
|
9480
9326
|
|
9481
|
-
.active\:outline-pink-600:active{
|
9482
|
-
outline-color:#db2777
|
9483
|
-
}
|
9484
|
-
|
9485
9327
|
.active\:outline-pink-500:active{
|
9486
9328
|
outline-color:#ec4899
|
9487
9329
|
}
|
9488
9330
|
|
9489
|
-
.active\:outline-rose-600:active{
|
9490
|
-
outline-color:#e11d48
|
9491
|
-
}
|
9492
|
-
|
9493
9331
|
.active\:outline-rose-500:active{
|
9494
9332
|
outline-color:#f43f5e
|
9495
9333
|
}
|
9496
9334
|
|
9497
|
-
.active\:outline-primary-600:active{
|
9498
|
-
outline-color:rgb(var(--color-primary-600))
|
9499
|
-
}
|
9500
|
-
|
9501
9335
|
.active\:outline-primary-500:active{
|
9502
|
-
outline-color
|
9336
|
+
outline-color:#0886DE
|
9503
9337
|
}
|
9504
9338
|
|
9505
9339
|
.disabled\:cursor-not-allowed:disabled{
|
@@ -9621,14 +9455,6 @@ trix-editor {
|
|
9621
9455
|
width:auto
|
9622
9456
|
}
|
9623
9457
|
|
9624
|
-
.sm\:w-2\/3{
|
9625
|
-
width:66.666667%
|
9626
|
-
}
|
9627
|
-
|
9628
|
-
.sm\:w-1\/3{
|
9629
|
-
width:33.333333%
|
9630
|
-
}
|
9631
|
-
|
9632
9458
|
.sm\:min-w-\[16rem\]{
|
9633
9459
|
min-width:16rem
|
9634
9460
|
}
|
@@ -9641,10 +9467,6 @@ trix-editor {
|
|
9641
9467
|
max-width:42rem
|
9642
9468
|
}
|
9643
9469
|
|
9644
|
-
.sm\:grid-flow-col{
|
9645
|
-
grid-auto-flow:column
|
9646
|
-
}
|
9647
|
-
|
9648
9470
|
.sm\:grid-cols-3{
|
9649
9471
|
grid-template-columns:repeat(3, minmax(0, 1fr))
|
9650
9472
|
}
|
@@ -9681,10 +9503,6 @@ trix-editor {
|
|
9681
9503
|
justify-content:space-between
|
9682
9504
|
}
|
9683
9505
|
|
9684
|
-
.sm\:gap-4{
|
9685
|
-
gap:1rem
|
9686
|
-
}
|
9687
|
-
|
9688
9506
|
.sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
|
9689
9507
|
--tw-space-x-reverse:0;
|
9690
9508
|
margin-right:calc(2rem * var(--tw-space-x-reverse));
|
@@ -9713,6 +9531,10 @@ trix-editor {
|
|
9713
9531
|
}
|
9714
9532
|
|
9715
9533
|
@media (min-width: 768px){
|
9534
|
+
.md\:inline-flex{
|
9535
|
+
display:inline-flex
|
9536
|
+
}
|
9537
|
+
|
9716
9538
|
.md\:h-14{
|
9717
9539
|
height:3.5rem
|
9718
9540
|
}
|
@@ -9750,8 +9572,9 @@ trix-editor {
|
|
9750
9572
|
padding-right:6rem
|
9751
9573
|
}
|
9752
9574
|
|
9753
|
-
.md\:
|
9754
|
-
padding-
|
9575
|
+
.md\:px-6{
|
9576
|
+
padding-left:1.5rem;
|
9577
|
+
padding-right:1.5rem
|
9755
9578
|
}
|
9756
9579
|
|
9757
9580
|
.md\:pt-0{
|
@@ -9794,10 +9617,6 @@ trix-editor {
|
|
9794
9617
|
width:50%
|
9795
9618
|
}
|
9796
9619
|
|
9797
|
-
.lg\:w-3\/4{
|
9798
|
-
width:75%
|
9799
|
-
}
|
9800
|
-
|
9801
9620
|
.lg\:grid-cols-3{
|
9802
9621
|
grid-template-columns:repeat(3, minmax(0, 1fr))
|
9803
9622
|
}
|
@@ -9852,14 +9671,14 @@ trix-editor {
|
|
9852
9671
|
margin-top:0px
|
9853
9672
|
}
|
9854
9673
|
|
9855
|
-
.xl\:w-64{
|
9856
|
-
width:16rem
|
9857
|
-
}
|
9858
|
-
|
9859
9674
|
.xl\:grid-cols-4{
|
9860
9675
|
grid-template-columns:repeat(4, minmax(0, 1fr))
|
9861
9676
|
}
|
9862
9677
|
|
9678
|
+
.xl\:grid-cols-3{
|
9679
|
+
grid-template-columns:repeat(3, minmax(0, 1fr))
|
9680
|
+
}
|
9681
|
+
|
9863
9682
|
.xl\:flex-row{
|
9864
9683
|
flex-direction:row
|
9865
9684
|
}
|
@@ -9918,4 +9737,8 @@ trix-editor {
|
|
9918
9737
|
.\32xl\:grid-cols-6{
|
9919
9738
|
grid-template-columns:repeat(6, minmax(0, 1fr))
|
9920
9739
|
}
|
9740
|
+
|
9741
|
+
.\32xl\:grid-cols-4{
|
9742
|
+
grid-template-columns:repeat(4, minmax(0, 1fr))
|
9743
|
+
}
|
9921
9744
|
}
|