@eightshift/ui-components 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/style-admin.css +5304 -0
- package/dist/assets/style-editor.css +907 -890
- package/dist/assets/style.css +59 -42
- package/dist/components/button/button.js +6 -6
- package/dist/components/color-pickers/solid-color-picker.js +3 -3
- package/dist/components/draggable/draggable-handle.js +3 -2
- package/dist/components/draggable/draggable.js +4 -12
- package/dist/components/draggable-list/draggable-list.js +2 -1
- package/dist/components/expandable/expandable.js +0 -6
- package/dist/components/link-input/link-input.js +1 -1
- package/dist/components/menu/menu.js +3 -3
- package/dist/components/notice/notice.js +1 -1
- package/dist/components/number-picker/number-picker.js +1 -1
- package/dist/components/repeater/repeater-item.js +2 -2
- package/dist/components/repeater/repeater.js +1 -1
- package/dist/components/select/async-multi-select.js +1 -1
- package/dist/components/select/multi-select-components.js +1 -1
- package/dist/components/select/multi-select.js +1 -1
- package/dist/components/select/styles.js +1 -1
- package/dist/components/select/v2/async-select.js +4 -4
- package/dist/components/select/v2/shared.js +1 -1
- package/dist/components/slider/column-config-slider.js +1 -1
- package/dist/components/slider/slider.js +1 -1
- package/dist/components/tabs/tabs.js +1 -1
- package/dist/components/toggle/switch.js +13 -10
- package/dist/components/tooltip/tooltip.js +2 -2
- package/dist/{multi-select-components-CkF3LyTF.js → multi-select-components-DJfz929p.js} +1 -1
- package/dist/style-admin.js +1 -0
- package/package.json +2 -1
|
@@ -494,7 +494,7 @@
|
|
|
494
494
|
--color-secondary-950: var(--es-color-gray-950);
|
|
495
495
|
}
|
|
496
496
|
|
|
497
|
-
.es\:no-
|
|
497
|
+
.es\:no-css-reset * {
|
|
498
498
|
all: revert-layer;
|
|
499
499
|
}
|
|
500
500
|
|
|
@@ -732,1107 +732,1107 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
732
732
|
display: none !important;
|
|
733
733
|
}
|
|
734
734
|
|
|
735
|
-
:is(body, #wpwrap #editor
|
|
735
|
+
:is(body, #wpwrap #editor) .es\:pointer-events-none {
|
|
736
736
|
pointer-events: none;
|
|
737
737
|
}
|
|
738
738
|
|
|
739
|
-
:is(body, #wpwrap #editor
|
|
739
|
+
:is(body, #wpwrap #editor) .es\:invisible {
|
|
740
740
|
visibility: hidden;
|
|
741
741
|
}
|
|
742
742
|
|
|
743
|
-
:is(body, #wpwrap #editor
|
|
743
|
+
:is(body, #wpwrap #editor) .es\:absolute {
|
|
744
744
|
position: absolute;
|
|
745
745
|
}
|
|
746
746
|
|
|
747
|
-
:is(body, #wpwrap #editor
|
|
747
|
+
:is(body, #wpwrap #editor) .es\:fixed {
|
|
748
748
|
position: fixed;
|
|
749
749
|
}
|
|
750
750
|
|
|
751
|
-
:is(body, #wpwrap #editor
|
|
751
|
+
:is(body, #wpwrap #editor) .es\:relative {
|
|
752
752
|
position: relative;
|
|
753
753
|
}
|
|
754
754
|
|
|
755
|
-
:is(body, #wpwrap #editor
|
|
755
|
+
:is(body, #wpwrap #editor) .es\:static\! {
|
|
756
756
|
position: static !important;
|
|
757
757
|
}
|
|
758
758
|
|
|
759
|
-
:is(body, #wpwrap #editor
|
|
759
|
+
:is(body, #wpwrap #editor) .es\:sticky {
|
|
760
760
|
position: sticky;
|
|
761
761
|
}
|
|
762
762
|
|
|
763
|
-
:is(body, #wpwrap #editor
|
|
763
|
+
:is(body, #wpwrap #editor) .es\:inset-0 {
|
|
764
764
|
inset: calc(var(--es-spacing) * 0);
|
|
765
765
|
}
|
|
766
766
|
|
|
767
|
-
:is(body, #wpwrap #editor
|
|
767
|
+
:is(body, #wpwrap #editor) .es\:inset-y-0 {
|
|
768
768
|
inset-block: calc(var(--es-spacing) * 0);
|
|
769
769
|
}
|
|
770
770
|
|
|
771
|
-
:is(body, #wpwrap #editor
|
|
771
|
+
:is(body, #wpwrap #editor) .es\:inset-y-1 {
|
|
772
772
|
inset-block: calc(var(--es-spacing) * 1);
|
|
773
773
|
}
|
|
774
774
|
|
|
775
|
-
:is(body, #wpwrap #editor
|
|
775
|
+
:is(body, #wpwrap #editor) .es\:top-0 {
|
|
776
776
|
top: calc(var(--es-spacing) * 0);
|
|
777
777
|
}
|
|
778
778
|
|
|
779
|
-
:is(body, #wpwrap #editor
|
|
779
|
+
:is(body, #wpwrap #editor) .es\:top-2\.5 {
|
|
780
780
|
top: calc(var(--es-spacing) * 2.5);
|
|
781
781
|
}
|
|
782
782
|
|
|
783
|
-
:is(body, #wpwrap #editor
|
|
783
|
+
:is(body, #wpwrap #editor) .es\:top-3\.25 {
|
|
784
784
|
top: var(--es-spacing-3_25);
|
|
785
785
|
}
|
|
786
786
|
|
|
787
|
-
:is(body, #wpwrap #editor
|
|
787
|
+
:is(body, #wpwrap #editor) .es\:right-0 {
|
|
788
788
|
right: calc(var(--es-spacing) * 0);
|
|
789
789
|
}
|
|
790
790
|
|
|
791
|
-
:is(body, #wpwrap #editor
|
|
791
|
+
:is(body, #wpwrap #editor) .es\:right-1 {
|
|
792
792
|
right: calc(var(--es-spacing) * 1);
|
|
793
793
|
}
|
|
794
794
|
|
|
795
|
-
:is(body, #wpwrap #editor
|
|
795
|
+
:is(body, #wpwrap #editor) .es\:right-6 {
|
|
796
796
|
right: calc(var(--es-spacing) * 6);
|
|
797
797
|
}
|
|
798
798
|
|
|
799
|
-
:is(body, #wpwrap #editor
|
|
799
|
+
:is(body, #wpwrap #editor) .es\:right-16 {
|
|
800
800
|
right: calc(var(--es-spacing) * 16);
|
|
801
801
|
}
|
|
802
802
|
|
|
803
|
-
:is(body, #wpwrap #editor
|
|
803
|
+
:is(body, #wpwrap #editor) .es\:-bottom-0\.5 {
|
|
804
804
|
bottom: calc(var(--es-spacing) * -.5);
|
|
805
805
|
}
|
|
806
806
|
|
|
807
|
-
:is(body, #wpwrap #editor
|
|
807
|
+
:is(body, #wpwrap #editor) .es\:bottom-0 {
|
|
808
808
|
bottom: calc(var(--es-spacing) * 0);
|
|
809
809
|
}
|
|
810
810
|
|
|
811
|
-
:is(body, #wpwrap #editor
|
|
811
|
+
:is(body, #wpwrap #editor) .es\:left-0 {
|
|
812
812
|
left: calc(var(--es-spacing) * 0);
|
|
813
813
|
}
|
|
814
814
|
|
|
815
|
-
:is(body, #wpwrap #editor
|
|
815
|
+
:is(body, #wpwrap #editor) .es\:left-2 {
|
|
816
816
|
left: calc(var(--es-spacing) * 2);
|
|
817
817
|
}
|
|
818
818
|
|
|
819
|
-
:is(body, #wpwrap #editor
|
|
819
|
+
:is(body, #wpwrap #editor) .es\:left-3\.5 {
|
|
820
820
|
left: calc(var(--es-spacing) * 3.5);
|
|
821
821
|
}
|
|
822
822
|
|
|
823
|
-
:is(body, #wpwrap #editor
|
|
823
|
+
:is(body, #wpwrap #editor) .es\:isolate {
|
|
824
824
|
isolation: isolate;
|
|
825
825
|
}
|
|
826
826
|
|
|
827
|
-
:is(body, #wpwrap #editor
|
|
827
|
+
:is(body, #wpwrap #editor) .es\:z-10 {
|
|
828
828
|
z-index: 10;
|
|
829
829
|
}
|
|
830
830
|
|
|
831
|
-
:is(body, #wpwrap #editor
|
|
831
|
+
:is(body, #wpwrap #editor) .es\:z-20 {
|
|
832
832
|
z-index: 20;
|
|
833
833
|
}
|
|
834
834
|
|
|
835
|
-
:is(body, #wpwrap #editor
|
|
835
|
+
:is(body, #wpwrap #editor) .es\:z-50 {
|
|
836
836
|
z-index: 50;
|
|
837
837
|
}
|
|
838
838
|
|
|
839
|
-
:is(body, #wpwrap #editor
|
|
839
|
+
:is(body, #wpwrap #editor) .es\:z-9999 {
|
|
840
840
|
z-index: 9999;
|
|
841
841
|
}
|
|
842
842
|
|
|
843
|
-
:is(body, #wpwrap #editor
|
|
843
|
+
:is(body, #wpwrap #editor) .es\:col-span-1 {
|
|
844
844
|
grid-column: span 1 / span 1;
|
|
845
845
|
}
|
|
846
846
|
|
|
847
|
-
:is(body, #wpwrap #editor
|
|
847
|
+
:is(body, #wpwrap #editor) .es\:col-span-2 {
|
|
848
848
|
grid-column: span 2 / span 2;
|
|
849
849
|
}
|
|
850
850
|
|
|
851
|
-
:is(body, #wpwrap #editor
|
|
851
|
+
:is(body, #wpwrap #editor) .es\:col-span-full {
|
|
852
852
|
grid-column: 1 / -1;
|
|
853
853
|
}
|
|
854
854
|
|
|
855
|
-
:is(body, #wpwrap #editor
|
|
855
|
+
:is(body, #wpwrap #editor) .es\:col-start-1 {
|
|
856
856
|
grid-column-start: 1;
|
|
857
857
|
}
|
|
858
858
|
|
|
859
|
-
:is(body, #wpwrap #editor
|
|
859
|
+
:is(body, #wpwrap #editor) .es\:col-start-2 {
|
|
860
860
|
grid-column-start: 2;
|
|
861
861
|
}
|
|
862
862
|
|
|
863
|
-
:is(body, #wpwrap #editor
|
|
863
|
+
:is(body, #wpwrap #editor) .es\:col-start-3 {
|
|
864
864
|
grid-column-start: 3;
|
|
865
865
|
}
|
|
866
866
|
|
|
867
|
-
:is(body, #wpwrap #editor
|
|
867
|
+
:is(body, #wpwrap #editor) .es\:col-start-4 {
|
|
868
868
|
grid-column-start: 4;
|
|
869
869
|
}
|
|
870
870
|
|
|
871
|
-
:is(body, #wpwrap #editor
|
|
871
|
+
:is(body, #wpwrap #editor) .es\:col-end-2 {
|
|
872
872
|
grid-column-end: 2;
|
|
873
873
|
}
|
|
874
874
|
|
|
875
|
-
:is(body, #wpwrap #editor
|
|
875
|
+
:is(body, #wpwrap #editor) .es\:row-span-1 {
|
|
876
876
|
grid-row: span 1 / span 1;
|
|
877
877
|
}
|
|
878
878
|
|
|
879
|
-
:is(body, #wpwrap #editor
|
|
879
|
+
:is(body, #wpwrap #editor) .es\:row-span-2 {
|
|
880
880
|
grid-row: span 2 / span 2;
|
|
881
881
|
}
|
|
882
882
|
|
|
883
|
-
:is(body, #wpwrap #editor
|
|
883
|
+
:is(body, #wpwrap #editor) .es\:row-start-1 {
|
|
884
884
|
grid-row-start: 1;
|
|
885
885
|
}
|
|
886
886
|
|
|
887
|
-
:is(body, #wpwrap #editor
|
|
887
|
+
:is(body, #wpwrap #editor) .es\:row-start-2 {
|
|
888
888
|
grid-row-start: 2;
|
|
889
889
|
}
|
|
890
890
|
|
|
891
|
-
:is(body, #wpwrap #editor
|
|
891
|
+
:is(body, #wpwrap #editor) .es\:-m-0\.5 {
|
|
892
892
|
margin: calc(var(--es-spacing) * -.5);
|
|
893
893
|
}
|
|
894
894
|
|
|
895
|
-
:is(body, #wpwrap #editor
|
|
895
|
+
:is(body, #wpwrap #editor) .es\:m-0\.5 {
|
|
896
896
|
margin: calc(var(--es-spacing) * .5);
|
|
897
897
|
}
|
|
898
898
|
|
|
899
|
-
:is(body, #wpwrap #editor
|
|
899
|
+
:is(body, #wpwrap #editor) .es\:m-auto {
|
|
900
900
|
margin: auto;
|
|
901
901
|
}
|
|
902
902
|
|
|
903
|
-
:is(body, #wpwrap #editor
|
|
903
|
+
:is(body, #wpwrap #editor) .es\:m-px {
|
|
904
904
|
margin: 1px;
|
|
905
905
|
}
|
|
906
906
|
|
|
907
|
-
:is(body, #wpwrap #editor
|
|
907
|
+
:is(body, #wpwrap #editor) .es\:mx-0\.5 {
|
|
908
908
|
margin-inline: calc(var(--es-spacing) * .5);
|
|
909
909
|
}
|
|
910
910
|
|
|
911
|
-
:is(body, #wpwrap #editor
|
|
911
|
+
:is(body, #wpwrap #editor) .es\:mx-1 {
|
|
912
912
|
margin-inline: calc(var(--es-spacing) * 1);
|
|
913
913
|
}
|
|
914
914
|
|
|
915
|
-
:is(body, #wpwrap #editor
|
|
915
|
+
:is(body, #wpwrap #editor) .es\:mx-auto {
|
|
916
916
|
margin-inline: auto;
|
|
917
917
|
}
|
|
918
918
|
|
|
919
|
-
:is(body, #wpwrap #editor
|
|
919
|
+
:is(body, #wpwrap #editor) .es\:my-1 {
|
|
920
920
|
margin-block: calc(var(--es-spacing) * 1);
|
|
921
921
|
}
|
|
922
922
|
|
|
923
|
-
:is(body, #wpwrap #editor
|
|
923
|
+
:is(body, #wpwrap #editor) .es\:my-4 {
|
|
924
924
|
margin-block: calc(var(--es-spacing) * 4);
|
|
925
925
|
}
|
|
926
926
|
|
|
927
|
-
:is(body, #wpwrap #editor
|
|
927
|
+
:is(body, #wpwrap #editor) .es\:my-auto {
|
|
928
928
|
margin-block: auto;
|
|
929
929
|
}
|
|
930
930
|
|
|
931
|
-
:is(body, #wpwrap #editor
|
|
931
|
+
:is(body, #wpwrap #editor) .es\:-mt-0\.5 {
|
|
932
932
|
margin-top: calc(var(--es-spacing) * -.5);
|
|
933
933
|
}
|
|
934
934
|
|
|
935
|
-
:is(body, #wpwrap #editor
|
|
935
|
+
:is(body, #wpwrap #editor) .es\:mt-0\.5 {
|
|
936
936
|
margin-top: calc(var(--es-spacing) * .5);
|
|
937
937
|
}
|
|
938
938
|
|
|
939
|
-
:is(body, #wpwrap #editor
|
|
939
|
+
:is(body, #wpwrap #editor) .es\:mt-1 {
|
|
940
940
|
margin-top: calc(var(--es-spacing) * 1);
|
|
941
941
|
}
|
|
942
942
|
|
|
943
|
-
:is(body, #wpwrap #editor
|
|
943
|
+
:is(body, #wpwrap #editor) .es\:mt-1\.5 {
|
|
944
944
|
margin-top: calc(var(--es-spacing) * 1.5);
|
|
945
945
|
}
|
|
946
946
|
|
|
947
|
-
:is(body, #wpwrap #editor
|
|
947
|
+
:is(body, #wpwrap #editor) .es\:mt-2 {
|
|
948
948
|
margin-top: calc(var(--es-spacing) * 2);
|
|
949
949
|
}
|
|
950
950
|
|
|
951
|
-
:is(body, #wpwrap #editor
|
|
951
|
+
:is(body, #wpwrap #editor) .es\:mt-2\! {
|
|
952
952
|
margin-top: calc(var(--es-spacing) * 2) !important;
|
|
953
953
|
}
|
|
954
954
|
|
|
955
|
-
:is(body, #wpwrap #editor
|
|
955
|
+
:is(body, #wpwrap #editor) .es\:mt-3 {
|
|
956
956
|
margin-top: calc(var(--es-spacing) * 3);
|
|
957
957
|
}
|
|
958
958
|
|
|
959
|
-
:is(body, #wpwrap #editor
|
|
959
|
+
:is(body, #wpwrap #editor) .es\:mr-0\.5 {
|
|
960
960
|
margin-right: calc(var(--es-spacing) * .5);
|
|
961
961
|
}
|
|
962
962
|
|
|
963
|
-
:is(body, #wpwrap #editor
|
|
963
|
+
:is(body, #wpwrap #editor) .es\:mr-6 {
|
|
964
964
|
margin-right: calc(var(--es-spacing) * 6);
|
|
965
965
|
}
|
|
966
966
|
|
|
967
|
-
:is(body, #wpwrap #editor
|
|
967
|
+
:is(body, #wpwrap #editor) .es\:mr-7 {
|
|
968
968
|
margin-right: calc(var(--es-spacing) * 7);
|
|
969
969
|
}
|
|
970
970
|
|
|
971
|
-
:is(body, #wpwrap #editor
|
|
971
|
+
:is(body, #wpwrap #editor) .es\:mb-1 {
|
|
972
972
|
margin-bottom: calc(var(--es-spacing) * 1);
|
|
973
973
|
}
|
|
974
974
|
|
|
975
|
-
:is(body, #wpwrap #editor
|
|
975
|
+
:is(body, #wpwrap #editor) .es\:mb-2 {
|
|
976
976
|
margin-bottom: calc(var(--es-spacing) * 2);
|
|
977
977
|
}
|
|
978
978
|
|
|
979
|
-
:is(body, #wpwrap #editor
|
|
979
|
+
:is(body, #wpwrap #editor) .es\:mb-3 {
|
|
980
980
|
margin-bottom: calc(var(--es-spacing) * 3);
|
|
981
981
|
}
|
|
982
982
|
|
|
983
|
-
:is(body, #wpwrap #editor
|
|
983
|
+
:is(body, #wpwrap #editor) .es\:mb-5 {
|
|
984
984
|
margin-bottom: calc(var(--es-spacing) * 5);
|
|
985
985
|
}
|
|
986
986
|
|
|
987
|
-
:is(body, #wpwrap #editor
|
|
987
|
+
:is(body, #wpwrap #editor) .es\:mb-auto {
|
|
988
988
|
margin-bottom: auto;
|
|
989
989
|
}
|
|
990
990
|
|
|
991
|
-
:is(body, #wpwrap #editor
|
|
991
|
+
:is(body, #wpwrap #editor) .es\:-ml-px {
|
|
992
992
|
margin-left: -1px;
|
|
993
993
|
}
|
|
994
994
|
|
|
995
|
-
:is(body, #wpwrap #editor
|
|
995
|
+
:is(body, #wpwrap #editor) .es\:ml-0\.5 {
|
|
996
996
|
margin-left: calc(var(--es-spacing) * .5);
|
|
997
997
|
}
|
|
998
998
|
|
|
999
|
-
:is(body, #wpwrap #editor
|
|
999
|
+
:is(body, #wpwrap #editor) .es\:ml-1 {
|
|
1000
1000
|
margin-left: calc(var(--es-spacing) * 1);
|
|
1001
1001
|
}
|
|
1002
1002
|
|
|
1003
|
-
:is(body, #wpwrap #editor
|
|
1003
|
+
:is(body, #wpwrap #editor) .es\:ml-1\.5 {
|
|
1004
1004
|
margin-left: calc(var(--es-spacing) * 1.5);
|
|
1005
1005
|
}
|
|
1006
1006
|
|
|
1007
|
-
:is(body, #wpwrap #editor
|
|
1007
|
+
:is(body, #wpwrap #editor) .es\:ml-3 {
|
|
1008
1008
|
margin-left: calc(var(--es-spacing) * 3);
|
|
1009
1009
|
}
|
|
1010
1010
|
|
|
1011
|
-
:is(body, #wpwrap #editor
|
|
1011
|
+
:is(body, #wpwrap #editor) .es\:ml-auto {
|
|
1012
1012
|
margin-left: auto;
|
|
1013
1013
|
}
|
|
1014
1014
|
|
|
1015
|
-
:is(body, #wpwrap #editor
|
|
1015
|
+
:is(body, #wpwrap #editor) .es\:block {
|
|
1016
1016
|
display: block;
|
|
1017
1017
|
}
|
|
1018
1018
|
|
|
1019
|
-
:is(body, #wpwrap #editor
|
|
1019
|
+
:is(body, #wpwrap #editor) .es\:flex {
|
|
1020
1020
|
display: flex;
|
|
1021
1021
|
}
|
|
1022
1022
|
|
|
1023
|
-
:is(body, #wpwrap #editor
|
|
1023
|
+
:is(body, #wpwrap #editor) .es\:flex\! {
|
|
1024
1024
|
display: flex !important;
|
|
1025
1025
|
}
|
|
1026
1026
|
|
|
1027
|
-
:is(body, #wpwrap #editor
|
|
1027
|
+
:is(body, #wpwrap #editor) .es\:grid {
|
|
1028
1028
|
display: grid;
|
|
1029
1029
|
}
|
|
1030
1030
|
|
|
1031
|
-
:is(body, #wpwrap #editor
|
|
1031
|
+
:is(body, #wpwrap #editor) .es\:hidden {
|
|
1032
1032
|
display: none;
|
|
1033
1033
|
}
|
|
1034
1034
|
|
|
1035
|
-
:is(body, #wpwrap #editor
|
|
1035
|
+
:is(body, #wpwrap #editor) .es\:inline {
|
|
1036
1036
|
display: inline;
|
|
1037
1037
|
}
|
|
1038
1038
|
|
|
1039
|
-
:is(body, #wpwrap #editor
|
|
1039
|
+
:is(body, #wpwrap #editor) .es\:inline-block {
|
|
1040
1040
|
display: inline-block;
|
|
1041
1041
|
}
|
|
1042
1042
|
|
|
1043
|
-
:is(body, #wpwrap #editor
|
|
1043
|
+
:is(body, #wpwrap #editor) .es\:aspect-video {
|
|
1044
1044
|
aspect-ratio: var(--es-aspect-video);
|
|
1045
1045
|
}
|
|
1046
1046
|
|
|
1047
|
-
:is(body, #wpwrap #editor
|
|
1047
|
+
:is(body, #wpwrap #editor) .es\:size-0\.5 {
|
|
1048
1048
|
width: calc(var(--es-spacing) * .5);
|
|
1049
1049
|
height: calc(var(--es-spacing) * .5);
|
|
1050
1050
|
}
|
|
1051
1051
|
|
|
1052
|
-
:is(body, #wpwrap #editor
|
|
1052
|
+
:is(body, #wpwrap #editor) .es\:size-2 {
|
|
1053
1053
|
width: calc(var(--es-spacing) * 2);
|
|
1054
1054
|
height: calc(var(--es-spacing) * 2);
|
|
1055
1055
|
}
|
|
1056
1056
|
|
|
1057
|
-
:is(body, #wpwrap #editor
|
|
1057
|
+
:is(body, #wpwrap #editor) .es\:size-3 {
|
|
1058
1058
|
width: calc(var(--es-spacing) * 3);
|
|
1059
1059
|
height: calc(var(--es-spacing) * 3);
|
|
1060
1060
|
}
|
|
1061
1061
|
|
|
1062
|
-
:is(body, #wpwrap #editor
|
|
1062
|
+
:is(body, #wpwrap #editor) .es\:size-3\.5 {
|
|
1063
1063
|
width: calc(var(--es-spacing) * 3.5);
|
|
1064
1064
|
height: calc(var(--es-spacing) * 3.5);
|
|
1065
1065
|
}
|
|
1066
1066
|
|
|
1067
|
-
:is(body, #wpwrap #editor
|
|
1067
|
+
:is(body, #wpwrap #editor) .es\:size-4 {
|
|
1068
1068
|
width: calc(var(--es-spacing) * 4);
|
|
1069
1069
|
height: calc(var(--es-spacing) * 4);
|
|
1070
1070
|
}
|
|
1071
1071
|
|
|
1072
|
-
:is(body, #wpwrap #editor
|
|
1072
|
+
:is(body, #wpwrap #editor) .es\:size-5 {
|
|
1073
1073
|
width: calc(var(--es-spacing) * 5);
|
|
1074
1074
|
height: calc(var(--es-spacing) * 5);
|
|
1075
1075
|
}
|
|
1076
1076
|
|
|
1077
|
-
:is(body, #wpwrap #editor
|
|
1077
|
+
:is(body, #wpwrap #editor) .es\:size-5\! {
|
|
1078
1078
|
width: calc(var(--es-spacing) * 5) !important;
|
|
1079
1079
|
height: calc(var(--es-spacing) * 5) !important;
|
|
1080
1080
|
}
|
|
1081
1081
|
|
|
1082
|
-
:is(body, #wpwrap #editor
|
|
1082
|
+
:is(body, #wpwrap #editor) .es\:size-5\.5 {
|
|
1083
1083
|
width: var(--es-spacing-5_5);
|
|
1084
1084
|
height: var(--es-spacing-5_5);
|
|
1085
1085
|
}
|
|
1086
1086
|
|
|
1087
|
-
:is(body, #wpwrap #editor
|
|
1087
|
+
:is(body, #wpwrap #editor) .es\:size-5\.5\! {
|
|
1088
1088
|
width: var(--es-spacing-5_5) !important;
|
|
1089
1089
|
height: var(--es-spacing-5_5) !important;
|
|
1090
1090
|
}
|
|
1091
1091
|
|
|
1092
|
-
:is(body, #wpwrap #editor
|
|
1092
|
+
:is(body, #wpwrap #editor) .es\:size-6 {
|
|
1093
1093
|
width: calc(var(--es-spacing) * 6);
|
|
1094
1094
|
height: calc(var(--es-spacing) * 6);
|
|
1095
1095
|
}
|
|
1096
1096
|
|
|
1097
|
-
:is(body, #wpwrap #editor
|
|
1097
|
+
:is(body, #wpwrap #editor) .es\:size-6\! {
|
|
1098
1098
|
width: calc(var(--es-spacing) * 6) !important;
|
|
1099
1099
|
height: calc(var(--es-spacing) * 6) !important;
|
|
1100
1100
|
}
|
|
1101
1101
|
|
|
1102
|
-
:is(body, #wpwrap #editor
|
|
1102
|
+
:is(body, #wpwrap #editor) .es\:size-7 {
|
|
1103
1103
|
width: calc(var(--es-spacing) * 7);
|
|
1104
1104
|
height: calc(var(--es-spacing) * 7);
|
|
1105
1105
|
}
|
|
1106
1106
|
|
|
1107
|
-
:is(body, #wpwrap #editor
|
|
1107
|
+
:is(body, #wpwrap #editor) .es\:size-8 {
|
|
1108
1108
|
width: calc(var(--es-spacing) * 8);
|
|
1109
1109
|
height: calc(var(--es-spacing) * 8);
|
|
1110
1110
|
}
|
|
1111
1111
|
|
|
1112
|
-
:is(body, #wpwrap #editor
|
|
1112
|
+
:is(body, #wpwrap #editor) .es\:size-9 {
|
|
1113
1113
|
width: calc(var(--es-spacing) * 9);
|
|
1114
1114
|
height: calc(var(--es-spacing) * 9);
|
|
1115
1115
|
}
|
|
1116
1116
|
|
|
1117
|
-
:is(body, #wpwrap #editor
|
|
1117
|
+
:is(body, #wpwrap #editor) .es\:size-10 {
|
|
1118
1118
|
width: calc(var(--es-spacing) * 10);
|
|
1119
1119
|
height: calc(var(--es-spacing) * 10);
|
|
1120
1120
|
}
|
|
1121
1121
|
|
|
1122
|
-
:is(body, #wpwrap #editor
|
|
1122
|
+
:is(body, #wpwrap #editor) .es\:size-20 {
|
|
1123
1123
|
width: calc(var(--es-spacing) * 20);
|
|
1124
1124
|
height: calc(var(--es-spacing) * 20);
|
|
1125
1125
|
}
|
|
1126
1126
|
|
|
1127
|
-
:is(body, #wpwrap #editor
|
|
1127
|
+
:is(body, #wpwrap #editor) .es\:size-40 {
|
|
1128
1128
|
width: calc(var(--es-spacing) * 40);
|
|
1129
1129
|
height: calc(var(--es-spacing) * 40);
|
|
1130
1130
|
}
|
|
1131
1131
|
|
|
1132
|
-
:is(body, #wpwrap #editor
|
|
1132
|
+
:is(body, #wpwrap #editor) .es\:size-48 {
|
|
1133
1133
|
width: calc(var(--es-spacing) * 48);
|
|
1134
1134
|
height: calc(var(--es-spacing) * 48);
|
|
1135
1135
|
}
|
|
1136
1136
|
|
|
1137
|
-
:is(body, #wpwrap #editor
|
|
1137
|
+
:is(body, #wpwrap #editor) .es\:size-full {
|
|
1138
1138
|
width: 100%;
|
|
1139
1139
|
height: 100%;
|
|
1140
1140
|
}
|
|
1141
1141
|
|
|
1142
|
-
:is(body, #wpwrap #editor
|
|
1142
|
+
:is(body, #wpwrap #editor) .es\:size-px {
|
|
1143
1143
|
width: 1px;
|
|
1144
1144
|
height: 1px;
|
|
1145
1145
|
}
|
|
1146
1146
|
|
|
1147
|
-
:is(body, #wpwrap #editor
|
|
1147
|
+
:is(body, #wpwrap #editor) .es\:h-0\.5 {
|
|
1148
1148
|
height: calc(var(--es-spacing) * .5);
|
|
1149
1149
|
}
|
|
1150
1150
|
|
|
1151
|
-
:is(body, #wpwrap #editor
|
|
1151
|
+
:is(body, #wpwrap #editor) .es\:h-1 {
|
|
1152
1152
|
height: calc(var(--es-spacing) * 1);
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
|
-
:is(body, #wpwrap #editor
|
|
1155
|
+
:is(body, #wpwrap #editor) .es\:h-1\.5 {
|
|
1156
1156
|
height: calc(var(--es-spacing) * 1.5);
|
|
1157
1157
|
}
|
|
1158
1158
|
|
|
1159
|
-
:is(body, #wpwrap #editor
|
|
1159
|
+
:is(body, #wpwrap #editor) .es\:h-2 {
|
|
1160
1160
|
height: calc(var(--es-spacing) * 2);
|
|
1161
1161
|
}
|
|
1162
1162
|
|
|
1163
|
-
:is(body, #wpwrap #editor
|
|
1163
|
+
:is(body, #wpwrap #editor) .es\:h-2\! {
|
|
1164
1164
|
height: calc(var(--es-spacing) * 2) !important;
|
|
1165
1165
|
}
|
|
1166
1166
|
|
|
1167
|
-
:is(body, #wpwrap #editor
|
|
1167
|
+
:is(body, #wpwrap #editor) .es\:h-2\.5 {
|
|
1168
1168
|
height: calc(var(--es-spacing) * 2.5);
|
|
1169
1169
|
}
|
|
1170
1170
|
|
|
1171
|
-
:is(body, #wpwrap #editor
|
|
1171
|
+
:is(body, #wpwrap #editor) .es\:h-3 {
|
|
1172
1172
|
height: calc(var(--es-spacing) * 3);
|
|
1173
1173
|
}
|
|
1174
1174
|
|
|
1175
|
-
:is(body, #wpwrap #editor
|
|
1175
|
+
:is(body, #wpwrap #editor) .es\:h-4 {
|
|
1176
1176
|
height: calc(var(--es-spacing) * 4);
|
|
1177
1177
|
}
|
|
1178
1178
|
|
|
1179
|
-
:is(body, #wpwrap #editor
|
|
1179
|
+
:is(body, #wpwrap #editor) .es\:h-5 {
|
|
1180
1180
|
height: calc(var(--es-spacing) * 5);
|
|
1181
1181
|
}
|
|
1182
1182
|
|
|
1183
|
-
:is(body, #wpwrap #editor
|
|
1183
|
+
:is(body, #wpwrap #editor) .es\:h-6 {
|
|
1184
1184
|
height: calc(var(--es-spacing) * 6);
|
|
1185
1185
|
}
|
|
1186
1186
|
|
|
1187
|
-
:is(body, #wpwrap #editor
|
|
1187
|
+
:is(body, #wpwrap #editor) .es\:h-7 {
|
|
1188
1188
|
height: calc(var(--es-spacing) * 7);
|
|
1189
1189
|
}
|
|
1190
1190
|
|
|
1191
|
-
:is(body, #wpwrap #editor
|
|
1191
|
+
:is(body, #wpwrap #editor) .es\:h-8 {
|
|
1192
1192
|
height: calc(var(--es-spacing) * 8);
|
|
1193
1193
|
}
|
|
1194
1194
|
|
|
1195
|
-
:is(body, #wpwrap #editor
|
|
1195
|
+
:is(body, #wpwrap #editor) .es\:h-9 {
|
|
1196
1196
|
height: calc(var(--es-spacing) * 9);
|
|
1197
1197
|
}
|
|
1198
1198
|
|
|
1199
|
-
:is(body, #wpwrap #editor
|
|
1199
|
+
:is(body, #wpwrap #editor) .es\:h-10 {
|
|
1200
1200
|
height: calc(var(--es-spacing) * 10);
|
|
1201
1201
|
}
|
|
1202
1202
|
|
|
1203
|
-
:is(body, #wpwrap #editor
|
|
1203
|
+
:is(body, #wpwrap #editor) .es\:h-40 {
|
|
1204
1204
|
height: calc(var(--es-spacing) * 40);
|
|
1205
1205
|
}
|
|
1206
1206
|
|
|
1207
|
-
:is(body, #wpwrap #editor
|
|
1207
|
+
:is(body, #wpwrap #editor) .es\:h-\[1\.875rem\] {
|
|
1208
1208
|
height: 1.875rem;
|
|
1209
1209
|
}
|
|
1210
1210
|
|
|
1211
|
-
:is(body, #wpwrap #editor
|
|
1211
|
+
:is(body, #wpwrap #editor) .es\:h-\[2\.125rem\] {
|
|
1212
1212
|
height: 2.125rem;
|
|
1213
1213
|
}
|
|
1214
1214
|
|
|
1215
|
-
:is(body, #wpwrap #editor
|
|
1215
|
+
:is(body, #wpwrap #editor) .es\:h-\[2\.375rem\] {
|
|
1216
1216
|
height: 2.375rem;
|
|
1217
1217
|
}
|
|
1218
1218
|
|
|
1219
|
-
:is(body, #wpwrap #editor
|
|
1219
|
+
:is(body, #wpwrap #editor) .es\:h-fit {
|
|
1220
1220
|
height: fit-content;
|
|
1221
1221
|
}
|
|
1222
1222
|
|
|
1223
|
-
:is(body, #wpwrap #editor
|
|
1223
|
+
:is(body, #wpwrap #editor) .es\:h-full {
|
|
1224
1224
|
height: 100%;
|
|
1225
1225
|
}
|
|
1226
1226
|
|
|
1227
|
-
:is(body, #wpwrap #editor
|
|
1227
|
+
:is(body, #wpwrap #editor) .es\:h-px {
|
|
1228
1228
|
height: 1px;
|
|
1229
1229
|
}
|
|
1230
1230
|
|
|
1231
|
-
:is(body, #wpwrap #editor
|
|
1231
|
+
:is(body, #wpwrap #editor) .es\:min-h-5 {
|
|
1232
1232
|
min-height: calc(var(--es-spacing) * 5);
|
|
1233
1233
|
}
|
|
1234
1234
|
|
|
1235
|
-
:is(body, #wpwrap #editor
|
|
1235
|
+
:is(body, #wpwrap #editor) .es\:min-h-8 {
|
|
1236
1236
|
min-height: calc(var(--es-spacing) * 8);
|
|
1237
1237
|
}
|
|
1238
1238
|
|
|
1239
|
-
:is(body, #wpwrap #editor
|
|
1239
|
+
:is(body, #wpwrap #editor) .es\:min-h-9 {
|
|
1240
1240
|
min-height: calc(var(--es-spacing) * 9);
|
|
1241
1241
|
}
|
|
1242
1242
|
|
|
1243
|
-
:is(body, #wpwrap #editor
|
|
1243
|
+
:is(body, #wpwrap #editor) .es\:min-h-9\.5 {
|
|
1244
1244
|
min-height: calc(var(--es-spacing) * 9.5);
|
|
1245
1245
|
}
|
|
1246
1246
|
|
|
1247
|
-
:is(body, #wpwrap #editor
|
|
1247
|
+
:is(body, #wpwrap #editor) .es\:min-h-10 {
|
|
1248
1248
|
min-height: calc(var(--es-spacing) * 10);
|
|
1249
1249
|
}
|
|
1250
1250
|
|
|
1251
|
-
:is(body, #wpwrap #editor
|
|
1251
|
+
:is(body, #wpwrap #editor) .es\:min-h-10\! {
|
|
1252
1252
|
min-height: calc(var(--es-spacing) * 10) !important;
|
|
1253
1253
|
}
|
|
1254
1254
|
|
|
1255
|
-
:is(body, #wpwrap #editor
|
|
1255
|
+
:is(body, #wpwrap #editor) .es\:min-h-12 {
|
|
1256
1256
|
min-height: calc(var(--es-spacing) * 12);
|
|
1257
1257
|
}
|
|
1258
1258
|
|
|
1259
|
-
:is(body, #wpwrap #editor
|
|
1259
|
+
:is(body, #wpwrap #editor) .es\:min-h-40 {
|
|
1260
1260
|
min-height: calc(var(--es-spacing) * 40);
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
:is(body, #wpwrap #editor
|
|
1263
|
+
:is(body, #wpwrap #editor) .es\:min-h-full {
|
|
1264
1264
|
min-height: 100%;
|
|
1265
1265
|
}
|
|
1266
1266
|
|
|
1267
|
-
:is(body, #wpwrap #editor
|
|
1267
|
+
:is(body, #wpwrap #editor) .es\:w-0\.5 {
|
|
1268
1268
|
width: calc(var(--es-spacing) * .5);
|
|
1269
1269
|
}
|
|
1270
1270
|
|
|
1271
|
-
:is(body, #wpwrap #editor
|
|
1271
|
+
:is(body, #wpwrap #editor) .es\:w-1 {
|
|
1272
1272
|
width: calc(var(--es-spacing) * 1);
|
|
1273
1273
|
}
|
|
1274
1274
|
|
|
1275
|
-
:is(body, #wpwrap #editor
|
|
1275
|
+
:is(body, #wpwrap #editor) .es\:w-1\.5 {
|
|
1276
1276
|
width: calc(var(--es-spacing) * 1.5);
|
|
1277
1277
|
}
|
|
1278
1278
|
|
|
1279
|
-
:is(body, #wpwrap #editor
|
|
1279
|
+
:is(body, #wpwrap #editor) .es\:w-2 {
|
|
1280
1280
|
width: calc(var(--es-spacing) * 2);
|
|
1281
1281
|
}
|
|
1282
1282
|
|
|
1283
|
-
:is(body, #wpwrap #editor
|
|
1283
|
+
:is(body, #wpwrap #editor) .es\:w-2\.5 {
|
|
1284
1284
|
width: calc(var(--es-spacing) * 2.5);
|
|
1285
1285
|
}
|
|
1286
1286
|
|
|
1287
|
-
:is(body, #wpwrap #editor
|
|
1287
|
+
:is(body, #wpwrap #editor) .es\:w-3 {
|
|
1288
1288
|
width: calc(var(--es-spacing) * 3);
|
|
1289
1289
|
}
|
|
1290
1290
|
|
|
1291
|
-
:is(body, #wpwrap #editor
|
|
1291
|
+
:is(body, #wpwrap #editor) .es\:w-4 {
|
|
1292
1292
|
width: calc(var(--es-spacing) * 4);
|
|
1293
1293
|
}
|
|
1294
1294
|
|
|
1295
|
-
:is(body, #wpwrap #editor
|
|
1295
|
+
:is(body, #wpwrap #editor) .es\:w-5 {
|
|
1296
1296
|
width: calc(var(--es-spacing) * 5);
|
|
1297
1297
|
}
|
|
1298
1298
|
|
|
1299
|
-
:is(body, #wpwrap #editor
|
|
1299
|
+
:is(body, #wpwrap #editor) .es\:w-5\.5 {
|
|
1300
1300
|
width: var(--es-spacing-5_5);
|
|
1301
1301
|
}
|
|
1302
1302
|
|
|
1303
|
-
:is(body, #wpwrap #editor
|
|
1303
|
+
:is(body, #wpwrap #editor) .es\:w-6 {
|
|
1304
1304
|
width: calc(var(--es-spacing) * 6);
|
|
1305
1305
|
}
|
|
1306
1306
|
|
|
1307
|
-
:is(body, #wpwrap #editor
|
|
1307
|
+
:is(body, #wpwrap #editor) .es\:w-7 {
|
|
1308
1308
|
width: calc(var(--es-spacing) * 7);
|
|
1309
1309
|
}
|
|
1310
1310
|
|
|
1311
|
-
:is(body, #wpwrap #editor
|
|
1311
|
+
:is(body, #wpwrap #editor) .es\:w-8 {
|
|
1312
1312
|
width: calc(var(--es-spacing) * 8);
|
|
1313
1313
|
}
|
|
1314
1314
|
|
|
1315
|
-
:is(body, #wpwrap #editor
|
|
1315
|
+
:is(body, #wpwrap #editor) .es\:w-9 {
|
|
1316
1316
|
width: calc(var(--es-spacing) * 9);
|
|
1317
1317
|
}
|
|
1318
1318
|
|
|
1319
|
-
:is(body, #wpwrap #editor
|
|
1319
|
+
:is(body, #wpwrap #editor) .es\:w-12 {
|
|
1320
1320
|
width: calc(var(--es-spacing) * 12);
|
|
1321
1321
|
}
|
|
1322
1322
|
|
|
1323
|
-
:is(body, #wpwrap #editor
|
|
1323
|
+
:is(body, #wpwrap #editor) .es\:w-20 {
|
|
1324
1324
|
width: calc(var(--es-spacing) * 20);
|
|
1325
1325
|
}
|
|
1326
1326
|
|
|
1327
|
-
:is(body, #wpwrap #editor
|
|
1327
|
+
:is(body, #wpwrap #editor) .es\:w-40 {
|
|
1328
1328
|
width: calc(var(--es-spacing) * 40);
|
|
1329
1329
|
}
|
|
1330
1330
|
|
|
1331
|
-
:is(body, #wpwrap #editor
|
|
1331
|
+
:is(body, #wpwrap #editor) .es\:w-48 {
|
|
1332
1332
|
width: calc(var(--es-spacing) * 48);
|
|
1333
1333
|
}
|
|
1334
1334
|
|
|
1335
|
-
:is(body, #wpwrap #editor
|
|
1335
|
+
:is(body, #wpwrap #editor) .es\:w-52 {
|
|
1336
1336
|
width: calc(var(--es-spacing) * 52);
|
|
1337
1337
|
}
|
|
1338
1338
|
|
|
1339
|
-
:is(body, #wpwrap #editor
|
|
1339
|
+
:is(body, #wpwrap #editor) .es\:w-80 {
|
|
1340
1340
|
width: calc(var(--es-spacing) * 80);
|
|
1341
1341
|
}
|
|
1342
1342
|
|
|
1343
|
-
:is(body, #wpwrap #editor
|
|
1343
|
+
:is(body, #wpwrap #editor) .es\:w-\[18\.5rem\] {
|
|
1344
1344
|
width: 18.5rem;
|
|
1345
1345
|
}
|
|
1346
1346
|
|
|
1347
|
-
:is(body, #wpwrap #editor
|
|
1347
|
+
:is(body, #wpwrap #editor) .es\:w-auto\! {
|
|
1348
1348
|
width: auto !important;
|
|
1349
1349
|
}
|
|
1350
1350
|
|
|
1351
|
-
:is(body, #wpwrap #editor
|
|
1351
|
+
:is(body, #wpwrap #editor) .es\:w-fit {
|
|
1352
1352
|
width: fit-content;
|
|
1353
1353
|
}
|
|
1354
1354
|
|
|
1355
|
-
:is(body, #wpwrap #editor
|
|
1355
|
+
:is(body, #wpwrap #editor) .es\:w-full {
|
|
1356
1356
|
width: 100%;
|
|
1357
1357
|
}
|
|
1358
1358
|
|
|
1359
|
-
:is(body, #wpwrap #editor
|
|
1359
|
+
:is(body, #wpwrap #editor) .es\:w-px {
|
|
1360
1360
|
width: 1px;
|
|
1361
1361
|
}
|
|
1362
1362
|
|
|
1363
|
-
:is(body, #wpwrap #editor
|
|
1363
|
+
:is(body, #wpwrap #editor) .es\:max-w-40 {
|
|
1364
1364
|
max-width: calc(var(--es-spacing) * 40);
|
|
1365
1365
|
}
|
|
1366
1366
|
|
|
1367
|
-
:is(body, #wpwrap #editor
|
|
1367
|
+
:is(body, #wpwrap #editor) .es\:max-w-64 {
|
|
1368
1368
|
max-width: calc(var(--es-spacing) * 64);
|
|
1369
1369
|
}
|
|
1370
1370
|
|
|
1371
|
-
:is(body, #wpwrap #editor
|
|
1371
|
+
:is(body, #wpwrap #editor) .es\:max-w-80 {
|
|
1372
1372
|
max-width: calc(var(--es-spacing) * 80);
|
|
1373
1373
|
}
|
|
1374
1374
|
|
|
1375
|
-
:is(body, #wpwrap #editor
|
|
1375
|
+
:is(body, #wpwrap #editor) .es\:max-w-96 {
|
|
1376
1376
|
max-width: calc(var(--es-spacing) * 96);
|
|
1377
1377
|
}
|
|
1378
1378
|
|
|
1379
|
-
:is(body, #wpwrap #editor
|
|
1379
|
+
:is(body, #wpwrap #editor) .es\:max-w-lg {
|
|
1380
1380
|
max-width: var(--es-container-lg);
|
|
1381
1381
|
}
|
|
1382
1382
|
|
|
1383
|
-
:is(body, #wpwrap #editor
|
|
1383
|
+
:is(body, #wpwrap #editor) .es\:max-w-md {
|
|
1384
1384
|
max-width: var(--es-container-md);
|
|
1385
1385
|
}
|
|
1386
1386
|
|
|
1387
|
-
:is(body, #wpwrap #editor
|
|
1387
|
+
:is(body, #wpwrap #editor) .es\:min-w-7 {
|
|
1388
1388
|
min-width: calc(var(--es-spacing) * 7);
|
|
1389
1389
|
}
|
|
1390
1390
|
|
|
1391
|
-
:is(body, #wpwrap #editor
|
|
1391
|
+
:is(body, #wpwrap #editor) .es\:min-w-9 {
|
|
1392
1392
|
min-width: calc(var(--es-spacing) * 9);
|
|
1393
1393
|
}
|
|
1394
1394
|
|
|
1395
|
-
:is(body, #wpwrap #editor
|
|
1395
|
+
:is(body, #wpwrap #editor) .es\:min-w-10 {
|
|
1396
1396
|
min-width: calc(var(--es-spacing) * 10);
|
|
1397
1397
|
}
|
|
1398
1398
|
|
|
1399
|
-
:is(body, #wpwrap #editor
|
|
1399
|
+
:is(body, #wpwrap #editor) .es\:min-w-28 {
|
|
1400
1400
|
min-width: calc(var(--es-spacing) * 28);
|
|
1401
1401
|
}
|
|
1402
1402
|
|
|
1403
|
-
:is(body, #wpwrap #editor
|
|
1403
|
+
:is(body, #wpwrap #editor) .es\:min-w-44 {
|
|
1404
1404
|
min-width: calc(var(--es-spacing) * 44);
|
|
1405
1405
|
}
|
|
1406
1406
|
|
|
1407
|
-
:is(body, #wpwrap #editor
|
|
1407
|
+
:is(body, #wpwrap #editor) .es\:min-w-48 {
|
|
1408
1408
|
min-width: calc(var(--es-spacing) * 48);
|
|
1409
1409
|
}
|
|
1410
1410
|
|
|
1411
|
-
:is(body, #wpwrap #editor
|
|
1411
|
+
:is(body, #wpwrap #editor) .es\:min-w-72 {
|
|
1412
1412
|
min-width: calc(var(--es-spacing) * 72);
|
|
1413
1413
|
}
|
|
1414
1414
|
|
|
1415
|
-
:is(body, #wpwrap #editor
|
|
1415
|
+
:is(body, #wpwrap #editor) .es\:min-w-80 {
|
|
1416
1416
|
min-width: calc(var(--es-spacing) * 80);
|
|
1417
1417
|
}
|
|
1418
1418
|
|
|
1419
|
-
:is(body, #wpwrap #editor
|
|
1419
|
+
:is(body, #wpwrap #editor) .es\:flex-1 {
|
|
1420
1420
|
flex: 1;
|
|
1421
1421
|
}
|
|
1422
1422
|
|
|
1423
|
-
:is(body, #wpwrap #editor
|
|
1423
|
+
:is(body, #wpwrap #editor) .es\:flex-auto {
|
|
1424
1424
|
flex: auto;
|
|
1425
1425
|
}
|
|
1426
1426
|
|
|
1427
|
-
:is(body, #wpwrap #editor
|
|
1427
|
+
:is(body, #wpwrap #editor) .es\:flex-initial {
|
|
1428
1428
|
flex: 0 auto;
|
|
1429
1429
|
}
|
|
1430
1430
|
|
|
1431
|
-
:is(body, #wpwrap #editor
|
|
1431
|
+
:is(body, #wpwrap #editor) .es\:flex-none {
|
|
1432
1432
|
flex: none;
|
|
1433
1433
|
}
|
|
1434
1434
|
|
|
1435
|
-
:is(body, #wpwrap #editor
|
|
1435
|
+
:is(body, #wpwrap #editor) .es\:shrink {
|
|
1436
1436
|
flex-shrink: 1;
|
|
1437
1437
|
}
|
|
1438
1438
|
|
|
1439
|
-
:is(body, #wpwrap #editor
|
|
1439
|
+
:is(body, #wpwrap #editor) .es\:shrink-0 {
|
|
1440
1440
|
flex-shrink: 0;
|
|
1441
1441
|
}
|
|
1442
1442
|
|
|
1443
|
-
:is(body, #wpwrap #editor
|
|
1443
|
+
:is(body, #wpwrap #editor) .es\:grow {
|
|
1444
1444
|
flex-grow: 1;
|
|
1445
1445
|
}
|
|
1446
1446
|
|
|
1447
|
-
:is(body, #wpwrap #editor
|
|
1447
|
+
:is(body, #wpwrap #editor) .es\:grow-0 {
|
|
1448
1448
|
flex-grow: 0;
|
|
1449
1449
|
}
|
|
1450
1450
|
|
|
1451
|
-
:is(body, #wpwrap #editor
|
|
1451
|
+
:is(body, #wpwrap #editor) .es\:-translate-x-1 {
|
|
1452
1452
|
--tw-translate-x: calc(var(--es-spacing) * -1);
|
|
1453
1453
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1454
1454
|
}
|
|
1455
1455
|
|
|
1456
|
-
:is(body, #wpwrap #editor
|
|
1456
|
+
:is(body, #wpwrap #editor) .es\:-translate-x-1\/2 {
|
|
1457
1457
|
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
1458
1458
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1459
1459
|
}
|
|
1460
1460
|
|
|
1461
|
-
:is(body, #wpwrap #editor
|
|
1461
|
+
:is(body, #wpwrap #editor) .es\:-translate-x-px {
|
|
1462
1462
|
--tw-translate-x: -1px;
|
|
1463
1463
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1464
1464
|
}
|
|
1465
1465
|
|
|
1466
|
-
:is(body, #wpwrap #editor
|
|
1466
|
+
:is(body, #wpwrap #editor) .es\:-translate-y-1\/2 {
|
|
1467
1467
|
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
1468
1468
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1469
1469
|
}
|
|
1470
1470
|
|
|
1471
|
-
:is(body, #wpwrap #editor
|
|
1471
|
+
:is(body, #wpwrap #editor) .es\:translate-x-1 {
|
|
1472
1472
|
--tw-translate-x: calc(var(--es-spacing) * 1);
|
|
1473
1473
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1474
1474
|
}
|
|
1475
1475
|
|
|
1476
|
-
:is(body, #wpwrap #editor
|
|
1476
|
+
:is(body, #wpwrap #editor) .es\:translate-x-1\/2 {
|
|
1477
1477
|
--tw-translate-x: calc(1 / 2 * 100%);
|
|
1478
1478
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1479
1479
|
}
|
|
1480
1480
|
|
|
1481
|
-
:is(body, #wpwrap #editor
|
|
1481
|
+
:is(body, #wpwrap #editor) .es\:translate-x-1\/2\! {
|
|
1482
1482
|
--tw-translate-x: calc(1 / 2 * 100%) !important;
|
|
1483
1483
|
translate: var(--tw-translate-x) var(--tw-translate-y) !important;
|
|
1484
1484
|
}
|
|
1485
1485
|
|
|
1486
|
-
:is(body, #wpwrap #editor
|
|
1486
|
+
:is(body, #wpwrap #editor) .es\:translate-x-2 {
|
|
1487
1487
|
--tw-translate-x: calc(var(--es-spacing) * 2);
|
|
1488
1488
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1489
1489
|
}
|
|
1490
1490
|
|
|
1491
|
-
:is(body, #wpwrap #editor
|
|
1491
|
+
:is(body, #wpwrap #editor) .es\:translate-x-4 {
|
|
1492
1492
|
--tw-translate-x: calc(var(--es-spacing) * 4);
|
|
1493
1493
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1494
1494
|
}
|
|
1495
1495
|
|
|
1496
|
-
:is(body, #wpwrap #editor
|
|
1496
|
+
:is(body, #wpwrap #editor) .es\:translate-x-full\! {
|
|
1497
1497
|
--tw-translate-x: 100% !important;
|
|
1498
1498
|
translate: var(--tw-translate-x) var(--tw-translate-y) !important;
|
|
1499
1499
|
}
|
|
1500
1500
|
|
|
1501
|
-
:is(body, #wpwrap #editor
|
|
1501
|
+
:is(body, #wpwrap #editor) .es\:translate-y-1\/2\! {
|
|
1502
1502
|
--tw-translate-y: calc(1 / 2 * 100%) !important;
|
|
1503
1503
|
translate: var(--tw-translate-x) var(--tw-translate-y) !important;
|
|
1504
1504
|
}
|
|
1505
1505
|
|
|
1506
|
-
:is(body, #wpwrap #editor
|
|
1506
|
+
:is(body, #wpwrap #editor) .es\:translate-y-px {
|
|
1507
1507
|
--tw-translate-y: 1px;
|
|
1508
1508
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1509
1509
|
}
|
|
1510
1510
|
|
|
1511
|
-
:is(body, #wpwrap #editor
|
|
1511
|
+
:is(body, #wpwrap #editor) .es\:scale-95 {
|
|
1512
1512
|
--tw-scale-x: 95%;
|
|
1513
1513
|
--tw-scale-y: 95%;
|
|
1514
1514
|
--tw-scale-z: 95%;
|
|
1515
1515
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
1516
1516
|
}
|
|
1517
1517
|
|
|
1518
|
-
:is(body, #wpwrap #editor
|
|
1518
|
+
:is(body, #wpwrap #editor) .es\:scale-100 {
|
|
1519
1519
|
--tw-scale-x: 100%;
|
|
1520
1520
|
--tw-scale-y: 100%;
|
|
1521
1521
|
--tw-scale-z: 100%;
|
|
1522
1522
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
1523
1523
|
}
|
|
1524
1524
|
|
|
1525
|
-
:is(body, #wpwrap #editor
|
|
1525
|
+
:is(body, #wpwrap #editor) .es\:-scale-y-100 {
|
|
1526
1526
|
--tw-scale-y: calc(100% * -1);
|
|
1527
1527
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
1528
1528
|
}
|
|
1529
1529
|
|
|
1530
|
-
:is(body, #wpwrap #editor
|
|
1530
|
+
:is(body, #wpwrap #editor) .es\:rotate-45 {
|
|
1531
1531
|
rotate: 45deg;
|
|
1532
1532
|
}
|
|
1533
1533
|
|
|
1534
|
-
:is(body, #wpwrap #editor
|
|
1534
|
+
:is(body, #wpwrap #editor) .es\:animate-spin {
|
|
1535
1535
|
animation: var(--es-animate-spin);
|
|
1536
1536
|
}
|
|
1537
1537
|
|
|
1538
|
-
:is(body, #wpwrap #editor
|
|
1538
|
+
:is(body, #wpwrap #editor) .es\:motion-blur-in-xs {
|
|
1539
1539
|
--motion-origin-blur: 4px;
|
|
1540
1540
|
--motion-filter-in-animation: motion-filter-in calc(var(--motion-filter-duration) * var(--motion-filter-perceptual-duration-multiplier)) var(--motion-filter-timing) var(--motion-filter-delay) both;
|
|
1541
1541
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
1542
1542
|
}
|
|
1543
1543
|
|
|
1544
|
-
:is(body, #wpwrap #editor
|
|
1544
|
+
:is(body, #wpwrap #editor) .es\:motion-opacity-in {
|
|
1545
1545
|
--motion-origin-opacity: 0;
|
|
1546
1546
|
--motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration) * var(--motion-opacity-perceptual-duration-multiplier)) var(--motion-opacity-timing) var(--motion-opacity-delay) both;
|
|
1547
1547
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
1548
1548
|
}
|
|
1549
1549
|
|
|
1550
|
-
:is(body, #wpwrap #editor
|
|
1550
|
+
:is(body, #wpwrap #editor) .es\:motion-opacity-out {
|
|
1551
1551
|
--motion-end-opacity: 0;
|
|
1552
1552
|
--motion-opacity-out-animation: motion-opacity-out calc(var(--motion-opacity-duration) * var(--motion-opacity-perceptual-duration-multiplier)) var(--motion-opacity-timing) var(--motion-opacity-delay) both;
|
|
1553
1553
|
animation: var(--motion-all-exit-animations);
|
|
1554
1554
|
}
|
|
1555
1555
|
|
|
1556
|
-
:is(body, #wpwrap #editor
|
|
1556
|
+
:is(body, #wpwrap #editor) .es\:motion-opacity-out-0 {
|
|
1557
1557
|
--motion-end-opacity: .001;
|
|
1558
1558
|
--motion-opacity-out-animation: motion-opacity-out calc(var(--motion-opacity-duration) * var(--motion-opacity-perceptual-duration-multiplier)) var(--motion-opacity-timing) var(--motion-opacity-delay) both;
|
|
1559
1559
|
animation: var(--motion-all-exit-animations);
|
|
1560
1560
|
}
|
|
1561
1561
|
|
|
1562
|
-
:is(body, #wpwrap #editor
|
|
1562
|
+
:is(body, #wpwrap #editor) .es\:motion-preset-spin {
|
|
1563
1563
|
--motion-loop-rotate: 360deg;
|
|
1564
1564
|
--motion-timing: linear;
|
|
1565
1565
|
--motion-rotate-loop-animation: motion-rotate-loop-reset calc(var(--motion-rotate-duration) * var(--motion-rotate-perceptual-duration-multiplier)) var(--motion-rotate-timing) var(--motion-rotate-delay) both var(--motion-rotate-loop-count);
|
|
1566
1566
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
1567
1567
|
}
|
|
1568
1568
|
|
|
1569
|
-
:is(body, #wpwrap #editor
|
|
1569
|
+
:is(body, #wpwrap #editor) .es\:motion-rotate-in {
|
|
1570
1570
|
--motion-origin-rotate: 12deg;
|
|
1571
1571
|
--motion-rotate-in-animation: motion-rotate-in calc(var(--motion-rotate-duration) * var(--motion-rotate-perceptual-duration-multiplier)) var(--motion-rotate-timing) var(--motion-rotate-delay) both;
|
|
1572
1572
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
1573
1573
|
}
|
|
1574
1574
|
|
|
1575
|
-
:is(body, #wpwrap #editor
|
|
1575
|
+
:is(body, #wpwrap #editor) .es\:motion-rotate-out {
|
|
1576
1576
|
--motion-end-rotate: 12deg;
|
|
1577
1577
|
--motion-rotate-out-animation: motion-rotate-out calc(var(--motion-rotate-duration) * var(--motion-rotate-perceptual-duration-multiplier)) var(--motion-rotate-timing) var(--motion-rotate-delay) both;
|
|
1578
1578
|
animation: var(--motion-all-exit-animations);
|
|
1579
1579
|
}
|
|
1580
1580
|
|
|
1581
|
-
:is(body, #wpwrap #editor
|
|
1581
|
+
:is(body, #wpwrap #editor) .es\:motion-scale-in-90 {
|
|
1582
1582
|
--motion-origin-scale-x: .9;
|
|
1583
1583
|
--motion-origin-scale-y: .9;
|
|
1584
1584
|
--motion-scale-in-animation: motion-scale-in calc(var(--motion-scale-duration) * var(--motion-scale-perceptual-duration-multiplier)) var(--motion-scale-timing) var(--motion-scale-delay) both;
|
|
1585
1585
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
1586
1586
|
}
|
|
1587
1587
|
|
|
1588
|
-
:is(body, #wpwrap #editor
|
|
1588
|
+
:is(body, #wpwrap #editor) .es\:motion-scale-in-125 {
|
|
1589
1589
|
--motion-origin-scale-x: 1.25;
|
|
1590
1590
|
--motion-origin-scale-y: 1.25;
|
|
1591
1591
|
--motion-scale-in-animation: motion-scale-in calc(var(--motion-scale-duration) * var(--motion-scale-perceptual-duration-multiplier)) var(--motion-scale-timing) var(--motion-scale-delay) both;
|
|
1592
1592
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
1593
1593
|
}
|
|
1594
1594
|
|
|
1595
|
-
:is(body, #wpwrap #editor
|
|
1595
|
+
:is(body, #wpwrap #editor) .es\:cursor-default {
|
|
1596
1596
|
cursor: default;
|
|
1597
1597
|
}
|
|
1598
1598
|
|
|
1599
|
-
:is(body, #wpwrap #editor
|
|
1599
|
+
:is(body, #wpwrap #editor) .es\:cursor-grab {
|
|
1600
1600
|
cursor: grab;
|
|
1601
1601
|
}
|
|
1602
1602
|
|
|
1603
|
-
:is(body, #wpwrap #editor
|
|
1603
|
+
:is(body, #wpwrap #editor) .es\:cursor-grabbing {
|
|
1604
1604
|
cursor: grabbing;
|
|
1605
1605
|
}
|
|
1606
1606
|
|
|
1607
|
-
:is(body, #wpwrap #editor
|
|
1607
|
+
:is(body, #wpwrap #editor) .es\:cursor-pointer {
|
|
1608
1608
|
cursor: pointer;
|
|
1609
1609
|
}
|
|
1610
1610
|
|
|
1611
|
-
:is(body, #wpwrap #editor
|
|
1611
|
+
:is(body, #wpwrap #editor) .es\:list-none {
|
|
1612
1612
|
list-style-type: none;
|
|
1613
1613
|
}
|
|
1614
1614
|
|
|
1615
|
-
:is(body, #wpwrap #editor
|
|
1615
|
+
:is(body, #wpwrap #editor) .es\:auto-cols-auto {
|
|
1616
1616
|
grid-auto-columns: auto;
|
|
1617
1617
|
}
|
|
1618
1618
|
|
|
1619
|
-
:is(body, #wpwrap #editor
|
|
1619
|
+
:is(body, #wpwrap #editor) .es\:grid-cols-1 {
|
|
1620
1620
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
1621
1621
|
}
|
|
1622
1622
|
|
|
1623
|
-
:is(body, #wpwrap #editor
|
|
1623
|
+
:is(body, #wpwrap #editor) .es\:grid-cols-\[1fr_auto_1fr\] {
|
|
1624
1624
|
grid-template-columns: 1fr auto 1fr;
|
|
1625
1625
|
}
|
|
1626
1626
|
|
|
1627
|
-
:is(body, #wpwrap #editor
|
|
1627
|
+
:is(body, #wpwrap #editor) .es\:grid-cols-\[auto_1fr\] {
|
|
1628
1628
|
grid-template-columns: auto 1fr;
|
|
1629
1629
|
}
|
|
1630
1630
|
|
|
1631
|
-
:is(body, #wpwrap #editor
|
|
1631
|
+
:is(body, #wpwrap #editor) .es\:grid-cols-\[minmax\(0\,0rem\)_minmax\(0\,1fr\)_minmax\(0\,2\.25rem\)\] {
|
|
1632
1632
|
grid-template-columns: minmax(0, 0) minmax(0, 1fr) minmax(0, 2.25rem);
|
|
1633
1633
|
}
|
|
1634
1634
|
|
|
1635
|
-
:is(body, #wpwrap #editor
|
|
1635
|
+
:is(body, #wpwrap #editor) .es\:grid-cols-\[minmax\(0\,1\.75rem\)_minmax\(0\,1fr\)_minmax\(0\,2\.25rem\)\] {
|
|
1636
1636
|
grid-template-columns: minmax(0, 1.75rem) minmax(0, 1fr) minmax(0, 2.25rem);
|
|
1637
1637
|
}
|
|
1638
1638
|
|
|
1639
|
-
:is(body, #wpwrap #editor
|
|
1639
|
+
:is(body, #wpwrap #editor) .es\:grid-cols-\[minmax\(0\,15rem\)_2fr\] {
|
|
1640
1640
|
grid-template-columns: minmax(0, 15rem) 2fr;
|
|
1641
1641
|
}
|
|
1642
1642
|
|
|
1643
|
-
:is(body, #wpwrap #editor
|
|
1643
|
+
:is(body, #wpwrap #editor) .es\:grid-cols-\[minmax\(0\,auto\)_minmax\(0\,1fr\)_minmax\(0\,2\.25rem\)\] {
|
|
1644
1644
|
grid-template-columns: minmax(0, auto) minmax(0, 1fr) minmax(0, 2.25rem);
|
|
1645
1645
|
}
|
|
1646
1646
|
|
|
1647
|
-
:is(body, #wpwrap #editor
|
|
1647
|
+
:is(body, #wpwrap #editor) .es\:grid-rows-1 {
|
|
1648
1648
|
grid-template-rows: repeat(1, minmax(0, 1fr));
|
|
1649
1649
|
}
|
|
1650
1650
|
|
|
1651
|
-
:is(body, #wpwrap #editor
|
|
1651
|
+
:is(body, #wpwrap #editor) .es\:grid-rows-\[auto_auto\] {
|
|
1652
1652
|
grid-template-rows: auto auto;
|
|
1653
1653
|
}
|
|
1654
1654
|
|
|
1655
|
-
:is(body, #wpwrap #editor
|
|
1655
|
+
:is(body, #wpwrap #editor) .es\:flex-col {
|
|
1656
1656
|
flex-direction: column;
|
|
1657
1657
|
}
|
|
1658
1658
|
|
|
1659
|
-
:is(body, #wpwrap #editor
|
|
1659
|
+
:is(body, #wpwrap #editor) .es\:flex-wrap {
|
|
1660
1660
|
flex-wrap: wrap;
|
|
1661
1661
|
}
|
|
1662
1662
|
|
|
1663
|
-
:is(body, #wpwrap #editor
|
|
1663
|
+
:is(body, #wpwrap #editor) .es\:items-center {
|
|
1664
1664
|
align-items: center;
|
|
1665
1665
|
}
|
|
1666
1666
|
|
|
1667
|
-
:is(body, #wpwrap #editor
|
|
1667
|
+
:is(body, #wpwrap #editor) .es\:items-start {
|
|
1668
1668
|
align-items: flex-start;
|
|
1669
1669
|
}
|
|
1670
1670
|
|
|
1671
|
-
:is(body, #wpwrap #editor
|
|
1671
|
+
:is(body, #wpwrap #editor) .es\:items-stretch {
|
|
1672
1672
|
align-items: stretch;
|
|
1673
1673
|
}
|
|
1674
1674
|
|
|
1675
|
-
:is(body, #wpwrap #editor
|
|
1675
|
+
:is(body, #wpwrap #editor) .es\:justify-between {
|
|
1676
1676
|
justify-content: space-between;
|
|
1677
1677
|
}
|
|
1678
1678
|
|
|
1679
|
-
:is(body, #wpwrap #editor
|
|
1679
|
+
:is(body, #wpwrap #editor) .es\:justify-center {
|
|
1680
1680
|
justify-content: center;
|
|
1681
1681
|
}
|
|
1682
1682
|
|
|
1683
|
-
:is(body, #wpwrap #editor
|
|
1683
|
+
:is(body, #wpwrap #editor) .es\:justify-end {
|
|
1684
1684
|
justify-content: flex-end;
|
|
1685
1685
|
}
|
|
1686
1686
|
|
|
1687
|
-
:is(body, #wpwrap #editor
|
|
1687
|
+
:is(body, #wpwrap #editor) .es\:justify-start {
|
|
1688
1688
|
justify-content: flex-start;
|
|
1689
1689
|
}
|
|
1690
1690
|
|
|
1691
|
-
:is(body, #wpwrap #editor
|
|
1691
|
+
:is(body, #wpwrap #editor) .es\:justify-items-center {
|
|
1692
1692
|
justify-items: center;
|
|
1693
1693
|
}
|
|
1694
1694
|
|
|
1695
|
-
:is(body, #wpwrap #editor
|
|
1695
|
+
:is(body, #wpwrap #editor) .es\:justify-items-end {
|
|
1696
1696
|
justify-items: end;
|
|
1697
1697
|
}
|
|
1698
1698
|
|
|
1699
|
-
:is(body, #wpwrap #editor
|
|
1699
|
+
:is(body, #wpwrap #editor) .es\:justify-items-start {
|
|
1700
1700
|
justify-items: start;
|
|
1701
1701
|
}
|
|
1702
1702
|
|
|
1703
|
-
:is(body, #wpwrap #editor
|
|
1703
|
+
:is(body, #wpwrap #editor) .es\:justify-items-stretch {
|
|
1704
1704
|
justify-items: stretch;
|
|
1705
1705
|
}
|
|
1706
1706
|
|
|
1707
|
-
:is(body, #wpwrap #editor
|
|
1707
|
+
:is(body, #wpwrap #editor) .es\:gap-0\.5 {
|
|
1708
1708
|
gap: calc(var(--es-spacing) * .5);
|
|
1709
1709
|
}
|
|
1710
1710
|
|
|
1711
|
-
:is(body, #wpwrap #editor
|
|
1711
|
+
:is(body, #wpwrap #editor) .es\:gap-1 {
|
|
1712
1712
|
gap: calc(var(--es-spacing) * 1);
|
|
1713
1713
|
}
|
|
1714
1714
|
|
|
1715
|
-
:is(body, #wpwrap #editor
|
|
1715
|
+
:is(body, #wpwrap #editor) .es\:gap-1\.5 {
|
|
1716
1716
|
gap: calc(var(--es-spacing) * 1.5);
|
|
1717
1717
|
}
|
|
1718
1718
|
|
|
1719
|
-
:is(body, #wpwrap #editor
|
|
1719
|
+
:is(body, #wpwrap #editor) .es\:gap-2 {
|
|
1720
1720
|
gap: calc(var(--es-spacing) * 2);
|
|
1721
1721
|
}
|
|
1722
1722
|
|
|
1723
|
-
:is(body, #wpwrap #editor
|
|
1723
|
+
:is(body, #wpwrap #editor) .es\:gap-2\.5 {
|
|
1724
1724
|
gap: calc(var(--es-spacing) * 2.5);
|
|
1725
1725
|
}
|
|
1726
1726
|
|
|
1727
|
-
:is(body, #wpwrap #editor
|
|
1727
|
+
:is(body, #wpwrap #editor) .es\:gap-4 {
|
|
1728
1728
|
gap: calc(var(--es-spacing) * 4);
|
|
1729
1729
|
}
|
|
1730
1730
|
|
|
1731
|
-
:is(body, #wpwrap #editor
|
|
1731
|
+
:is(body, #wpwrap #editor) .es\:gap-px {
|
|
1732
1732
|
gap: 1px;
|
|
1733
1733
|
}
|
|
1734
1734
|
|
|
1735
|
-
:where(:is(body, #wpwrap #editor
|
|
1735
|
+
:where(:is(body, #wpwrap #editor) .es\:-space-y-px > :not(:last-child)) {
|
|
1736
1736
|
--tw-space-y-reverse: 0;
|
|
1737
1737
|
margin-block-start: calc(-1px * var(--tw-space-y-reverse));
|
|
1738
1738
|
margin-block-end: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
|
|
1739
1739
|
}
|
|
1740
1740
|
|
|
1741
|
-
:where(:is(body, #wpwrap #editor
|
|
1741
|
+
:where(:is(body, #wpwrap #editor) .es\:-space-y-px\! > :not(:last-child)) {
|
|
1742
1742
|
--tw-space-y-reverse: 0 !important;
|
|
1743
1743
|
margin-block-start: calc(-1px * var(--tw-space-y-reverse)) !important;
|
|
1744
1744
|
margin-block-end: calc(-1px * calc(1 - var(--tw-space-y-reverse))) !important;
|
|
1745
1745
|
}
|
|
1746
1746
|
|
|
1747
|
-
:is(body, #wpwrap #editor
|
|
1747
|
+
:is(body, #wpwrap #editor) .es\:gap-x-1 {
|
|
1748
1748
|
column-gap: calc(var(--es-spacing) * 1);
|
|
1749
1749
|
}
|
|
1750
1750
|
|
|
1751
|
-
:is(body, #wpwrap #editor
|
|
1751
|
+
:is(body, #wpwrap #editor) .es\:gap-x-1\.5 {
|
|
1752
1752
|
column-gap: calc(var(--es-spacing) * 1.5);
|
|
1753
1753
|
}
|
|
1754
1754
|
|
|
1755
|
-
:is(body, #wpwrap #editor
|
|
1755
|
+
:is(body, #wpwrap #editor) .es\:gap-x-2 {
|
|
1756
1756
|
column-gap: calc(var(--es-spacing) * 2);
|
|
1757
1757
|
}
|
|
1758
1758
|
|
|
1759
|
-
:is(body, #wpwrap #editor
|
|
1759
|
+
:is(body, #wpwrap #editor) .es\:gap-x-3 {
|
|
1760
1760
|
column-gap: calc(var(--es-spacing) * 3);
|
|
1761
1761
|
}
|
|
1762
1762
|
|
|
1763
|
-
:is(body, #wpwrap #editor
|
|
1763
|
+
:is(body, #wpwrap #editor) .es\:gap-x-8 {
|
|
1764
1764
|
column-gap: calc(var(--es-spacing) * 8);
|
|
1765
1765
|
}
|
|
1766
1766
|
|
|
1767
|
-
:where(:is(body, #wpwrap #editor
|
|
1767
|
+
:where(:is(body, #wpwrap #editor) .es\:space-y-0\! > :not(:last-child)) {
|
|
1768
1768
|
--tw-space-y-reverse: 0 !important;
|
|
1769
1769
|
margin-block-start: calc(calc(var(--es-spacing) * 0) * var(--tw-space-y-reverse)) !important;
|
|
1770
1770
|
margin-block-end: calc(calc(var(--es-spacing) * 0) * calc(1 - var(--tw-space-y-reverse))) !important;
|
|
1771
1771
|
}
|
|
1772
1772
|
|
|
1773
|
-
:where(:is(body, #wpwrap #editor
|
|
1773
|
+
:where(:is(body, #wpwrap #editor) .es\:space-y-0\.5 > :not(:last-child)) {
|
|
1774
1774
|
--tw-space-y-reverse: 0;
|
|
1775
1775
|
margin-block-start: calc(calc(var(--es-spacing) * .5) * var(--tw-space-y-reverse));
|
|
1776
1776
|
margin-block-end: calc(calc(var(--es-spacing) * .5) * calc(1 - var(--tw-space-y-reverse)));
|
|
1777
1777
|
}
|
|
1778
1778
|
|
|
1779
|
-
:where(:is(body, #wpwrap #editor
|
|
1779
|
+
:where(:is(body, #wpwrap #editor) .es\:space-y-1 > :not(:last-child)) {
|
|
1780
1780
|
--tw-space-y-reverse: 0;
|
|
1781
1781
|
margin-block-start: calc(calc(var(--es-spacing) * 1) * var(--tw-space-y-reverse));
|
|
1782
1782
|
margin-block-end: calc(calc(var(--es-spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
|
|
1783
1783
|
}
|
|
1784
1784
|
|
|
1785
|
-
:where(:is(body, #wpwrap #editor
|
|
1785
|
+
:where(:is(body, #wpwrap #editor) .es\:space-y-2 > :not(:last-child)) {
|
|
1786
1786
|
--tw-space-y-reverse: 0;
|
|
1787
1787
|
margin-block-start: calc(calc(var(--es-spacing) * 2) * var(--tw-space-y-reverse));
|
|
1788
1788
|
margin-block-end: calc(calc(var(--es-spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
|
|
1789
1789
|
}
|
|
1790
1790
|
|
|
1791
|
-
:where(:is(body, #wpwrap #editor
|
|
1791
|
+
:where(:is(body, #wpwrap #editor) .es\:space-y-2\.5 > :not(:last-child)) {
|
|
1792
1792
|
--tw-space-y-reverse: 0;
|
|
1793
1793
|
margin-block-start: calc(calc(var(--es-spacing) * 2.5) * var(--tw-space-y-reverse));
|
|
1794
1794
|
margin-block-end: calc(calc(var(--es-spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
|
|
1795
1795
|
}
|
|
1796
1796
|
|
|
1797
|
-
:where(:is(body, #wpwrap #editor
|
|
1797
|
+
:where(:is(body, #wpwrap #editor) .es\:-space-x-px > :not(:last-child)) {
|
|
1798
1798
|
--tw-space-x-reverse: 0;
|
|
1799
1799
|
margin-inline-start: calc(-1px * var(--tw-space-x-reverse));
|
|
1800
1800
|
margin-inline-end: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
|
|
1801
1801
|
}
|
|
1802
1802
|
|
|
1803
|
-
:where(:is(body, #wpwrap #editor
|
|
1803
|
+
:where(:is(body, #wpwrap #editor) .es\:-space-x-px\! > :not(:last-child)) {
|
|
1804
1804
|
--tw-space-x-reverse: 0 !important;
|
|
1805
1805
|
margin-inline-start: calc(-1px * var(--tw-space-x-reverse)) !important;
|
|
1806
1806
|
margin-inline-end: calc(-1px * calc(1 - var(--tw-space-x-reverse))) !important;
|
|
1807
1807
|
}
|
|
1808
1808
|
|
|
1809
|
-
:is(body, #wpwrap #editor
|
|
1809
|
+
:is(body, #wpwrap #editor) .es\:gap-y-0\.5 {
|
|
1810
1810
|
row-gap: calc(var(--es-spacing) * .5);
|
|
1811
1811
|
}
|
|
1812
1812
|
|
|
1813
|
-
:is(body, #wpwrap #editor
|
|
1813
|
+
:is(body, #wpwrap #editor) .es\:gap-y-1\.5 {
|
|
1814
1814
|
row-gap: calc(var(--es-spacing) * 1.5);
|
|
1815
1815
|
}
|
|
1816
1816
|
|
|
1817
|
-
:is(body, #wpwrap #editor
|
|
1817
|
+
:is(body, #wpwrap #editor) .es\:gap-y-2 {
|
|
1818
1818
|
row-gap: calc(var(--es-spacing) * 2);
|
|
1819
1819
|
}
|
|
1820
1820
|
|
|
1821
|
-
:is(body, #wpwrap #editor
|
|
1821
|
+
:is(body, #wpwrap #editor) .es\:gap-y-2\.5 {
|
|
1822
1822
|
row-gap: calc(var(--es-spacing) * 2.5);
|
|
1823
1823
|
}
|
|
1824
1824
|
|
|
1825
|
-
:is(body, #wpwrap #editor
|
|
1825
|
+
:is(body, #wpwrap #editor) .es\:gap-y-4 {
|
|
1826
1826
|
row-gap: calc(var(--es-spacing) * 4);
|
|
1827
1827
|
}
|
|
1828
1828
|
|
|
1829
|
-
:where(:is(body, #wpwrap #editor
|
|
1829
|
+
:where(:is(body, #wpwrap #editor) .es\:space-x-1\.5 > :not(:last-child)) {
|
|
1830
1830
|
--tw-space-x-reverse: 0;
|
|
1831
1831
|
margin-inline-start: calc(calc(var(--es-spacing) * 1.5) * var(--tw-space-x-reverse));
|
|
1832
1832
|
margin-inline-end: calc(calc(var(--es-spacing) * 1.5) * calc(1 - var(--tw-space-x-reverse)));
|
|
1833
1833
|
}
|
|
1834
1834
|
|
|
1835
|
-
:where(:is(body, #wpwrap #editor
|
|
1835
|
+
:where(:is(body, #wpwrap #editor) .es\:divide-y > :not(:last-child)) {
|
|
1836
1836
|
--tw-divide-y-reverse: 0;
|
|
1837
1837
|
border-bottom-style: var(--tw-border-style);
|
|
1838
1838
|
border-top-style: var(--tw-border-style);
|
|
@@ -1840,1464 +1840,1482 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
1840
1840
|
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
1841
1841
|
}
|
|
1842
1842
|
|
|
1843
|
-
:where(:is(body, #wpwrap #editor
|
|
1843
|
+
:where(:is(body, #wpwrap #editor) .es\:divide-secondary-200 > :not(:last-child)) {
|
|
1844
1844
|
border-color: var(--es-color-secondary-200);
|
|
1845
1845
|
}
|
|
1846
1846
|
|
|
1847
|
-
:where(:is(body, #wpwrap #editor
|
|
1847
|
+
:where(:is(body, #wpwrap #editor) .es\:divide-secondary-200\/75 > :not(:last-child)) {
|
|
1848
1848
|
border-color: color-mix(in oklab, var(--es-color-secondary-200) 75%, transparent);
|
|
1849
1849
|
}
|
|
1850
1850
|
|
|
1851
|
-
:is(body, #wpwrap #editor
|
|
1851
|
+
:is(body, #wpwrap #editor) .es\:place-self-center {
|
|
1852
1852
|
place-self: center;
|
|
1853
1853
|
}
|
|
1854
1854
|
|
|
1855
|
-
:is(body, #wpwrap #editor
|
|
1855
|
+
:is(body, #wpwrap #editor) .es\:self-baseline {
|
|
1856
1856
|
align-self: baseline;
|
|
1857
1857
|
}
|
|
1858
1858
|
|
|
1859
|
-
:is(body, #wpwrap #editor
|
|
1859
|
+
:is(body, #wpwrap #editor) .es\:self-center {
|
|
1860
1860
|
align-self: center;
|
|
1861
1861
|
}
|
|
1862
1862
|
|
|
1863
|
-
:is(body, #wpwrap #editor
|
|
1863
|
+
:is(body, #wpwrap #editor) .es\:self-end {
|
|
1864
1864
|
align-self: flex-end;
|
|
1865
1865
|
}
|
|
1866
1866
|
|
|
1867
|
-
:is(body, #wpwrap #editor
|
|
1867
|
+
:is(body, #wpwrap #editor) .es\:self-start {
|
|
1868
1868
|
align-self: flex-start;
|
|
1869
1869
|
}
|
|
1870
1870
|
|
|
1871
|
-
:is(body, #wpwrap #editor
|
|
1871
|
+
:is(body, #wpwrap #editor) .es\:justify-self-center {
|
|
1872
1872
|
justify-self: center;
|
|
1873
1873
|
}
|
|
1874
1874
|
|
|
1875
|
-
:is(body, #wpwrap #editor
|
|
1875
|
+
:is(body, #wpwrap #editor) .es\:justify-self-end {
|
|
1876
1876
|
justify-self: flex-end;
|
|
1877
1877
|
}
|
|
1878
1878
|
|
|
1879
|
-
:is(body, #wpwrap #editor
|
|
1879
|
+
:is(body, #wpwrap #editor) .es\:justify-self-start {
|
|
1880
1880
|
justify-self: flex-start;
|
|
1881
1881
|
}
|
|
1882
1882
|
|
|
1883
|
-
:is(body, #wpwrap #editor
|
|
1883
|
+
:is(body, #wpwrap #editor) .es\:overflow-clip {
|
|
1884
1884
|
overflow: clip;
|
|
1885
1885
|
}
|
|
1886
1886
|
|
|
1887
|
-
:is(body, #wpwrap #editor
|
|
1887
|
+
:is(body, #wpwrap #editor) .es\:overflow-hidden {
|
|
1888
1888
|
overflow: hidden;
|
|
1889
1889
|
}
|
|
1890
1890
|
|
|
1891
|
-
:is(body, #wpwrap #editor
|
|
1891
|
+
:is(body, #wpwrap #editor) .es\:overflow-visible {
|
|
1892
1892
|
overflow: visible;
|
|
1893
1893
|
}
|
|
1894
1894
|
|
|
1895
|
-
:is(body, #wpwrap #editor
|
|
1895
|
+
:is(body, #wpwrap #editor) .es\:overflow-visible\! {
|
|
1896
1896
|
overflow: visible !important;
|
|
1897
1897
|
}
|
|
1898
1898
|
|
|
1899
|
-
:is(body, #wpwrap #editor
|
|
1899
|
+
:is(body, #wpwrap #editor) .es\:overflow-x-auto {
|
|
1900
1900
|
overflow-x: auto;
|
|
1901
1901
|
}
|
|
1902
1902
|
|
|
1903
|
-
:is(body, #wpwrap #editor
|
|
1903
|
+
:is(body, #wpwrap #editor) .es\:overflow-x-hidden {
|
|
1904
1904
|
overflow-x: hidden;
|
|
1905
1905
|
}
|
|
1906
1906
|
|
|
1907
|
-
:is(body, #wpwrap #editor
|
|
1907
|
+
:is(body, #wpwrap #editor) .es\:overflow-x-visible {
|
|
1908
1908
|
overflow-x: visible;
|
|
1909
1909
|
}
|
|
1910
1910
|
|
|
1911
|
-
:is(body, #wpwrap #editor
|
|
1911
|
+
:is(body, #wpwrap #editor) .es\:overflow-y-auto {
|
|
1912
1912
|
overflow-y: auto;
|
|
1913
1913
|
}
|
|
1914
1914
|
|
|
1915
|
-
:is(body, #wpwrap #editor
|
|
1915
|
+
:is(body, #wpwrap #editor) .es\:overflow-y-visible {
|
|
1916
1916
|
overflow-y: visible;
|
|
1917
1917
|
}
|
|
1918
1918
|
|
|
1919
|
-
:is(body, #wpwrap #editor
|
|
1919
|
+
:is(body, #wpwrap #editor) .es\:rounded {
|
|
1920
1920
|
border-radius: .25rem;
|
|
1921
1921
|
}
|
|
1922
1922
|
|
|
1923
|
-
:is(body, #wpwrap #editor
|
|
1923
|
+
:is(body, #wpwrap #editor) .es\:rounded-full {
|
|
1924
1924
|
border-radius: 3.40282e38px;
|
|
1925
1925
|
}
|
|
1926
1926
|
|
|
1927
|
-
:is(body, #wpwrap #editor
|
|
1927
|
+
:is(body, #wpwrap #editor) .es\:rounded-lg {
|
|
1928
1928
|
border-radius: var(--es-radius-lg);
|
|
1929
1929
|
}
|
|
1930
1930
|
|
|
1931
|
-
:is(body, #wpwrap #editor
|
|
1931
|
+
:is(body, #wpwrap #editor) .es\:rounded-md {
|
|
1932
1932
|
border-radius: var(--es-radius-md);
|
|
1933
1933
|
}
|
|
1934
1934
|
|
|
1935
|
-
:is(body, #wpwrap #editor
|
|
1935
|
+
:is(body, #wpwrap #editor) .es\:rounded-sm {
|
|
1936
1936
|
border-radius: var(--es-radius-sm);
|
|
1937
1937
|
}
|
|
1938
1938
|
|
|
1939
|
-
:is(body, #wpwrap #editor
|
|
1939
|
+
:is(body, #wpwrap #editor) .es\:rounded-xl {
|
|
1940
1940
|
border-radius: var(--es-radius-xl);
|
|
1941
1941
|
}
|
|
1942
1942
|
|
|
1943
|
-
:is(body, #wpwrap #editor
|
|
1943
|
+
:is(body, #wpwrap #editor) .es\:rounded-l-full {
|
|
1944
1944
|
border-top-left-radius: 3.40282e38px;
|
|
1945
1945
|
border-bottom-left-radius: 3.40282e38px;
|
|
1946
1946
|
}
|
|
1947
1947
|
|
|
1948
|
-
:is(body, #wpwrap #editor
|
|
1948
|
+
:is(body, #wpwrap #editor) .es\:rounded-l-lg {
|
|
1949
1949
|
border-top-left-radius: var(--es-radius-lg);
|
|
1950
1950
|
border-bottom-left-radius: var(--es-radius-lg);
|
|
1951
1951
|
}
|
|
1952
1952
|
|
|
1953
|
-
:is(body, #wpwrap #editor
|
|
1953
|
+
:is(body, #wpwrap #editor) .es\:rounded-l-none {
|
|
1954
1954
|
border-top-left-radius: 0;
|
|
1955
1955
|
border-bottom-left-radius: 0;
|
|
1956
1956
|
}
|
|
1957
1957
|
|
|
1958
|
-
:is(body, #wpwrap #editor
|
|
1958
|
+
:is(body, #wpwrap #editor) .es\:rounded-t-full {
|
|
1959
1959
|
border-top-left-radius: 3.40282e38px;
|
|
1960
1960
|
border-top-right-radius: 3.40282e38px;
|
|
1961
1961
|
}
|
|
1962
1962
|
|
|
1963
|
-
:is(body, #wpwrap #editor
|
|
1963
|
+
:is(body, #wpwrap #editor) .es\:rounded-t-lg {
|
|
1964
1964
|
border-top-left-radius: var(--es-radius-lg);
|
|
1965
1965
|
border-top-right-radius: var(--es-radius-lg);
|
|
1966
1966
|
}
|
|
1967
1967
|
|
|
1968
|
-
:is(body, #wpwrap #editor
|
|
1968
|
+
:is(body, #wpwrap #editor) .es\:rounded-r-full {
|
|
1969
1969
|
border-top-right-radius: 3.40282e38px;
|
|
1970
1970
|
border-bottom-right-radius: 3.40282e38px;
|
|
1971
1971
|
}
|
|
1972
1972
|
|
|
1973
|
-
:is(body, #wpwrap #editor
|
|
1973
|
+
:is(body, #wpwrap #editor) .es\:rounded-b-full {
|
|
1974
1974
|
border-bottom-right-radius: 3.40282e38px;
|
|
1975
1975
|
border-bottom-left-radius: 3.40282e38px;
|
|
1976
1976
|
}
|
|
1977
1977
|
|
|
1978
|
-
:is(body, #wpwrap #editor
|
|
1978
|
+
:is(body, #wpwrap #editor) .es\:rounded-b-lg {
|
|
1979
1979
|
border-bottom-right-radius: var(--es-radius-lg);
|
|
1980
1980
|
border-bottom-left-radius: var(--es-radius-lg);
|
|
1981
1981
|
}
|
|
1982
1982
|
|
|
1983
|
-
:is(body, #wpwrap #editor
|
|
1983
|
+
:is(body, #wpwrap #editor) .es\:border {
|
|
1984
1984
|
border-style: var(--tw-border-style);
|
|
1985
1985
|
border-width: 1px;
|
|
1986
1986
|
}
|
|
1987
1987
|
|
|
1988
|
-
:is(body, #wpwrap #editor
|
|
1988
|
+
:is(body, #wpwrap #editor) .es\:border-t {
|
|
1989
1989
|
border-top-style: var(--tw-border-style);
|
|
1990
1990
|
border-top-width: 1px;
|
|
1991
1991
|
}
|
|
1992
1992
|
|
|
1993
|
-
:is(body, #wpwrap #editor
|
|
1993
|
+
:is(body, #wpwrap #editor) .es\:border-b {
|
|
1994
1994
|
border-bottom-style: var(--tw-border-style);
|
|
1995
1995
|
border-bottom-width: 1px;
|
|
1996
1996
|
}
|
|
1997
1997
|
|
|
1998
|
-
:is(body, #wpwrap #editor
|
|
1998
|
+
:is(body, #wpwrap #editor) .es\:border-dashed {
|
|
1999
1999
|
--tw-border-style: dashed;
|
|
2000
2000
|
border-style: dashed;
|
|
2001
2001
|
}
|
|
2002
2002
|
|
|
2003
|
-
:is(body, #wpwrap #editor
|
|
2003
|
+
:is(body, #wpwrap #editor) .es\:border-none\! {
|
|
2004
2004
|
--tw-border-style: none !important;
|
|
2005
2005
|
border-style: none !important;
|
|
2006
2006
|
}
|
|
2007
2007
|
|
|
2008
|
-
:is(body, #wpwrap #editor
|
|
2008
|
+
:is(body, #wpwrap #editor) .es\:border-accent-100 {
|
|
2009
2009
|
border-color: var(--es-color-accent-100);
|
|
2010
2010
|
}
|
|
2011
2011
|
|
|
2012
|
-
:is(body, #wpwrap #editor
|
|
2012
|
+
:is(body, #wpwrap #editor) .es\:border-accent-500 {
|
|
2013
2013
|
border-color: var(--es-color-accent-500);
|
|
2014
2014
|
}
|
|
2015
2015
|
|
|
2016
|
-
:is(body, #wpwrap #editor
|
|
2016
|
+
:is(body, #wpwrap #editor) .es\:border-accent-500\! {
|
|
2017
2017
|
border-color: var(--es-color-accent-500) !important;
|
|
2018
2018
|
}
|
|
2019
2019
|
|
|
2020
|
-
:is(body, #wpwrap #editor
|
|
2020
|
+
:is(body, #wpwrap #editor) .es\:border-accent-500\/10 {
|
|
2021
2021
|
border-color: color-mix(in oklab, var(--es-color-accent-500) 10%, transparent);
|
|
2022
2022
|
}
|
|
2023
2023
|
|
|
2024
|
-
:is(body, #wpwrap #editor
|
|
2024
|
+
:is(body, #wpwrap #editor) .es\:border-accent-600 {
|
|
2025
2025
|
border-color: var(--es-color-accent-600);
|
|
2026
2026
|
}
|
|
2027
2027
|
|
|
2028
|
-
:is(body, #wpwrap #editor
|
|
2028
|
+
:is(body, #wpwrap #editor) .es\:border-accent-600\! {
|
|
2029
2029
|
border-color: var(--es-color-accent-600) !important;
|
|
2030
2030
|
}
|
|
2031
2031
|
|
|
2032
|
-
:is(body, #wpwrap #editor
|
|
2032
|
+
:is(body, #wpwrap #editor) .es\:border-accent-600\/20 {
|
|
2033
2033
|
border-color: color-mix(in oklab, var(--es-color-accent-600) 20%, transparent);
|
|
2034
2034
|
}
|
|
2035
2035
|
|
|
2036
|
-
:is(body, #wpwrap #editor
|
|
2036
|
+
:is(body, #wpwrap #editor) .es\:border-accent-700 {
|
|
2037
2037
|
border-color: var(--es-color-accent-700);
|
|
2038
2038
|
}
|
|
2039
2039
|
|
|
2040
|
-
:is(body, #wpwrap #editor
|
|
2040
|
+
:is(body, #wpwrap #editor) .es\:border-accent-700\/75 {
|
|
2041
2041
|
border-color: color-mix(in oklab, var(--es-color-accent-700) 75%, transparent);
|
|
2042
2042
|
}
|
|
2043
2043
|
|
|
2044
|
-
:is(body, #wpwrap #editor
|
|
2044
|
+
:is(body, #wpwrap #editor) .es\:border-amber-500 {
|
|
2045
2045
|
border-color: var(--es-color-amber-500);
|
|
2046
2046
|
}
|
|
2047
2047
|
|
|
2048
|
-
:is(body, #wpwrap #editor
|
|
2048
|
+
:is(body, #wpwrap #editor) .es\:border-blue-400 {
|
|
2049
2049
|
border-color: var(--es-color-blue-400);
|
|
2050
2050
|
}
|
|
2051
2051
|
|
|
2052
|
-
:is(body, #wpwrap #editor
|
|
2052
|
+
:is(body, #wpwrap #editor) .es\:border-gray-100 {
|
|
2053
2053
|
border-color: var(--es-color-gray-100);
|
|
2054
2054
|
}
|
|
2055
2055
|
|
|
2056
|
-
:is(body, #wpwrap #editor
|
|
2056
|
+
:is(body, #wpwrap #editor) .es\:border-gray-200 {
|
|
2057
2057
|
border-color: var(--es-color-gray-200);
|
|
2058
2058
|
}
|
|
2059
2059
|
|
|
2060
|
-
:is(body, #wpwrap #editor
|
|
2060
|
+
:is(body, #wpwrap #editor) .es\:border-gray-300 {
|
|
2061
2061
|
border-color: var(--es-color-gray-300);
|
|
2062
2062
|
}
|
|
2063
2063
|
|
|
2064
|
-
:is(body, #wpwrap #editor
|
|
2064
|
+
:is(body, #wpwrap #editor) .es\:border-green-500 {
|
|
2065
2065
|
border-color: var(--es-color-green-500);
|
|
2066
2066
|
}
|
|
2067
2067
|
|
|
2068
|
-
:is(body, #wpwrap #editor
|
|
2068
|
+
:is(body, #wpwrap #editor) .es\:border-red-200\! {
|
|
2069
2069
|
border-color: var(--es-color-red-200) !important;
|
|
2070
2070
|
}
|
|
2071
2071
|
|
|
2072
|
-
:is(body, #wpwrap #editor
|
|
2072
|
+
:is(body, #wpwrap #editor) .es\:border-red-400 {
|
|
2073
2073
|
border-color: var(--es-color-red-400);
|
|
2074
2074
|
}
|
|
2075
2075
|
|
|
2076
|
-
:is(body, #wpwrap #editor
|
|
2076
|
+
:is(body, #wpwrap #editor) .es\:border-red-600\/50 {
|
|
2077
2077
|
border-color: color-mix(in oklab, var(--es-color-red-600) 50%, transparent);
|
|
2078
2078
|
}
|
|
2079
2079
|
|
|
2080
|
-
:is(body, #wpwrap #editor
|
|
2080
|
+
:is(body, #wpwrap #editor) .es\:border-secondary-100 {
|
|
2081
2081
|
border-color: var(--es-color-secondary-100);
|
|
2082
2082
|
}
|
|
2083
2083
|
|
|
2084
|
-
:is(body, #wpwrap #editor
|
|
2084
|
+
:is(body, #wpwrap #editor) .es\:border-secondary-200 {
|
|
2085
2085
|
border-color: var(--es-color-secondary-200);
|
|
2086
2086
|
}
|
|
2087
2087
|
|
|
2088
|
-
:is(body, #wpwrap #editor
|
|
2088
|
+
:is(body, #wpwrap #editor) .es\:border-secondary-200\/50 {
|
|
2089
2089
|
border-color: color-mix(in oklab, var(--es-color-secondary-200) 50%, transparent);
|
|
2090
2090
|
}
|
|
2091
2091
|
|
|
2092
|
-
:is(body, #wpwrap #editor
|
|
2092
|
+
:is(body, #wpwrap #editor) .es\:border-secondary-300 {
|
|
2093
2093
|
border-color: var(--es-color-secondary-300);
|
|
2094
2094
|
}
|
|
2095
2095
|
|
|
2096
|
-
:is(body, #wpwrap #editor
|
|
2096
|
+
:is(body, #wpwrap #editor) .es\:border-secondary-300\/0 {
|
|
2097
2097
|
border-color: color-mix(in oklab, var(--es-color-secondary-300) 0%, transparent);
|
|
2098
2098
|
}
|
|
2099
2099
|
|
|
2100
|
-
:is(body, #wpwrap #editor
|
|
2100
|
+
:is(body, #wpwrap #editor) .es\:border-secondary-300\/100 {
|
|
2101
2101
|
border-color: color-mix(in oklab, var(--es-color-secondary-300) 100%, transparent);
|
|
2102
2102
|
}
|
|
2103
2103
|
|
|
2104
|
-
:is(body, #wpwrap #editor
|
|
2104
|
+
:is(body, #wpwrap #editor) .es\:border-secondary-400 {
|
|
2105
2105
|
border-color: var(--es-color-secondary-400);
|
|
2106
2106
|
}
|
|
2107
2107
|
|
|
2108
|
-
:is(body, #wpwrap #editor
|
|
2108
|
+
:is(body, #wpwrap #editor) .es\:border-secondary-500 {
|
|
2109
2109
|
border-color: var(--es-color-secondary-500);
|
|
2110
2110
|
}
|
|
2111
2111
|
|
|
2112
|
-
:is(body, #wpwrap #editor
|
|
2112
|
+
:is(body, #wpwrap #editor) .es\:border-secondary-600 {
|
|
2113
2113
|
border-color: var(--es-color-secondary-600);
|
|
2114
2114
|
}
|
|
2115
2115
|
|
|
2116
|
-
:is(body, #wpwrap #editor
|
|
2116
|
+
:is(body, #wpwrap #editor) .es\:border-transparent {
|
|
2117
2117
|
border-color: #0000;
|
|
2118
2118
|
}
|
|
2119
2119
|
|
|
2120
|
-
:is(body, #wpwrap #editor
|
|
2120
|
+
:is(body, #wpwrap #editor) .es\:border-white {
|
|
2121
2121
|
border-color: var(--es-color-white);
|
|
2122
2122
|
}
|
|
2123
2123
|
|
|
2124
|
-
:is(body, #wpwrap #editor
|
|
2124
|
+
:is(body, #wpwrap #editor) .es\:border-t-secondary-200 {
|
|
2125
2125
|
border-top-color: var(--es-color-secondary-200);
|
|
2126
2126
|
}
|
|
2127
2127
|
|
|
2128
|
-
:is(body, #wpwrap #editor
|
|
2128
|
+
:is(body, #wpwrap #editor) .es\:border-b-gray-200 {
|
|
2129
2129
|
border-bottom-color: var(--es-color-gray-200);
|
|
2130
2130
|
}
|
|
2131
2131
|
|
|
2132
|
-
:is(body, #wpwrap #editor
|
|
2132
|
+
:is(body, #wpwrap #editor) .es\:border-b-secondary-200 {
|
|
2133
2133
|
border-bottom-color: var(--es-color-secondary-200);
|
|
2134
2134
|
}
|
|
2135
2135
|
|
|
2136
|
-
:is(body, #wpwrap #editor
|
|
2136
|
+
:is(body, #wpwrap #editor) .es\:bg-accent-50 {
|
|
2137
2137
|
background-color: var(--es-color-accent-50);
|
|
2138
2138
|
}
|
|
2139
2139
|
|
|
2140
|
-
:is(body, #wpwrap #editor
|
|
2140
|
+
:is(body, #wpwrap #editor) .es\:bg-accent-100 {
|
|
2141
2141
|
background-color: var(--es-color-accent-100);
|
|
2142
2142
|
}
|
|
2143
2143
|
|
|
2144
|
-
:is(body, #wpwrap #editor
|
|
2144
|
+
:is(body, #wpwrap #editor) .es\:bg-accent-500 {
|
|
2145
2145
|
background-color: var(--es-color-accent-500);
|
|
2146
2146
|
}
|
|
2147
2147
|
|
|
2148
|
-
:is(body, #wpwrap #editor
|
|
2148
|
+
:is(body, #wpwrap #editor) .es\:bg-accent-500\! {
|
|
2149
2149
|
background-color: var(--es-color-accent-500) !important;
|
|
2150
2150
|
}
|
|
2151
2151
|
|
|
2152
|
-
:is(body, #wpwrap #editor
|
|
2152
|
+
:is(body, #wpwrap #editor) .es\:bg-accent-500\/30 {
|
|
2153
2153
|
background-color: color-mix(in oklab, var(--es-color-accent-500) 30%, transparent);
|
|
2154
2154
|
}
|
|
2155
2155
|
|
|
2156
|
-
:is(body, #wpwrap #editor
|
|
2156
|
+
:is(body, #wpwrap #editor) .es\:bg-accent-500\/75 {
|
|
2157
2157
|
background-color: color-mix(in oklab, var(--es-color-accent-500) 75%, transparent);
|
|
2158
2158
|
}
|
|
2159
2159
|
|
|
2160
|
-
:is(body, #wpwrap #editor
|
|
2160
|
+
:is(body, #wpwrap #editor) .es\:bg-accent-600 {
|
|
2161
2161
|
background-color: var(--es-color-accent-600);
|
|
2162
2162
|
}
|
|
2163
2163
|
|
|
2164
|
-
:is(body, #wpwrap #editor
|
|
2164
|
+
:is(body, #wpwrap #editor) .es\:bg-accent-600\/15 {
|
|
2165
2165
|
background-color: color-mix(in oklab, var(--es-color-accent-600) 15%, transparent);
|
|
2166
2166
|
}
|
|
2167
2167
|
|
|
2168
|
-
:is(body, #wpwrap #editor
|
|
2168
|
+
:is(body, #wpwrap #editor) .es\:bg-accent-700\/25 {
|
|
2169
2169
|
background-color: color-mix(in oklab, var(--es-color-accent-700) 25%, transparent);
|
|
2170
2170
|
}
|
|
2171
2171
|
|
|
2172
|
-
:is(body, #wpwrap #editor
|
|
2172
|
+
:is(body, #wpwrap #editor) .es\:bg-amber-100\/5 {
|
|
2173
2173
|
background-color: color-mix(in oklab, var(--es-color-amber-100) 5%, transparent);
|
|
2174
2174
|
}
|
|
2175
2175
|
|
|
2176
|
-
:is(body, #wpwrap #editor
|
|
2176
|
+
:is(body, #wpwrap #editor) .es\:bg-black {
|
|
2177
2177
|
background-color: var(--es-color-black);
|
|
2178
2178
|
}
|
|
2179
2179
|
|
|
2180
|
-
:is(body, #wpwrap #editor
|
|
2180
|
+
:is(body, #wpwrap #editor) .es\:bg-black\/25 {
|
|
2181
2181
|
background-color: color-mix(in oklab, var(--es-color-black) 25%, transparent);
|
|
2182
2182
|
}
|
|
2183
2183
|
|
|
2184
|
-
:is(body, #wpwrap #editor
|
|
2184
|
+
:is(body, #wpwrap #editor) .es\:bg-black\/80 {
|
|
2185
2185
|
background-color: color-mix(in oklab, var(--es-color-black) 80%, transparent);
|
|
2186
2186
|
}
|
|
2187
2187
|
|
|
2188
|
-
:is(body, #wpwrap #editor
|
|
2188
|
+
:is(body, #wpwrap #editor) .es\:bg-blue-100\/5 {
|
|
2189
2189
|
background-color: color-mix(in oklab, var(--es-color-blue-100) 5%, transparent);
|
|
2190
2190
|
}
|
|
2191
2191
|
|
|
2192
|
-
:is(body, #wpwrap #editor
|
|
2192
|
+
:is(body, #wpwrap #editor) .es\:bg-blue-500 {
|
|
2193
2193
|
background-color: var(--es-color-blue-500);
|
|
2194
2194
|
}
|
|
2195
2195
|
|
|
2196
|
-
:is(body, #wpwrap #editor
|
|
2196
|
+
:is(body, #wpwrap #editor) .es\:bg-current {
|
|
2197
2197
|
background-color: currentColor;
|
|
2198
2198
|
}
|
|
2199
2199
|
|
|
2200
|
-
:is(body, #wpwrap #editor
|
|
2200
|
+
:is(body, #wpwrap #editor) .es\:bg-cyan-500 {
|
|
2201
2201
|
background-color: var(--es-color-cyan-500);
|
|
2202
2202
|
}
|
|
2203
2203
|
|
|
2204
|
-
:is(body, #wpwrap #editor
|
|
2204
|
+
:is(body, #wpwrap #editor) .es\:bg-fuchsia-500 {
|
|
2205
2205
|
background-color: var(--es-color-fuchsia-500);
|
|
2206
2206
|
}
|
|
2207
2207
|
|
|
2208
|
-
:is(body, #wpwrap #editor
|
|
2208
|
+
:is(body, #wpwrap #editor) .es\:bg-gray-100 {
|
|
2209
2209
|
background-color: var(--es-color-gray-100);
|
|
2210
2210
|
}
|
|
2211
2211
|
|
|
2212
|
-
:is(body, #wpwrap #editor
|
|
2212
|
+
:is(body, #wpwrap #editor) .es\:bg-green-100\/5 {
|
|
2213
2213
|
background-color: color-mix(in oklab, var(--es-color-green-100) 5%, transparent);
|
|
2214
2214
|
}
|
|
2215
2215
|
|
|
2216
|
-
:is(body, #wpwrap #editor
|
|
2216
|
+
:is(body, #wpwrap #editor) .es\:bg-indigo-500 {
|
|
2217
2217
|
background-color: var(--es-color-indigo-500);
|
|
2218
2218
|
}
|
|
2219
2219
|
|
|
2220
|
-
:is(body, #wpwrap #editor
|
|
2220
|
+
:is(body, #wpwrap #editor) .es\:bg-lime-500 {
|
|
2221
2221
|
background-color: var(--es-color-lime-500);
|
|
2222
2222
|
}
|
|
2223
2223
|
|
|
2224
|
-
:is(body, #wpwrap #editor
|
|
2224
|
+
:is(body, #wpwrap #editor) .es\:bg-orange-500 {
|
|
2225
2225
|
background-color: var(--es-color-orange-500);
|
|
2226
2226
|
}
|
|
2227
2227
|
|
|
2228
|
-
:is(body, #wpwrap #editor
|
|
2228
|
+
:is(body, #wpwrap #editor) .es\:bg-red-50 {
|
|
2229
2229
|
background-color: var(--es-color-red-50);
|
|
2230
2230
|
}
|
|
2231
2231
|
|
|
2232
|
-
:is(body, #wpwrap #editor
|
|
2232
|
+
:is(body, #wpwrap #editor) .es\:bg-red-100\/5 {
|
|
2233
2233
|
background-color: color-mix(in oklab, var(--es-color-red-100) 5%, transparent);
|
|
2234
2234
|
}
|
|
2235
2235
|
|
|
2236
|
-
:is(body, #wpwrap #editor
|
|
2236
|
+
:is(body, #wpwrap #editor) .es\:bg-red-500 {
|
|
2237
2237
|
background-color: var(--es-color-red-500);
|
|
2238
2238
|
}
|
|
2239
2239
|
|
|
2240
|
-
:is(body, #wpwrap #editor
|
|
2240
|
+
:is(body, #wpwrap #editor) .es\:bg-secondary-50 {
|
|
2241
2241
|
background-color: var(--es-color-secondary-50);
|
|
2242
2242
|
}
|
|
2243
2243
|
|
|
2244
|
-
:is(body, #wpwrap #editor
|
|
2244
|
+
:is(body, #wpwrap #editor) .es\:bg-secondary-100 {
|
|
2245
2245
|
background-color: var(--es-color-secondary-100);
|
|
2246
2246
|
}
|
|
2247
2247
|
|
|
2248
|
-
:is(body, #wpwrap #editor
|
|
2248
|
+
:is(body, #wpwrap #editor) .es\:bg-secondary-200 {
|
|
2249
2249
|
background-color: var(--es-color-secondary-200);
|
|
2250
2250
|
}
|
|
2251
2251
|
|
|
2252
|
-
:is(body, #wpwrap #editor
|
|
2252
|
+
:is(body, #wpwrap #editor) .es\:bg-secondary-200\/5 {
|
|
2253
2253
|
background-color: color-mix(in oklab, var(--es-color-secondary-200) 5%, transparent);
|
|
2254
2254
|
}
|
|
2255
2255
|
|
|
2256
|
-
:is(body, #wpwrap #editor
|
|
2256
|
+
:is(body, #wpwrap #editor) .es\:bg-secondary-300 {
|
|
2257
2257
|
background-color: var(--es-color-secondary-300);
|
|
2258
2258
|
}
|
|
2259
2259
|
|
|
2260
|
-
:is(body, #wpwrap #editor
|
|
2260
|
+
:is(body, #wpwrap #editor) .es\:bg-secondary-600 {
|
|
2261
2261
|
background-color: var(--es-color-secondary-600);
|
|
2262
2262
|
}
|
|
2263
2263
|
|
|
2264
|
-
:is(body, #wpwrap #editor
|
|
2264
|
+
:is(body, #wpwrap #editor) .es\:bg-transparent {
|
|
2265
2265
|
background-color: #0000;
|
|
2266
2266
|
}
|
|
2267
2267
|
|
|
2268
|
-
:is(body, #wpwrap #editor
|
|
2268
|
+
:is(body, #wpwrap #editor) .es\:bg-white {
|
|
2269
2269
|
background-color: var(--es-color-white);
|
|
2270
2270
|
}
|
|
2271
2271
|
|
|
2272
|
-
:is(body, #wpwrap #editor
|
|
2272
|
+
:is(body, #wpwrap #editor) .es\:bg-white\/50 {
|
|
2273
2273
|
background-color: color-mix(in oklab, var(--es-color-white) 50%, transparent);
|
|
2274
2274
|
}
|
|
2275
2275
|
|
|
2276
|
-
:is(body, #wpwrap #editor
|
|
2276
|
+
:is(body, #wpwrap #editor) .es\:bg-white\/85 {
|
|
2277
2277
|
background-color: color-mix(in oklab, var(--es-color-white) 85%, transparent);
|
|
2278
2278
|
}
|
|
2279
2279
|
|
|
2280
|
-
:is(body, #wpwrap #editor
|
|
2280
|
+
:is(body, #wpwrap #editor) .es\:bg-white\/90 {
|
|
2281
2281
|
background-color: color-mix(in oklab, var(--es-color-white) 90%, transparent);
|
|
2282
2282
|
}
|
|
2283
2283
|
|
|
2284
|
-
:is(body, #wpwrap #editor
|
|
2284
|
+
:is(body, #wpwrap #editor) .es\:bg-yellow-400 {
|
|
2285
2285
|
background-color: var(--es-color-yellow-400);
|
|
2286
2286
|
}
|
|
2287
2287
|
|
|
2288
|
-
:is(body, #wpwrap #editor
|
|
2288
|
+
:is(body, #wpwrap #editor) .es\:bg-linear-to-b {
|
|
2289
2289
|
--tw-gradient-position: to bottom in oklab, ;
|
|
2290
2290
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2291
2291
|
}
|
|
2292
2292
|
|
|
2293
|
-
:is(body, #wpwrap #editor
|
|
2293
|
+
:is(body, #wpwrap #editor) .es\:bg-linear-to-bl {
|
|
2294
2294
|
--tw-gradient-position: to bottom left in oklab, ;
|
|
2295
2295
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2296
2296
|
}
|
|
2297
2297
|
|
|
2298
|
-
:is(body, #wpwrap #editor
|
|
2298
|
+
:is(body, #wpwrap #editor) .es\:bg-linear-to-br {
|
|
2299
2299
|
--tw-gradient-position: to bottom right in oklab, ;
|
|
2300
2300
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2301
2301
|
}
|
|
2302
2302
|
|
|
2303
|
-
:is(body, #wpwrap #editor
|
|
2303
|
+
:is(body, #wpwrap #editor) .es\:bg-linear-to-l {
|
|
2304
2304
|
--tw-gradient-position: to left in oklab, ;
|
|
2305
2305
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2306
2306
|
}
|
|
2307
2307
|
|
|
2308
|
-
:is(body, #wpwrap #editor
|
|
2308
|
+
:is(body, #wpwrap #editor) .es\:bg-linear-to-r {
|
|
2309
2309
|
--tw-gradient-position: to right in oklab, ;
|
|
2310
2310
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2311
2311
|
}
|
|
2312
2312
|
|
|
2313
|
-
:is(body, #wpwrap #editor
|
|
2313
|
+
:is(body, #wpwrap #editor) .es\:bg-linear-to-t {
|
|
2314
2314
|
--tw-gradient-position: to top in oklab, ;
|
|
2315
2315
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2316
2316
|
}
|
|
2317
2317
|
|
|
2318
|
-
:is(body, #wpwrap #editor
|
|
2318
|
+
:is(body, #wpwrap #editor) .es\:bg-linear-to-tl {
|
|
2319
2319
|
--tw-gradient-position: to top left in oklab, ;
|
|
2320
2320
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2321
2321
|
}
|
|
2322
2322
|
|
|
2323
|
-
:is(body, #wpwrap #editor
|
|
2323
|
+
:is(body, #wpwrap #editor) .es\:bg-linear-to-tr {
|
|
2324
2324
|
--tw-gradient-position: to top right in oklab, ;
|
|
2325
2325
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
2326
2326
|
}
|
|
2327
2327
|
|
|
2328
|
-
:is(body, #wpwrap #editor
|
|
2328
|
+
:is(body, #wpwrap #editor) .es\:bg-radial {
|
|
2329
2329
|
--tw-gradient-position: in oklab, ;
|
|
2330
2330
|
background-image: radial-gradient(var(--tw-gradient-stops));
|
|
2331
2331
|
}
|
|
2332
2332
|
|
|
2333
|
-
:is(body, #wpwrap #editor
|
|
2333
|
+
:is(body, #wpwrap #editor) .es\:bg-radial-\[at_50\%_125\%\] {
|
|
2334
2334
|
--tw-gradient-position: at 50% 125%, ;
|
|
2335
2335
|
background-image: radial-gradient(var(--tw-gradient-stops, at 50% 125%));
|
|
2336
2336
|
}
|
|
2337
2337
|
|
|
2338
|
-
:is(body, #wpwrap #editor
|
|
2338
|
+
:is(body, #wpwrap #editor) .es\:bg-radial-\[circle_at_75\%_50\%\] {
|
|
2339
2339
|
--tw-gradient-position: circle at 75% 50%, ;
|
|
2340
2340
|
background-image: radial-gradient(var(--tw-gradient-stops, circle at 75% 50%));
|
|
2341
2341
|
}
|
|
2342
2342
|
|
|
2343
|
-
:is(body, #wpwrap #editor
|
|
2343
|
+
:is(body, #wpwrap #editor) .es\:bg-\[conic-gradient\(var\(--tw-gradient-stops\)\)\] {
|
|
2344
2344
|
background-image: conic-gradient(var(--tw-gradient-stops));
|
|
2345
2345
|
}
|
|
2346
2346
|
|
|
2347
|
-
:is(body, #wpwrap #editor
|
|
2347
|
+
:is(body, #wpwrap #editor) .es\:bg-\[radial-gradient\(var\(--tw-gradient-stops\)\)\] {
|
|
2348
2348
|
background-image: radial-gradient(var(--tw-gradient-stops));
|
|
2349
2349
|
}
|
|
2350
2350
|
|
|
2351
|
-
:is(body, #wpwrap #editor
|
|
2351
|
+
:is(body, #wpwrap #editor) .es\:from-accent-500 {
|
|
2352
2352
|
--tw-gradient-from: var(--es-color-accent-500);
|
|
2353
2353
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2354
2354
|
}
|
|
2355
2355
|
|
|
2356
|
-
:is(body, #wpwrap #editor
|
|
2356
|
+
:is(body, #wpwrap #editor) .es\:from-accent-600 {
|
|
2357
2357
|
--tw-gradient-from: var(--es-color-accent-600);
|
|
2358
2358
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2359
2359
|
}
|
|
2360
2360
|
|
|
2361
|
-
:is(body, #wpwrap #editor
|
|
2361
|
+
:is(body, #wpwrap #editor) .es\:from-current {
|
|
2362
2362
|
--tw-gradient-from: currentColor;
|
|
2363
2363
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2364
2364
|
}
|
|
2365
2365
|
|
|
2366
|
-
:is(body, #wpwrap #editor
|
|
2366
|
+
:is(body, #wpwrap #editor) .es\:from-red-50\/75 {
|
|
2367
2367
|
--tw-gradient-from: color-mix(in oklab, var(--es-color-red-50) 75%, transparent);
|
|
2368
2368
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2369
2369
|
}
|
|
2370
2370
|
|
|
2371
|
-
:is(body, #wpwrap #editor
|
|
2371
|
+
:is(body, #wpwrap #editor) .es\:from-secondary-50 {
|
|
2372
2372
|
--tw-gradient-from: var(--es-color-secondary-50);
|
|
2373
2373
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2374
2374
|
}
|
|
2375
2375
|
|
|
2376
|
-
:is(body, #wpwrap #editor
|
|
2376
|
+
:is(body, #wpwrap #editor) .es\:from-secondary-100 {
|
|
2377
2377
|
--tw-gradient-from: var(--es-color-secondary-100);
|
|
2378
2378
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2379
2379
|
}
|
|
2380
2380
|
|
|
2381
|
-
:is(body, #wpwrap #editor
|
|
2381
|
+
:is(body, #wpwrap #editor) .es\:from-secondary-500 {
|
|
2382
2382
|
--tw-gradient-from: var(--es-color-secondary-500);
|
|
2383
2383
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2384
2384
|
}
|
|
2385
2385
|
|
|
2386
|
-
:is(body, #wpwrap #editor
|
|
2386
|
+
:is(body, #wpwrap #editor) .es\:from-secondary-700 {
|
|
2387
2387
|
--tw-gradient-from: var(--es-color-secondary-700);
|
|
2388
2388
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2389
2389
|
}
|
|
2390
2390
|
|
|
2391
|
-
:is(body, #wpwrap #editor
|
|
2391
|
+
:is(body, #wpwrap #editor) .es\:from-white {
|
|
2392
2392
|
--tw-gradient-from: var(--es-color-white);
|
|
2393
2393
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2394
2394
|
}
|
|
2395
2395
|
|
|
2396
|
-
:is(body, #wpwrap #editor
|
|
2396
|
+
:is(body, #wpwrap #editor) .es\:from-40\% {
|
|
2397
2397
|
--tw-gradient-from-position: 40%;
|
|
2398
2398
|
}
|
|
2399
2399
|
|
|
2400
|
-
:is(body, #wpwrap #editor
|
|
2400
|
+
:is(body, #wpwrap #editor) .es\:to-accent-500 {
|
|
2401
2401
|
--tw-gradient-to: var(--es-color-accent-500);
|
|
2402
2402
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2403
2403
|
}
|
|
2404
2404
|
|
|
2405
|
-
:is(body, #wpwrap #editor
|
|
2405
|
+
:is(body, #wpwrap #editor) .es\:to-accent-500\/30 {
|
|
2406
2406
|
--tw-gradient-to: color-mix(in oklab, var(--es-color-accent-500) 30%, transparent);
|
|
2407
2407
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2408
2408
|
}
|
|
2409
2409
|
|
|
2410
|
-
:is(body, #wpwrap #editor
|
|
2410
|
+
:is(body, #wpwrap #editor) .es\:to-accent-600 {
|
|
2411
2411
|
--tw-gradient-to: var(--es-color-accent-600);
|
|
2412
2412
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2413
2413
|
}
|
|
2414
2414
|
|
|
2415
|
-
:is(body, #wpwrap #editor
|
|
2415
|
+
:is(body, #wpwrap #editor) .es\:to-secondary-50 {
|
|
2416
|
+
--tw-gradient-to: var(--es-color-secondary-50);
|
|
2417
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2418
|
+
}
|
|
2419
|
+
|
|
2420
|
+
:is(body, #wpwrap #editor) .es\:to-secondary-100 {
|
|
2416
2421
|
--tw-gradient-to: var(--es-color-secondary-100);
|
|
2417
2422
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2418
2423
|
}
|
|
2419
2424
|
|
|
2420
|
-
:is(body, #wpwrap #editor
|
|
2425
|
+
:is(body, #wpwrap #editor) .es\:to-secondary-200 {
|
|
2421
2426
|
--tw-gradient-to: var(--es-color-secondary-200);
|
|
2422
2427
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2423
2428
|
}
|
|
2424
2429
|
|
|
2425
|
-
:is(body, #wpwrap #editor
|
|
2430
|
+
:is(body, #wpwrap #editor) .es\:to-secondary-600 {
|
|
2426
2431
|
--tw-gradient-to: var(--es-color-secondary-600);
|
|
2427
2432
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2428
2433
|
}
|
|
2429
2434
|
|
|
2430
|
-
:is(body, #wpwrap #editor
|
|
2435
|
+
:is(body, #wpwrap #editor) .es\:to-white {
|
|
2431
2436
|
--tw-gradient-to: var(--es-color-white);
|
|
2432
2437
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
2433
2438
|
}
|
|
2434
2439
|
|
|
2435
|
-
:is(body, #wpwrap #editor
|
|
2440
|
+
:is(body, #wpwrap #editor) .es\:fill-secondary-200 {
|
|
2436
2441
|
fill: var(--es-color-secondary-200);
|
|
2437
2442
|
}
|
|
2438
2443
|
|
|
2439
|
-
:is(body, #wpwrap #editor
|
|
2444
|
+
:is(body, #wpwrap #editor) .es\:fill-secondary-600 {
|
|
2440
2445
|
fill: var(--es-color-secondary-600);
|
|
2441
2446
|
}
|
|
2442
2447
|
|
|
2443
|
-
:is(body, #wpwrap #editor
|
|
2448
|
+
:is(body, #wpwrap #editor) .es\:stroke-none {
|
|
2444
2449
|
stroke: none;
|
|
2445
2450
|
}
|
|
2446
2451
|
|
|
2447
|
-
:is(body, #wpwrap #editor
|
|
2452
|
+
:is(body, #wpwrap #editor) .es\:stroke-2 {
|
|
2448
2453
|
stroke-width: 2px;
|
|
2449
2454
|
}
|
|
2450
2455
|
|
|
2451
|
-
:is(body, #wpwrap #editor
|
|
2456
|
+
:is(body, #wpwrap #editor) .es\:stroke-\[1\.25\] {
|
|
2452
2457
|
stroke-width: 1.25px;
|
|
2453
2458
|
}
|
|
2454
2459
|
|
|
2455
|
-
:is(body, #wpwrap #editor
|
|
2460
|
+
:is(body, #wpwrap #editor) .es\:object-contain {
|
|
2456
2461
|
object-fit: contain;
|
|
2457
2462
|
}
|
|
2458
2463
|
|
|
2459
|
-
:is(body, #wpwrap #editor
|
|
2464
|
+
:is(body, #wpwrap #editor) .es\:object-cover {
|
|
2460
2465
|
object-fit: cover;
|
|
2461
2466
|
}
|
|
2462
2467
|
|
|
2463
|
-
:is(body, #wpwrap #editor
|
|
2468
|
+
:is(body, #wpwrap #editor) .es\:object-fill {
|
|
2464
2469
|
object-fit: fill;
|
|
2465
2470
|
}
|
|
2466
2471
|
|
|
2467
|
-
:is(body, #wpwrap #editor
|
|
2472
|
+
:is(body, #wpwrap #editor) .es\:p-0\! {
|
|
2468
2473
|
padding: calc(var(--es-spacing) * 0) !important;
|
|
2469
2474
|
}
|
|
2470
2475
|
|
|
2471
|
-
:is(body, #wpwrap #editor
|
|
2476
|
+
:is(body, #wpwrap #editor) .es\:p-0\.5 {
|
|
2472
2477
|
padding: calc(var(--es-spacing) * .5);
|
|
2473
2478
|
}
|
|
2474
2479
|
|
|
2475
|
-
:is(body, #wpwrap #editor
|
|
2480
|
+
:is(body, #wpwrap #editor) .es\:p-1 {
|
|
2476
2481
|
padding: calc(var(--es-spacing) * 1);
|
|
2477
2482
|
}
|
|
2478
2483
|
|
|
2479
|
-
:is(body, #wpwrap #editor
|
|
2484
|
+
:is(body, #wpwrap #editor) .es\:p-1\.5 {
|
|
2480
2485
|
padding: calc(var(--es-spacing) * 1.5);
|
|
2481
2486
|
}
|
|
2482
2487
|
|
|
2483
|
-
:is(body, #wpwrap #editor
|
|
2488
|
+
:is(body, #wpwrap #editor) .es\:p-2 {
|
|
2484
2489
|
padding: calc(var(--es-spacing) * 2);
|
|
2485
2490
|
}
|
|
2486
2491
|
|
|
2487
|
-
:is(body, #wpwrap #editor
|
|
2492
|
+
:is(body, #wpwrap #editor) .es\:p-3 {
|
|
2488
2493
|
padding: calc(var(--es-spacing) * 3);
|
|
2489
2494
|
}
|
|
2490
2495
|
|
|
2491
|
-
:is(body, #wpwrap #editor
|
|
2496
|
+
:is(body, #wpwrap #editor) .es\:p-4 {
|
|
2492
2497
|
padding: calc(var(--es-spacing) * 4);
|
|
2493
2498
|
}
|
|
2494
2499
|
|
|
2495
|
-
:is(body, #wpwrap #editor
|
|
2500
|
+
:is(body, #wpwrap #editor) .es\:p-5 {
|
|
2496
2501
|
padding: calc(var(--es-spacing) * 5);
|
|
2497
2502
|
}
|
|
2498
2503
|
|
|
2499
|
-
:is(body, #wpwrap #editor
|
|
2504
|
+
:is(body, #wpwrap #editor) .es\:p-\[0\.1875rem\] {
|
|
2500
2505
|
padding: .1875rem;
|
|
2501
2506
|
}
|
|
2502
2507
|
|
|
2503
|
-
:is(body, #wpwrap #editor
|
|
2508
|
+
:is(body, #wpwrap #editor) .es\:p-px {
|
|
2504
2509
|
padding: 1px;
|
|
2505
2510
|
}
|
|
2506
2511
|
|
|
2507
|
-
:is(body, #wpwrap #editor
|
|
2512
|
+
:is(body, #wpwrap #editor) .es\:px-0\! {
|
|
2508
2513
|
padding-inline: calc(var(--es-spacing) * 0) !important;
|
|
2509
2514
|
}
|
|
2510
2515
|
|
|
2511
|
-
:is(body, #wpwrap #editor
|
|
2516
|
+
:is(body, #wpwrap #editor) .es\:px-0\.5 {
|
|
2512
2517
|
padding-inline: calc(var(--es-spacing) * .5);
|
|
2513
2518
|
}
|
|
2514
2519
|
|
|
2515
|
-
:is(body, #wpwrap #editor
|
|
2520
|
+
:is(body, #wpwrap #editor) .es\:px-1 {
|
|
2516
2521
|
padding-inline: calc(var(--es-spacing) * 1);
|
|
2517
2522
|
}
|
|
2518
2523
|
|
|
2519
|
-
:is(body, #wpwrap #editor
|
|
2524
|
+
:is(body, #wpwrap #editor) .es\:px-1\.5 {
|
|
2520
2525
|
padding-inline: calc(var(--es-spacing) * 1.5);
|
|
2521
2526
|
}
|
|
2522
2527
|
|
|
2523
|
-
:is(body, #wpwrap #editor
|
|
2528
|
+
:is(body, #wpwrap #editor) .es\:px-2 {
|
|
2524
2529
|
padding-inline: calc(var(--es-spacing) * 2);
|
|
2525
2530
|
}
|
|
2526
2531
|
|
|
2527
|
-
:is(body, #wpwrap #editor
|
|
2532
|
+
:is(body, #wpwrap #editor) .es\:px-3 {
|
|
2528
2533
|
padding-inline: calc(var(--es-spacing) * 3);
|
|
2529
2534
|
}
|
|
2530
2535
|
|
|
2531
|
-
:is(body, #wpwrap #editor
|
|
2536
|
+
:is(body, #wpwrap #editor) .es\:px-4 {
|
|
2532
2537
|
padding-inline: calc(var(--es-spacing) * 4);
|
|
2533
2538
|
}
|
|
2534
2539
|
|
|
2535
|
-
:is(body, #wpwrap #editor
|
|
2540
|
+
:is(body, #wpwrap #editor) .es\:py-0\.5 {
|
|
2536
2541
|
padding-block: calc(var(--es-spacing) * .5);
|
|
2537
2542
|
}
|
|
2538
2543
|
|
|
2539
|
-
:is(body, #wpwrap #editor
|
|
2544
|
+
:is(body, #wpwrap #editor) .es\:py-1 {
|
|
2540
2545
|
padding-block: calc(var(--es-spacing) * 1);
|
|
2541
2546
|
}
|
|
2542
2547
|
|
|
2543
|
-
:is(body, #wpwrap #editor
|
|
2548
|
+
:is(body, #wpwrap #editor) .es\:py-1\! {
|
|
2544
2549
|
padding-block: calc(var(--es-spacing) * 1) !important;
|
|
2545
2550
|
}
|
|
2546
2551
|
|
|
2547
|
-
:is(body, #wpwrap #editor
|
|
2552
|
+
:is(body, #wpwrap #editor) .es\:py-1\.5 {
|
|
2548
2553
|
padding-block: calc(var(--es-spacing) * 1.5);
|
|
2549
2554
|
}
|
|
2550
2555
|
|
|
2551
|
-
:is(body, #wpwrap #editor
|
|
2556
|
+
:is(body, #wpwrap #editor) .es\:py-2 {
|
|
2552
2557
|
padding-block: calc(var(--es-spacing) * 2);
|
|
2553
2558
|
}
|
|
2554
2559
|
|
|
2555
|
-
:is(body, #wpwrap #editor
|
|
2560
|
+
:is(body, #wpwrap #editor) .es\:py-2\.5 {
|
|
2556
2561
|
padding-block: calc(var(--es-spacing) * 2.5);
|
|
2557
2562
|
}
|
|
2558
2563
|
|
|
2559
|
-
:is(body, #wpwrap #editor
|
|
2564
|
+
:is(body, #wpwrap #editor) .es\:py-3 {
|
|
2560
2565
|
padding-block: calc(var(--es-spacing) * 3);
|
|
2561
2566
|
}
|
|
2562
2567
|
|
|
2563
|
-
:is(body, #wpwrap #editor
|
|
2568
|
+
:is(body, #wpwrap #editor) .es\:py-4 {
|
|
2564
2569
|
padding-block: calc(var(--es-spacing) * 4);
|
|
2565
2570
|
}
|
|
2566
2571
|
|
|
2567
|
-
:is(body, #wpwrap #editor
|
|
2572
|
+
:is(body, #wpwrap #editor) .es\:pt-1 {
|
|
2568
2573
|
padding-top: calc(var(--es-spacing) * 1);
|
|
2569
2574
|
}
|
|
2570
2575
|
|
|
2571
|
-
:is(body, #wpwrap #editor
|
|
2576
|
+
:is(body, #wpwrap #editor) .es\:pt-1\! {
|
|
2572
2577
|
padding-top: calc(var(--es-spacing) * 1) !important;
|
|
2573
2578
|
}
|
|
2574
2579
|
|
|
2575
|
-
:is(body, #wpwrap #editor
|
|
2580
|
+
:is(body, #wpwrap #editor) .es\:pt-2 {
|
|
2576
2581
|
padding-top: calc(var(--es-spacing) * 2);
|
|
2577
2582
|
}
|
|
2578
2583
|
|
|
2579
|
-
:is(body, #wpwrap #editor
|
|
2584
|
+
:is(body, #wpwrap #editor) .es\:pt-2\.25 {
|
|
2580
2585
|
padding-top: calc(var(--es-spacing) * 2.25);
|
|
2581
2586
|
}
|
|
2582
2587
|
|
|
2583
|
-
:is(body, #wpwrap #editor
|
|
2588
|
+
:is(body, #wpwrap #editor) .es\:pr-0 {
|
|
2584
2589
|
padding-right: calc(var(--es-spacing) * 0);
|
|
2585
2590
|
}
|
|
2586
2591
|
|
|
2587
|
-
:is(body, #wpwrap #editor
|
|
2592
|
+
:is(body, #wpwrap #editor) .es\:pr-0\.5 {
|
|
2588
2593
|
padding-right: calc(var(--es-spacing) * .5);
|
|
2589
2594
|
}
|
|
2590
2595
|
|
|
2591
|
-
:is(body, #wpwrap #editor
|
|
2596
|
+
:is(body, #wpwrap #editor) .es\:pr-1 {
|
|
2592
2597
|
padding-right: calc(var(--es-spacing) * 1);
|
|
2593
2598
|
}
|
|
2594
2599
|
|
|
2595
|
-
:is(body, #wpwrap #editor
|
|
2600
|
+
:is(body, #wpwrap #editor) .es\:pr-1\.5 {
|
|
2596
2601
|
padding-right: calc(var(--es-spacing) * 1.5);
|
|
2597
2602
|
}
|
|
2598
2603
|
|
|
2599
|
-
:is(body, #wpwrap #editor
|
|
2604
|
+
:is(body, #wpwrap #editor) .es\:pr-2 {
|
|
2600
2605
|
padding-right: calc(var(--es-spacing) * 2);
|
|
2601
2606
|
}
|
|
2602
2607
|
|
|
2603
|
-
:is(body, #wpwrap #editor
|
|
2608
|
+
:is(body, #wpwrap #editor) .es\:pr-3 {
|
|
2604
2609
|
padding-right: calc(var(--es-spacing) * 3);
|
|
2605
2610
|
}
|
|
2606
2611
|
|
|
2607
|
-
:is(body, #wpwrap #editor
|
|
2612
|
+
:is(body, #wpwrap #editor) .es\:pr-6 {
|
|
2608
2613
|
padding-right: calc(var(--es-spacing) * 6);
|
|
2609
2614
|
}
|
|
2610
2615
|
|
|
2611
|
-
:is(body, #wpwrap #editor
|
|
2616
|
+
:is(body, #wpwrap #editor) .es\:pr-10 {
|
|
2612
2617
|
padding-right: calc(var(--es-spacing) * 10);
|
|
2613
2618
|
}
|
|
2614
2619
|
|
|
2615
|
-
:is(body, #wpwrap #editor
|
|
2620
|
+
:is(body, #wpwrap #editor) .es\:pb-0\! {
|
|
2616
2621
|
padding-bottom: calc(var(--es-spacing) * 0) !important;
|
|
2617
2622
|
}
|
|
2618
2623
|
|
|
2619
|
-
:is(body, #wpwrap #editor
|
|
2624
|
+
:is(body, #wpwrap #editor) .es\:pb-0\.5 {
|
|
2620
2625
|
padding-bottom: calc(var(--es-spacing) * .5);
|
|
2621
2626
|
}
|
|
2622
2627
|
|
|
2623
|
-
:is(body, #wpwrap #editor
|
|
2628
|
+
:is(body, #wpwrap #editor) .es\:pb-1\.75 {
|
|
2624
2629
|
padding-bottom: calc(var(--es-spacing) * 1.75);
|
|
2625
2630
|
}
|
|
2626
2631
|
|
|
2627
|
-
:is(body, #wpwrap #editor
|
|
2632
|
+
:is(body, #wpwrap #editor) .es\:pb-2\.5 {
|
|
2628
2633
|
padding-bottom: calc(var(--es-spacing) * 2.5);
|
|
2629
2634
|
}
|
|
2630
2635
|
|
|
2631
|
-
:is(body, #wpwrap #editor
|
|
2636
|
+
:is(body, #wpwrap #editor) .es\:pb-3\.5 {
|
|
2632
2637
|
padding-bottom: calc(var(--es-spacing) * 3.5);
|
|
2633
2638
|
}
|
|
2634
2639
|
|
|
2635
|
-
:is(body, #wpwrap #editor
|
|
2640
|
+
:is(body, #wpwrap #editor) .es\:pb-4 {
|
|
2636
2641
|
padding-bottom: calc(var(--es-spacing) * 4);
|
|
2637
2642
|
}
|
|
2638
2643
|
|
|
2639
|
-
:is(body, #wpwrap #editor
|
|
2644
|
+
:is(body, #wpwrap #editor) .es\:pl-1 {
|
|
2640
2645
|
padding-left: calc(var(--es-spacing) * 1);
|
|
2641
2646
|
}
|
|
2642
2647
|
|
|
2643
|
-
:is(body, #wpwrap #editor
|
|
2648
|
+
:is(body, #wpwrap #editor) .es\:pl-1\.5 {
|
|
2644
2649
|
padding-left: calc(var(--es-spacing) * 1.5);
|
|
2645
2650
|
}
|
|
2646
2651
|
|
|
2647
|
-
:is(body, #wpwrap #editor
|
|
2652
|
+
:is(body, #wpwrap #editor) .es\:pl-2 {
|
|
2648
2653
|
padding-left: calc(var(--es-spacing) * 2);
|
|
2649
2654
|
}
|
|
2650
2655
|
|
|
2651
|
-
:is(body, #wpwrap #editor
|
|
2656
|
+
:is(body, #wpwrap #editor) .es\:pl-3 {
|
|
2652
2657
|
padding-left: calc(var(--es-spacing) * 3);
|
|
2653
2658
|
}
|
|
2654
2659
|
|
|
2655
|
-
:is(body, #wpwrap #editor
|
|
2660
|
+
:is(body, #wpwrap #editor) .es\:pl-4 {
|
|
2656
2661
|
padding-left: calc(var(--es-spacing) * 4);
|
|
2657
2662
|
}
|
|
2658
2663
|
|
|
2659
|
-
:is(body, #wpwrap #editor
|
|
2664
|
+
:is(body, #wpwrap #editor) .es\:pl-px {
|
|
2660
2665
|
padding-left: 1px;
|
|
2661
2666
|
}
|
|
2662
2667
|
|
|
2663
|
-
:is(body, #wpwrap #editor
|
|
2668
|
+
:is(body, #wpwrap #editor) .es\:text-center {
|
|
2664
2669
|
text-align: center;
|
|
2665
2670
|
}
|
|
2666
2671
|
|
|
2667
|
-
:is(body, #wpwrap #editor
|
|
2672
|
+
:is(body, #wpwrap #editor) .es\:text-left {
|
|
2668
2673
|
text-align: left;
|
|
2669
2674
|
}
|
|
2670
2675
|
|
|
2671
|
-
:is(body, #wpwrap #editor
|
|
2676
|
+
:is(body, #wpwrap #editor) .es\:text-start {
|
|
2672
2677
|
text-align: start;
|
|
2673
2678
|
}
|
|
2674
2679
|
|
|
2675
|
-
:is(body, #wpwrap #editor
|
|
2680
|
+
:is(body, #wpwrap #editor) .es\:align-middle {
|
|
2676
2681
|
vertical-align: middle;
|
|
2677
2682
|
}
|
|
2678
2683
|
|
|
2679
|
-
:is(body, #wpwrap #editor
|
|
2684
|
+
:is(body, #wpwrap #editor) .es\:font-mono {
|
|
2680
2685
|
font-family: var(--es-font-mono);
|
|
2681
2686
|
}
|
|
2682
2687
|
|
|
2683
|
-
:is(body, #wpwrap #editor
|
|
2688
|
+
:is(body, #wpwrap #editor) .es\:text-2xl {
|
|
2684
2689
|
font-size: var(--es-text-2xl);
|
|
2685
2690
|
line-height: var(--tw-leading, var(--es-text-2xl--line-height));
|
|
2686
2691
|
}
|
|
2687
2692
|
|
|
2688
|
-
:is(body, #wpwrap #editor
|
|
2693
|
+
:is(body, #wpwrap #editor) .es\:text-base {
|
|
2689
2694
|
font-size: var(--es-text-base);
|
|
2690
2695
|
line-height: var(--tw-leading, var(--es-text-base--line-height));
|
|
2691
2696
|
}
|
|
2692
2697
|
|
|
2693
|
-
:is(body, #wpwrap #editor
|
|
2698
|
+
:is(body, #wpwrap #editor) .es\:text-lg {
|
|
2694
2699
|
font-size: var(--es-text-lg);
|
|
2695
2700
|
line-height: var(--tw-leading, var(--es-text-lg--line-height));
|
|
2696
2701
|
}
|
|
2697
2702
|
|
|
2698
|
-
:is(body, #wpwrap #editor
|
|
2703
|
+
:is(body, #wpwrap #editor) .es\:text-sm {
|
|
2699
2704
|
font-size: var(--es-text-sm);
|
|
2700
2705
|
line-height: var(--tw-leading, var(--es-text-sm--line-height));
|
|
2701
2706
|
}
|
|
2702
2707
|
|
|
2703
|
-
:is(body, #wpwrap #editor
|
|
2708
|
+
:is(body, #wpwrap #editor) .es\:text-xs {
|
|
2704
2709
|
font-size: var(--es-text-xs);
|
|
2705
2710
|
line-height: var(--tw-leading, var(--es-text-xs--line-height));
|
|
2706
2711
|
}
|
|
2707
2712
|
|
|
2708
|
-
:is(body, #wpwrap #editor
|
|
2713
|
+
:is(body, #wpwrap #editor) .es\:text-\[0\.6875rem\] {
|
|
2709
2714
|
font-size: .6875rem;
|
|
2710
2715
|
}
|
|
2711
2716
|
|
|
2712
|
-
:is(body, #wpwrap #editor
|
|
2717
|
+
:is(body, #wpwrap #editor) .es\:leading-3 {
|
|
2713
2718
|
--tw-leading: calc(var(--es-spacing) * 3);
|
|
2714
2719
|
line-height: calc(var(--es-spacing) * 3);
|
|
2715
2720
|
}
|
|
2716
2721
|
|
|
2717
|
-
:is(body, #wpwrap #editor
|
|
2722
|
+
:is(body, #wpwrap #editor) .es\:leading-none {
|
|
2718
2723
|
--tw-leading: 1;
|
|
2719
2724
|
line-height: 1;
|
|
2720
2725
|
}
|
|
2721
2726
|
|
|
2722
|
-
:is(body, #wpwrap #editor
|
|
2727
|
+
:is(body, #wpwrap #editor) .es\:leading-tight {
|
|
2723
2728
|
--tw-leading: var(--es-leading-tight);
|
|
2724
2729
|
line-height: var(--es-leading-tight);
|
|
2725
2730
|
}
|
|
2726
2731
|
|
|
2727
|
-
:is(body, #wpwrap #editor
|
|
2732
|
+
:is(body, #wpwrap #editor) .es\:font-\[450\] {
|
|
2728
2733
|
--tw-font-weight: 450;
|
|
2729
2734
|
font-weight: 450;
|
|
2730
2735
|
}
|
|
2731
2736
|
|
|
2732
|
-
:is(body, #wpwrap #editor
|
|
2737
|
+
:is(body, #wpwrap #editor) .es\:font-medium {
|
|
2733
2738
|
--tw-font-weight: var(--es-font-weight-medium);
|
|
2734
2739
|
font-weight: var(--es-font-weight-medium);
|
|
2735
2740
|
}
|
|
2736
2741
|
|
|
2737
|
-
:is(body, #wpwrap #editor
|
|
2742
|
+
:is(body, #wpwrap #editor) .es\:font-semibold {
|
|
2738
2743
|
--tw-font-weight: var(--es-font-weight-semibold);
|
|
2739
2744
|
font-weight: var(--es-font-weight-semibold);
|
|
2740
2745
|
}
|
|
2741
2746
|
|
|
2742
|
-
:is(body, #wpwrap #editor
|
|
2747
|
+
:is(body, #wpwrap #editor) .es\:tracking-tight {
|
|
2743
2748
|
--tw-tracking: var(--es-tracking-tight);
|
|
2744
2749
|
letter-spacing: var(--es-tracking-tight);
|
|
2745
2750
|
}
|
|
2746
2751
|
|
|
2747
|
-
:is(body, #wpwrap #editor
|
|
2752
|
+
:is(body, #wpwrap #editor) .es\:tracking-tighter {
|
|
2748
2753
|
--tw-tracking: var(--es-tracking-tighter);
|
|
2749
2754
|
letter-spacing: var(--es-tracking-tighter);
|
|
2750
2755
|
}
|
|
2751
2756
|
|
|
2752
|
-
:is(body, #wpwrap #editor
|
|
2757
|
+
:is(body, #wpwrap #editor) .es\:text-balance {
|
|
2753
2758
|
text-wrap: balance;
|
|
2754
2759
|
}
|
|
2755
2760
|
|
|
2756
|
-
:is(body, #wpwrap #editor
|
|
2761
|
+
:is(body, #wpwrap #editor) .es\:text-accent-500 {
|
|
2757
2762
|
color: var(--es-color-accent-500);
|
|
2758
2763
|
}
|
|
2759
2764
|
|
|
2760
|
-
:is(body, #wpwrap #editor
|
|
2765
|
+
:is(body, #wpwrap #editor) .es\:text-accent-600\! {
|
|
2761
2766
|
color: var(--es-color-accent-600) !important;
|
|
2762
2767
|
}
|
|
2763
2768
|
|
|
2764
|
-
:is(body, #wpwrap #editor
|
|
2769
|
+
:is(body, #wpwrap #editor) .es\:text-accent-700 {
|
|
2765
2770
|
color: var(--es-color-accent-700);
|
|
2766
2771
|
}
|
|
2767
2772
|
|
|
2768
|
-
:is(body, #wpwrap #editor
|
|
2773
|
+
:is(body, #wpwrap #editor) .es\:text-accent-800 {
|
|
2769
2774
|
color: var(--es-color-accent-800);
|
|
2770
2775
|
}
|
|
2771
2776
|
|
|
2772
|
-
:is(body, #wpwrap #editor
|
|
2777
|
+
:is(body, #wpwrap #editor) .es\:text-accent-950 {
|
|
2773
2778
|
color: var(--es-color-accent-950);
|
|
2774
2779
|
}
|
|
2775
2780
|
|
|
2776
|
-
:is(body, #wpwrap #editor
|
|
2781
|
+
:is(body, #wpwrap #editor) .es\:text-amber-500 {
|
|
2777
2782
|
color: var(--es-color-amber-500);
|
|
2778
2783
|
}
|
|
2779
2784
|
|
|
2780
|
-
:is(body, #wpwrap #editor
|
|
2785
|
+
:is(body, #wpwrap #editor) .es\:text-amber-900 {
|
|
2781
2786
|
color: var(--es-color-amber-900);
|
|
2782
2787
|
}
|
|
2783
2788
|
|
|
2784
|
-
:is(body, #wpwrap #editor
|
|
2789
|
+
:is(body, #wpwrap #editor) .es\:text-amber-950 {
|
|
2785
2790
|
color: var(--es-color-amber-950);
|
|
2786
2791
|
}
|
|
2787
2792
|
|
|
2788
|
-
:is(body, #wpwrap #editor
|
|
2793
|
+
:is(body, #wpwrap #editor) .es\:text-amber-950\/60 {
|
|
2789
2794
|
color: color-mix(in oklab, var(--es-color-amber-950) 60%, transparent);
|
|
2790
2795
|
}
|
|
2791
2796
|
|
|
2792
|
-
:is(body, #wpwrap #editor
|
|
2797
|
+
:is(body, #wpwrap #editor) .es\:text-black {
|
|
2793
2798
|
color: var(--es-color-black);
|
|
2794
2799
|
}
|
|
2795
2800
|
|
|
2796
|
-
:is(body, #wpwrap #editor
|
|
2801
|
+
:is(body, #wpwrap #editor) .es\:text-blue-400 {
|
|
2797
2802
|
color: var(--es-color-blue-400);
|
|
2798
2803
|
}
|
|
2799
2804
|
|
|
2800
|
-
:is(body, #wpwrap #editor
|
|
2805
|
+
:is(body, #wpwrap #editor) .es\:text-blue-500 {
|
|
2801
2806
|
color: var(--es-color-blue-500);
|
|
2802
2807
|
}
|
|
2803
2808
|
|
|
2804
|
-
:is(body, #wpwrap #editor
|
|
2809
|
+
:is(body, #wpwrap #editor) .es\:text-blue-900 {
|
|
2805
2810
|
color: var(--es-color-blue-900);
|
|
2806
2811
|
}
|
|
2807
2812
|
|
|
2808
|
-
:is(body, #wpwrap #editor
|
|
2813
|
+
:is(body, #wpwrap #editor) .es\:text-blue-950\/60 {
|
|
2809
2814
|
color: color-mix(in oklab, var(--es-color-blue-950) 60%, transparent);
|
|
2810
2815
|
}
|
|
2811
2816
|
|
|
2812
|
-
:is(body, #wpwrap #editor
|
|
2817
|
+
:is(body, #wpwrap #editor) .es\:text-cyan-500 {
|
|
2813
2818
|
color: var(--es-color-cyan-500);
|
|
2814
2819
|
}
|
|
2815
2820
|
|
|
2816
|
-
:is(body, #wpwrap #editor
|
|
2821
|
+
:is(body, #wpwrap #editor) .es\:text-fuchsia-500 {
|
|
2817
2822
|
color: var(--es-color-fuchsia-500);
|
|
2818
2823
|
}
|
|
2819
2824
|
|
|
2820
|
-
:is(body, #wpwrap #editor
|
|
2825
|
+
:is(body, #wpwrap #editor) .es\:text-gray-400 {
|
|
2821
2826
|
color: var(--es-color-gray-400);
|
|
2822
2827
|
}
|
|
2823
2828
|
|
|
2824
|
-
:is(body, #wpwrap #editor
|
|
2829
|
+
:is(body, #wpwrap #editor) .es\:text-gray-500 {
|
|
2825
2830
|
color: var(--es-color-gray-500);
|
|
2826
2831
|
}
|
|
2827
2832
|
|
|
2828
|
-
:is(body, #wpwrap #editor
|
|
2833
|
+
:is(body, #wpwrap #editor) .es\:text-gray-500\/80 {
|
|
2829
2834
|
color: color-mix(in oklab, var(--es-color-gray-500) 80%, transparent);
|
|
2830
2835
|
}
|
|
2831
2836
|
|
|
2832
|
-
:is(body, #wpwrap #editor
|
|
2837
|
+
:is(body, #wpwrap #editor) .es\:text-gray-800 {
|
|
2833
2838
|
color: var(--es-color-gray-800);
|
|
2834
2839
|
}
|
|
2835
2840
|
|
|
2836
|
-
:is(body, #wpwrap #editor
|
|
2841
|
+
:is(body, #wpwrap #editor) .es\:text-green-500 {
|
|
2837
2842
|
color: var(--es-color-green-500);
|
|
2838
2843
|
}
|
|
2839
2844
|
|
|
2840
|
-
:is(body, #wpwrap #editor
|
|
2845
|
+
:is(body, #wpwrap #editor) .es\:text-green-900 {
|
|
2841
2846
|
color: var(--es-color-green-900);
|
|
2842
2847
|
}
|
|
2843
2848
|
|
|
2844
|
-
:is(body, #wpwrap #editor
|
|
2849
|
+
:is(body, #wpwrap #editor) .es\:text-green-950\/60 {
|
|
2845
2850
|
color: color-mix(in oklab, var(--es-color-green-950) 60%, transparent);
|
|
2846
2851
|
}
|
|
2847
2852
|
|
|
2848
|
-
:is(body, #wpwrap #editor
|
|
2853
|
+
:is(body, #wpwrap #editor) .es\:text-indigo-500 {
|
|
2849
2854
|
color: var(--es-color-indigo-500);
|
|
2850
2855
|
}
|
|
2851
2856
|
|
|
2852
|
-
:is(body, #wpwrap #editor
|
|
2857
|
+
:is(body, #wpwrap #editor) .es\:text-lime-500 {
|
|
2853
2858
|
color: var(--es-color-lime-500);
|
|
2854
2859
|
}
|
|
2855
2860
|
|
|
2856
|
-
:is(body, #wpwrap #editor
|
|
2861
|
+
:is(body, #wpwrap #editor) .es\:text-orange-500 {
|
|
2857
2862
|
color: var(--es-color-orange-500);
|
|
2858
2863
|
}
|
|
2859
2864
|
|
|
2860
|
-
:is(body, #wpwrap #editor
|
|
2865
|
+
:is(body, #wpwrap #editor) .es\:text-red-400 {
|
|
2861
2866
|
color: var(--es-color-red-400);
|
|
2862
2867
|
}
|
|
2863
2868
|
|
|
2864
|
-
:is(body, #wpwrap #editor
|
|
2869
|
+
:is(body, #wpwrap #editor) .es\:text-red-500 {
|
|
2865
2870
|
color: var(--es-color-red-500);
|
|
2866
2871
|
}
|
|
2867
2872
|
|
|
2868
|
-
:is(body, #wpwrap #editor
|
|
2873
|
+
:is(body, #wpwrap #editor) .es\:text-red-600 {
|
|
2869
2874
|
color: var(--es-color-red-600);
|
|
2870
2875
|
}
|
|
2871
2876
|
|
|
2872
|
-
:is(body, #wpwrap #editor
|
|
2877
|
+
:is(body, #wpwrap #editor) .es\:text-red-800 {
|
|
2873
2878
|
color: var(--es-color-red-800);
|
|
2874
2879
|
}
|
|
2875
2880
|
|
|
2876
|
-
:is(body, #wpwrap #editor
|
|
2881
|
+
:is(body, #wpwrap #editor) .es\:text-red-900 {
|
|
2877
2882
|
color: var(--es-color-red-900);
|
|
2878
2883
|
}
|
|
2879
2884
|
|
|
2880
|
-
:is(body, #wpwrap #editor
|
|
2885
|
+
:is(body, #wpwrap #editor) .es\:text-red-950\/60 {
|
|
2881
2886
|
color: color-mix(in oklab, var(--es-color-red-950) 60%, transparent);
|
|
2882
2887
|
}
|
|
2883
2888
|
|
|
2884
|
-
:is(body, #wpwrap #editor
|
|
2889
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-100 {
|
|
2885
2890
|
color: var(--es-color-secondary-100);
|
|
2886
2891
|
}
|
|
2887
2892
|
|
|
2888
|
-
:is(body, #wpwrap #editor
|
|
2893
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-300 {
|
|
2889
2894
|
color: var(--es-color-secondary-300);
|
|
2890
2895
|
}
|
|
2891
2896
|
|
|
2892
|
-
:is(body, #wpwrap #editor
|
|
2897
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-400 {
|
|
2893
2898
|
color: var(--es-color-secondary-400);
|
|
2894
2899
|
}
|
|
2895
2900
|
|
|
2896
|
-
:is(body, #wpwrap #editor
|
|
2901
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-500 {
|
|
2897
2902
|
color: var(--es-color-secondary-500);
|
|
2898
2903
|
}
|
|
2899
2904
|
|
|
2900
|
-
:is(body, #wpwrap #editor
|
|
2905
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-500\! {
|
|
2901
2906
|
color: var(--es-color-secondary-500) !important;
|
|
2902
2907
|
}
|
|
2903
2908
|
|
|
2904
|
-
:is(body, #wpwrap #editor
|
|
2909
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-600 {
|
|
2905
2910
|
color: var(--es-color-secondary-600);
|
|
2906
2911
|
}
|
|
2907
2912
|
|
|
2908
|
-
:is(body, #wpwrap #editor
|
|
2913
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-600\! {
|
|
2909
2914
|
color: var(--es-color-secondary-600) !important;
|
|
2910
2915
|
}
|
|
2911
2916
|
|
|
2912
|
-
:is(body, #wpwrap #editor
|
|
2917
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-700 {
|
|
2913
2918
|
color: var(--es-color-secondary-700);
|
|
2914
2919
|
}
|
|
2915
2920
|
|
|
2916
|
-
:is(body, #wpwrap #editor
|
|
2921
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-800 {
|
|
2917
2922
|
color: var(--es-color-secondary-800);
|
|
2918
2923
|
}
|
|
2919
2924
|
|
|
2920
|
-
:is(body, #wpwrap #editor
|
|
2925
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-900 {
|
|
2921
2926
|
color: var(--es-color-secondary-900);
|
|
2922
2927
|
}
|
|
2923
2928
|
|
|
2924
|
-
:is(body, #wpwrap #editor
|
|
2929
|
+
:is(body, #wpwrap #editor) .es\:text-slate-500 {
|
|
2925
2930
|
color: var(--es-color-slate-500);
|
|
2926
2931
|
}
|
|
2927
2932
|
|
|
2928
|
-
:is(body, #wpwrap #editor
|
|
2933
|
+
:is(body, #wpwrap #editor) .es\:text-transparent {
|
|
2929
2934
|
color: #0000;
|
|
2930
2935
|
}
|
|
2931
2936
|
|
|
2932
|
-
:is(body, #wpwrap #editor
|
|
2937
|
+
:is(body, #wpwrap #editor) .es\:text-white {
|
|
2933
2938
|
color: var(--es-color-white);
|
|
2934
2939
|
}
|
|
2935
2940
|
|
|
2936
|
-
:is(body, #wpwrap #editor
|
|
2941
|
+
:is(body, #wpwrap #editor) .es\:text-white\! {
|
|
2937
2942
|
color: var(--es-color-white) !important;
|
|
2938
2943
|
}
|
|
2939
2944
|
|
|
2940
|
-
:is(body, #wpwrap #editor
|
|
2945
|
+
:is(body, #wpwrap #editor) .es\:text-yellow-400 {
|
|
2941
2946
|
color: var(--es-color-yellow-400);
|
|
2942
2947
|
}
|
|
2943
2948
|
|
|
2944
|
-
:is(body, #wpwrap #editor
|
|
2949
|
+
:is(body, #wpwrap #editor) .es\:italic {
|
|
2945
2950
|
font-style: italic;
|
|
2946
2951
|
}
|
|
2947
2952
|
|
|
2948
|
-
:is(body, #wpwrap #editor
|
|
2953
|
+
:is(body, #wpwrap #editor) .es\:tabular-nums {
|
|
2949
2954
|
--tw-numeric-spacing: tabular-nums;
|
|
2950
2955
|
font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
|
|
2951
2956
|
}
|
|
2952
2957
|
|
|
2953
|
-
:is(body, #wpwrap #editor
|
|
2958
|
+
:is(body, #wpwrap #editor) .es\:opacity-0 {
|
|
2954
2959
|
opacity: 0;
|
|
2955
2960
|
}
|
|
2956
2961
|
|
|
2957
|
-
:is(body, #wpwrap #editor
|
|
2962
|
+
:is(body, #wpwrap #editor) .es\:opacity-40 {
|
|
2958
2963
|
opacity: .4;
|
|
2959
2964
|
}
|
|
2960
2965
|
|
|
2961
|
-
:is(body, #wpwrap #editor
|
|
2966
|
+
:is(body, #wpwrap #editor) .es\:opacity-50 {
|
|
2962
2967
|
opacity: .5;
|
|
2963
2968
|
}
|
|
2964
2969
|
|
|
2965
|
-
:is(body, #wpwrap #editor
|
|
2970
|
+
:is(body, #wpwrap #editor) .es\:opacity-55 {
|
|
2966
2971
|
opacity: .55;
|
|
2967
2972
|
}
|
|
2968
2973
|
|
|
2969
|
-
:is(body, #wpwrap #editor
|
|
2974
|
+
:is(body, #wpwrap #editor) .es\:opacity-65 {
|
|
2970
2975
|
opacity: .65;
|
|
2971
2976
|
}
|
|
2972
2977
|
|
|
2973
|
-
:is(body, #wpwrap #editor
|
|
2978
|
+
:is(body, #wpwrap #editor) .es\:inset-ring {
|
|
2974
2979
|
--tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentColor);
|
|
2975
2980
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2976
2981
|
}
|
|
2977
2982
|
|
|
2978
|
-
:is(body, #wpwrap #editor
|
|
2983
|
+
:is(body, #wpwrap #editor) .es\:inset-shadow-xs {
|
|
2979
2984
|
--tw-inset-shadow: inset 0 1px 1px var(--tw-inset-shadow-color, #0000000d);
|
|
2980
2985
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2981
2986
|
}
|
|
2982
2987
|
|
|
2983
|
-
:is(body, #wpwrap #editor
|
|
2988
|
+
:is(body, #wpwrap #editor) .es\:ring-1 {
|
|
2984
2989
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
2985
2990
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2986
2991
|
}
|
|
2987
2992
|
|
|
2988
|
-
:is(body, #wpwrap #editor
|
|
2993
|
+
:is(body, #wpwrap #editor) .es\:ring-2 {
|
|
2989
2994
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
2990
2995
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2991
2996
|
}
|
|
2992
2997
|
|
|
2993
|
-
:is(body, #wpwrap #editor
|
|
2998
|
+
:is(body, #wpwrap #editor) .es\:ring-3 {
|
|
2999
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3000
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3003
|
+
:is(body, #wpwrap #editor) .es\:shadow {
|
|
2994
3004
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
|
|
2995
3005
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2996
3006
|
}
|
|
2997
3007
|
|
|
2998
|
-
:is(body, #wpwrap #editor
|
|
3008
|
+
:is(body, #wpwrap #editor) .es\:shadow-\[0_0_0_1px_black\] {
|
|
2999
3009
|
--tw-shadow: 0 0 0 1px var(--tw-shadow-color, black);
|
|
3000
3010
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3001
3011
|
}
|
|
3002
3012
|
|
|
3003
|
-
:is(body, #wpwrap #editor
|
|
3013
|
+
:is(body, #wpwrap #editor) .es\:shadow-lg {
|
|
3004
3014
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
|
|
3005
3015
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3006
3016
|
}
|
|
3007
3017
|
|
|
3008
|
-
:is(body, #wpwrap #editor
|
|
3018
|
+
:is(body, #wpwrap #editor) .es\:shadow-md {
|
|
3009
3019
|
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
|
|
3010
3020
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3011
3021
|
}
|
|
3012
3022
|
|
|
3013
|
-
:is(body, #wpwrap #editor
|
|
3023
|
+
:is(body, #wpwrap #editor) .es\:shadow-none {
|
|
3014
3024
|
--tw-shadow: 0 0 #0000;
|
|
3015
3025
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3016
3026
|
}
|
|
3017
3027
|
|
|
3018
|
-
:is(body, #wpwrap #editor
|
|
3028
|
+
:is(body, #wpwrap #editor) .es\:shadow-none\! {
|
|
3019
3029
|
--tw-shadow: 0 0 #0000 !important;
|
|
3020
3030
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
3021
3031
|
}
|
|
3022
3032
|
|
|
3023
|
-
:is(body, #wpwrap #editor
|
|
3033
|
+
:is(body, #wpwrap #editor) .es\:shadow-sm {
|
|
3024
3034
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
|
|
3025
3035
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3026
3036
|
}
|
|
3027
3037
|
|
|
3028
|
-
:is(body, #wpwrap #editor
|
|
3038
|
+
:is(body, #wpwrap #editor) .es\:shadow-xl {
|
|
3029
3039
|
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
|
|
3030
3040
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3031
3041
|
}
|
|
3032
3042
|
|
|
3033
|
-
:is(body, #wpwrap #editor
|
|
3043
|
+
:is(body, #wpwrap #editor) .es\:shadow-xs {
|
|
3034
3044
|
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
|
|
3035
3045
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3036
3046
|
}
|
|
3037
3047
|
|
|
3038
|
-
:is(body, #wpwrap #editor
|
|
3048
|
+
:is(body, #wpwrap #editor) .es\:shadow-accent-500\/25 {
|
|
3039
3049
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-500) 25%, transparent);
|
|
3040
3050
|
}
|
|
3041
3051
|
|
|
3042
|
-
:is(body, #wpwrap #editor
|
|
3052
|
+
:is(body, #wpwrap #editor) .es\:shadow-accent-500\/30 {
|
|
3043
3053
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-500) 30%, transparent);
|
|
3044
3054
|
}
|
|
3045
3055
|
|
|
3046
|
-
:is(body, #wpwrap #editor
|
|
3056
|
+
:is(body, #wpwrap #editor) .es\:shadow-accent-600\/25 {
|
|
3047
3057
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-600) 25%, transparent);
|
|
3048
3058
|
}
|
|
3049
3059
|
|
|
3050
|
-
:is(body, #wpwrap #editor
|
|
3060
|
+
:is(body, #wpwrap #editor) .es\:shadow-accent-600\/30 {
|
|
3051
3061
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-600) 30%, transparent);
|
|
3052
3062
|
}
|
|
3053
3063
|
|
|
3054
|
-
:is(body, #wpwrap #editor
|
|
3064
|
+
:is(body, #wpwrap #editor) .es\:shadow-accent-600\/50 {
|
|
3055
3065
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-600) 50%, transparent);
|
|
3056
3066
|
}
|
|
3057
3067
|
|
|
3058
|
-
:is(body, #wpwrap #editor
|
|
3068
|
+
:is(body, #wpwrap #editor) .es\:shadow-accent-900\/60 {
|
|
3059
3069
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-900) 60%, transparent);
|
|
3060
3070
|
}
|
|
3061
3071
|
|
|
3062
|
-
:is(body, #wpwrap #editor
|
|
3072
|
+
:is(body, #wpwrap #editor) .es\:shadow-amber-500\/15 {
|
|
3063
3073
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-amber-500) 15%, transparent);
|
|
3064
3074
|
}
|
|
3065
3075
|
|
|
3066
|
-
:is(body, #wpwrap #editor
|
|
3076
|
+
:is(body, #wpwrap #editor) .es\:shadow-blue-500\/15 {
|
|
3067
3077
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-blue-500) 15%, transparent);
|
|
3068
3078
|
}
|
|
3069
3079
|
|
|
3070
|
-
:is(body, #wpwrap #editor
|
|
3080
|
+
:is(body, #wpwrap #editor) .es\:shadow-green-500\/15 {
|
|
3071
3081
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-green-500) 15%, transparent);
|
|
3072
3082
|
}
|
|
3073
3083
|
|
|
3074
|
-
:is(body, #wpwrap #editor
|
|
3084
|
+
:is(body, #wpwrap #editor) .es\:shadow-red-500\/15 {
|
|
3075
3085
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-red-500) 15%, transparent);
|
|
3076
3086
|
}
|
|
3077
3087
|
|
|
3078
|
-
:is(body, #wpwrap #editor
|
|
3088
|
+
:is(body, #wpwrap #editor) .es\:shadow-red-500\/20 {
|
|
3079
3089
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-red-500) 20%, transparent);
|
|
3080
3090
|
}
|
|
3081
3091
|
|
|
3082
|
-
:is(body, #wpwrap #editor
|
|
3092
|
+
:is(body, #wpwrap #editor) .es\:shadow-secondary-300\/25 {
|
|
3083
3093
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-secondary-300) 25%, transparent);
|
|
3084
3094
|
}
|
|
3085
3095
|
|
|
3086
|
-
:is(body, #wpwrap #editor
|
|
3096
|
+
:is(body, #wpwrap #editor) .es\:ring-accent-500\/50 {
|
|
3087
3097
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
3088
3098
|
}
|
|
3089
3099
|
|
|
3090
|
-
:is(body, #wpwrap #editor
|
|
3100
|
+
:is(body, #wpwrap #editor) .es\:ring-black {
|
|
3091
3101
|
--tw-ring-color: var(--es-color-black);
|
|
3092
3102
|
}
|
|
3093
3103
|
|
|
3094
|
-
:is(body, #wpwrap #editor
|
|
3104
|
+
:is(body, #wpwrap #editor) .es\:inset-shadow-accent-400\/75 {
|
|
3095
3105
|
--tw-inset-shadow-color: color-mix(in oklab, var(--es-color-accent-400) 75%, transparent);
|
|
3096
3106
|
}
|
|
3097
3107
|
|
|
3098
|
-
:is(body, #wpwrap #editor
|
|
3108
|
+
:is(body, #wpwrap #editor) .es\:inset-shadow-red-50 {
|
|
3099
3109
|
--tw-inset-shadow-color: var(--es-color-red-50);
|
|
3100
3110
|
}
|
|
3101
3111
|
|
|
3102
|
-
:is(body, #wpwrap #editor
|
|
3112
|
+
:is(body, #wpwrap #editor) .es\:inset-shadow-secondary-100 {
|
|
3113
|
+
--tw-inset-shadow-color: var(--es-color-secondary-100);
|
|
3114
|
+
}
|
|
3115
|
+
|
|
3116
|
+
:is(body, #wpwrap #editor) .es\:inset-shadow-secondary-100\/50 {
|
|
3103
3117
|
--tw-inset-shadow-color: color-mix(in oklab, var(--es-color-secondary-100) 50%, transparent);
|
|
3104
3118
|
}
|
|
3105
3119
|
|
|
3106
|
-
:is(body, #wpwrap #editor
|
|
3120
|
+
:is(body, #wpwrap #editor) .es\:inset-ring-accent-500 {
|
|
3107
3121
|
--tw-inset-ring-color: var(--es-color-accent-500);
|
|
3108
3122
|
}
|
|
3109
3123
|
|
|
3110
|
-
:is(body, #wpwrap #editor
|
|
3124
|
+
:is(body, #wpwrap #editor) .es\:inset-ring-accent-600 {
|
|
3111
3125
|
--tw-inset-ring-color: var(--es-color-accent-600);
|
|
3112
3126
|
}
|
|
3113
3127
|
|
|
3114
|
-
:is(body, #wpwrap #editor
|
|
3128
|
+
:is(body, #wpwrap #editor) .es\:inset-ring-red-100 {
|
|
3115
3129
|
--tw-inset-ring-color: var(--es-color-red-100);
|
|
3116
3130
|
}
|
|
3117
3131
|
|
|
3118
|
-
:is(body, #wpwrap #editor
|
|
3132
|
+
:is(body, #wpwrap #editor) .es\:inset-ring-secondary-100 {
|
|
3119
3133
|
--tw-inset-ring-color: var(--es-color-secondary-100);
|
|
3120
3134
|
}
|
|
3121
3135
|
|
|
3122
|
-
:is(body, #wpwrap #editor
|
|
3136
|
+
:is(body, #wpwrap #editor) .es\:inset-ring-secondary-200\/20 {
|
|
3123
3137
|
--tw-inset-ring-color: color-mix(in oklab, var(--es-color-secondary-200) 20%, transparent);
|
|
3124
3138
|
}
|
|
3125
3139
|
|
|
3126
|
-
:is(body, #wpwrap #editor
|
|
3140
|
+
:is(body, #wpwrap #editor) .es\:inset-ring-secondary-200\/30 {
|
|
3141
|
+
--tw-inset-ring-color: color-mix(in oklab, var(--es-color-secondary-200) 30%, transparent);
|
|
3142
|
+
}
|
|
3143
|
+
|
|
3144
|
+
:is(body, #wpwrap #editor) .es\:outline-hidden {
|
|
3127
3145
|
outline-style: none;
|
|
3128
3146
|
}
|
|
3129
3147
|
|
|
3130
3148
|
@media (forced-colors: active) {
|
|
3131
|
-
:is(body, #wpwrap #editor
|
|
3149
|
+
:is(body, #wpwrap #editor) .es\:outline-hidden {
|
|
3132
3150
|
outline-offset: 2px;
|
|
3133
3151
|
outline: 2px solid #0000;
|
|
3134
3152
|
}
|
|
3135
3153
|
}
|
|
3136
3154
|
|
|
3137
|
-
:is(body, #wpwrap #editor
|
|
3155
|
+
:is(body, #wpwrap #editor) .es\:outline-hidden\! {
|
|
3138
3156
|
outline-style: none !important;
|
|
3139
3157
|
}
|
|
3140
3158
|
|
|
3141
3159
|
@media (forced-colors: active) {
|
|
3142
|
-
:is(body, #wpwrap #editor
|
|
3160
|
+
:is(body, #wpwrap #editor) .es\:outline-hidden\! {
|
|
3143
3161
|
outline-offset: 2px !important;
|
|
3144
3162
|
outline: 2px solid #0000 !important;
|
|
3145
3163
|
}
|
|
3146
3164
|
}
|
|
3147
3165
|
|
|
3148
|
-
:is(body, #wpwrap #editor
|
|
3166
|
+
:is(body, #wpwrap #editor) .es\:blur-\[0\.5px\] {
|
|
3149
3167
|
--tw-blur: blur(.5px);
|
|
3150
3168
|
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, );
|
|
3151
3169
|
}
|
|
3152
3170
|
|
|
3153
|
-
:is(body, #wpwrap #editor
|
|
3171
|
+
:is(body, #wpwrap #editor) .es\:drop-shadow-sm {
|
|
3154
3172
|
--tw-drop-shadow: drop-shadow(var(--es-drop-shadow-sm));
|
|
3155
3173
|
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, );
|
|
3156
3174
|
}
|
|
3157
3175
|
|
|
3158
|
-
:is(body, #wpwrap #editor
|
|
3176
|
+
:is(body, #wpwrap #editor) .es\:grayscale {
|
|
3159
3177
|
--tw-grayscale: grayscale(100%);
|
|
3160
3178
|
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, );
|
|
3161
3179
|
}
|
|
3162
3180
|
|
|
3163
|
-
:is(body, #wpwrap #editor
|
|
3181
|
+
:is(body, #wpwrap #editor) .es\:backdrop-blur {
|
|
3164
3182
|
--tw-backdrop-blur: blur(8px);
|
|
3165
3183
|
-webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
|
|
3166
3184
|
backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
|
|
3167
3185
|
}
|
|
3168
3186
|
|
|
3169
|
-
:is(body, #wpwrap #editor
|
|
3187
|
+
:is(body, #wpwrap #editor) .es\:backdrop-blur-3xl {
|
|
3170
3188
|
--tw-backdrop-blur: blur(var(--es-blur-3xl));
|
|
3171
3189
|
-webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
|
|
3172
3190
|
backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
|
|
3173
3191
|
}
|
|
3174
3192
|
|
|
3175
|
-
:is(body, #wpwrap #editor
|
|
3193
|
+
:is(body, #wpwrap #editor) .es\:backdrop-blur-lg {
|
|
3176
3194
|
--tw-backdrop-blur: blur(var(--es-blur-lg));
|
|
3177
3195
|
-webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
|
|
3178
3196
|
backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
|
|
3179
3197
|
}
|
|
3180
3198
|
|
|
3181
|
-
:is(body, #wpwrap #editor
|
|
3199
|
+
:is(body, #wpwrap #editor) .es\:transition {
|
|
3182
3200
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
|
|
3183
3201
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3184
3202
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3185
3203
|
}
|
|
3186
3204
|
|
|
3187
|
-
:is(body, #wpwrap #editor
|
|
3205
|
+
:is(body, #wpwrap #editor) .es\:transition-\[box-shadow\,background-color\,filter\,opacity\,border-color\] {
|
|
3188
3206
|
transition-property: box-shadow, background-color, filter, opacity, border-color;
|
|
3189
3207
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3190
3208
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3191
3209
|
}
|
|
3192
3210
|
|
|
3193
|
-
:is(body, #wpwrap #editor
|
|
3211
|
+
:is(body, #wpwrap #editor) .es\:transition-\[grid-template-columns\,margin-block-end\] {
|
|
3194
3212
|
transition-property: grid-template-columns, margin-block-end;
|
|
3195
3213
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3196
3214
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3197
3215
|
}
|
|
3198
3216
|
|
|
3199
|
-
:is(body, #wpwrap #editor
|
|
3217
|
+
:is(body, #wpwrap #editor) .es\:transition-\[grid-template-columns\,margin-block-start\] {
|
|
3200
3218
|
transition-property: grid-template-columns, margin-block-start;
|
|
3201
3219
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3202
3220
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3203
3221
|
}
|
|
3204
3222
|
|
|
3205
|
-
:is(body, #wpwrap #editor
|
|
3223
|
+
:is(body, #wpwrap #editor) .es\:transition-\[padding\] {
|
|
3206
3224
|
transition-property: padding;
|
|
3207
3225
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3208
3226
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3209
3227
|
}
|
|
3210
3228
|
|
|
3211
|
-
:is(body, #wpwrap #editor
|
|
3229
|
+
:is(body, #wpwrap #editor) .es\:transition-\[width\] {
|
|
3212
3230
|
transition-property: width;
|
|
3213
3231
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3214
3232
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3215
3233
|
}
|
|
3216
3234
|
|
|
3217
|
-
:is(body, #wpwrap #editor
|
|
3235
|
+
:is(body, #wpwrap #editor) .es\:transition-colors {
|
|
3218
3236
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
3219
3237
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3220
3238
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3221
3239
|
}
|
|
3222
3240
|
|
|
3223
|
-
:is(body, #wpwrap #editor
|
|
3241
|
+
:is(body, #wpwrap #editor) .es\:transition-opacity {
|
|
3224
3242
|
transition-property: opacity;
|
|
3225
3243
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3226
3244
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3227
3245
|
}
|
|
3228
3246
|
|
|
3229
|
-
:is(body, #wpwrap #editor
|
|
3247
|
+
:is(body, #wpwrap #editor) .es\:transition-transform {
|
|
3230
3248
|
transition-property: transform, translate, scale, rotate;
|
|
3231
3249
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3232
3250
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3233
3251
|
}
|
|
3234
3252
|
|
|
3235
|
-
:is(body, #wpwrap #editor
|
|
3253
|
+
:is(body, #wpwrap #editor) .es\:transition-none {
|
|
3236
3254
|
transition-property: none;
|
|
3237
3255
|
}
|
|
3238
3256
|
|
|
3239
|
-
:is(body, #wpwrap #editor
|
|
3257
|
+
:is(body, #wpwrap #editor) .es\:duration-150 {
|
|
3240
3258
|
--tw-duration: .15s;
|
|
3241
3259
|
transition-duration: .15s;
|
|
3242
3260
|
}
|
|
3243
3261
|
|
|
3244
|
-
:is(body, #wpwrap #editor
|
|
3262
|
+
:is(body, #wpwrap #editor) .es\:duration-200 {
|
|
3245
3263
|
--tw-duration: .2s;
|
|
3246
3264
|
transition-duration: .2s;
|
|
3247
3265
|
}
|
|
3248
3266
|
|
|
3249
|
-
:is(body, #wpwrap #editor
|
|
3267
|
+
:is(body, #wpwrap #editor) .es\:duration-300 {
|
|
3250
3268
|
--tw-duration: .3s;
|
|
3251
3269
|
transition-duration: .3s;
|
|
3252
3270
|
}
|
|
3253
3271
|
|
|
3254
|
-
:is(body, #wpwrap #editor
|
|
3272
|
+
:is(body, #wpwrap #editor) .es\:ease-\[var\(--motion-spring-snappy\)\] {
|
|
3255
3273
|
--tw-ease: var(--motion-spring-snappy);
|
|
3256
3274
|
transition-timing-function: var(--motion-spring-snappy);
|
|
3257
3275
|
}
|
|
3258
3276
|
|
|
3259
|
-
:is(body, #wpwrap #editor
|
|
3277
|
+
:is(body, #wpwrap #editor) .es\:will-change-\[transform\,opacity\] {
|
|
3260
3278
|
will-change: transform, opacity;
|
|
3261
3279
|
}
|
|
3262
3280
|
|
|
3263
|
-
:is(body, #wpwrap #editor
|
|
3281
|
+
:is(body, #wpwrap #editor) .es\:will-change-transform {
|
|
3264
3282
|
will-change: transform;
|
|
3265
3283
|
}
|
|
3266
3284
|
|
|
3267
|
-
:is(body, #wpwrap #editor
|
|
3285
|
+
:is(body, #wpwrap #editor) .es\:accent-text-shadow {
|
|
3268
3286
|
text-shadow: 0 1px 0 color-mix(in oklab, var(--es-color-accent-900) 25%, transparent);
|
|
3269
3287
|
}
|
|
3270
3288
|
|
|
3271
|
-
:is(body, #wpwrap #editor
|
|
3289
|
+
:is(body, #wpwrap #editor) .es\:motion-delay-300\/blur {
|
|
3272
3290
|
--motion-filter-delay: .3s;
|
|
3273
3291
|
}
|
|
3274
3292
|
|
|
3275
|
-
:is(body, #wpwrap #editor
|
|
3293
|
+
:is(body, #wpwrap #editor) .es\:motion-duration-150 {
|
|
3276
3294
|
--motion-duration: .15s;
|
|
3277
3295
|
}
|
|
3278
3296
|
|
|
3279
|
-
:is(body, #wpwrap #editor
|
|
3297
|
+
:is(body, #wpwrap #editor) .es\:motion-duration-200 {
|
|
3280
3298
|
--motion-duration: .2s;
|
|
3281
3299
|
}
|
|
3282
3300
|
|
|
3283
|
-
:is(body, #wpwrap #editor
|
|
3301
|
+
:is(body, #wpwrap #editor) .es\:motion-duration-250 {
|
|
3284
3302
|
--motion-duration: .25s;
|
|
3285
3303
|
}
|
|
3286
3304
|
|
|
3287
|
-
:is(body, #wpwrap #editor
|
|
3305
|
+
:is(body, #wpwrap #editor) .es\:motion-duration-300 {
|
|
3288
3306
|
--motion-duration: .3s;
|
|
3289
3307
|
}
|
|
3290
3308
|
|
|
3291
|
-
:is(body, #wpwrap #editor
|
|
3309
|
+
:is(body, #wpwrap #editor) .es\:motion-duration-1500 {
|
|
3292
3310
|
--motion-duration: 1.5s;
|
|
3293
3311
|
}
|
|
3294
3312
|
|
|
3295
|
-
:is(body, #wpwrap #editor
|
|
3313
|
+
:is(body, #wpwrap #editor) .es\:motion-ease-linear\/opacity {
|
|
3296
3314
|
--motion-opacity-timing: linear;
|
|
3297
3315
|
--motion-opacity-perceptual-duration-multiplier: 1;
|
|
3298
3316
|
}
|
|
3299
3317
|
|
|
3300
|
-
:is(body, #wpwrap #editor
|
|
3318
|
+
:is(body, #wpwrap #editor) .es\:motion-ease-spring-bouncier {
|
|
3301
3319
|
--motion-timing: var(--motion-spring-bouncier);
|
|
3302
3320
|
--motion-perceptual-duration-multiplier: 2.035;
|
|
3303
3321
|
--motion-filter-timing: var(--motion-spring-smooth);
|
|
@@ -3310,74 +3328,74 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
3310
3328
|
--motion-text-color-perceptual-duration-multiplier: 1.66;
|
|
3311
3329
|
}
|
|
3312
3330
|
|
|
3313
|
-
:is(body, #wpwrap #editor
|
|
3331
|
+
:is(body, #wpwrap #editor) .es\:motion-ease-spring-smooth\/scale {
|
|
3314
3332
|
--motion-scale-timing: var(--motion-spring-smooth);
|
|
3315
3333
|
--motion-scale-perceptual-duration-multiplier: 1.66;
|
|
3316
3334
|
}
|
|
3317
3335
|
|
|
3318
|
-
:is(body, #wpwrap #editor
|
|
3336
|
+
:is(body, #wpwrap #editor) .es\:motion-ease-spring-snappy {
|
|
3319
3337
|
--motion-timing: var(--motion-spring-snappy);
|
|
3320
3338
|
--motion-perceptual-duration-multiplier: 1.66;
|
|
3321
3339
|
}
|
|
3322
3340
|
|
|
3323
|
-
:is(body, #wpwrap #editor
|
|
3341
|
+
:is(body, #wpwrap #editor) .es\:motion-ease-spring-snappy\/scale {
|
|
3324
3342
|
--motion-scale-timing: var(--motion-spring-snappy);
|
|
3325
3343
|
--motion-scale-perceptual-duration-multiplier: 1.66;
|
|
3326
3344
|
}
|
|
3327
3345
|
|
|
3328
|
-
:is(body, #wpwrap #editor
|
|
3346
|
+
:is(body, #wpwrap #editor) .es\:no-webkit-highlight {
|
|
3329
3347
|
-webkit-tap-highlight-color: transparent;
|
|
3330
3348
|
}
|
|
3331
3349
|
|
|
3332
|
-
:is(body, #wpwrap #editor
|
|
3350
|
+
:is(body, #wpwrap #editor) .es\:select-none {
|
|
3333
3351
|
-webkit-user-select: none;
|
|
3334
3352
|
user-select: none;
|
|
3335
3353
|
}
|
|
3336
3354
|
|
|
3337
|
-
:is(:is(body, #wpwrap #editor
|
|
3355
|
+
:is(:is(body, #wpwrap #editor) .es\:\*\:col-start-1 > *) {
|
|
3338
3356
|
grid-column-start: 1;
|
|
3339
3357
|
}
|
|
3340
3358
|
|
|
3341
|
-
:is(:is(body, #wpwrap #editor
|
|
3359
|
+
:is(:is(body, #wpwrap #editor) .es\:\*\:col-end-1 > *) {
|
|
3342
3360
|
grid-column-end: 1;
|
|
3343
3361
|
}
|
|
3344
3362
|
|
|
3345
|
-
:is(:is(body, #wpwrap #editor
|
|
3363
|
+
:is(:is(body, #wpwrap #editor) .es\:\*\:row-start-1 > *) {
|
|
3346
3364
|
grid-row-start: 1;
|
|
3347
3365
|
}
|
|
3348
3366
|
|
|
3349
|
-
:is(:is(body, #wpwrap #editor
|
|
3367
|
+
:is(:is(body, #wpwrap #editor) .es\:\*\:row-end-1 > *) {
|
|
3350
3368
|
grid-row-end: 1;
|
|
3351
3369
|
}
|
|
3352
3370
|
|
|
3353
|
-
:where(:is(:is(body, #wpwrap #editor
|
|
3371
|
+
:where(:is(:is(body, #wpwrap #editor) .es\:\*\:space-y-0\.5 > *) > :not(:last-child)) {
|
|
3354
3372
|
--tw-space-y-reverse: 0;
|
|
3355
3373
|
margin-block-start: calc(calc(var(--es-spacing) * .5) * var(--tw-space-y-reverse));
|
|
3356
3374
|
margin-block-end: calc(calc(var(--es-spacing) * .5) * calc(1 - var(--tw-space-y-reverse)));
|
|
3357
3375
|
}
|
|
3358
3376
|
|
|
3359
|
-
:is(:is(body, #wpwrap #editor
|
|
3377
|
+
:is(:is(body, #wpwrap #editor) .es\:\*\:bg-secondary-200\! > *) {
|
|
3360
3378
|
background-color: var(--es-color-secondary-200) !important;
|
|
3361
3379
|
}
|
|
3362
3380
|
|
|
3363
|
-
:is(body, #wpwrap #editor
|
|
3381
|
+
:is(body, #wpwrap #editor) .es\:not-first\:pt-4:not(:first-child) {
|
|
3364
3382
|
padding-top: calc(var(--es-spacing) * 4);
|
|
3365
3383
|
}
|
|
3366
3384
|
|
|
3367
|
-
:is(body, #wpwrap #editor
|
|
3385
|
+
:is(body, #wpwrap #editor) .es\:not-last\:mb-10:not(:last-child) {
|
|
3368
3386
|
margin-bottom: calc(var(--es-spacing) * 10);
|
|
3369
3387
|
}
|
|
3370
3388
|
|
|
3371
|
-
:is(body, #wpwrap #editor
|
|
3389
|
+
:is(body, #wpwrap #editor) .es\:not-last\:pb-4:not(:last-child) {
|
|
3372
3390
|
padding-bottom: calc(var(--es-spacing) * 4);
|
|
3373
3391
|
}
|
|
3374
3392
|
|
|
3375
|
-
:is(body, #wpwrap #editor
|
|
3393
|
+
:is(body, #wpwrap #editor) .es\:not-disabled\:cursor-pointer:not(:disabled, [data-rac][data-disabled]) {
|
|
3376
3394
|
cursor: pointer;
|
|
3377
3395
|
}
|
|
3378
3396
|
|
|
3379
3397
|
@media not (prefers-reduced-motion: reduce) {
|
|
3380
|
-
:is(body, #wpwrap #editor
|
|
3398
|
+
:is(body, #wpwrap #editor) .es\:not-motion-reduce\:motion-preset-slide-down-sm {
|
|
3381
3399
|
--motion-origin-translate-y: -5%;
|
|
3382
3400
|
--motion-origin-opacity: 0;
|
|
3383
3401
|
--motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration) * var(--motion-opacity-perceptual-duration-multiplier)) var(--motion-opacity-timing) var(--motion-opacity-delay) both;
|
|
@@ -3385,748 +3403,747 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
3385
3403
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
3386
3404
|
}
|
|
3387
3405
|
|
|
3388
|
-
:is(body, #wpwrap #editor
|
|
3406
|
+
:is(body, #wpwrap #editor) .es\:not-motion-reduce\:motion-translate-y-out-\[-2\.5\%\] {
|
|
3389
3407
|
--motion-end-translate-y: -2.5%;
|
|
3390
3408
|
--motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
3391
3409
|
animation: var(--motion-all-exit-animations);
|
|
3392
3410
|
}
|
|
3393
3411
|
}
|
|
3394
3412
|
|
|
3413
|
+
:is(body, #wpwrap #editor) .es\:group-not-disabled\:cursor-pointer:is(:where(.es\:group):not(:disabled, [data-rac][data-disabled]) *) {
|
|
3414
|
+
cursor: pointer;
|
|
3415
|
+
}
|
|
3416
|
+
|
|
3395
3417
|
@media (hover: hover) {
|
|
3396
|
-
:is(body, #wpwrap #editor
|
|
3418
|
+
:is(body, #wpwrap #editor) .es\:group-hover\:text-black:is(:where(.es\:group):hover *) {
|
|
3397
3419
|
color: var(--es-color-black);
|
|
3398
3420
|
}
|
|
3399
3421
|
|
|
3400
|
-
:is(body, #wpwrap #editor
|
|
3422
|
+
:is(body, #wpwrap #editor) .es\:group-hover\:opacity-100:is(:where(.es\:group):hover *) {
|
|
3401
3423
|
opacity: 1;
|
|
3402
3424
|
}
|
|
3403
3425
|
}
|
|
3404
3426
|
|
|
3405
|
-
:is(body, #wpwrap #editor
|
|
3427
|
+
:is(body, #wpwrap #editor) .es\:group-focus\:border-accent-500:is(:where(.es\:group):focus *) {
|
|
3428
|
+
border-color: var(--es-color-accent-500);
|
|
3429
|
+
}
|
|
3430
|
+
|
|
3431
|
+
:is(body, #wpwrap #editor) .es\:group-focus\:ring-2:is(:where(.es\:group):focus *) {
|
|
3432
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3433
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3434
|
+
}
|
|
3435
|
+
|
|
3436
|
+
:is(body, #wpwrap #editor) .es\:group-focus\:ring-accent-500\/50:is(:where(.es\:group):focus *) {
|
|
3437
|
+
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
3438
|
+
}
|
|
3439
|
+
|
|
3440
|
+
:is(body, #wpwrap #editor) .es\:group-focus\:outline-hidden:is(:where(.es\:group):focus *) {
|
|
3406
3441
|
outline-style: none;
|
|
3407
3442
|
}
|
|
3408
3443
|
|
|
3409
3444
|
@media (forced-colors: active) {
|
|
3410
|
-
:is(body, #wpwrap #editor
|
|
3445
|
+
:is(body, #wpwrap #editor) .es\:group-focus\:outline-hidden:is(:where(.es\:group):focus *) {
|
|
3411
3446
|
outline-offset: 2px;
|
|
3412
3447
|
outline: 2px solid #0000;
|
|
3413
3448
|
}
|
|
3414
3449
|
}
|
|
3415
3450
|
|
|
3416
|
-
:is(body, #wpwrap #editor
|
|
3451
|
+
:is(body, #wpwrap #editor) .es\:group-focus-visible\:border-accent-500:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
3417
3452
|
border-color: var(--es-color-accent-500);
|
|
3418
3453
|
}
|
|
3419
3454
|
|
|
3420
|
-
:is(body, #wpwrap #editor
|
|
3421
|
-
|
|
3455
|
+
:is(body, #wpwrap #editor) .es\:group-focus-visible\:border-accent-600:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
3456
|
+
border-color: var(--es-color-accent-600);
|
|
3422
3457
|
}
|
|
3423
3458
|
|
|
3424
|
-
:is(body, #wpwrap #editor
|
|
3425
|
-
|
|
3426
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3459
|
+
:is(body, #wpwrap #editor) .es\:group-focus-visible\:opacity-100:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
3460
|
+
opacity: 1;
|
|
3427
3461
|
}
|
|
3428
3462
|
|
|
3429
|
-
:is(body, #wpwrap #editor
|
|
3430
|
-
--tw-
|
|
3463
|
+
:is(body, #wpwrap #editor) .es\:group-focus-visible\:inset-shadow-xs:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
3464
|
+
--tw-inset-shadow: inset 0 1px 1px var(--tw-inset-shadow-color, #0000000d);
|
|
3431
3465
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3432
3466
|
}
|
|
3433
3467
|
|
|
3434
|
-
:is(body, #wpwrap #editor
|
|
3468
|
+
:is(body, #wpwrap #editor) .es\:group-focus-visible\:ring-2:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
3435
3469
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3436
3470
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3437
3471
|
}
|
|
3438
3472
|
|
|
3439
|
-
:is(body, #wpwrap #editor
|
|
3473
|
+
:is(body, #wpwrap #editor) .es\:group-focus-visible\:ring-accent-500\/50:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
3440
3474
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
3441
3475
|
}
|
|
3442
3476
|
|
|
3443
|
-
:is(body, #wpwrap #editor
|
|
3477
|
+
:is(body, #wpwrap #editor) .es\:group-focus-visible\:inset-shadow-accent-400:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
3444
3478
|
--tw-inset-shadow-color: var(--es-color-accent-400);
|
|
3445
3479
|
}
|
|
3446
3480
|
|
|
3447
|
-
:is(body, #wpwrap #editor
|
|
3481
|
+
:is(body, #wpwrap #editor) .es\:group-focus-visible\:inset-ring-accent-600:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
3448
3482
|
--tw-inset-ring-color: var(--es-color-accent-600);
|
|
3449
3483
|
}
|
|
3450
3484
|
|
|
3451
|
-
:is(body, #wpwrap #editor
|
|
3485
|
+
:is(body, #wpwrap #editor) .es\:group-aria-expanded\:-scale-y-100:is(:where(.es\:group)[aria-expanded="true"] *) {
|
|
3452
3486
|
--tw-scale-y: calc(100% * -1);
|
|
3453
3487
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
3454
3488
|
}
|
|
3455
3489
|
|
|
3456
|
-
:is(body, #wpwrap #editor
|
|
3490
|
+
:is(body, #wpwrap #editor) .es\:group-selected\:bg-accent-50:is(:where(.es\:group)[data-selected] *) {
|
|
3457
3491
|
background-color: var(--es-color-accent-50);
|
|
3458
3492
|
}
|
|
3459
3493
|
|
|
3460
|
-
:is(body, #wpwrap #editor
|
|
3494
|
+
:is(body, #wpwrap #editor) .es\:group-selected\:bg-accent-500\/10:is(:where(.es\:group)[data-selected] *) {
|
|
3461
3495
|
background-color: color-mix(in oklab, var(--es-color-accent-500) 10%, transparent);
|
|
3462
3496
|
}
|
|
3463
3497
|
|
|
3464
|
-
:is(body, #wpwrap #editor
|
|
3498
|
+
:is(body, #wpwrap #editor) .es\:group-selected\:bg-accent-600:is(:where(.es\:group)[data-selected] *) {
|
|
3465
3499
|
background-color: var(--es-color-accent-600);
|
|
3466
3500
|
}
|
|
3467
3501
|
|
|
3468
|
-
:is(body, #wpwrap #editor
|
|
3502
|
+
:is(body, #wpwrap #editor) .es\:group-selected\:text-accent-900:is(:where(.es\:group)[data-selected] *) {
|
|
3469
3503
|
color: var(--es-color-accent-900);
|
|
3470
3504
|
}
|
|
3471
3505
|
|
|
3472
|
-
:is(body, #wpwrap #editor
|
|
3506
|
+
:is(body, #wpwrap #editor) .es\:group-selected\:text-white:is(:where(.es\:group)[data-selected] *) {
|
|
3473
3507
|
color: var(--es-color-white);
|
|
3474
3508
|
}
|
|
3475
3509
|
|
|
3476
|
-
:is(body, #wpwrap #editor
|
|
3510
|
+
:is(body, #wpwrap #editor) .es\:group-selected\:inset-ring-accent-500\/10:is(:where(.es\:group)[data-selected] *) {
|
|
3477
3511
|
--tw-inset-ring-color: color-mix(in oklab, var(--es-color-accent-500) 10%, transparent);
|
|
3478
3512
|
}
|
|
3479
3513
|
|
|
3480
|
-
:is(body, #wpwrap #editor
|
|
3514
|
+
:is(body, #wpwrap #editor) .es\:peer-disabled\:opacity-40:is(:where(.es\:peer):is(:disabled, [data-rac][data-disabled]) ~ *) {
|
|
3481
3515
|
opacity: .4;
|
|
3482
3516
|
}
|
|
3483
3517
|
|
|
3484
|
-
:is(body, #wpwrap #editor
|
|
3518
|
+
:is(body, #wpwrap #editor) .es\:peer-data-\[focused\=true\]\:invisible:is(:where(.es\:peer)[data-focused="true"] ~ *) {
|
|
3485
3519
|
visibility: hidden;
|
|
3486
3520
|
}
|
|
3487
3521
|
|
|
3488
|
-
:is(body, #wpwrap #editor
|
|
3522
|
+
:is(body, #wpwrap #editor) .es\:selection\:bg-accent-500\/20 ::selection {
|
|
3489
3523
|
background-color: color-mix(in oklab, var(--es-color-accent-500) 20%, transparent);
|
|
3490
3524
|
}
|
|
3491
3525
|
|
|
3492
|
-
:is(body, #wpwrap #editor
|
|
3526
|
+
:is(body, #wpwrap #editor) .es\:selection\:bg-accent-500\/20::selection {
|
|
3493
3527
|
background-color: color-mix(in oklab, var(--es-color-accent-500) 20%, transparent);
|
|
3494
3528
|
}
|
|
3495
3529
|
|
|
3496
|
-
:is(body, #wpwrap #editor
|
|
3530
|
+
:is(body, #wpwrap #editor) .es\:selection\:bg-transparent ::selection {
|
|
3497
3531
|
background-color: #0000;
|
|
3498
3532
|
}
|
|
3499
3533
|
|
|
3500
|
-
:is(body, #wpwrap #editor
|
|
3534
|
+
:is(body, #wpwrap #editor) .es\:selection\:bg-transparent::selection {
|
|
3501
3535
|
background-color: #0000;
|
|
3502
3536
|
}
|
|
3503
3537
|
|
|
3504
|
-
:is(body, #wpwrap #editor
|
|
3538
|
+
:is(body, #wpwrap #editor) .es\:selection\:text-accent-950 ::selection {
|
|
3505
3539
|
color: var(--es-color-accent-950);
|
|
3506
3540
|
}
|
|
3507
3541
|
|
|
3508
|
-
:is(body, #wpwrap #editor
|
|
3542
|
+
:is(body, #wpwrap #editor) .es\:selection\:text-accent-950::selection {
|
|
3509
3543
|
color: var(--es-color-accent-950);
|
|
3510
3544
|
}
|
|
3511
3545
|
|
|
3512
|
-
:is(body, #wpwrap #editor
|
|
3546
|
+
:is(body, #wpwrap #editor) .es\:selection\:text-transparent ::selection {
|
|
3513
3547
|
color: #0000;
|
|
3514
3548
|
}
|
|
3515
3549
|
|
|
3516
|
-
:is(body, #wpwrap #editor
|
|
3550
|
+
:is(body, #wpwrap #editor) .es\:selection\:text-transparent::selection {
|
|
3517
3551
|
color: #0000;
|
|
3518
3552
|
}
|
|
3519
3553
|
|
|
3520
|
-
:is(body, #wpwrap #editor
|
|
3554
|
+
:is(body, #wpwrap #editor) .es\:after\:absolute:after {
|
|
3521
3555
|
content: var(--tw-content);
|
|
3522
3556
|
position: absolute;
|
|
3523
3557
|
}
|
|
3524
3558
|
|
|
3525
|
-
:is(body, #wpwrap #editor
|
|
3559
|
+
:is(body, #wpwrap #editor) .es\:after\:inset-0:after {
|
|
3526
3560
|
content: var(--tw-content);
|
|
3527
3561
|
inset: calc(var(--es-spacing) * 0);
|
|
3528
3562
|
}
|
|
3529
3563
|
|
|
3530
|
-
:is(body, #wpwrap #editor
|
|
3564
|
+
:is(body, #wpwrap #editor) .es\:after\:top-0:after {
|
|
3531
3565
|
content: var(--tw-content);
|
|
3532
3566
|
top: calc(var(--es-spacing) * 0);
|
|
3533
3567
|
}
|
|
3534
3568
|
|
|
3535
|
-
:is(body, #wpwrap #editor
|
|
3569
|
+
:is(body, #wpwrap #editor) .es\:after\:right-0:after {
|
|
3536
3570
|
content: var(--tw-content);
|
|
3537
3571
|
right: calc(var(--es-spacing) * 0);
|
|
3538
3572
|
}
|
|
3539
3573
|
|
|
3540
|
-
:is(body, #wpwrap #editor
|
|
3574
|
+
:is(body, #wpwrap #editor) .es\:after\:bottom-0:after {
|
|
3541
3575
|
content: var(--tw-content);
|
|
3542
3576
|
bottom: calc(var(--es-spacing) * 0);
|
|
3543
3577
|
}
|
|
3544
3578
|
|
|
3545
|
-
:is(body, #wpwrap #editor
|
|
3579
|
+
:is(body, #wpwrap #editor) .es\:after\:bottom-0\.5:after {
|
|
3546
3580
|
content: var(--tw-content);
|
|
3547
3581
|
bottom: calc(var(--es-spacing) * .5);
|
|
3548
3582
|
}
|
|
3549
3583
|
|
|
3550
|
-
:is(body, #wpwrap #editor
|
|
3584
|
+
:is(body, #wpwrap #editor) .es\:after\:bottom-px:after {
|
|
3551
3585
|
content: var(--tw-content);
|
|
3552
3586
|
bottom: 1px;
|
|
3553
3587
|
}
|
|
3554
3588
|
|
|
3555
|
-
:is(body, #wpwrap #editor
|
|
3589
|
+
:is(body, #wpwrap #editor) .es\:after\:-left-0:after, :is(body, #wpwrap #editor) .es\:after\:left-0:after {
|
|
3556
3590
|
content: var(--tw-content);
|
|
3557
3591
|
left: calc(var(--es-spacing) * 0);
|
|
3558
3592
|
}
|
|
3559
3593
|
|
|
3560
|
-
:is(body, #wpwrap #editor
|
|
3594
|
+
:is(body, #wpwrap #editor) .es\:after\:-z-10:after {
|
|
3561
3595
|
content: var(--tw-content);
|
|
3562
3596
|
z-index: calc(10 * -1);
|
|
3563
3597
|
}
|
|
3564
3598
|
|
|
3565
|
-
:is(body, #wpwrap #editor
|
|
3599
|
+
:is(body, #wpwrap #editor) .es\:after\:m-auto:after {
|
|
3566
3600
|
content: var(--tw-content);
|
|
3567
3601
|
margin: auto;
|
|
3568
3602
|
}
|
|
3569
3603
|
|
|
3570
|
-
:is(body, #wpwrap #editor
|
|
3604
|
+
:is(body, #wpwrap #editor) .es\:after\:mx-auto:after {
|
|
3571
3605
|
content: var(--tw-content);
|
|
3572
3606
|
margin-inline: auto;
|
|
3573
3607
|
}
|
|
3574
3608
|
|
|
3575
|
-
:is(body, #wpwrap #editor
|
|
3609
|
+
:is(body, #wpwrap #editor) .es\:after\:my-auto:after {
|
|
3576
3610
|
content: var(--tw-content);
|
|
3577
3611
|
margin-block: auto;
|
|
3578
3612
|
}
|
|
3579
3613
|
|
|
3580
|
-
:is(body, #wpwrap #editor
|
|
3614
|
+
:is(body, #wpwrap #editor) .es\:after\:h-0\.75:after {
|
|
3581
3615
|
content: var(--tw-content);
|
|
3582
3616
|
height: calc(var(--es-spacing) * .75);
|
|
3583
3617
|
}
|
|
3584
3618
|
|
|
3585
|
-
:is(body, #wpwrap #editor
|
|
3619
|
+
:is(body, #wpwrap #editor) .es\:after\:h-4:after {
|
|
3586
3620
|
content: var(--tw-content);
|
|
3587
3621
|
height: calc(var(--es-spacing) * 4);
|
|
3588
3622
|
}
|
|
3589
3623
|
|
|
3590
|
-
:is(body, #wpwrap #editor
|
|
3624
|
+
:is(body, #wpwrap #editor) .es\:after\:h-5\/6:after {
|
|
3591
3625
|
content: var(--tw-content);
|
|
3592
3626
|
height: 83.3333%;
|
|
3593
3627
|
}
|
|
3594
3628
|
|
|
3595
|
-
:is(body, #wpwrap #editor
|
|
3629
|
+
:is(body, #wpwrap #editor) .es\:after\:h-px:after {
|
|
3596
3630
|
content: var(--tw-content);
|
|
3597
3631
|
height: 1px;
|
|
3598
3632
|
}
|
|
3599
3633
|
|
|
3600
|
-
:is(body, #wpwrap #editor
|
|
3634
|
+
:is(body, #wpwrap #editor) .es\:after\:w-1:after {
|
|
3601
3635
|
content: var(--tw-content);
|
|
3602
3636
|
width: calc(var(--es-spacing) * 1);
|
|
3603
3637
|
}
|
|
3604
3638
|
|
|
3605
|
-
:is(body, #wpwrap #editor
|
|
3639
|
+
:is(body, #wpwrap #editor) .es\:after\:w-5\/6:after {
|
|
3606
3640
|
content: var(--tw-content);
|
|
3607
3641
|
width: 83.3333%;
|
|
3608
3642
|
}
|
|
3609
3643
|
|
|
3610
|
-
:is(body, #wpwrap #editor
|
|
3644
|
+
:is(body, #wpwrap #editor) .es\:after\:w-full:after {
|
|
3611
3645
|
content: var(--tw-content);
|
|
3612
3646
|
width: 100%;
|
|
3613
3647
|
}
|
|
3614
3648
|
|
|
3615
|
-
:is(body, #wpwrap #editor
|
|
3649
|
+
:is(body, #wpwrap #editor) .es\:after\:w-px:after {
|
|
3616
3650
|
content: var(--tw-content);
|
|
3617
3651
|
width: 1px;
|
|
3618
3652
|
}
|
|
3619
3653
|
|
|
3620
|
-
:is(body, #wpwrap #editor
|
|
3654
|
+
:is(body, #wpwrap #editor) .es\:after\:rounded-full:after {
|
|
3621
3655
|
content: var(--tw-content);
|
|
3622
3656
|
border-radius: 3.40282e38px;
|
|
3623
3657
|
}
|
|
3624
3658
|
|
|
3625
|
-
:is(body, #wpwrap #editor
|
|
3659
|
+
:is(body, #wpwrap #editor) .es\:after\:rounded-t-full:after {
|
|
3626
3660
|
content: var(--tw-content);
|
|
3627
3661
|
border-top-left-radius: 3.40282e38px;
|
|
3628
3662
|
border-top-right-radius: 3.40282e38px;
|
|
3629
3663
|
}
|
|
3630
3664
|
|
|
3631
|
-
:is(body, #wpwrap #editor
|
|
3665
|
+
:is(body, #wpwrap #editor) .es\:after\:bg-secondary-200:after {
|
|
3632
3666
|
content: var(--tw-content);
|
|
3633
3667
|
background-color: var(--es-color-secondary-200);
|
|
3634
3668
|
}
|
|
3635
3669
|
|
|
3636
|
-
:is(body, #wpwrap #editor
|
|
3670
|
+
:is(body, #wpwrap #editor) .es\:after\:bg-secondary-300:after {
|
|
3637
3671
|
content: var(--tw-content);
|
|
3638
3672
|
background-color: var(--es-color-secondary-300);
|
|
3639
3673
|
}
|
|
3640
3674
|
|
|
3641
|
-
:is(body, #wpwrap #editor
|
|
3675
|
+
:is(body, #wpwrap #editor) .es\:after\:bg-linear-to-b:after {
|
|
3642
3676
|
content: var(--tw-content);
|
|
3643
3677
|
--tw-gradient-position: to bottom in oklab, ;
|
|
3644
3678
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
3645
3679
|
}
|
|
3646
3680
|
|
|
3647
|
-
:is(body, #wpwrap #editor
|
|
3681
|
+
:is(body, #wpwrap #editor) .es\:after\:bg-linear-to-r:after {
|
|
3648
3682
|
content: var(--tw-content);
|
|
3649
3683
|
--tw-gradient-position: to right in oklab, ;
|
|
3650
3684
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
3651
3685
|
}
|
|
3652
3686
|
|
|
3653
|
-
:is(body, #wpwrap #editor
|
|
3687
|
+
:is(body, #wpwrap #editor) .es\:after\:transition:after {
|
|
3654
3688
|
content: var(--tw-content);
|
|
3655
3689
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
|
|
3656
3690
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3657
3691
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3658
3692
|
}
|
|
3659
3693
|
|
|
3660
|
-
:is(body, #wpwrap #editor
|
|
3694
|
+
:is(body, #wpwrap #editor) .es\:after\:content-\[\"\"\]:after {
|
|
3661
3695
|
content: var(--tw-content);
|
|
3662
3696
|
--tw-content: "";
|
|
3663
3697
|
content: var(--tw-content);
|
|
3664
3698
|
}
|
|
3665
3699
|
|
|
3666
|
-
:is(body, #wpwrap #editor
|
|
3700
|
+
:is(body, #wpwrap #editor) .es\:first\:mt-1:first-child {
|
|
3667
3701
|
margin-top: calc(var(--es-spacing) * 1);
|
|
3668
3702
|
}
|
|
3669
3703
|
|
|
3670
|
-
:is(body, #wpwrap #editor
|
|
3704
|
+
:is(body, #wpwrap #editor) .es\:first\:rounded-l-xl:first-child {
|
|
3671
3705
|
border-top-left-radius: var(--es-radius-xl);
|
|
3672
3706
|
border-bottom-left-radius: var(--es-radius-xl);
|
|
3673
3707
|
}
|
|
3674
3708
|
|
|
3675
|
-
:is(body, #wpwrap #editor
|
|
3709
|
+
:is(body, #wpwrap #editor) .es\:first\:rounded-t-xl:first-child {
|
|
3676
3710
|
border-top-left-radius: var(--es-radius-xl);
|
|
3677
3711
|
border-top-right-radius: var(--es-radius-xl);
|
|
3678
3712
|
}
|
|
3679
3713
|
|
|
3680
|
-
:is(body, #wpwrap #editor
|
|
3714
|
+
:is(body, #wpwrap #editor) .es\:first\:pt-1\.5:first-child {
|
|
3681
3715
|
padding-top: calc(var(--es-spacing) * 1.5);
|
|
3682
3716
|
}
|
|
3683
3717
|
|
|
3684
|
-
:is(:is(body, #wpwrap #editor
|
|
3718
|
+
:is(:is(body, #wpwrap #editor) .es\:\*\*\:first\:text-base\! *):first-child {
|
|
3685
3719
|
font-size: var(--es-text-base) !important;
|
|
3686
3720
|
line-height: var(--tw-leading, var(--es-text-base--line-height)) !important;
|
|
3687
3721
|
}
|
|
3688
3722
|
|
|
3689
|
-
:is(body, #wpwrap #editor
|
|
3723
|
+
:is(body, #wpwrap #editor) .es\:last\:mb-1:last-child {
|
|
3690
3724
|
margin-bottom: calc(var(--es-spacing) * 1);
|
|
3691
3725
|
}
|
|
3692
3726
|
|
|
3693
|
-
:is(body, #wpwrap #editor
|
|
3727
|
+
:is(body, #wpwrap #editor) .es\:last\:rounded-r-xl:last-child {
|
|
3694
3728
|
border-top-right-radius: var(--es-radius-xl);
|
|
3695
3729
|
border-bottom-right-radius: var(--es-radius-xl);
|
|
3696
3730
|
}
|
|
3697
3731
|
|
|
3698
|
-
:is(body, #wpwrap #editor
|
|
3732
|
+
:is(body, #wpwrap #editor) .es\:last\:rounded-b-xl:last-child {
|
|
3699
3733
|
border-bottom-right-radius: var(--es-radius-xl);
|
|
3700
3734
|
border-bottom-left-radius: var(--es-radius-xl);
|
|
3701
3735
|
}
|
|
3702
3736
|
|
|
3703
|
-
:is(body, #wpwrap #editor
|
|
3737
|
+
:is(body, #wpwrap #editor) .es\:last\:border-b-0:last-child {
|
|
3704
3738
|
border-bottom-style: var(--tw-border-style);
|
|
3705
3739
|
border-bottom-width: 0;
|
|
3706
3740
|
}
|
|
3707
3741
|
|
|
3708
|
-
:is(body, #wpwrap #editor
|
|
3742
|
+
:is(body, #wpwrap #editor) .es\:last\:pb-0:last-child {
|
|
3709
3743
|
padding-bottom: calc(var(--es-spacing) * 0);
|
|
3710
3744
|
}
|
|
3711
3745
|
|
|
3712
|
-
:is(body, #wpwrap #editor
|
|
3746
|
+
:is(body, #wpwrap #editor) .es\:empty\:hidden:empty {
|
|
3713
3747
|
display: none;
|
|
3714
3748
|
}
|
|
3715
3749
|
|
|
3716
3750
|
@media (hover: hover) {
|
|
3717
|
-
:is(body, #wpwrap #editor
|
|
3751
|
+
:is(body, #wpwrap #editor) .es\:hover\:cursor-grab:hover {
|
|
3718
3752
|
cursor: grab;
|
|
3719
3753
|
}
|
|
3720
3754
|
|
|
3721
|
-
:is(body, #wpwrap #editor
|
|
3755
|
+
:is(body, #wpwrap #editor) .es\:hover\:border-accent-500:hover {
|
|
3722
3756
|
border-color: var(--es-color-accent-500);
|
|
3723
3757
|
}
|
|
3724
3758
|
|
|
3725
|
-
:is(body, #wpwrap #editor
|
|
3759
|
+
:is(body, #wpwrap #editor) .es\:hover\:border-red-600:hover {
|
|
3726
3760
|
border-color: var(--es-color-red-600);
|
|
3727
3761
|
}
|
|
3728
3762
|
|
|
3729
|
-
:is(body, #wpwrap #editor
|
|
3763
|
+
:is(body, #wpwrap #editor) .es\:hover\:border-secondary-300:hover {
|
|
3730
3764
|
border-color: var(--es-color-secondary-300);
|
|
3731
3765
|
}
|
|
3732
3766
|
|
|
3733
|
-
:is(body, #wpwrap #editor
|
|
3767
|
+
:is(body, #wpwrap #editor) .es\:hover\:bg-accent-400:hover {
|
|
3734
3768
|
background-color: var(--es-color-accent-400);
|
|
3735
3769
|
}
|
|
3736
3770
|
|
|
3737
|
-
:is(body, #wpwrap #editor
|
|
3771
|
+
:is(body, #wpwrap #editor) .es\:hover\:bg-red-50:hover {
|
|
3738
3772
|
background-color: var(--es-color-red-50);
|
|
3739
3773
|
}
|
|
3740
3774
|
|
|
3741
|
-
:is(body, #wpwrap #editor
|
|
3742
|
-
background-color: color-mix(in oklab, var(--es-color-red-500) 5%, transparent);
|
|
3743
|
-
}
|
|
3744
|
-
|
|
3745
|
-
:is(body, #wpwrap #editor, #wpbody) .es\:hover\:bg-red-500\/15:hover {
|
|
3775
|
+
:is(body, #wpwrap #editor) .es\:hover\:bg-red-500\/15:hover {
|
|
3746
3776
|
background-color: color-mix(in oklab, var(--es-color-red-500) 15%, transparent);
|
|
3747
3777
|
}
|
|
3748
3778
|
|
|
3749
|
-
:is(body, #wpwrap #editor
|
|
3779
|
+
:is(body, #wpwrap #editor) .es\:hover\:bg-red-600\/5:hover {
|
|
3750
3780
|
background-color: color-mix(in oklab, var(--es-color-red-600) 5%, transparent);
|
|
3751
3781
|
}
|
|
3752
3782
|
|
|
3753
|
-
:is(body, #wpwrap #editor
|
|
3783
|
+
:is(body, #wpwrap #editor) .es\:hover\:bg-secondary-100:hover {
|
|
3754
3784
|
background-color: var(--es-color-secondary-100);
|
|
3755
3785
|
}
|
|
3756
3786
|
|
|
3757
|
-
:is(body, #wpwrap #editor
|
|
3787
|
+
:is(body, #wpwrap #editor) .es\:hover\:bg-secondary-100\/75:hover {
|
|
3758
3788
|
background-color: color-mix(in oklab, var(--es-color-secondary-100) 75%, transparent);
|
|
3759
3789
|
}
|
|
3760
3790
|
|
|
3761
|
-
:is(body, #wpwrap #editor
|
|
3791
|
+
:is(body, #wpwrap #editor) .es\:hover\:to-secondary-100:hover {
|
|
3762
3792
|
--tw-gradient-to: var(--es-color-secondary-100);
|
|
3763
3793
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
3764
3794
|
}
|
|
3765
3795
|
|
|
3766
|
-
:is(body, #wpwrap #editor
|
|
3796
|
+
:is(body, #wpwrap #editor) .es\:hover\:text-accent-500:hover {
|
|
3767
3797
|
color: var(--es-color-accent-500);
|
|
3768
3798
|
}
|
|
3769
3799
|
|
|
3770
|
-
:is(body, #wpwrap #editor
|
|
3800
|
+
:is(body, #wpwrap #editor) .es\:hover\:text-accent-950:hover {
|
|
3771
3801
|
color: var(--es-color-accent-950);
|
|
3772
3802
|
}
|
|
3773
3803
|
|
|
3774
|
-
:is(body, #wpwrap #editor
|
|
3804
|
+
:is(body, #wpwrap #editor) .es\:hover\:text-red-600:hover {
|
|
3775
3805
|
color: var(--es-color-red-600);
|
|
3776
3806
|
}
|
|
3777
3807
|
|
|
3778
|
-
:is(body, #wpwrap #editor
|
|
3808
|
+
:is(body, #wpwrap #editor) .es\:hover\:text-red-800:hover {
|
|
3779
3809
|
color: var(--es-color-red-800);
|
|
3780
3810
|
}
|
|
3781
3811
|
|
|
3782
|
-
:is(body, #wpwrap #editor
|
|
3812
|
+
:is(body, #wpwrap #editor) .es\:hover\:text-red-900:hover {
|
|
3783
3813
|
color: var(--es-color-red-900);
|
|
3784
3814
|
}
|
|
3785
3815
|
|
|
3786
|
-
:is(body, #wpwrap #editor
|
|
3816
|
+
:is(body, #wpwrap #editor) .es\:hover\:shadow-accent-600\/50:hover {
|
|
3787
3817
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-600) 50%, transparent);
|
|
3788
3818
|
}
|
|
3789
3819
|
|
|
3790
|
-
:is(body, #wpwrap #editor
|
|
3820
|
+
:is(body, #wpwrap #editor) .es\:hover\:inset-shadow-red-100:hover {
|
|
3791
3821
|
--tw-inset-shadow-color: var(--es-color-red-100);
|
|
3792
3822
|
}
|
|
3793
3823
|
|
|
3794
|
-
:is(body, #wpwrap #editor
|
|
3824
|
+
:is(body, #wpwrap #editor) .es\:hover\:inset-shadow-secondary-100:hover {
|
|
3795
3825
|
--tw-inset-shadow-color: var(--es-color-secondary-100);
|
|
3796
3826
|
}
|
|
3797
3827
|
|
|
3798
|
-
:is(body, #wpwrap #editor
|
|
3828
|
+
:is(body, #wpwrap #editor) .es\:hover\:inset-ring-red-100:hover {
|
|
3799
3829
|
--tw-inset-ring-color: var(--es-color-red-100);
|
|
3800
3830
|
}
|
|
3801
3831
|
|
|
3802
|
-
:is(body, #wpwrap #editor
|
|
3832
|
+
:is(body, #wpwrap #editor) .es\:hover\:inset-ring-secondary-100:hover {
|
|
3803
3833
|
--tw-inset-ring-color: var(--es-color-secondary-100);
|
|
3804
3834
|
}
|
|
3805
3835
|
|
|
3806
|
-
:is(body, #wpwrap #editor
|
|
3836
|
+
:is(body, #wpwrap #editor) .es\:hover\:outline-hidden:hover {
|
|
3807
3837
|
outline-style: none;
|
|
3808
3838
|
}
|
|
3809
3839
|
|
|
3810
3840
|
@media (forced-colors: active) {
|
|
3811
|
-
:is(body, #wpwrap #editor
|
|
3841
|
+
:is(body, #wpwrap #editor) .es\:hover\:outline-hidden:hover {
|
|
3812
3842
|
outline-offset: 2px;
|
|
3813
3843
|
outline: 2px solid #0000;
|
|
3814
3844
|
}
|
|
3815
3845
|
}
|
|
3816
3846
|
|
|
3817
|
-
:is(body, #wpwrap #editor
|
|
3847
|
+
:is(body, #wpwrap #editor) .es\:not-disabled\:hover\:bg-red-500\/5:not(:disabled, [data-rac][data-disabled]):hover {
|
|
3848
|
+
background-color: color-mix(in oklab, var(--es-color-red-500) 5%, transparent);
|
|
3849
|
+
}
|
|
3850
|
+
|
|
3851
|
+
:is(body, #wpwrap #editor) .es\:not-disabled\:hover\:bg-secondary-100:not(:disabled, [data-rac][data-disabled]):hover, :is(body, #wpwrap #editor) .es\:not-disabled\:not-selected\:hover\:bg-secondary-100:not(:disabled, [data-rac][data-disabled]):not([data-selected]):hover {
|
|
3818
3852
|
background-color: var(--es-color-secondary-100);
|
|
3819
3853
|
}
|
|
3820
3854
|
|
|
3821
|
-
:is(body, #wpwrap #editor
|
|
3855
|
+
:is(body, #wpwrap #editor) .es\:not-disabled\:not-selected\:hover\:text-secondary-900:not(:disabled, [data-rac][data-disabled]):not([data-selected]):hover {
|
|
3822
3856
|
color: var(--es-color-secondary-900);
|
|
3823
3857
|
}
|
|
3824
3858
|
|
|
3825
|
-
:is(body, #wpwrap #editor
|
|
3859
|
+
:is(body, #wpwrap #editor) .es\:hover\:after\:bg-accent-500:hover:after {
|
|
3826
3860
|
content: var(--tw-content);
|
|
3827
3861
|
background-color: var(--es-color-accent-500);
|
|
3828
3862
|
}
|
|
3829
3863
|
|
|
3830
|
-
:is(body, #wpwrap #editor
|
|
3864
|
+
:is(body, #wpwrap #editor) .es\:hover\:not-selected\:not-disabled\:after\:from-secondary-200:hover:not([data-selected]):not(:disabled, [data-rac][data-disabled]):after {
|
|
3831
3865
|
content: var(--tw-content);
|
|
3832
3866
|
--tw-gradient-from: var(--es-color-secondary-200);
|
|
3833
3867
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
3834
3868
|
}
|
|
3835
3869
|
|
|
3836
|
-
:is(body, #wpwrap #editor
|
|
3870
|
+
:is(body, #wpwrap #editor) .es\:hover\:not-selected\:not-disabled\:after\:to-secondary-300:hover:not([data-selected]):not(:disabled, [data-rac][data-disabled]):after {
|
|
3837
3871
|
content: var(--tw-content);
|
|
3838
3872
|
--tw-gradient-to: var(--es-color-secondary-300);
|
|
3839
3873
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
3840
3874
|
}
|
|
3841
3875
|
}
|
|
3842
3876
|
|
|
3843
|
-
:is(body, #wpwrap #editor
|
|
3877
|
+
:is(body, #wpwrap #editor) .es\:focus\:border-accent-500:focus {
|
|
3878
|
+
border-color: var(--es-color-accent-500);
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3881
|
+
:is(body, #wpwrap #editor) .es\:focus\:text-current:focus {
|
|
3844
3882
|
color: currentColor;
|
|
3845
3883
|
}
|
|
3846
3884
|
|
|
3847
|
-
:is(body, #wpwrap #editor
|
|
3885
|
+
:is(body, #wpwrap #editor) .es\:focus\:ring-2:focus {
|
|
3848
3886
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3849
3887
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3850
3888
|
}
|
|
3851
3889
|
|
|
3852
|
-
:is(body, #wpwrap #editor
|
|
3890
|
+
:is(body, #wpwrap #editor) .es\:focus\:shadow-none\!:focus {
|
|
3853
3891
|
--tw-shadow: 0 0 #0000 !important;
|
|
3854
3892
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
3855
3893
|
}
|
|
3856
3894
|
|
|
3857
|
-
:is(body, #wpwrap #editor
|
|
3895
|
+
:is(body, #wpwrap #editor) .es\:focus\:ring-accent-500\/50:focus {
|
|
3858
3896
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
3859
3897
|
}
|
|
3860
3898
|
|
|
3861
|
-
:is(body, #wpwrap #editor
|
|
3862
|
-
outline-style: none;
|
|
3863
|
-
}
|
|
3864
|
-
|
|
3865
|
-
@media (forced-colors: active) {
|
|
3866
|
-
:is(body, #wpwrap #editor, #wpbody) .es\:focus\:outline-hidden:focus {
|
|
3867
|
-
outline-offset: 2px;
|
|
3868
|
-
outline: 2px solid #0000;
|
|
3869
|
-
}
|
|
3870
|
-
}
|
|
3871
|
-
|
|
3872
|
-
:is(body, #wpwrap #editor, #wpbody) .es\:focus-visible\:z-10:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3899
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:z-10:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3873
3900
|
z-index: 10;
|
|
3874
3901
|
}
|
|
3875
3902
|
|
|
3876
|
-
:is(body, #wpwrap #editor
|
|
3903
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:border-accent-500:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3877
3904
|
border-color: var(--es-color-accent-500);
|
|
3878
3905
|
}
|
|
3879
3906
|
|
|
3880
|
-
:is(body, #wpwrap #editor
|
|
3907
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:border-accent-700:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3881
3908
|
border-color: var(--es-color-accent-700);
|
|
3882
3909
|
}
|
|
3883
3910
|
|
|
3884
|
-
:is(body, #wpwrap #editor
|
|
3911
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:border-red-600:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3885
3912
|
border-color: var(--es-color-red-600);
|
|
3886
3913
|
}
|
|
3887
3914
|
|
|
3888
|
-
:is(body, #wpwrap #editor
|
|
3915
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:border-secondary-300:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3889
3916
|
border-color: var(--es-color-secondary-300);
|
|
3890
3917
|
}
|
|
3891
3918
|
|
|
3892
|
-
:is(body, #wpwrap #editor
|
|
3919
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:bg-secondary-100:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3893
3920
|
background-color: var(--es-color-secondary-100);
|
|
3894
3921
|
}
|
|
3895
3922
|
|
|
3896
|
-
:is(body, #wpwrap #editor
|
|
3923
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:text-accent-950:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3897
3924
|
color: var(--es-color-accent-950);
|
|
3898
3925
|
}
|
|
3899
3926
|
|
|
3900
|
-
:is(body, #wpwrap #editor
|
|
3927
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:text-red-700:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3901
3928
|
color: var(--es-color-red-700);
|
|
3902
3929
|
}
|
|
3903
3930
|
|
|
3904
|
-
:is(body, #wpwrap #editor
|
|
3931
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:text-red-900:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3905
3932
|
color: var(--es-color-red-900);
|
|
3906
3933
|
}
|
|
3907
3934
|
|
|
3908
|
-
:is(body, #wpwrap #editor
|
|
3935
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:inset-ring:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3909
3936
|
--tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentColor);
|
|
3910
3937
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3911
3938
|
}
|
|
3912
3939
|
|
|
3913
|
-
:is(body, #wpwrap #editor
|
|
3940
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:inset-shadow-xs:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3914
3941
|
--tw-inset-shadow: inset 0 1px 1px var(--tw-inset-shadow-color, #0000000d);
|
|
3915
3942
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3916
3943
|
}
|
|
3917
3944
|
|
|
3918
|
-
:is(body, #wpwrap #editor
|
|
3919
|
-
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3920
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3921
|
-
}
|
|
3922
|
-
|
|
3923
|
-
:is(body, #wpwrap #editor, #wpbody) .es\:focus-visible\:ring-2:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3945
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:ring-2:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3924
3946
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3925
3947
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3926
3948
|
}
|
|
3927
3949
|
|
|
3928
|
-
:is(body, #wpwrap #editor
|
|
3929
|
-
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3930
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3931
|
-
}
|
|
3932
|
-
|
|
3933
|
-
:is(body, #wpwrap #editor, #wpbody) .es\:focus-visible\:ring-accent-500\/50:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3950
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:ring-accent-500\/50:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3934
3951
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
3935
3952
|
}
|
|
3936
3953
|
|
|
3937
|
-
:is(body, #wpwrap #editor
|
|
3954
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:ring-red-500\/30:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3938
3955
|
--tw-ring-color: color-mix(in oklab, var(--es-color-red-500) 30%, transparent);
|
|
3939
3956
|
}
|
|
3940
3957
|
|
|
3941
|
-
:is(body, #wpwrap #editor
|
|
3958
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:inset-shadow-accent-400:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3942
3959
|
--tw-inset-shadow-color: var(--es-color-accent-400);
|
|
3943
3960
|
}
|
|
3944
3961
|
|
|
3945
|
-
:is(body, #wpwrap #editor
|
|
3962
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:inset-ring-accent-600:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3946
3963
|
--tw-inset-ring-color: var(--es-color-accent-600);
|
|
3947
3964
|
}
|
|
3948
3965
|
|
|
3949
|
-
:is(body, #wpwrap #editor
|
|
3966
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:inset-ring-red-100:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3950
3967
|
--tw-inset-ring-color: var(--es-color-red-100);
|
|
3951
3968
|
}
|
|
3952
3969
|
|
|
3953
|
-
:is(body, #wpwrap #editor
|
|
3970
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:inset-ring-secondary-100\/30:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3954
3971
|
--tw-inset-ring-color: color-mix(in oklab, var(--es-color-secondary-100) 30%, transparent);
|
|
3955
3972
|
}
|
|
3956
3973
|
|
|
3957
|
-
:is(body, #wpwrap #editor
|
|
3974
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:outline-hidden:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3958
3975
|
outline-style: none;
|
|
3959
3976
|
}
|
|
3960
3977
|
|
|
3961
3978
|
@media (forced-colors: active) {
|
|
3962
|
-
:is(body, #wpwrap #editor
|
|
3979
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:outline-hidden:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3963
3980
|
outline-offset: 2px;
|
|
3964
3981
|
outline: 2px solid #0000;
|
|
3965
3982
|
}
|
|
3966
3983
|
}
|
|
3967
3984
|
|
|
3968
|
-
:is(body, #wpwrap #editor
|
|
3985
|
+
:is(body, #wpwrap #editor) .es\:active\:border-accent-500\/30:active {
|
|
3969
3986
|
border-color: color-mix(in oklab, var(--es-color-accent-500) 30%, transparent);
|
|
3970
3987
|
}
|
|
3971
3988
|
|
|
3972
|
-
:is(body, #wpwrap #editor
|
|
3989
|
+
:is(body, #wpwrap #editor) .es\:active\:bg-accent-50:active {
|
|
3973
3990
|
background-color: var(--es-color-accent-50);
|
|
3974
3991
|
}
|
|
3975
3992
|
|
|
3976
|
-
:is(body, #wpwrap #editor
|
|
3993
|
+
:is(body, #wpwrap #editor) .es\:active\:bg-accent-700\/15:active {
|
|
3977
3994
|
background-color: color-mix(in oklab, var(--es-color-accent-700) 15%, transparent);
|
|
3978
3995
|
}
|
|
3979
3996
|
|
|
3980
|
-
:is(body, #wpwrap #editor
|
|
3997
|
+
:is(body, #wpwrap #editor) .es\:active\:text-accent-500:active {
|
|
3981
3998
|
color: var(--es-color-accent-500);
|
|
3982
3999
|
}
|
|
3983
4000
|
|
|
3984
|
-
:is(body, #wpwrap #editor
|
|
4001
|
+
:is(body, #wpwrap #editor) .es\:disabled\:invisible:is(:disabled, [data-rac][data-disabled]) {
|
|
3985
4002
|
visibility: hidden;
|
|
3986
4003
|
}
|
|
3987
4004
|
|
|
3988
|
-
:is(body, #wpwrap #editor
|
|
4005
|
+
:is(body, #wpwrap #editor) .es\:disabled\:cursor-default:is(:disabled, [data-rac][data-disabled]) {
|
|
3989
4006
|
cursor: default;
|
|
3990
4007
|
}
|
|
3991
4008
|
|
|
3992
|
-
:is(body, #wpwrap #editor
|
|
4009
|
+
:is(body, #wpwrap #editor) .es\:disabled\:border-secondary-200:is(:disabled, [data-rac][data-disabled]) {
|
|
3993
4010
|
border-color: var(--es-color-secondary-200);
|
|
3994
4011
|
}
|
|
3995
4012
|
|
|
3996
|
-
:is(body, #wpwrap #editor
|
|
4013
|
+
:is(body, #wpwrap #editor) .es\:disabled\:border-secondary-300:is(:disabled, [data-rac][data-disabled]) {
|
|
3997
4014
|
border-color: var(--es-color-secondary-300);
|
|
3998
4015
|
}
|
|
3999
4016
|
|
|
4000
|
-
:is(body, #wpwrap #editor
|
|
4017
|
+
:is(body, #wpwrap #editor) .es\:disabled\:border-transparent\!:is(:disabled, [data-rac][data-disabled]) {
|
|
4001
4018
|
border-color: #0000 !important;
|
|
4002
4019
|
}
|
|
4003
4020
|
|
|
4004
|
-
:is(body, #wpwrap #editor
|
|
4021
|
+
:is(body, #wpwrap #editor) .es\:disabled\:border-zinc-300:is(:disabled, [data-rac][data-disabled]) {
|
|
4005
4022
|
border-color: var(--es-color-zinc-300);
|
|
4006
4023
|
}
|
|
4007
4024
|
|
|
4008
|
-
:is(body, #wpwrap #editor
|
|
4025
|
+
:is(body, #wpwrap #editor) .es\:disabled\:bg-secondary-50:is(:disabled, [data-rac][data-disabled]) {
|
|
4009
4026
|
background-color: var(--es-color-secondary-50);
|
|
4010
4027
|
}
|
|
4011
4028
|
|
|
4012
|
-
:is(body, #wpwrap #editor
|
|
4029
|
+
:is(body, #wpwrap #editor) .es\:disabled\:bg-secondary-100:is(:disabled, [data-rac][data-disabled]) {
|
|
4013
4030
|
background-color: var(--es-color-secondary-100);
|
|
4014
4031
|
}
|
|
4015
4032
|
|
|
4016
|
-
:is(body, #wpwrap #editor
|
|
4033
|
+
:is(body, #wpwrap #editor) .es\:disabled\:bg-linear-to-r\!:is(:disabled, [data-rac][data-disabled]) {
|
|
4017
4034
|
--tw-gradient-position: to right in oklab, !important;
|
|
4018
4035
|
background-image: linear-gradient(var(--tw-gradient-stops)) !important;
|
|
4019
4036
|
}
|
|
4020
4037
|
|
|
4021
|
-
:is(body, #wpwrap #editor
|
|
4038
|
+
:is(body, #wpwrap #editor) .es\:disabled\:from-white:is(:disabled, [data-rac][data-disabled]) {
|
|
4022
4039
|
--tw-gradient-from: var(--es-color-white);
|
|
4023
4040
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4024
4041
|
}
|
|
4025
4042
|
|
|
4026
|
-
:is(body, #wpwrap #editor
|
|
4043
|
+
:is(body, #wpwrap #editor) .es\:disabled\:to-secondary-100:is(:disabled, [data-rac][data-disabled]) {
|
|
4027
4044
|
--tw-gradient-to: var(--es-color-secondary-100);
|
|
4028
4045
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4029
4046
|
}
|
|
4030
4047
|
|
|
4031
|
-
:is(body, #wpwrap #editor
|
|
4048
|
+
:is(body, #wpwrap #editor) .es\:disabled\:text-secondary-300:is(:disabled, [data-rac][data-disabled]) {
|
|
4032
4049
|
color: var(--es-color-secondary-300);
|
|
4033
4050
|
}
|
|
4034
4051
|
|
|
4035
|
-
:is(body, #wpwrap #editor
|
|
4052
|
+
:is(body, #wpwrap #editor) .es\:disabled\:text-secondary-300\!:is(:disabled, [data-rac][data-disabled]) {
|
|
4036
4053
|
color: var(--es-color-secondary-300) !important;
|
|
4037
4054
|
}
|
|
4038
4055
|
|
|
4039
|
-
:is(body, #wpwrap #editor
|
|
4056
|
+
:is(body, #wpwrap #editor) .es\:disabled\:text-secondary-400:is(:disabled, [data-rac][data-disabled]) {
|
|
4040
4057
|
color: var(--es-color-secondary-400);
|
|
4041
4058
|
}
|
|
4042
4059
|
|
|
4043
|
-
:is(body, #wpwrap #editor
|
|
4060
|
+
:is(body, #wpwrap #editor) .es\:disabled\:text-secondary-400\/75:is(:disabled, [data-rac][data-disabled]) {
|
|
4044
4061
|
color: color-mix(in oklab, var(--es-color-secondary-400) 75%, transparent);
|
|
4045
4062
|
}
|
|
4046
4063
|
|
|
4047
|
-
:is(body, #wpwrap #editor
|
|
4064
|
+
:is(body, #wpwrap #editor) .es\:disabled\:text-secondary-500:is(:disabled, [data-rac][data-disabled]) {
|
|
4048
4065
|
color: var(--es-color-secondary-500);
|
|
4049
4066
|
}
|
|
4050
4067
|
|
|
4051
|
-
:is(body, #wpwrap #editor
|
|
4068
|
+
:is(body, #wpwrap #editor) .es\:disabled\:text-zinc-400:is(:disabled, [data-rac][data-disabled]) {
|
|
4052
4069
|
color: var(--es-color-zinc-400);
|
|
4053
4070
|
}
|
|
4054
4071
|
|
|
4055
|
-
:is(body, #wpwrap #editor
|
|
4072
|
+
:is(body, #wpwrap #editor) .es\:disabled\:opacity-0:is(:disabled, [data-rac][data-disabled]) {
|
|
4056
4073
|
opacity: 0;
|
|
4057
4074
|
}
|
|
4058
4075
|
|
|
4059
|
-
:is(body, #wpwrap #editor
|
|
4076
|
+
:is(body, #wpwrap #editor) .es\:disabled\:inset-ring-0:is(:disabled, [data-rac][data-disabled]) {
|
|
4060
4077
|
--tw-inset-ring-shadow: inset 0 0 0 0px var(--tw-inset-ring-color, currentColor);
|
|
4061
4078
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4062
4079
|
}
|
|
4063
4080
|
|
|
4064
|
-
:is(body, #wpwrap #editor
|
|
4081
|
+
:is(body, #wpwrap #editor) .es\:disabled\:shadow-none:is(:disabled, [data-rac][data-disabled]) {
|
|
4065
4082
|
--tw-shadow: 0 0 #0000;
|
|
4066
4083
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4067
4084
|
}
|
|
4068
4085
|
|
|
4069
|
-
:is(body, #wpwrap #editor
|
|
4086
|
+
:is(body, #wpwrap #editor) .es\:disabled\:shadow-none\!:is(:disabled, [data-rac][data-disabled]) {
|
|
4070
4087
|
--tw-shadow: 0 0 #0000 !important;
|
|
4071
4088
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
4072
4089
|
}
|
|
4073
4090
|
|
|
4074
|
-
:is(body, #wpwrap #editor
|
|
4091
|
+
:is(body, #wpwrap #editor) .es\:disabled\:inset-shadow-transparent:is(:disabled, [data-rac][data-disabled]) {
|
|
4075
4092
|
--tw-inset-shadow-color: transparent;
|
|
4076
4093
|
}
|
|
4077
4094
|
|
|
4078
|
-
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor
|
|
4095
|
+
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor) .es\:in-focus-visible\:ring) {
|
|
4079
4096
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
4080
4097
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4081
4098
|
}
|
|
4082
4099
|
|
|
4083
|
-
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor
|
|
4100
|
+
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor) .es\:in-focus-visible\:ring-accent-500\/50) {
|
|
4084
4101
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
4085
4102
|
}
|
|
4086
4103
|
|
|
4087
|
-
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor
|
|
4104
|
+
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor) .es\:in-focus-visible\:outline-hidden) {
|
|
4088
4105
|
outline-style: none;
|
|
4089
4106
|
}
|
|
4090
4107
|
|
|
4091
4108
|
@media (forced-colors: active) {
|
|
4092
|
-
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor
|
|
4109
|
+
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor) .es\:in-focus-visible\:outline-hidden) {
|
|
4093
4110
|
outline-offset: 2px;
|
|
4094
4111
|
outline: 2px solid #0000;
|
|
4095
4112
|
}
|
|
4096
4113
|
}
|
|
4097
4114
|
|
|
4098
|
-
:is(body, #wpwrap #editor
|
|
4115
|
+
:is(body, #wpwrap #editor) .es\:has-icon\:pl-2\.5:has(* > svg) {
|
|
4099
4116
|
padding-left: calc(var(--es-spacing) * 2.5);
|
|
4100
4117
|
}
|
|
4101
4118
|
|
|
4102
|
-
:is(body, #wpwrap #editor
|
|
4119
|
+
:is(body, #wpwrap #editor) .es\:has-\[\[aria-haspopup\=listbox\]\[data-focus-visible\=true\]\,\[aria-autocomplete\=list\]\[data-focus-visible\=true\]\]\:border-accent-500:has(:is([aria-haspopup="listbox"][data-focus-visible="true"], [aria-autocomplete="list"][data-focus-visible="true"])) {
|
|
4103
4120
|
border-color: var(--es-color-accent-500);
|
|
4104
4121
|
}
|
|
4105
4122
|
|
|
4106
|
-
:is(body, #wpwrap #editor
|
|
4123
|
+
:is(body, #wpwrap #editor) .es\:has-\[\[aria-haspopup\=listbox\]\[data-focus-visible\=true\]\,\[aria-autocomplete\=list\]\[data-focus-visible\=true\]\]\:ring-2:has(:is([aria-haspopup="listbox"][data-focus-visible="true"], [aria-autocomplete="list"][data-focus-visible="true"])) {
|
|
4107
4124
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
4108
4125
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4109
4126
|
}
|
|
4110
4127
|
|
|
4111
|
-
:is(body, #wpwrap #editor
|
|
4128
|
+
:is(body, #wpwrap #editor) .es\:has-\[\[aria-haspopup\=listbox\]\[data-focus-visible\=true\]\,\[aria-autocomplete\=list\]\[data-focus-visible\=true\]\]\:ring-accent-500\/50:has(:is([aria-haspopup="listbox"][data-focus-visible="true"], [aria-autocomplete="list"][data-focus-visible="true"])) {
|
|
4112
4129
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
4113
4130
|
}
|
|
4114
4131
|
|
|
4115
|
-
:is(body, #wpwrap #editor
|
|
4132
|
+
:is(body, #wpwrap #editor) .es\:has-\[svg\]\:left-1:has(:is(svg)) {
|
|
4116
4133
|
left: calc(var(--es-spacing) * 1);
|
|
4117
4134
|
}
|
|
4118
4135
|
|
|
4119
|
-
:is(body, #wpwrap #editor
|
|
4136
|
+
:is(body, #wpwrap #editor) .es\:has-\[\>_\:only-child\]\:pb-0:has( > :only-child) {
|
|
4120
4137
|
padding-bottom: calc(var(--es-spacing) * 0);
|
|
4121
4138
|
}
|
|
4122
4139
|
|
|
4123
|
-
:is(body, #wpwrap #editor
|
|
4140
|
+
:is(body, #wpwrap #editor) .es\:aria-\[expanded\=false\]\:rounded-b-lg[aria-expanded="false"] {
|
|
4124
4141
|
border-bottom-right-radius: var(--es-radius-lg);
|
|
4125
4142
|
border-bottom-left-radius: var(--es-radius-lg);
|
|
4126
4143
|
}
|
|
4127
4144
|
|
|
4128
4145
|
@media (prefers-reduced-motion: no-preference) {
|
|
4129
|
-
:is(body, #wpwrap #editor
|
|
4146
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-preset-slide-down-sm {
|
|
4130
4147
|
--motion-origin-translate-y: -5%;
|
|
4131
4148
|
--motion-origin-opacity: 0;
|
|
4132
4149
|
--motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration) * var(--motion-opacity-perceptual-duration-multiplier)) var(--motion-opacity-timing) var(--motion-opacity-delay) both;
|
|
@@ -4134,73 +4151,73 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
4134
4151
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4135
4152
|
}
|
|
4136
4153
|
|
|
4137
|
-
:is(body, #wpwrap #editor
|
|
4154
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-scale-in-95 {
|
|
4138
4155
|
--motion-origin-scale-x: .95;
|
|
4139
4156
|
--motion-origin-scale-y: .95;
|
|
4140
4157
|
--motion-scale-in-animation: motion-scale-in calc(var(--motion-scale-duration) * var(--motion-scale-perceptual-duration-multiplier)) var(--motion-scale-timing) var(--motion-scale-delay) both;
|
|
4141
4158
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4142
4159
|
}
|
|
4143
4160
|
|
|
4144
|
-
:is(body, #wpwrap #editor
|
|
4161
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-scale-out-90 {
|
|
4145
4162
|
--motion-end-scale-x: .9;
|
|
4146
4163
|
--motion-end-scale-y: .9;
|
|
4147
4164
|
--motion-scale-out-animation: motion-scale-out calc(var(--motion-scale-duration) * var(--motion-scale-perceptual-duration-multiplier)) var(--motion-scale-timing) var(--motion-scale-delay) both;
|
|
4148
4165
|
animation: var(--motion-all-exit-animations);
|
|
4149
4166
|
}
|
|
4150
4167
|
|
|
4151
|
-
:is(body, #wpwrap #editor
|
|
4168
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-scale-out-95 {
|
|
4152
4169
|
--motion-end-scale-x: .95;
|
|
4153
4170
|
--motion-end-scale-y: .95;
|
|
4154
4171
|
--motion-scale-out-animation: motion-scale-out calc(var(--motion-scale-duration) * var(--motion-scale-perceptual-duration-multiplier)) var(--motion-scale-timing) var(--motion-scale-delay) both;
|
|
4155
4172
|
animation: var(--motion-all-exit-animations);
|
|
4156
4173
|
}
|
|
4157
4174
|
|
|
4158
|
-
:is(body, #wpwrap #editor
|
|
4175
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-translate-y-in-\[-0\.25rem\] {
|
|
4159
4176
|
--motion-origin-translate-y: -.25rem;
|
|
4160
4177
|
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4161
4178
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4162
4179
|
}
|
|
4163
4180
|
|
|
4164
|
-
:is(body, #wpwrap #editor
|
|
4181
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-translate-y-in-\[-5\%\] {
|
|
4165
4182
|
--motion-origin-translate-y: -5%;
|
|
4166
4183
|
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4167
4184
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4168
4185
|
}
|
|
4169
4186
|
|
|
4170
|
-
:is(body, #wpwrap #editor
|
|
4187
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-translate-y-in-\[0\.25rem\] {
|
|
4171
4188
|
--motion-origin-translate-y: .25rem;
|
|
4172
4189
|
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4173
4190
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4174
4191
|
}
|
|
4175
4192
|
|
|
4176
|
-
:is(body, #wpwrap #editor
|
|
4193
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-translate-y-out-\[-0\.25rem\] {
|
|
4177
4194
|
--motion-end-translate-y: -.25rem;
|
|
4178
4195
|
--motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4179
4196
|
animation: var(--motion-all-exit-animations);
|
|
4180
4197
|
}
|
|
4181
4198
|
|
|
4182
|
-
:is(body, #wpwrap #editor
|
|
4199
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-translate-y-out-\[-5\%\] {
|
|
4183
4200
|
--motion-end-translate-y: -5%;
|
|
4184
4201
|
--motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4185
4202
|
animation: var(--motion-all-exit-animations);
|
|
4186
4203
|
}
|
|
4187
4204
|
|
|
4188
|
-
:is(body, #wpwrap #editor
|
|
4205
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-translate-y-out-\[0\.25rem\] {
|
|
4189
4206
|
--motion-end-translate-y: .25rem;
|
|
4190
4207
|
--motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4191
4208
|
animation: var(--motion-all-exit-animations);
|
|
4192
4209
|
}
|
|
4193
4210
|
|
|
4194
|
-
:is(body, #wpwrap #editor
|
|
4211
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-duration-300 {
|
|
4195
4212
|
--motion-duration: .3s;
|
|
4196
4213
|
}
|
|
4197
4214
|
|
|
4198
|
-
:is(body, #wpwrap #editor
|
|
4215
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-ease-linear\/opacity {
|
|
4199
4216
|
--motion-opacity-timing: linear;
|
|
4200
4217
|
--motion-opacity-perceptual-duration-multiplier: 1;
|
|
4201
4218
|
}
|
|
4202
4219
|
|
|
4203
|
-
:is(body, #wpwrap #editor
|
|
4220
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-ease-spring-bouncy {
|
|
4204
4221
|
--motion-timing: var(--motion-spring-bouncy);
|
|
4205
4222
|
--motion-perceptual-duration-multiplier: 1.66;
|
|
4206
4223
|
--motion-filter-timing: var(--motion-spring-smooth);
|
|
@@ -4213,54 +4230,54 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
4213
4230
|
--motion-text-color-perceptual-duration-multiplier: 1.66;
|
|
4214
4231
|
}
|
|
4215
4232
|
|
|
4216
|
-
:is(body, #wpwrap #editor
|
|
4233
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-ease-spring-smooth {
|
|
4217
4234
|
--motion-timing: var(--motion-spring-smooth);
|
|
4218
4235
|
--motion-perceptual-duration-multiplier: 1.66;
|
|
4219
4236
|
}
|
|
4220
4237
|
|
|
4221
|
-
:is(body, #wpwrap #editor
|
|
4238
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=bottom\]\:-motion-translate-y-in-25[data-placement="bottom"] {
|
|
4222
4239
|
--motion-origin-translate-y: calc(25% * -1);
|
|
4223
4240
|
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4224
4241
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4225
4242
|
}
|
|
4226
4243
|
|
|
4227
|
-
:is(body, #wpwrap #editor
|
|
4244
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=bottom\]\:motion-translate-y-out-\[-12\.5\%\][data-placement="bottom"] {
|
|
4228
4245
|
--motion-end-translate-y: -12.5%;
|
|
4229
4246
|
--motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4230
4247
|
animation: var(--motion-all-exit-animations);
|
|
4231
4248
|
}
|
|
4232
4249
|
|
|
4233
|
-
:is(body, #wpwrap #editor
|
|
4234
|
-
--motion-origin-translate-x:
|
|
4250
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=left\]\:motion-translate-x-in-25[data-placement="left"] {
|
|
4251
|
+
--motion-origin-translate-x: 25%;
|
|
4235
4252
|
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4236
4253
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4237
4254
|
}
|
|
4238
4255
|
|
|
4239
|
-
:is(body, #wpwrap #editor
|
|
4240
|
-
--motion-end-translate-x:
|
|
4256
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=left\]\:motion-translate-x-out-\[12\.5\%\][data-placement="left"] {
|
|
4257
|
+
--motion-end-translate-x: 12.5%;
|
|
4241
4258
|
--motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4242
4259
|
animation: var(--motion-all-exit-animations);
|
|
4243
4260
|
}
|
|
4244
4261
|
|
|
4245
|
-
:is(body, #wpwrap #editor
|
|
4246
|
-
--motion-origin-translate-x: 25
|
|
4262
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=right\]\:-motion-translate-x-in-25[data-placement="right"] {
|
|
4263
|
+
--motion-origin-translate-x: calc(25% * -1);
|
|
4247
4264
|
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4248
4265
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4249
4266
|
}
|
|
4250
4267
|
|
|
4251
|
-
:is(body, #wpwrap #editor
|
|
4252
|
-
--motion-end-translate-x: 12.5%;
|
|
4268
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=right\]\:motion-translate-x-out-\[-12\.5\%\][data-placement="right"] {
|
|
4269
|
+
--motion-end-translate-x: -12.5%;
|
|
4253
4270
|
--motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4254
4271
|
animation: var(--motion-all-exit-animations);
|
|
4255
4272
|
}
|
|
4256
4273
|
|
|
4257
|
-
:is(body, #wpwrap #editor
|
|
4274
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=top\]\:motion-translate-y-in-25[data-placement="top"] {
|
|
4258
4275
|
--motion-origin-translate-y: 25%;
|
|
4259
4276
|
--motion-translate-in-animation: motion-translate-in calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4260
4277
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4261
4278
|
}
|
|
4262
4279
|
|
|
4263
|
-
:is(body, #wpwrap #editor
|
|
4280
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=top\]\:motion-translate-y-out-\[12\.5\%\][data-placement="top"] {
|
|
4264
4281
|
--motion-end-translate-y: 12.5%;
|
|
4265
4282
|
--motion-translate-out-animation: motion-translate-out calc(var(--motion-translate-duration) * var(--motion-translate-perceptual-duration-multiplier)) var(--motion-translate-timing) var(--motion-translate-delay) both;
|
|
4266
4283
|
animation: var(--motion-all-exit-animations);
|
|
@@ -4268,7 +4285,7 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
4268
4285
|
}
|
|
4269
4286
|
|
|
4270
4287
|
@media (prefers-reduced-motion: reduce) {
|
|
4271
|
-
:is(body, #wpwrap #editor
|
|
4288
|
+
:is(body, #wpwrap #editor) .es\:motion-reduce\:motion-preset-fade, :is(body, #wpwrap #editor) .es\:motion-reduce\:motion-preset-fade-md {
|
|
4272
4289
|
--motion-origin-opacity: 0;
|
|
4273
4290
|
--motion-duration: .5s;
|
|
4274
4291
|
--motion-opacity-in-animation: motion-opacity-in calc(var(--motion-opacity-duration) * var(--motion-opacity-perceptual-duration-multiplier)) var(--motion-opacity-timing) var(--motion-opacity-delay) both;
|
|
@@ -4277,295 +4294,295 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
4277
4294
|
}
|
|
4278
4295
|
|
|
4279
4296
|
@media (prefers-contrast: more) {
|
|
4280
|
-
:is(body, #wpwrap #editor
|
|
4297
|
+
:is(body, #wpwrap #editor) .es\:contrast-more\:focus-visible\:bg-accent-500\/15:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
4281
4298
|
background-color: color-mix(in oklab, var(--es-color-accent-500) 15%, transparent);
|
|
4282
4299
|
}
|
|
4283
4300
|
}
|
|
4284
4301
|
|
|
4285
4302
|
@media (forced-colors: active) {
|
|
4286
|
-
:is(body, #wpwrap #editor
|
|
4303
|
+
:is(body, #wpwrap #editor) .es\:forced-colors\:fill-\[Canvas\] {
|
|
4287
4304
|
fill: canvas;
|
|
4288
4305
|
}
|
|
4289
4306
|
|
|
4290
|
-
:is(body, #wpwrap #editor
|
|
4307
|
+
:is(body, #wpwrap #editor) .es\:forced-colors\:stroke-\[ButtonBorder\] {
|
|
4291
4308
|
stroke: buttonborder;
|
|
4292
4309
|
}
|
|
4293
4310
|
}
|
|
4294
4311
|
|
|
4295
|
-
:is(body, #wpwrap #editor
|
|
4312
|
+
:is(body, #wpwrap #editor) .es\:any-focus\:outline-hidden:is(:focus-visible, [data-rac][data-focus-visible], :focus, [data-rac][data-focused]) {
|
|
4296
4313
|
outline-style: none;
|
|
4297
4314
|
}
|
|
4298
4315
|
|
|
4299
4316
|
@media (forced-colors: active) {
|
|
4300
|
-
:is(body, #wpwrap #editor
|
|
4317
|
+
:is(body, #wpwrap #editor) .es\:any-focus\:outline-hidden:is(:focus-visible, [data-rac][data-focus-visible], :focus, [data-rac][data-focused]) {
|
|
4301
4318
|
outline-offset: 2px;
|
|
4302
4319
|
outline: 2px solid #0000;
|
|
4303
4320
|
}
|
|
4304
4321
|
}
|
|
4305
4322
|
|
|
4306
|
-
:is(body, #wpwrap #editor
|
|
4323
|
+
:is(body, #wpwrap #editor) .es\:selected\:bg-accent-50\/50[data-selected] {
|
|
4307
4324
|
background-color: color-mix(in oklab, var(--es-color-accent-50) 50%, transparent);
|
|
4308
4325
|
}
|
|
4309
4326
|
|
|
4310
|
-
:is(body, #wpwrap #editor
|
|
4327
|
+
:is(body, #wpwrap #editor) .es\:selected\:bg-accent-400\/15[data-selected] {
|
|
4311
4328
|
background-color: color-mix(in oklab, var(--es-color-accent-400) 15%, transparent);
|
|
4312
4329
|
}
|
|
4313
4330
|
|
|
4314
|
-
:is(body, #wpwrap #editor
|
|
4331
|
+
:is(body, #wpwrap #editor) .es\:selected\:bg-accent-600[data-selected] {
|
|
4315
4332
|
background-color: var(--es-color-accent-600);
|
|
4316
4333
|
}
|
|
4317
4334
|
|
|
4318
|
-
:is(body, #wpwrap #editor
|
|
4335
|
+
:is(body, #wpwrap #editor) .es\:selected\:text-accent-900[data-selected] {
|
|
4319
4336
|
color: var(--es-color-accent-900);
|
|
4320
4337
|
}
|
|
4321
4338
|
|
|
4322
|
-
:is(body, #wpwrap #editor
|
|
4339
|
+
:is(body, #wpwrap #editor) .es\:selected\:text-accent-950[data-selected] {
|
|
4323
4340
|
color: var(--es-color-accent-950);
|
|
4324
4341
|
}
|
|
4325
4342
|
|
|
4326
|
-
:is(body, #wpwrap #editor
|
|
4343
|
+
:is(body, #wpwrap #editor) .es\:selected\:text-white[data-selected] {
|
|
4327
4344
|
color: var(--es-color-white);
|
|
4328
4345
|
}
|
|
4329
4346
|
|
|
4330
|
-
:is(body, #wpwrap #editor
|
|
4347
|
+
:is(body, #wpwrap #editor) .es\:selected\:after\:from-accent-500[data-selected]:after {
|
|
4331
4348
|
content: var(--tw-content);
|
|
4332
4349
|
--tw-gradient-from: var(--es-color-accent-500);
|
|
4333
4350
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4334
4351
|
}
|
|
4335
4352
|
|
|
4336
|
-
:is(body, #wpwrap #editor
|
|
4353
|
+
:is(body, #wpwrap #editor) .es\:selected\:after\:to-accent-600[data-selected]:after {
|
|
4337
4354
|
content: var(--tw-content);
|
|
4338
4355
|
--tw-gradient-to: var(--es-color-accent-600);
|
|
4339
4356
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position, ) var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
4340
4357
|
}
|
|
4341
4358
|
|
|
4342
|
-
:is(body, #wpwrap #editor
|
|
4359
|
+
:is(body, #wpwrap #editor) .es\:selected\:after\:shadow-xs[data-selected]:after {
|
|
4343
4360
|
content: var(--tw-content);
|
|
4344
4361
|
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
|
|
4345
4362
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4346
4363
|
}
|
|
4347
4364
|
|
|
4348
|
-
:is(body, #wpwrap #editor
|
|
4365
|
+
:is(body, #wpwrap #editor) .es\:selected\:after\:shadow-accent-700\/30[data-selected]:after {
|
|
4349
4366
|
content: var(--tw-content);
|
|
4350
4367
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-700) 30%, transparent);
|
|
4351
4368
|
}
|
|
4352
4369
|
|
|
4353
|
-
:is(body, #wpwrap #editor
|
|
4370
|
+
:is(body, #wpwrap #editor) .es\:readonly\:bg-secondary-50:where([data-readonly], [readonly]) {
|
|
4354
4371
|
background-color: var(--es-color-secondary-50);
|
|
4355
4372
|
}
|
|
4356
4373
|
|
|
4357
|
-
:is(body, #wpwrap #editor
|
|
4374
|
+
:is(body, #wpwrap #editor) .es\:dragging\:scale-110\![data-dragging] {
|
|
4358
4375
|
--tw-scale-x: 110% !important;
|
|
4359
4376
|
--tw-scale-y: 110% !important;
|
|
4360
4377
|
--tw-scale-z: 110% !important;
|
|
4361
4378
|
scale: var(--tw-scale-x) var(--tw-scale-y) !important;
|
|
4362
4379
|
}
|
|
4363
4380
|
|
|
4364
|
-
:is(body, #wpwrap #editor
|
|
4381
|
+
:is(body, #wpwrap #editor) .es\:icon\:absolute > svg {
|
|
4365
4382
|
position: absolute;
|
|
4366
4383
|
}
|
|
4367
4384
|
|
|
4368
|
-
:is(body, #wpwrap #editor
|
|
4385
|
+
:is(body, #wpwrap #editor) .es\:icon\:inset-0 > svg {
|
|
4369
4386
|
inset: calc(var(--es-spacing) * 0);
|
|
4370
4387
|
}
|
|
4371
4388
|
|
|
4372
|
-
:is(body, #wpwrap #editor
|
|
4389
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-3 > svg {
|
|
4373
4390
|
width: calc(var(--es-spacing) * 3);
|
|
4374
4391
|
height: calc(var(--es-spacing) * 3);
|
|
4375
4392
|
}
|
|
4376
4393
|
|
|
4377
|
-
:is(body, #wpwrap #editor
|
|
4394
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-3\.5 > svg {
|
|
4378
4395
|
width: calc(var(--es-spacing) * 3.5);
|
|
4379
4396
|
height: calc(var(--es-spacing) * 3.5);
|
|
4380
4397
|
}
|
|
4381
4398
|
|
|
4382
|
-
:is(body, #wpwrap #editor
|
|
4399
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-4 > svg {
|
|
4383
4400
|
width: calc(var(--es-spacing) * 4);
|
|
4384
4401
|
height: calc(var(--es-spacing) * 4);
|
|
4385
4402
|
}
|
|
4386
4403
|
|
|
4387
|
-
:is(body, #wpwrap #editor
|
|
4404
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-4\.5 > svg {
|
|
4388
4405
|
width: calc(var(--es-spacing) * 4.5);
|
|
4389
4406
|
height: calc(var(--es-spacing) * 4.5);
|
|
4390
4407
|
}
|
|
4391
4408
|
|
|
4392
|
-
:is(body, #wpwrap #editor
|
|
4409
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-4\.5\! > svg {
|
|
4393
4410
|
width: calc(var(--es-spacing) * 4.5) !important;
|
|
4394
4411
|
height: calc(var(--es-spacing) * 4.5) !important;
|
|
4395
4412
|
}
|
|
4396
4413
|
|
|
4397
|
-
:is(body, #wpwrap #editor
|
|
4414
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-5 > svg {
|
|
4398
4415
|
width: calc(var(--es-spacing) * 5);
|
|
4399
4416
|
height: calc(var(--es-spacing) * 5);
|
|
4400
4417
|
}
|
|
4401
4418
|
|
|
4402
|
-
:is(body, #wpwrap #editor
|
|
4419
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-5\.5 > svg {
|
|
4403
4420
|
width: var(--es-spacing-5_5);
|
|
4404
4421
|
height: var(--es-spacing-5_5);
|
|
4405
4422
|
}
|
|
4406
4423
|
|
|
4407
|
-
:is(body, #wpwrap #editor
|
|
4424
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-6 > svg {
|
|
4408
4425
|
width: calc(var(--es-spacing) * 6);
|
|
4409
4426
|
height: calc(var(--es-spacing) * 6);
|
|
4410
4427
|
}
|
|
4411
4428
|
|
|
4412
|
-
:is(body, #wpwrap #editor
|
|
4429
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-7 > svg {
|
|
4413
4430
|
width: calc(var(--es-spacing) * 7);
|
|
4414
4431
|
height: calc(var(--es-spacing) * 7);
|
|
4415
4432
|
}
|
|
4416
4433
|
|
|
4417
|
-
:is(body, #wpwrap #editor
|
|
4434
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-\[0\.8rem\] > svg {
|
|
4418
4435
|
width: .8rem;
|
|
4419
4436
|
height: .8rem;
|
|
4420
4437
|
}
|
|
4421
4438
|
|
|
4422
|
-
:is(body, #wpwrap #editor
|
|
4439
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-full > svg {
|
|
4423
4440
|
width: 100%;
|
|
4424
4441
|
height: 100%;
|
|
4425
4442
|
}
|
|
4426
4443
|
|
|
4427
|
-
:is(body, #wpwrap #editor
|
|
4444
|
+
:is(body, #wpwrap #editor) .es\:icon\:shrink-0 > svg {
|
|
4428
4445
|
flex-shrink: 0;
|
|
4429
4446
|
}
|
|
4430
4447
|
|
|
4431
|
-
:is(body, #wpwrap #editor
|
|
4448
|
+
:is(body, #wpwrap #editor) .es\:icon\:-scale-y-100 > svg {
|
|
4432
4449
|
--tw-scale-y: calc(100% * -1);
|
|
4433
4450
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
4434
4451
|
}
|
|
4435
4452
|
|
|
4436
|
-
:is(body, #wpwrap #editor
|
|
4453
|
+
:is(body, #wpwrap #editor) .es\:icon\:stroke-2 > svg {
|
|
4437
4454
|
stroke-width: 2px;
|
|
4438
4455
|
}
|
|
4439
4456
|
|
|
4440
|
-
:is(body, #wpwrap #editor
|
|
4457
|
+
:is(body, #wpwrap #editor) .es\:icon\:stroke-3 > svg {
|
|
4441
4458
|
stroke-width: 3px;
|
|
4442
4459
|
}
|
|
4443
4460
|
|
|
4444
|
-
:is(body, #wpwrap #editor
|
|
4461
|
+
:is(body, #wpwrap #editor) .es\:icon\:stroke-\[1\.5\] > svg {
|
|
4445
4462
|
stroke-width: 1.5px;
|
|
4446
4463
|
}
|
|
4447
4464
|
|
|
4448
|
-
:is(body, #wpwrap #editor
|
|
4465
|
+
:is(body, #wpwrap #editor) .es\:icon\:text-gray-500 > svg {
|
|
4449
4466
|
color: var(--es-color-gray-500);
|
|
4450
4467
|
}
|
|
4451
4468
|
|
|
4452
|
-
:is(body, #wpwrap #editor
|
|
4469
|
+
:is(body, #wpwrap #editor) .es\:icon\:text-secondary-500 > svg {
|
|
4453
4470
|
color: var(--es-color-secondary-500);
|
|
4454
4471
|
}
|
|
4455
4472
|
|
|
4456
|
-
:is(body, #wpwrap #editor
|
|
4473
|
+
:is(body, #wpwrap #editor) .es\:icon\:transition-transform > svg {
|
|
4457
4474
|
transition-property: transform, translate, scale, rotate;
|
|
4458
4475
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
4459
4476
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
4460
4477
|
}
|
|
4461
4478
|
|
|
4462
|
-
:is(body, #wpwrap #editor
|
|
4479
|
+
:is(body, #wpwrap #editor) .es\:icon\:duration-500 > svg {
|
|
4463
4480
|
--tw-duration: .5s;
|
|
4464
4481
|
transition-duration: .5s;
|
|
4465
4482
|
}
|
|
4466
4483
|
|
|
4467
|
-
:where(.es-button-group-h, .es-button-group-v) :is(:is(body, #wpwrap #editor
|
|
4484
|
+
:where(.es-button-group-h, .es-button-group-v) :is(:is(body, #wpwrap #editor) .es\:btn-group-mid\:rounded-none):not(:first-child):not(:last-child) {
|
|
4468
4485
|
border-radius: 0;
|
|
4469
4486
|
}
|
|
4470
4487
|
|
|
4471
|
-
:where(.es-button-group-h) :is(:is(body, #wpwrap #editor
|
|
4488
|
+
:where(.es-button-group-h) :is(:is(body, #wpwrap #editor) .es\:btn-group-h-start\:rounded-r-none):first-child:not(:last-child) {
|
|
4472
4489
|
border-top-right-radius: 0;
|
|
4473
4490
|
border-bottom-right-radius: 0;
|
|
4474
4491
|
}
|
|
4475
4492
|
|
|
4476
|
-
:where(.es-button-group-v) :is(:is(body, #wpwrap #editor
|
|
4493
|
+
:where(.es-button-group-v) :is(:is(body, #wpwrap #editor) .es\:btn-group-v-start\:rounded-b-none):first-child:not(:last-child) {
|
|
4477
4494
|
border-bottom-right-radius: 0;
|
|
4478
4495
|
border-bottom-left-radius: 0;
|
|
4479
4496
|
}
|
|
4480
4497
|
|
|
4481
|
-
:where(.es-button-group-h) :is(:is(body, #wpwrap #editor
|
|
4498
|
+
:where(.es-button-group-h) :is(:is(body, #wpwrap #editor) .es\:btn-group-h-end\:rounded-l-none):last-child:not(:first-child) {
|
|
4482
4499
|
border-top-left-radius: 0;
|
|
4483
4500
|
border-bottom-left-radius: 0;
|
|
4484
4501
|
}
|
|
4485
4502
|
|
|
4486
|
-
:where(.es-button-group-v) :is(:is(body, #wpwrap #editor
|
|
4503
|
+
:where(.es-button-group-v) :is(:is(body, #wpwrap #editor) .es\:btn-group-v-end\:rounded-t-none):last-child:not(:first-child) {
|
|
4487
4504
|
border-top-left-radius: 0;
|
|
4488
4505
|
border-top-right-radius: 0;
|
|
4489
4506
|
}
|
|
4490
4507
|
|
|
4491
|
-
:is(body, #wpwrap #editor
|
|
4508
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div\]\:pointer-events-none > div {
|
|
4492
4509
|
pointer-events: none;
|
|
4493
4510
|
}
|
|
4494
4511
|
|
|
4495
|
-
:is(body, #wpwrap #editor
|
|
4512
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div\]\:border\! > div {
|
|
4496
4513
|
border-style: var(--tw-border-style) !important;
|
|
4497
4514
|
border-width: 1px !important;
|
|
4498
4515
|
}
|
|
4499
4516
|
|
|
4500
|
-
:is(body, #wpwrap #editor
|
|
4517
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div\]\:border-dotted > div {
|
|
4501
4518
|
--tw-border-style: dotted;
|
|
4502
4519
|
border-style: dotted;
|
|
4503
4520
|
}
|
|
4504
4521
|
|
|
4505
|
-
:is(body, #wpwrap #editor
|
|
4522
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div\]\:border-accent-500\! > div {
|
|
4506
4523
|
border-color: var(--es-color-accent-500) !important;
|
|
4507
4524
|
}
|
|
4508
4525
|
|
|
4509
|
-
:is(body, #wpwrap #editor
|
|
4526
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div\]\:bg-accent-100\/20\! > div {
|
|
4510
4527
|
background-color: color-mix(in oklab, var(--es-color-accent-100) 20%, transparent) !important;
|
|
4511
4528
|
}
|
|
4512
4529
|
|
|
4513
|
-
:is(body, #wpwrap #editor
|
|
4530
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div\]\:text-accent-900\/15\! > div {
|
|
4514
4531
|
color: color-mix(in oklab, var(--es-color-accent-900) 15%, transparent) !important;
|
|
4515
4532
|
}
|
|
4516
4533
|
|
|
4517
|
-
:is(body, #wpwrap #editor
|
|
4534
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div_\[role\=button\]\]\:opacity-0 > div [role="button"] {
|
|
4518
4535
|
opacity: 0;
|
|
4519
4536
|
}
|
|
4520
4537
|
|
|
4521
|
-
:is(body, #wpwrap #editor
|
|
4538
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_span_\>_svg\]\:size-5 > span > svg {
|
|
4522
4539
|
width: calc(var(--es-spacing) * 5);
|
|
4523
4540
|
height: calc(var(--es-spacing) * 5);
|
|
4524
4541
|
}
|
|
4525
4542
|
|
|
4526
|
-
:is(body, #wpwrap #editor
|
|
4543
|
+
:is(body, #wpwrap #editor) .es\:\[\&_button\]\:invisible button {
|
|
4527
4544
|
visibility: hidden;
|
|
4528
4545
|
}
|
|
4529
4546
|
|
|
4530
|
-
:is(body, #wpwrap #editor
|
|
4547
|
+
:is(body, #wpwrap #editor) .es\:\[\&_input\]\:shadow-none\! input, :is(body, #wpwrap #editor) .es\:\[\&_input\:focus\]\:shadow-none\! input:focus {
|
|
4531
4548
|
--tw-shadow: 0 0 #0000 !important;
|
|
4532
4549
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
4533
4550
|
}
|
|
4534
4551
|
|
|
4535
|
-
:is(body, #wpwrap #editor
|
|
4552
|
+
:is(body, #wpwrap #editor) .es\:\[\&_span\]\:overflow-hidden span {
|
|
4536
4553
|
overflow: hidden;
|
|
4537
4554
|
}
|
|
4538
4555
|
|
|
4539
|
-
:is(body, #wpwrap #editor
|
|
4556
|
+
:is(body, #wpwrap #editor) .es\:\[\&_span\]\:text-nowrap span {
|
|
4540
4557
|
text-wrap: nowrap;
|
|
4541
4558
|
}
|
|
4542
4559
|
|
|
4543
|
-
:is(body, #wpwrap #editor
|
|
4560
|
+
:is(body, #wpwrap #editor) .es\:\[\&_span\]\:text-ellipsis span {
|
|
4544
4561
|
text-overflow: ellipsis;
|
|
4545
4562
|
}
|
|
4546
4563
|
|
|
4547
|
-
:is(body, #wpwrap #editor
|
|
4564
|
+
:is(body, #wpwrap #editor) .es\:\[\&_svg_path\]\:stroke-red-500 svg path {
|
|
4548
4565
|
stroke: var(--es-color-red-500);
|
|
4549
4566
|
}
|
|
4550
4567
|
|
|
4551
|
-
:is(body, #wpwrap #editor
|
|
4552
|
-
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(
|
|
4568
|
+
:is(body, #wpwrap #editor) .es\:\[\&\:has\(\>_\[data-focus-visible\=\"true\"\]\)\]\:ring-2:has( > [data-focus-visible="true"]) {
|
|
4569
|
+
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
4553
4570
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4554
4571
|
}
|
|
4555
4572
|
|
|
4556
|
-
:is(body, #wpwrap #editor
|
|
4573
|
+
:is(body, #wpwrap #editor) .es\:\[\&\:has\(\>_\[data-focus-visible\=\"true\"\]\)\]\:ring-accent-500\/50:has( > [data-focus-visible="true"]) {
|
|
4557
4574
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
4558
4575
|
}
|
|
4559
4576
|
|
|
4560
|
-
:is(body, #wpwrap #editor
|
|
4577
|
+
:is(body, #wpwrap #editor) .es\:\[\&\>span\>svg\]\:text-slate-500 > span > svg {
|
|
4561
4578
|
color: var(--es-color-slate-500);
|
|
4562
4579
|
}
|
|
4563
4580
|
|
|
4564
|
-
:is(body, #wpwrap #editor
|
|
4581
|
+
:is(body, #wpwrap #editor) .es\:\[\&\>span\>svg\]\:opacity-80 > span > svg {
|
|
4565
4582
|
opacity: .8;
|
|
4566
4583
|
}
|
|
4567
4584
|
|
|
4568
|
-
:is(body, #wpwrap #editor
|
|
4585
|
+
:is(body, #wpwrap #editor) .es\:\[\&\>svg\]\:size-5\.5 > svg {
|
|
4569
4586
|
width: var(--es-spacing-5_5);
|
|
4570
4587
|
height: var(--es-spacing-5_5);
|
|
4571
4588
|
}
|