avo 3.0.3 → 3.0.4
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/app/assets/builds/avo.base.css +535 -325
- data/app/assets/builds/avo.base.js +865 -7386
- data/app/assets/builds/avo.base.js.map +3 -3
- data/app/components/avo/resource_component.rb +1 -1
- data/lib/avo/concerns/has_items.rb +20 -14
- data/lib/avo/version.rb +1 -1
- metadata +2 -2
@@ -4754,44 +4754,6 @@ body.os-pc .mac-styled-scrollbar:hover::-webkit-scrollbar-thumb {
|
|
4754
4754
|
}
|
4755
4755
|
}
|
4756
4756
|
|
4757
|
-
tags.tagify {
|
4758
|
-
--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
|
-
padding:0px !important;
|
4769
|
-
}
|
4770
|
-
|
4771
|
-
tags.tagify span.tagify__input{
|
4772
|
-
margin-top:0.25rem;
|
4773
|
-
margin-bottom:0.25rem
|
4774
|
-
}
|
4775
|
-
|
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
|
-
tag.tagify__tag{
|
4782
|
-
margin-top:0.25rem;
|
4783
|
-
margin-bottom:0.25rem;
|
4784
|
-
margin-bottom:0px;
|
4785
|
-
font-size:0.875rem;
|
4786
|
-
line-height:1.25rem
|
4787
|
-
}
|
4788
|
-
|
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
4757
|
.spinner {
|
4796
4758
|
width: 16px;
|
4797
4759
|
height: 16px;
|
@@ -6317,6 +6279,44 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6317
6279
|
margin-left:0px
|
6318
6280
|
}
|
6319
6281
|
|
6282
|
+
tags.tagify {
|
6283
|
+
--tag-inset-shadow-size: 3em;
|
6284
|
+
--tags-border-color: rgb(var(--color-primary-500));
|
6285
|
+
--tags-hover-border-color: rgb(var(--color-primary-500));
|
6286
|
+
}
|
6287
|
+
|
6288
|
+
.tagify__dropdown {
|
6289
|
+
--tagify-dd-color-primary: rgb(var(--color-primary-500));
|
6290
|
+
}
|
6291
|
+
|
6292
|
+
tags.tagify{
|
6293
|
+
padding:0px !important;
|
6294
|
+
}
|
6295
|
+
|
6296
|
+
tags.tagify span.tagify__input{
|
6297
|
+
margin-top:0.25rem;
|
6298
|
+
margin-bottom:0.25rem
|
6299
|
+
}
|
6300
|
+
|
6301
|
+
tags.tagify span.tagify__input:after {
|
6302
|
+
/* The loader is not centered by default. This will make it look better. */
|
6303
|
+
margin-top: 0.25rem;
|
6304
|
+
}
|
6305
|
+
|
6306
|
+
tag.tagify__tag{
|
6307
|
+
margin-top:0.25rem;
|
6308
|
+
margin-bottom:0.25rem;
|
6309
|
+
margin-bottom:0px;
|
6310
|
+
font-size:0.875rem;
|
6311
|
+
line-height:1.25rem
|
6312
|
+
}
|
6313
|
+
|
6314
|
+
/* When the tags field is used to select just one value there's a weird ZeroWidthSpace (\u200B) character that breaks the vertical spacing. */
|
6315
|
+
|
6316
|
+
[data-tags-field-mode-value="select"] tags.tagify {
|
6317
|
+
height: 40px;
|
6318
|
+
}
|
6319
|
+
|
6320
6320
|
.container{
|
6321
6321
|
width:100%
|
6322
6322
|
}
|
@@ -6427,32 +6427,44 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6427
6427
|
bottom:-0.25rem
|
6428
6428
|
}
|
6429
6429
|
|
6430
|
-
.
|
6431
|
-
|
6430
|
+
.bottom-0{
|
6431
|
+
bottom:0px
|
6432
6432
|
}
|
6433
6433
|
|
6434
|
-
.
|
6435
|
-
|
6434
|
+
.right-0{
|
6435
|
+
right:0px
|
6436
6436
|
}
|
6437
6437
|
|
6438
|
-
.top-
|
6439
|
-
top:
|
6438
|
+
.top-full{
|
6439
|
+
top:100%
|
6440
6440
|
}
|
6441
6441
|
|
6442
|
-
.
|
6443
|
-
|
6442
|
+
.left-0{
|
6443
|
+
left:0px
|
6444
|
+
}
|
6445
|
+
|
6446
|
+
.top-1\/2{
|
6447
|
+
top:50%
|
6444
6448
|
}
|
6445
6449
|
|
6446
6450
|
.left-auto{
|
6447
6451
|
left:auto
|
6448
6452
|
}
|
6449
6453
|
|
6450
|
-
.
|
6451
|
-
|
6454
|
+
.top-2{
|
6455
|
+
top:0.5rem
|
6452
6456
|
}
|
6453
6457
|
|
6454
|
-
.
|
6455
|
-
|
6458
|
+
.right-3{
|
6459
|
+
right:0.75rem
|
6460
|
+
}
|
6461
|
+
|
6462
|
+
.left-1\/2{
|
6463
|
+
left:50%
|
6464
|
+
}
|
6465
|
+
|
6466
|
+
.bottom-full{
|
6467
|
+
bottom:100%
|
6456
6468
|
}
|
6457
6469
|
|
6458
6470
|
.top-\[-1px\]{
|
@@ -6463,8 +6475,12 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6463
6475
|
top:-0.1rem
|
6464
6476
|
}
|
6465
6477
|
|
6466
|
-
.
|
6467
|
-
|
6478
|
+
.z-20{
|
6479
|
+
z-index:20
|
6480
|
+
}
|
6481
|
+
|
6482
|
+
.z-30{
|
6483
|
+
z-index:30
|
6468
6484
|
}
|
6469
6485
|
|
6470
6486
|
.z-10{
|
@@ -6475,10 +6491,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6475
6491
|
z-index:50
|
6476
6492
|
}
|
6477
6493
|
|
6478
|
-
.z-20{
|
6479
|
-
z-index:20
|
6480
|
-
}
|
6481
|
-
|
6482
6494
|
.z-\[100\]{
|
6483
6495
|
z-index:100
|
6484
6496
|
}
|
@@ -6491,10 +6503,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6491
6503
|
z-index:60
|
6492
6504
|
}
|
6493
6505
|
|
6494
|
-
.z-30{
|
6495
|
-
z-index:30
|
6496
|
-
}
|
6497
|
-
|
6498
6506
|
.order-last{
|
6499
6507
|
order:9999
|
6500
6508
|
}
|
@@ -6503,28 +6511,44 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6503
6511
|
order:-9999
|
6504
6512
|
}
|
6505
6513
|
|
6514
|
+
.col-span-full{
|
6515
|
+
grid-column:1 / -1
|
6516
|
+
}
|
6517
|
+
|
6518
|
+
.col-span-4{
|
6519
|
+
grid-column:span 4 / span 4
|
6520
|
+
}
|
6521
|
+
|
6506
6522
|
.col-span-1{
|
6507
6523
|
grid-column:span 1 / span 1
|
6508
6524
|
}
|
6509
6525
|
|
6510
|
-
.
|
6511
|
-
grid-
|
6526
|
+
.row-span-1{
|
6527
|
+
grid-row:span 1 / span 1
|
6512
6528
|
}
|
6513
6529
|
|
6514
|
-
.
|
6515
|
-
grid-
|
6530
|
+
.row-span-2{
|
6531
|
+
grid-row:span 2 / span 2
|
6516
6532
|
}
|
6517
6533
|
|
6518
|
-
.
|
6519
|
-
grid-
|
6534
|
+
.row-span-3{
|
6535
|
+
grid-row:span 3 / span 3
|
6520
6536
|
}
|
6521
6537
|
|
6522
|
-
.
|
6523
|
-
|
6538
|
+
.row-span-4{
|
6539
|
+
grid-row:span 4 / span 4
|
6540
|
+
}
|
6541
|
+
|
6542
|
+
.row-span-5{
|
6543
|
+
grid-row:span 5 / span 5
|
6524
6544
|
}
|
6525
6545
|
|
6526
|
-
.
|
6527
|
-
|
6546
|
+
.row-span-6{
|
6547
|
+
grid-row:span 6 / span 6
|
6548
|
+
}
|
6549
|
+
|
6550
|
+
.float-right{
|
6551
|
+
float:right
|
6528
6552
|
}
|
6529
6553
|
|
6530
6554
|
.m-0{
|
@@ -6541,16 +6565,21 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6541
6565
|
margin-right:-0.25rem
|
6542
6566
|
}
|
6543
6567
|
|
6544
|
-
.mx-3{
|
6545
|
-
margin-left:0.75rem;
|
6546
|
-
margin-right:0.75rem
|
6547
|
-
}
|
6548
|
-
|
6549
6568
|
.my-4{
|
6550
6569
|
margin-top:1rem;
|
6551
6570
|
margin-bottom:1rem
|
6552
6571
|
}
|
6553
6572
|
|
6573
|
+
.-mx-2{
|
6574
|
+
margin-left:-0.5rem;
|
6575
|
+
margin-right:-0.5rem
|
6576
|
+
}
|
6577
|
+
|
6578
|
+
.mx-3{
|
6579
|
+
margin-left:0.75rem;
|
6580
|
+
margin-right:0.75rem
|
6581
|
+
}
|
6582
|
+
|
6554
6583
|
.-mx-6{
|
6555
6584
|
margin-left:-1.5rem;
|
6556
6585
|
margin-right:-1.5rem
|
@@ -6581,11 +6610,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6581
6610
|
margin-bottom:0px
|
6582
6611
|
}
|
6583
6612
|
|
6584
|
-
.-mx-2{
|
6585
|
-
margin-left:-0.5rem;
|
6586
|
-
margin-right:-0.5rem
|
6587
|
-
}
|
6588
|
-
|
6589
6613
|
.-my-2{
|
6590
6614
|
margin-top:-0.5rem;
|
6591
6615
|
margin-bottom:-0.5rem
|
@@ -6596,58 +6620,82 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6596
6620
|
margin-right:1.5rem
|
6597
6621
|
}
|
6598
6622
|
|
6623
|
+
.mb-4{
|
6624
|
+
margin-bottom:1rem
|
6625
|
+
}
|
6626
|
+
|
6627
|
+
.mr-4{
|
6628
|
+
margin-right:1rem
|
6629
|
+
}
|
6630
|
+
|
6631
|
+
.ml-1\/2{
|
6632
|
+
margin-left:50%
|
6633
|
+
}
|
6634
|
+
|
6635
|
+
.mr-1{
|
6636
|
+
margin-right:0.25rem
|
6637
|
+
}
|
6638
|
+
|
6639
|
+
.ml-1{
|
6640
|
+
margin-left:0.25rem
|
6641
|
+
}
|
6642
|
+
|
6599
6643
|
.mt-3{
|
6600
6644
|
margin-top:0.75rem
|
6601
6645
|
}
|
6602
6646
|
|
6603
|
-
.
|
6604
|
-
margin-
|
6647
|
+
.ml-6{
|
6648
|
+
margin-left:1.5rem
|
6605
6649
|
}
|
6606
6650
|
|
6607
|
-
.
|
6608
|
-
margin-
|
6651
|
+
.mt-2{
|
6652
|
+
margin-top:0.5rem
|
6609
6653
|
}
|
6610
6654
|
|
6611
6655
|
.mr-2{
|
6612
6656
|
margin-right:0.5rem
|
6613
6657
|
}
|
6614
6658
|
|
6615
|
-
.mb-0{
|
6616
|
-
margin-bottom:0px
|
6617
|
-
}
|
6618
|
-
|
6619
6659
|
.mt-4{
|
6620
6660
|
margin-top:1rem
|
6621
6661
|
}
|
6622
6662
|
|
6623
|
-
.
|
6624
|
-
margin-
|
6663
|
+
.mr-px{
|
6664
|
+
margin-right:1px
|
6625
6665
|
}
|
6626
6666
|
|
6627
|
-
|
6628
|
-
margin-top
|
6667
|
+
.-mt-2{
|
6668
|
+
margin-top:-0.5rem
|
6629
6669
|
}
|
6630
6670
|
|
6631
|
-
.
|
6632
|
-
margin-
|
6671
|
+
.mt-8{
|
6672
|
+
margin-top:2rem
|
6633
6673
|
}
|
6634
6674
|
|
6635
|
-
.
|
6636
|
-
margin-
|
6675
|
+
.mb-12{
|
6676
|
+
margin-bottom:3rem
|
6637
6677
|
}
|
6638
6678
|
|
6639
|
-
.
|
6640
|
-
margin-
|
6679
|
+
.mb-0{
|
6680
|
+
margin-bottom:0px
|
6641
6681
|
}
|
6642
6682
|
|
6643
|
-
|
6644
|
-
margin-
|
6683
|
+
.-mt-1{
|
6684
|
+
margin-top:-0.25rem
|
6685
|
+
}
|
6686
|
+
|
6687
|
+
.mt-1{
|
6688
|
+
margin-top:0.25rem
|
6645
6689
|
}
|
6646
6690
|
|
6647
6691
|
.ml-1\/12{
|
6648
6692
|
margin-left:8.333333%
|
6649
6693
|
}
|
6650
6694
|
|
6695
|
+
.mb-2{
|
6696
|
+
margin-bottom:0.5rem
|
6697
|
+
}
|
6698
|
+
|
6651
6699
|
.ml-3{
|
6652
6700
|
margin-left:0.75rem
|
6653
6701
|
}
|
@@ -6656,18 +6704,14 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6656
6704
|
margin-left:1rem
|
6657
6705
|
}
|
6658
6706
|
|
6659
|
-
|
6660
|
-
margin-
|
6707
|
+
.-ml-4{
|
6708
|
+
margin-left:-1rem
|
6661
6709
|
}
|
6662
6710
|
|
6663
6711
|
.-mt-12{
|
6664
6712
|
margin-top:-3rem
|
6665
6713
|
}
|
6666
6714
|
|
6667
|
-
.ml-1\/2{
|
6668
|
-
margin-left:50%
|
6669
|
-
}
|
6670
|
-
|
6671
6715
|
.ml-10{
|
6672
6716
|
margin-left:2.5rem
|
6673
6717
|
}
|
@@ -6708,18 +6752,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6708
6752
|
margin-top:1.5rem
|
6709
6753
|
}
|
6710
6754
|
|
6711
|
-
.mt-12{
|
6712
|
-
margin-top:3rem
|
6713
|
-
}
|
6714
|
-
|
6715
|
-
.mr-px{
|
6716
|
-
margin-right:1px
|
6717
|
-
}
|
6718
|
-
|
6719
|
-
.-mt-2{
|
6720
|
-
margin-top:-0.5rem
|
6721
|
-
}
|
6722
|
-
|
6723
6755
|
.ml-px{
|
6724
6756
|
margin-left:1px
|
6725
6757
|
}
|
@@ -6760,6 +6792,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6760
6792
|
display:grid
|
6761
6793
|
}
|
6762
6794
|
|
6795
|
+
.contents{
|
6796
|
+
display:contents
|
6797
|
+
}
|
6798
|
+
|
6763
6799
|
.hidden{
|
6764
6800
|
display:none
|
6765
6801
|
}
|
@@ -6772,42 +6808,30 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6772
6808
|
aspect-ratio:16 / 9
|
6773
6809
|
}
|
6774
6810
|
|
6775
|
-
.h-
|
6776
|
-
height:
|
6777
|
-
}
|
6778
|
-
|
6779
|
-
.h-72{
|
6780
|
-
height:18rem
|
6811
|
+
.h-full{
|
6812
|
+
height:100%
|
6781
6813
|
}
|
6782
6814
|
|
6783
|
-
.h
|
6784
|
-
height:
|
6815
|
+
.h-4{
|
6816
|
+
height:1rem
|
6785
6817
|
}
|
6786
6818
|
|
6787
|
-
.h
|
6788
|
-
height:
|
6819
|
+
.h-3{
|
6820
|
+
height:0.75rem
|
6789
6821
|
}
|
6790
6822
|
|
6791
|
-
.h
|
6792
|
-
height:
|
6823
|
+
.h-6{
|
6824
|
+
height:1.5rem
|
6793
6825
|
}
|
6794
6826
|
|
6795
|
-
.h
|
6796
|
-
height:
|
6827
|
+
.h-1{
|
6828
|
+
height:0.25rem
|
6797
6829
|
}
|
6798
6830
|
|
6799
6831
|
.h-5{
|
6800
6832
|
height:1.25rem
|
6801
6833
|
}
|
6802
6834
|
|
6803
|
-
.h-4{
|
6804
|
-
height:1rem
|
6805
|
-
}
|
6806
|
-
|
6807
|
-
.h-full{
|
6808
|
-
height:100%
|
6809
|
-
}
|
6810
|
-
|
6811
6835
|
.h-64{
|
6812
6836
|
height:16rem
|
6813
6837
|
}
|
@@ -6816,10 +6840,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6816
6840
|
height:13rem
|
6817
6841
|
}
|
6818
6842
|
|
6819
|
-
.h-6{
|
6820
|
-
height:1.5rem
|
6821
|
-
}
|
6822
|
-
|
6823
6843
|
.h-16{
|
6824
6844
|
height:4rem
|
6825
6845
|
}
|
@@ -6832,10 +6852,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6832
6852
|
height:250px
|
6833
6853
|
}
|
6834
6854
|
|
6835
|
-
.h-3{
|
6836
|
-
height:0.75rem
|
6837
|
-
}
|
6838
|
-
|
6839
6855
|
.h-\[calc\(100vh-4rem\)\]{
|
6840
6856
|
height:calc(100vh - 4rem)
|
6841
6857
|
}
|
@@ -6864,6 +6880,30 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6864
6880
|
min-height:6rem
|
6865
6881
|
}
|
6866
6882
|
|
6883
|
+
.min-h-\[8rem\]{
|
6884
|
+
min-height:8rem
|
6885
|
+
}
|
6886
|
+
|
6887
|
+
.min-h-\[16rem\]{
|
6888
|
+
min-height:16rem
|
6889
|
+
}
|
6890
|
+
|
6891
|
+
.min-h-\[24rem\]{
|
6892
|
+
min-height:24rem
|
6893
|
+
}
|
6894
|
+
|
6895
|
+
.min-h-\[32rem\]{
|
6896
|
+
min-height:32rem
|
6897
|
+
}
|
6898
|
+
|
6899
|
+
.min-h-\[40rem\]{
|
6900
|
+
min-height:40rem
|
6901
|
+
}
|
6902
|
+
|
6903
|
+
.min-h-\[48rem\]{
|
6904
|
+
min-height:48rem
|
6905
|
+
}
|
6906
|
+
|
6867
6907
|
.min-h-full{
|
6868
6908
|
min-height:100%
|
6869
6909
|
}
|
@@ -6880,24 +6920,36 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6880
6920
|
min-height:3rem
|
6881
6921
|
}
|
6882
6922
|
|
6883
|
-
.w-
|
6884
|
-
width:
|
6923
|
+
.w-24{
|
6924
|
+
width:6rem
|
6885
6925
|
}
|
6886
6926
|
|
6887
|
-
.w-
|
6888
|
-
width:
|
6927
|
+
.w-52{
|
6928
|
+
width:13rem
|
6889
6929
|
}
|
6890
6930
|
|
6891
6931
|
.w-full{
|
6892
6932
|
width:100%
|
6893
6933
|
}
|
6894
6934
|
|
6895
|
-
.w-
|
6896
|
-
width:
|
6935
|
+
.w-64{
|
6936
|
+
width:16rem
|
6897
6937
|
}
|
6898
6938
|
|
6899
|
-
.w
|
6900
|
-
width:
|
6939
|
+
.w-\[calc\(100\%\+1rem\)\]{
|
6940
|
+
width:calc(100% + 1rem)
|
6941
|
+
}
|
6942
|
+
|
6943
|
+
.w-5{
|
6944
|
+
width:1.25rem
|
6945
|
+
}
|
6946
|
+
|
6947
|
+
.w-4{
|
6948
|
+
width:1rem
|
6949
|
+
}
|
6950
|
+
|
6951
|
+
.w-auto{
|
6952
|
+
width:auto
|
6901
6953
|
}
|
6902
6954
|
|
6903
6955
|
.w-10\/12{
|
@@ -6928,10 +6980,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6928
6980
|
width:4rem
|
6929
6981
|
}
|
6930
6982
|
|
6931
|
-
.w-64{
|
6932
|
-
width:16rem
|
6933
|
-
}
|
6934
|
-
|
6935
6983
|
.w-10{
|
6936
6984
|
width:2.5rem
|
6937
6985
|
}
|
@@ -6952,6 +7000,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6952
7000
|
min-width:100%
|
6953
7001
|
}
|
6954
7002
|
|
7003
|
+
.min-w-0{
|
7004
|
+
min-width:0px
|
7005
|
+
}
|
7006
|
+
|
6955
7007
|
.min-w-\[200px\]{
|
6956
7008
|
min-width:200px
|
6957
7009
|
}
|
@@ -6968,26 +7020,34 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
6968
7020
|
min-width:6rem
|
6969
7021
|
}
|
6970
7022
|
|
6971
|
-
.max-w-
|
6972
|
-
max-width:
|
7023
|
+
.max-w-xs{
|
7024
|
+
max-width:20rem
|
6973
7025
|
}
|
6974
7026
|
|
6975
7027
|
.max-w-full{
|
6976
7028
|
max-width:100%
|
6977
7029
|
}
|
6978
7030
|
|
7031
|
+
.max-w-168{
|
7032
|
+
max-width:42rem
|
7033
|
+
}
|
7034
|
+
|
6979
7035
|
.max-w-lg{
|
6980
7036
|
max-width:32rem
|
6981
7037
|
}
|
6982
7038
|
|
6983
|
-
.max-w-
|
6984
|
-
max-width:
|
7039
|
+
.max-w-4xl{
|
7040
|
+
max-width:56rem
|
6985
7041
|
}
|
6986
7042
|
|
6987
7043
|
.flex-1{
|
6988
7044
|
flex:1 1 0%
|
6989
7045
|
}
|
6990
7046
|
|
7047
|
+
.flex-auto{
|
7048
|
+
flex:1 1 auto
|
7049
|
+
}
|
7050
|
+
|
6991
7051
|
.flex-shrink-0{
|
6992
7052
|
flex-shrink:0
|
6993
7053
|
}
|
@@ -7004,13 +7064,32 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7004
7064
|
flex-grow:1
|
7005
7065
|
}
|
7006
7066
|
|
7067
|
+
.border-collapse{
|
7068
|
+
border-collapse:collapse
|
7069
|
+
}
|
7070
|
+
|
7071
|
+
.-translate-y-1\/2{
|
7072
|
+
--tw-translate-y:-50%;
|
7073
|
+
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))
|
7074
|
+
}
|
7075
|
+
|
7007
7076
|
.-translate-x-1\/2{
|
7008
7077
|
--tw-translate-x:-50%;
|
7009
7078
|
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))
|
7010
7079
|
}
|
7011
7080
|
|
7012
|
-
.-translate-y-
|
7013
|
-
--tw-translate-y:-
|
7081
|
+
.-translate-y-full{
|
7082
|
+
--tw-translate-y:-100%;
|
7083
|
+
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))
|
7084
|
+
}
|
7085
|
+
|
7086
|
+
.-translate-y-1{
|
7087
|
+
--tw-translate-y:-0.25rem;
|
7088
|
+
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))
|
7089
|
+
}
|
7090
|
+
|
7091
|
+
.translate-y-0{
|
7092
|
+
--tw-translate-y:0px;
|
7014
7093
|
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))
|
7015
7094
|
}
|
7016
7095
|
|
@@ -7024,8 +7103,8 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7024
7103
|
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))
|
7025
7104
|
}
|
7026
7105
|
|
7027
|
-
|
7028
|
-
--tw-translate-y
|
7106
|
+
.translate-y-1{
|
7107
|
+
--tw-translate-y:0.25rem;
|
7029
7108
|
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))
|
7030
7109
|
}
|
7031
7110
|
|
@@ -7050,6 +7129,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7050
7129
|
cursor:wait
|
7051
7130
|
}
|
7052
7131
|
|
7132
|
+
.resize{
|
7133
|
+
resize:both
|
7134
|
+
}
|
7135
|
+
|
7053
7136
|
.appearance-none{
|
7054
7137
|
-webkit-appearance:none;
|
7055
7138
|
appearance:none
|
@@ -7067,6 +7150,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7067
7150
|
grid-template-columns:repeat(1, minmax(0, 1fr))
|
7068
7151
|
}
|
7069
7152
|
|
7153
|
+
.grid-cols-2{
|
7154
|
+
grid-template-columns:repeat(2, minmax(0, 1fr))
|
7155
|
+
}
|
7156
|
+
|
7070
7157
|
.grid-cols-6{
|
7071
7158
|
grid-template-columns:repeat(6, minmax(0, 1fr))
|
7072
7159
|
}
|
@@ -7131,10 +7218,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7131
7218
|
justify-content:space-between
|
7132
7219
|
}
|
7133
7220
|
|
7134
|
-
.justify-around{
|
7135
|
-
justify-content:space-around
|
7136
|
-
}
|
7137
|
-
|
7138
7221
|
.justify-evenly{
|
7139
7222
|
justify-content:space-evenly
|
7140
7223
|
}
|
@@ -7143,28 +7226,34 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7143
7226
|
gap:1rem
|
7144
7227
|
}
|
7145
7228
|
|
7146
|
-
.gap-2{
|
7147
|
-
gap:0.5rem
|
7148
|
-
}
|
7149
|
-
|
7150
7229
|
.gap-0{
|
7151
7230
|
gap:0px
|
7152
7231
|
}
|
7153
7232
|
|
7154
|
-
.gap-
|
7155
|
-
gap:
|
7233
|
+
.gap-2{
|
7234
|
+
gap:0.5rem
|
7156
7235
|
}
|
7157
7236
|
|
7158
7237
|
.gap-1{
|
7159
7238
|
gap:0.25rem
|
7160
7239
|
}
|
7161
7240
|
|
7241
|
+
.gap-6{
|
7242
|
+
gap:1.5rem
|
7243
|
+
}
|
7244
|
+
|
7162
7245
|
.space-y-2 > :not([hidden]) ~ :not([hidden]){
|
7163
7246
|
--tw-space-y-reverse:0;
|
7164
7247
|
margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
|
7165
7248
|
margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
|
7166
7249
|
}
|
7167
7250
|
|
7251
|
+
.space-y-8 > :not([hidden]) ~ :not([hidden]){
|
7252
|
+
--tw-space-y-reverse:0;
|
7253
|
+
margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
|
7254
|
+
margin-bottom:calc(2rem * var(--tw-space-y-reverse))
|
7255
|
+
}
|
7256
|
+
|
7168
7257
|
.space-y-4 > :not([hidden]) ~ :not([hidden]){
|
7169
7258
|
--tw-space-y-reverse:0;
|
7170
7259
|
margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
@@ -7195,12 +7284,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7195
7284
|
margin-left:calc(0.25rem * calc(1 - var(--tw-space-x-reverse)))
|
7196
7285
|
}
|
7197
7286
|
|
7198
|
-
.space-y-8 > :not([hidden]) ~ :not([hidden]){
|
7199
|
-
--tw-space-y-reverse:0;
|
7200
|
-
margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
|
7201
|
-
margin-bottom:calc(2rem * var(--tw-space-y-reverse))
|
7202
|
-
}
|
7203
|
-
|
7204
7287
|
.space-y-12 > :not([hidden]) ~ :not([hidden]){
|
7205
7288
|
--tw-space-y-reverse:0;
|
7206
7289
|
margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));
|
@@ -7225,6 +7308,11 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7225
7308
|
border-bottom-width:calc(1px * var(--tw-divide-y-reverse))
|
7226
7309
|
}
|
7227
7310
|
|
7311
|
+
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
|
7312
|
+
--tw-divide-opacity:1;
|
7313
|
+
border-color:rgb(200 203 208 / var(--tw-divide-opacity))
|
7314
|
+
}
|
7315
|
+
|
7228
7316
|
.divide-gray-300 > :not([hidden]) ~ :not([hidden]){
|
7229
7317
|
--tw-divide-opacity:1;
|
7230
7318
|
border-color:rgb(172 177 185 / var(--tw-divide-opacity))
|
@@ -7264,6 +7352,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7264
7352
|
white-space:nowrap
|
7265
7353
|
}
|
7266
7354
|
|
7355
|
+
.text-ellipsis{
|
7356
|
+
text-overflow:ellipsis
|
7357
|
+
}
|
7358
|
+
|
7267
7359
|
.whitespace-nowrap{
|
7268
7360
|
white-space:nowrap
|
7269
7361
|
}
|
@@ -7284,14 +7376,14 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7284
7376
|
border-radius:0.375rem
|
7285
7377
|
}
|
7286
7378
|
|
7287
|
-
.rounded-lg{
|
7288
|
-
border-radius:0.5rem
|
7289
|
-
}
|
7290
|
-
|
7291
7379
|
.rounded-full{
|
7292
7380
|
border-radius:9999px
|
7293
7381
|
}
|
7294
7382
|
|
7383
|
+
.rounded-lg{
|
7384
|
+
border-radius:0.5rem
|
7385
|
+
}
|
7386
|
+
|
7295
7387
|
.rounded-none{
|
7296
7388
|
border-radius:0px
|
7297
7389
|
}
|
@@ -7304,28 +7396,36 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7304
7396
|
border-radius:1rem
|
7305
7397
|
}
|
7306
7398
|
|
7307
|
-
.rounded-
|
7399
|
+
.rounded-t{
|
7308
7400
|
border-top-left-radius:0.25rem;
|
7309
|
-
border-
|
7401
|
+
border-top-right-radius:0.25rem
|
7310
7402
|
}
|
7311
7403
|
|
7312
|
-
.rounded-
|
7404
|
+
.rounded-l{
|
7313
7405
|
border-top-left-radius:0.25rem;
|
7314
|
-
border-
|
7406
|
+
border-bottom-left-radius:0.25rem
|
7315
7407
|
}
|
7316
7408
|
|
7317
7409
|
.border{
|
7318
7410
|
border-width:1px
|
7319
7411
|
}
|
7320
7412
|
|
7321
|
-
.border-
|
7322
|
-
border-
|
7413
|
+
.border-t{
|
7414
|
+
border-top-width:1px
|
7415
|
+
}
|
7416
|
+
|
7417
|
+
.border-l{
|
7418
|
+
border-left-width:1px
|
7323
7419
|
}
|
7324
7420
|
|
7325
7421
|
.border-b{
|
7326
7422
|
border-bottom-width:1px
|
7327
7423
|
}
|
7328
7424
|
|
7425
|
+
.border-b-2{
|
7426
|
+
border-bottom-width:2px
|
7427
|
+
}
|
7428
|
+
|
7329
7429
|
.border-r{
|
7330
7430
|
border-right-width:1px
|
7331
7431
|
}
|
@@ -7342,14 +7442,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7342
7442
|
border-top-width:0px
|
7343
7443
|
}
|
7344
7444
|
|
7345
|
-
.border-t{
|
7346
|
-
border-top-width:1px
|
7347
|
-
}
|
7348
|
-
|
7349
|
-
.border-l{
|
7350
|
-
border-left-width:1px
|
7351
|
-
}
|
7352
|
-
|
7353
7445
|
.border-dashed{
|
7354
7446
|
border-style:dashed
|
7355
7447
|
}
|
@@ -7472,9 +7564,14 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7472
7564
|
border-color:rgb(var(--color-primary-500))
|
7473
7565
|
}
|
7474
7566
|
|
7475
|
-
.border-
|
7567
|
+
.border-gray-300{
|
7476
7568
|
--tw-border-opacity:1;
|
7477
|
-
border-color:rgb(
|
7569
|
+
border-color:rgb(172 177 185 / var(--tw-border-opacity))
|
7570
|
+
}
|
7571
|
+
|
7572
|
+
.border-gray-50{
|
7573
|
+
--tw-border-opacity:1;
|
7574
|
+
border-color:rgb(241 242 243 / var(--tw-border-opacity))
|
7478
7575
|
}
|
7479
7576
|
|
7480
7577
|
.border-gray-200{
|
@@ -7482,9 +7579,9 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7482
7579
|
border-color:rgb(200 203 208 / var(--tw-border-opacity))
|
7483
7580
|
}
|
7484
7581
|
|
7485
|
-
.border-
|
7582
|
+
.border-red-600{
|
7486
7583
|
--tw-border-opacity:1;
|
7487
|
-
border-color:rgb(
|
7584
|
+
border-color:rgb(220 38 38 / var(--tw-border-opacity))
|
7488
7585
|
}
|
7489
7586
|
|
7490
7587
|
.border-gray-600{
|
@@ -7635,33 +7732,33 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7635
7732
|
background-color:rgb(var(--color-primary-500))
|
7636
7733
|
}
|
7637
7734
|
|
7638
|
-
.bg-red-600{
|
7639
|
-
--tw-bg-opacity:1;
|
7640
|
-
background-color:rgb(220 38 38 / var(--tw-bg-opacity))
|
7641
|
-
}
|
7642
|
-
|
7643
7735
|
.bg-white{
|
7644
7736
|
--tw-bg-opacity:1;
|
7645
7737
|
background-color:rgb(255 255 255 / var(--tw-bg-opacity))
|
7646
7738
|
}
|
7647
7739
|
|
7648
|
-
.bg-
|
7740
|
+
.bg-application{
|
7741
|
+
background-color:rgb(var(--color-application-background))
|
7742
|
+
}
|
7743
|
+
|
7744
|
+
.bg-gray-100{
|
7649
7745
|
--tw-bg-opacity:1;
|
7650
|
-
background-color:rgb(
|
7746
|
+
background-color:rgb(227 229 232 / var(--tw-bg-opacity))
|
7651
7747
|
}
|
7652
7748
|
|
7653
|
-
.bg-
|
7654
|
-
|
7749
|
+
.bg-red-600{
|
7750
|
+
--tw-bg-opacity:1;
|
7751
|
+
background-color:rgb(220 38 38 / var(--tw-bg-opacity))
|
7655
7752
|
}
|
7656
7753
|
|
7657
|
-
.bg-
|
7754
|
+
.bg-gray-25{
|
7658
7755
|
--tw-bg-opacity:1;
|
7659
|
-
background-color:rgb(
|
7756
|
+
background-color:rgb(246 246 247 / var(--tw-bg-opacity))
|
7660
7757
|
}
|
7661
7758
|
|
7662
|
-
.bg-
|
7759
|
+
.bg-orange-700{
|
7663
7760
|
--tw-bg-opacity:1;
|
7664
|
-
background-color:rgb(
|
7761
|
+
background-color:rgb(194 65 12 / var(--tw-bg-opacity))
|
7665
7762
|
}
|
7666
7763
|
|
7667
7764
|
.bg-green-700{
|
@@ -7689,6 +7786,11 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7689
7786
|
background-color:rgb(47 50 55 / var(--tw-bg-opacity))
|
7690
7787
|
}
|
7691
7788
|
|
7789
|
+
.bg-green-400{
|
7790
|
+
--tw-bg-opacity:1;
|
7791
|
+
background-color:rgb(74 222 128 / var(--tw-bg-opacity))
|
7792
|
+
}
|
7793
|
+
|
7692
7794
|
.bg-primary-100{
|
7693
7795
|
background-color:rgb(var(--color-primary-100))
|
7694
7796
|
}
|
@@ -7737,29 +7839,42 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7737
7839
|
object-fit:cover
|
7738
7840
|
}
|
7739
7841
|
|
7842
|
+
.p-px{
|
7843
|
+
padding:1px
|
7844
|
+
}
|
7845
|
+
|
7846
|
+
.p-3{
|
7847
|
+
padding:0.75rem
|
7848
|
+
}
|
7849
|
+
|
7740
7850
|
.p-2{
|
7741
7851
|
padding:0.5rem
|
7742
7852
|
}
|
7743
7853
|
|
7744
|
-
.p-
|
7745
|
-
padding:
|
7854
|
+
.p-1{
|
7855
|
+
padding:0.25rem
|
7746
7856
|
}
|
7747
7857
|
|
7748
7858
|
.p-6{
|
7749
7859
|
padding:1.5rem
|
7750
7860
|
}
|
7751
7861
|
|
7752
|
-
.p-
|
7753
|
-
padding:
|
7862
|
+
.p-4{
|
7863
|
+
padding:1rem
|
7754
7864
|
}
|
7755
7865
|
|
7756
7866
|
.p-1\.5{
|
7757
7867
|
padding:0.375rem
|
7758
7868
|
}
|
7759
7869
|
|
7760
|
-
.px-
|
7761
|
-
padding-left:0.
|
7762
|
-
padding-right:0.
|
7870
|
+
.px-2{
|
7871
|
+
padding-left:0.5rem;
|
7872
|
+
padding-right:0.5rem
|
7873
|
+
}
|
7874
|
+
|
7875
|
+
.px-4{
|
7876
|
+
padding-left:1rem;
|
7877
|
+
padding-right:1rem
|
7763
7878
|
}
|
7764
7879
|
|
7765
7880
|
.py-px{
|
@@ -7767,19 +7882,29 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7767
7882
|
padding-bottom:1px
|
7768
7883
|
}
|
7769
7884
|
|
7770
|
-
.px-2{
|
7771
|
-
padding-left:0.5rem;
|
7772
|
-
padding-right:0.5rem
|
7773
|
-
}
|
7774
|
-
|
7775
7885
|
.py-1{
|
7776
7886
|
padding-top:0.25rem;
|
7777
7887
|
padding-bottom:0.25rem
|
7778
7888
|
}
|
7779
7889
|
|
7780
|
-
.
|
7781
|
-
padding-
|
7782
|
-
padding-
|
7890
|
+
.py-0\.5{
|
7891
|
+
padding-top:0.125rem;
|
7892
|
+
padding-bottom:0.125rem
|
7893
|
+
}
|
7894
|
+
|
7895
|
+
.px-1\.5{
|
7896
|
+
padding-left:0.375rem;
|
7897
|
+
padding-right:0.375rem
|
7898
|
+
}
|
7899
|
+
|
7900
|
+
.py-0{
|
7901
|
+
padding-top:0px;
|
7902
|
+
padding-bottom:0px
|
7903
|
+
}
|
7904
|
+
|
7905
|
+
.px-1{
|
7906
|
+
padding-left:0.25rem;
|
7907
|
+
padding-right:0.25rem
|
7783
7908
|
}
|
7784
7909
|
|
7785
7910
|
.py-2{
|
@@ -7817,21 +7942,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7817
7942
|
padding-right:1.5rem
|
7818
7943
|
}
|
7819
7944
|
|
7820
|
-
.py-0\.5{
|
7821
|
-
padding-top:0.125rem;
|
7822
|
-
padding-bottom:0.125rem
|
7823
|
-
}
|
7824
|
-
|
7825
|
-
.px-1\.5{
|
7826
|
-
padding-left:0.375rem;
|
7827
|
-
padding-right:0.375rem
|
7828
|
-
}
|
7829
|
-
|
7830
|
-
.py-0{
|
7831
|
-
padding-top:0px;
|
7832
|
-
padding-bottom:0px
|
7833
|
-
}
|
7834
|
-
|
7835
7945
|
.py-1\.5{
|
7836
7946
|
padding-top:0.375rem;
|
7837
7947
|
padding-bottom:0.375rem
|
@@ -7861,6 +7971,18 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7861
7971
|
padding-top:1rem
|
7862
7972
|
}
|
7863
7973
|
|
7974
|
+
.pb-4{
|
7975
|
+
padding-bottom:1rem
|
7976
|
+
}
|
7977
|
+
|
7978
|
+
.pl-1{
|
7979
|
+
padding-left:0.25rem
|
7980
|
+
}
|
7981
|
+
|
7982
|
+
.pt-3{
|
7983
|
+
padding-top:0.75rem
|
7984
|
+
}
|
7985
|
+
|
7864
7986
|
.pb-8{
|
7865
7987
|
padding-bottom:2rem
|
7866
7988
|
}
|
@@ -7893,16 +8015,12 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7893
8015
|
padding-top:0px
|
7894
8016
|
}
|
7895
8017
|
|
7896
|
-
.pb-4{
|
7897
|
-
padding-bottom:1rem
|
7898
|
-
}
|
7899
|
-
|
7900
8018
|
.pb-2{
|
7901
8019
|
padding-bottom:0.5rem
|
7902
8020
|
}
|
7903
8021
|
|
7904
|
-
.
|
7905
|
-
padding-
|
8022
|
+
.pr-3{
|
8023
|
+
padding-right:0.75rem
|
7906
8024
|
}
|
7907
8025
|
|
7908
8026
|
.pb-3\/4{
|
@@ -7941,24 +8059,14 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7941
8059
|
font-family:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"
|
7942
8060
|
}
|
7943
8061
|
|
7944
|
-
.text-sm{
|
7945
|
-
font-size:0.875rem;
|
7946
|
-
line-height:1.25rem
|
7947
|
-
}
|
7948
|
-
|
7949
|
-
.text-lg{
|
7950
|
-
font-size:1.125rem;
|
7951
|
-
line-height:1.75rem
|
7952
|
-
}
|
7953
|
-
|
7954
8062
|
.text-base{
|
7955
8063
|
font-size:1rem;
|
7956
8064
|
line-height:1.5rem
|
7957
8065
|
}
|
7958
8066
|
|
7959
|
-
.text-
|
7960
|
-
font-size:
|
7961
|
-
line-height:1.
|
8067
|
+
.text-sm{
|
8068
|
+
font-size:0.875rem;
|
8069
|
+
line-height:1.25rem
|
7962
8070
|
}
|
7963
8071
|
|
7964
8072
|
.text-xs{
|
@@ -7976,11 +8084,25 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7976
8084
|
line-height:1
|
7977
8085
|
}
|
7978
8086
|
|
8087
|
+
.text-lg{
|
8088
|
+
font-size:1.125rem;
|
8089
|
+
line-height:1.75rem
|
8090
|
+
}
|
8091
|
+
|
8092
|
+
.text-xl{
|
8093
|
+
font-size:1.25rem;
|
8094
|
+
line-height:1.75rem
|
8095
|
+
}
|
8096
|
+
|
7979
8097
|
.text-2xl{
|
7980
8098
|
font-size:1.5rem;
|
7981
8099
|
line-height:2rem
|
7982
8100
|
}
|
7983
8101
|
|
8102
|
+
.font-bold{
|
8103
|
+
font-weight:700
|
8104
|
+
}
|
8105
|
+
|
7984
8106
|
.font-semibold{
|
7985
8107
|
font-weight:600
|
7986
8108
|
}
|
@@ -7989,10 +8111,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
7989
8111
|
font-weight:400
|
7990
8112
|
}
|
7991
8113
|
|
7992
|
-
.font-bold{
|
7993
|
-
font-weight:700
|
7994
|
-
}
|
7995
|
-
|
7996
8114
|
.font-medium{
|
7997
8115
|
font-weight:500
|
7998
8116
|
}
|
@@ -8005,8 +8123,8 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8005
8123
|
text-transform:capitalize
|
8006
8124
|
}
|
8007
8125
|
|
8008
|
-
.leading-
|
8009
|
-
line-height:1
|
8126
|
+
.leading-none{
|
8127
|
+
line-height:1
|
8010
8128
|
}
|
8011
8129
|
|
8012
8130
|
.leading-tight{
|
@@ -8017,8 +8135,8 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8017
8135
|
line-height:1.25rem
|
8018
8136
|
}
|
8019
8137
|
|
8020
|
-
.leading-
|
8021
|
-
line-height:1
|
8138
|
+
.leading-6{
|
8139
|
+
line-height:1.5rem
|
8022
8140
|
}
|
8023
8141
|
|
8024
8142
|
.tracking-tight{
|
@@ -8143,19 +8261,38 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8143
8261
|
color:rgb(var(--color-primary-500))
|
8144
8262
|
}
|
8145
8263
|
|
8264
|
+
.text-gray-700{
|
8265
|
+
--tw-text-opacity:1;
|
8266
|
+
color:rgb(70 75 83 / var(--tw-text-opacity))
|
8267
|
+
}
|
8268
|
+
|
8269
|
+
.text-gray-600{
|
8270
|
+
--tw-text-opacity:1;
|
8271
|
+
color:rgb(94 100 110 / var(--tw-text-opacity))
|
8272
|
+
}
|
8273
|
+
|
8146
8274
|
.text-white{
|
8147
8275
|
--tw-text-opacity:1;
|
8148
8276
|
color:rgb(255 255 255 / var(--tw-text-opacity))
|
8149
8277
|
}
|
8150
8278
|
|
8151
|
-
.text-
|
8279
|
+
.text-primary-400{
|
8280
|
+
color:rgb(var(--color-primary-400))
|
8281
|
+
}
|
8282
|
+
|
8283
|
+
.text-gray-400{
|
8152
8284
|
--tw-text-opacity:1;
|
8153
|
-
color:rgb(
|
8285
|
+
color:rgb(145 151 161 / var(--tw-text-opacity))
|
8154
8286
|
}
|
8155
8287
|
|
8156
|
-
.text-gray-
|
8288
|
+
.text-gray-800{
|
8157
8289
|
--tw-text-opacity:1;
|
8158
|
-
color:rgb(
|
8290
|
+
color:rgb(47 50 55 / var(--tw-text-opacity))
|
8291
|
+
}
|
8292
|
+
|
8293
|
+
.text-gray-900{
|
8294
|
+
--tw-text-opacity:1;
|
8295
|
+
color:rgb(23 25 28 / var(--tw-text-opacity))
|
8159
8296
|
}
|
8160
8297
|
|
8161
8298
|
.text-slate-800{
|
@@ -8163,6 +8300,16 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8163
8300
|
color:rgb(30 41 59 / var(--tw-text-opacity))
|
8164
8301
|
}
|
8165
8302
|
|
8303
|
+
.text-green-700{
|
8304
|
+
--tw-text-opacity:1;
|
8305
|
+
color:rgb(21 128 61 / var(--tw-text-opacity))
|
8306
|
+
}
|
8307
|
+
|
8308
|
+
.text-orange-700{
|
8309
|
+
--tw-text-opacity:1;
|
8310
|
+
color:rgb(194 65 12 / var(--tw-text-opacity))
|
8311
|
+
}
|
8312
|
+
|
8166
8313
|
.text-red-600{
|
8167
8314
|
--tw-text-opacity:1;
|
8168
8315
|
color:rgb(220 38 38 / var(--tw-text-opacity))
|
@@ -8173,11 +8320,6 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8173
8320
|
color:rgb(172 177 185 / var(--tw-text-opacity))
|
8174
8321
|
}
|
8175
8322
|
|
8176
|
-
.text-gray-400{
|
8177
|
-
--tw-text-opacity:1;
|
8178
|
-
color:rgb(145 151 161 / var(--tw-text-opacity))
|
8179
|
-
}
|
8180
|
-
|
8181
8323
|
.text-black{
|
8182
8324
|
--tw-text-opacity:1;
|
8183
8325
|
color:rgb(0 0 0 / var(--tw-text-opacity))
|
@@ -8193,21 +8335,29 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8193
8335
|
color:rgb(51 65 85 / var(--tw-text-opacity))
|
8194
8336
|
}
|
8195
8337
|
|
8196
|
-
.text-gray-800{
|
8197
|
-
--tw-text-opacity:1;
|
8198
|
-
color:rgb(47 50 55 / var(--tw-text-opacity))
|
8199
|
-
}
|
8200
|
-
|
8201
8338
|
.text-green-600{
|
8202
8339
|
--tw-text-opacity:1;
|
8203
8340
|
color:rgb(22 163 74 / var(--tw-text-opacity))
|
8204
8341
|
}
|
8205
8342
|
|
8343
|
+
.underline{
|
8344
|
+
-webkit-text-decoration-line:underline;
|
8345
|
+
text-decoration-line:underline
|
8346
|
+
}
|
8347
|
+
|
8206
8348
|
.no-underline{
|
8207
8349
|
-webkit-text-decoration-line:none;
|
8208
8350
|
text-decoration-line:none
|
8209
8351
|
}
|
8210
8352
|
|
8353
|
+
.opacity-0{
|
8354
|
+
opacity:0
|
8355
|
+
}
|
8356
|
+
|
8357
|
+
.opacity-100{
|
8358
|
+
opacity:1
|
8359
|
+
}
|
8360
|
+
|
8211
8361
|
.opacity-75{
|
8212
8362
|
opacity:0.75
|
8213
8363
|
}
|
@@ -8216,12 +8366,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8216
8366
|
opacity:0.5
|
8217
8367
|
}
|
8218
8368
|
|
8219
|
-
.
|
8220
|
-
|
8221
|
-
|
8222
|
-
|
8223
|
-
.opacity-100{
|
8224
|
-
opacity:1
|
8369
|
+
.shadow-panel{
|
8370
|
+
--tw-shadow:0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
|
8371
|
+
--tw-shadow-colored:0px 4px 8px var(--tw-shadow-color), 0px 0px 2px var(--tw-shadow-color), 0px 0px 1px var(--tw-shadow-color);
|
8372
|
+
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
8225
8373
|
}
|
8226
8374
|
|
8227
8375
|
.shadow-md{
|
@@ -8230,9 +8378,9 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8230
8378
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
8231
8379
|
}
|
8232
8380
|
|
8233
|
-
.shadow-
|
8234
|
-
--tw-shadow:
|
8235
|
-
--tw-shadow-colored:
|
8381
|
+
.shadow-sm{
|
8382
|
+
--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);
|
8383
|
+
--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);
|
8236
8384
|
box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
|
8237
8385
|
}
|
8238
8386
|
|
@@ -8278,6 +8426,12 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8278
8426
|
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
8427
|
}
|
8280
8428
|
|
8429
|
+
.transition-all{
|
8430
|
+
transition-property:all;
|
8431
|
+
transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
|
8432
|
+
transition-duration:150ms
|
8433
|
+
}
|
8434
|
+
|
8281
8435
|
.transition{
|
8282
8436
|
transition-property:color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
|
8283
8437
|
transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
@@ -8296,16 +8450,12 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8296
8450
|
transition-duration:100ms
|
8297
8451
|
}
|
8298
8452
|
|
8299
|
-
.duration-150{
|
8300
|
-
transition-duration:150ms
|
8301
|
-
}
|
8302
|
-
|
8303
8453
|
.duration-75{
|
8304
8454
|
transition-duration:75ms
|
8305
8455
|
}
|
8306
8456
|
|
8307
|
-
.
|
8308
|
-
transition-
|
8457
|
+
.duration-150{
|
8458
|
+
transition-duration:150ms
|
8309
8459
|
}
|
8310
8460
|
|
8311
8461
|
.ease-out{
|
@@ -8316,6 +8466,10 @@ trix-toolbar .trix-button-group:not(:first-child){
|
|
8316
8466
|
transition-timing-function:cubic-bezier(0.4, 0, 1, 1)
|
8317
8467
|
}
|
8318
8468
|
|
8469
|
+
.ease-in-out{
|
8470
|
+
transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1)
|
8471
|
+
}
|
8472
|
+
|
8319
8473
|
html, body{
|
8320
8474
|
position:relative;
|
8321
8475
|
height:100%;
|
@@ -8756,6 +8910,11 @@ trix-editor {
|
|
8756
8910
|
background-color:rgb(var(--color-primary-100))
|
8757
8911
|
}
|
8758
8912
|
|
8913
|
+
.hover\:bg-gray-25:hover{
|
8914
|
+
--tw-bg-opacity:1;
|
8915
|
+
background-color:rgb(246 246 247 / var(--tw-bg-opacity))
|
8916
|
+
}
|
8917
|
+
|
8759
8918
|
.hover\:bg-primary-500:hover{
|
8760
8919
|
background-color:rgb(var(--color-primary-500))
|
8761
8920
|
}
|
@@ -8765,6 +8924,21 @@ trix-editor {
|
|
8765
8924
|
background-color:rgb(241 242 243 / var(--tw-bg-opacity))
|
8766
8925
|
}
|
8767
8926
|
|
8927
|
+
.hover\:text-gray-700:hover{
|
8928
|
+
--tw-text-opacity:1;
|
8929
|
+
color:rgb(70 75 83 / var(--tw-text-opacity))
|
8930
|
+
}
|
8931
|
+
|
8932
|
+
.hover\:text-gray-600:hover{
|
8933
|
+
--tw-text-opacity:1;
|
8934
|
+
color:rgb(94 100 110 / var(--tw-text-opacity))
|
8935
|
+
}
|
8936
|
+
|
8937
|
+
.hover\:text-gray-900:hover{
|
8938
|
+
--tw-text-opacity:1;
|
8939
|
+
color:rgb(23 25 28 / var(--tw-text-opacity))
|
8940
|
+
}
|
8941
|
+
|
8768
8942
|
.hover\:text-gray-500:hover{
|
8769
8943
|
--tw-text-opacity:1;
|
8770
8944
|
color:rgb(117 125 138 / var(--tw-text-opacity))
|
@@ -8775,11 +8949,6 @@ trix-editor {
|
|
8775
8949
|
color:rgb(255 255 255 / var(--tw-text-opacity))
|
8776
8950
|
}
|
8777
8951
|
|
8778
|
-
.hover\:text-gray-600:hover{
|
8779
|
-
--tw-text-opacity:1;
|
8780
|
-
color:rgb(94 100 110 / var(--tw-text-opacity))
|
8781
|
-
}
|
8782
|
-
|
8783
8952
|
.hover\:opacity-100:hover{
|
8784
8953
|
opacity:1
|
8785
8954
|
}
|
@@ -8795,6 +8964,11 @@ trix-editor {
|
|
8795
8964
|
border-color:rgb(94 100 110 / var(--tw-border-opacity))
|
8796
8965
|
}
|
8797
8966
|
|
8967
|
+
.focus\:border-indigo-500:focus{
|
8968
|
+
--tw-border-opacity:1;
|
8969
|
+
border-color:rgb(99 102 241 / var(--tw-border-opacity))
|
8970
|
+
}
|
8971
|
+
|
8798
8972
|
.focus\:border-gray-300:focus{
|
8799
8973
|
--tw-border-opacity:1;
|
8800
8974
|
border-color:rgb(172 177 185 / var(--tw-border-opacity))
|
@@ -8805,14 +8979,14 @@ trix-editor {
|
|
8805
8979
|
border-color:rgb(148 163 184 / var(--tw-border-opacity))
|
8806
8980
|
}
|
8807
8981
|
|
8808
|
-
.focus\:bg-
|
8982
|
+
.focus\:bg-white:focus{
|
8809
8983
|
--tw-bg-opacity:1;
|
8810
|
-
background-color:rgb(
|
8984
|
+
background-color:rgb(255 255 255 / var(--tw-bg-opacity))
|
8811
8985
|
}
|
8812
8986
|
|
8813
|
-
.focus\:bg-
|
8987
|
+
.focus\:bg-gray-100:focus{
|
8814
8988
|
--tw-bg-opacity:1;
|
8815
|
-
background-color:rgb(
|
8989
|
+
background-color:rgb(227 229 232 / var(--tw-bg-opacity))
|
8816
8990
|
}
|
8817
8991
|
|
8818
8992
|
.focus\:text-gray-700:focus{
|
@@ -8830,6 +9004,11 @@ trix-editor {
|
|
8830
9004
|
outline-offset:2px
|
8831
9005
|
}
|
8832
9006
|
|
9007
|
+
.focus\:ring-indigo-500:focus{
|
9008
|
+
--tw-ring-opacity:1;
|
9009
|
+
--tw-ring-color:rgb(99 102 241 / var(--tw-ring-opacity))
|
9010
|
+
}
|
9011
|
+
|
8833
9012
|
.focus\:checked\:\!bg-primary-400:checked:focus{
|
8834
9013
|
background-color:rgb(var(--color-primary-400)) !important
|
8835
9014
|
}
|
@@ -9314,10 +9493,6 @@ trix-editor {
|
|
9314
9493
|
outline-width:1px
|
9315
9494
|
}
|
9316
9495
|
|
9317
|
-
.active\:outline-0:active{
|
9318
|
-
outline-width:0px
|
9319
|
-
}
|
9320
|
-
|
9321
9496
|
.active\:outline-slate-600:active{
|
9322
9497
|
outline-color:#475569
|
9323
9498
|
}
|
@@ -9516,6 +9691,11 @@ trix-editor {
|
|
9516
9691
|
background-color:rgb(172 177 185 / var(--tw-bg-opacity))
|
9517
9692
|
}
|
9518
9693
|
|
9694
|
+
.disabled\:bg-gray-100:disabled{
|
9695
|
+
--tw-bg-opacity:1;
|
9696
|
+
background-color:rgb(227 229 232 / var(--tw-bg-opacity))
|
9697
|
+
}
|
9698
|
+
|
9519
9699
|
.disabled\:text-gray-600:disabled{
|
9520
9700
|
--tw-text-opacity:1;
|
9521
9701
|
color:rgb(94 100 110 / var(--tw-text-opacity))
|
@@ -9538,10 +9718,23 @@ trix-editor {
|
|
9538
9718
|
display:block
|
9539
9719
|
}
|
9540
9720
|
|
9721
|
+
.group:hover .group-hover\:bg-gray-200{
|
9722
|
+
--tw-bg-opacity:1;
|
9723
|
+
background-color:rgb(200 203 208 / var(--tw-bg-opacity))
|
9724
|
+
}
|
9725
|
+
|
9726
|
+
.group:hover .group-hover\:bg-primary-500{
|
9727
|
+
background-color:rgb(var(--color-primary-500))
|
9728
|
+
}
|
9729
|
+
|
9541
9730
|
.group:hover .group-hover\:pt-4{
|
9542
9731
|
padding-top:1rem
|
9543
9732
|
}
|
9544
9733
|
|
9734
|
+
.group:active .group-active\:bg-primary-400{
|
9735
|
+
background-color:rgb(var(--color-primary-400))
|
9736
|
+
}
|
9737
|
+
|
9545
9738
|
@media print{
|
9546
9739
|
.print\:hidden{
|
9547
9740
|
display:none
|
@@ -9577,6 +9770,10 @@ trix-editor {
|
|
9577
9770
|
right:0px
|
9578
9771
|
}
|
9579
9772
|
|
9773
|
+
.sm\:left-0{
|
9774
|
+
left:0px
|
9775
|
+
}
|
9776
|
+
|
9580
9777
|
.sm\:col-span-1{
|
9581
9778
|
grid-column:span 1 / span 1
|
9582
9779
|
}
|
@@ -9710,9 +9907,18 @@ trix-editor {
|
|
9710
9907
|
.sm\:text-left{
|
9711
9908
|
text-align:left
|
9712
9909
|
}
|
9910
|
+
|
9911
|
+
.sm\:text-sm{
|
9912
|
+
font-size:0.875rem;
|
9913
|
+
line-height:1.25rem
|
9914
|
+
}
|
9713
9915
|
}
|
9714
9916
|
|
9715
9917
|
@media (min-width: 768px){
|
9918
|
+
.md\:h-10{
|
9919
|
+
height:2.5rem
|
9920
|
+
}
|
9921
|
+
|
9716
9922
|
.md\:h-14{
|
9717
9923
|
height:3.5rem
|
9718
9924
|
}
|
@@ -9721,6 +9927,10 @@ trix-editor {
|
|
9721
9927
|
min-height:inherit
|
9722
9928
|
}
|
9723
9929
|
|
9930
|
+
.md\:w-full{
|
9931
|
+
width:100%
|
9932
|
+
}
|
9933
|
+
|
9724
9934
|
.md\:w-48{
|
9725
9935
|
width:12rem
|
9726
9936
|
}
|
@@ -9833,13 +10043,9 @@ trix-editor {
|
|
9833
10043
|
padding-right:2rem
|
9834
10044
|
}
|
9835
10045
|
|
9836
|
-
.lg\:px-
|
9837
|
-
padding-left:
|
9838
|
-
padding-right:
|
9839
|
-
}
|
9840
|
-
|
9841
|
-
.lg\:pl-4{
|
9842
|
-
padding-left:1rem
|
10046
|
+
.lg\:px-2{
|
10047
|
+
padding-left:0.5rem;
|
10048
|
+
padding-right:0.5rem
|
9843
10049
|
}
|
9844
10050
|
}
|
9845
10051
|
|
@@ -9848,6 +10054,10 @@ trix-editor {
|
|
9848
10054
|
right:0px
|
9849
10055
|
}
|
9850
10056
|
|
10057
|
+
.xl\:left-0{
|
10058
|
+
left:0px
|
10059
|
+
}
|
10060
|
+
|
9851
10061
|
.xl\:mt-0{
|
9852
10062
|
margin-top:0px
|
9853
10063
|
}
|