@eightshift/ui-components 2.0.0 → 2.0.1
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 +5287 -0
- package/dist/assets/style-editor.css +864 -864
- package/dist/assets/style.css +6 -6
- package/dist/components/button/button.js +6 -6
- 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,1464 @@ 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-100 {
|
|
2416
2416
|
--tw-gradient-to: var(--es-color-secondary-100);
|
|
2417
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
2418
|
}
|
|
2419
2419
|
|
|
2420
|
-
:is(body, #wpwrap #editor
|
|
2420
|
+
:is(body, #wpwrap #editor) .es\:to-secondary-200 {
|
|
2421
2421
|
--tw-gradient-to: var(--es-color-secondary-200);
|
|
2422
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));
|
|
2423
2423
|
}
|
|
2424
2424
|
|
|
2425
|
-
:is(body, #wpwrap #editor
|
|
2425
|
+
:is(body, #wpwrap #editor) .es\:to-secondary-600 {
|
|
2426
2426
|
--tw-gradient-to: var(--es-color-secondary-600);
|
|
2427
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));
|
|
2428
2428
|
}
|
|
2429
2429
|
|
|
2430
|
-
:is(body, #wpwrap #editor
|
|
2430
|
+
:is(body, #wpwrap #editor) .es\:to-white {
|
|
2431
2431
|
--tw-gradient-to: var(--es-color-white);
|
|
2432
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));
|
|
2433
2433
|
}
|
|
2434
2434
|
|
|
2435
|
-
:is(body, #wpwrap #editor
|
|
2435
|
+
:is(body, #wpwrap #editor) .es\:fill-secondary-200 {
|
|
2436
2436
|
fill: var(--es-color-secondary-200);
|
|
2437
2437
|
}
|
|
2438
2438
|
|
|
2439
|
-
:is(body, #wpwrap #editor
|
|
2439
|
+
:is(body, #wpwrap #editor) .es\:fill-secondary-600 {
|
|
2440
2440
|
fill: var(--es-color-secondary-600);
|
|
2441
2441
|
}
|
|
2442
2442
|
|
|
2443
|
-
:is(body, #wpwrap #editor
|
|
2443
|
+
:is(body, #wpwrap #editor) .es\:stroke-none {
|
|
2444
2444
|
stroke: none;
|
|
2445
2445
|
}
|
|
2446
2446
|
|
|
2447
|
-
:is(body, #wpwrap #editor
|
|
2447
|
+
:is(body, #wpwrap #editor) .es\:stroke-2 {
|
|
2448
2448
|
stroke-width: 2px;
|
|
2449
2449
|
}
|
|
2450
2450
|
|
|
2451
|
-
:is(body, #wpwrap #editor
|
|
2451
|
+
:is(body, #wpwrap #editor) .es\:stroke-\[1\.25\] {
|
|
2452
2452
|
stroke-width: 1.25px;
|
|
2453
2453
|
}
|
|
2454
2454
|
|
|
2455
|
-
:is(body, #wpwrap #editor
|
|
2455
|
+
:is(body, #wpwrap #editor) .es\:object-contain {
|
|
2456
2456
|
object-fit: contain;
|
|
2457
2457
|
}
|
|
2458
2458
|
|
|
2459
|
-
:is(body, #wpwrap #editor
|
|
2459
|
+
:is(body, #wpwrap #editor) .es\:object-cover {
|
|
2460
2460
|
object-fit: cover;
|
|
2461
2461
|
}
|
|
2462
2462
|
|
|
2463
|
-
:is(body, #wpwrap #editor
|
|
2463
|
+
:is(body, #wpwrap #editor) .es\:object-fill {
|
|
2464
2464
|
object-fit: fill;
|
|
2465
2465
|
}
|
|
2466
2466
|
|
|
2467
|
-
:is(body, #wpwrap #editor
|
|
2467
|
+
:is(body, #wpwrap #editor) .es\:p-0\! {
|
|
2468
2468
|
padding: calc(var(--es-spacing) * 0) !important;
|
|
2469
2469
|
}
|
|
2470
2470
|
|
|
2471
|
-
:is(body, #wpwrap #editor
|
|
2471
|
+
:is(body, #wpwrap #editor) .es\:p-0\.5 {
|
|
2472
2472
|
padding: calc(var(--es-spacing) * .5);
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
|
-
:is(body, #wpwrap #editor
|
|
2475
|
+
:is(body, #wpwrap #editor) .es\:p-1 {
|
|
2476
2476
|
padding: calc(var(--es-spacing) * 1);
|
|
2477
2477
|
}
|
|
2478
2478
|
|
|
2479
|
-
:is(body, #wpwrap #editor
|
|
2479
|
+
:is(body, #wpwrap #editor) .es\:p-1\.5 {
|
|
2480
2480
|
padding: calc(var(--es-spacing) * 1.5);
|
|
2481
2481
|
}
|
|
2482
2482
|
|
|
2483
|
-
:is(body, #wpwrap #editor
|
|
2483
|
+
:is(body, #wpwrap #editor) .es\:p-2 {
|
|
2484
2484
|
padding: calc(var(--es-spacing) * 2);
|
|
2485
2485
|
}
|
|
2486
2486
|
|
|
2487
|
-
:is(body, #wpwrap #editor
|
|
2487
|
+
:is(body, #wpwrap #editor) .es\:p-3 {
|
|
2488
2488
|
padding: calc(var(--es-spacing) * 3);
|
|
2489
2489
|
}
|
|
2490
2490
|
|
|
2491
|
-
:is(body, #wpwrap #editor
|
|
2491
|
+
:is(body, #wpwrap #editor) .es\:p-4 {
|
|
2492
2492
|
padding: calc(var(--es-spacing) * 4);
|
|
2493
2493
|
}
|
|
2494
2494
|
|
|
2495
|
-
:is(body, #wpwrap #editor
|
|
2495
|
+
:is(body, #wpwrap #editor) .es\:p-5 {
|
|
2496
2496
|
padding: calc(var(--es-spacing) * 5);
|
|
2497
2497
|
}
|
|
2498
2498
|
|
|
2499
|
-
:is(body, #wpwrap #editor
|
|
2499
|
+
:is(body, #wpwrap #editor) .es\:p-\[0\.1875rem\] {
|
|
2500
2500
|
padding: .1875rem;
|
|
2501
2501
|
}
|
|
2502
2502
|
|
|
2503
|
-
:is(body, #wpwrap #editor
|
|
2503
|
+
:is(body, #wpwrap #editor) .es\:p-px {
|
|
2504
2504
|
padding: 1px;
|
|
2505
2505
|
}
|
|
2506
2506
|
|
|
2507
|
-
:is(body, #wpwrap #editor
|
|
2507
|
+
:is(body, #wpwrap #editor) .es\:px-0\! {
|
|
2508
2508
|
padding-inline: calc(var(--es-spacing) * 0) !important;
|
|
2509
2509
|
}
|
|
2510
2510
|
|
|
2511
|
-
:is(body, #wpwrap #editor
|
|
2511
|
+
:is(body, #wpwrap #editor) .es\:px-0\.5 {
|
|
2512
2512
|
padding-inline: calc(var(--es-spacing) * .5);
|
|
2513
2513
|
}
|
|
2514
2514
|
|
|
2515
|
-
:is(body, #wpwrap #editor
|
|
2515
|
+
:is(body, #wpwrap #editor) .es\:px-1 {
|
|
2516
2516
|
padding-inline: calc(var(--es-spacing) * 1);
|
|
2517
2517
|
}
|
|
2518
2518
|
|
|
2519
|
-
:is(body, #wpwrap #editor
|
|
2519
|
+
:is(body, #wpwrap #editor) .es\:px-1\.5 {
|
|
2520
2520
|
padding-inline: calc(var(--es-spacing) * 1.5);
|
|
2521
2521
|
}
|
|
2522
2522
|
|
|
2523
|
-
:is(body, #wpwrap #editor
|
|
2523
|
+
:is(body, #wpwrap #editor) .es\:px-2 {
|
|
2524
2524
|
padding-inline: calc(var(--es-spacing) * 2);
|
|
2525
2525
|
}
|
|
2526
2526
|
|
|
2527
|
-
:is(body, #wpwrap #editor
|
|
2527
|
+
:is(body, #wpwrap #editor) .es\:px-3 {
|
|
2528
2528
|
padding-inline: calc(var(--es-spacing) * 3);
|
|
2529
2529
|
}
|
|
2530
2530
|
|
|
2531
|
-
:is(body, #wpwrap #editor
|
|
2531
|
+
:is(body, #wpwrap #editor) .es\:px-4 {
|
|
2532
2532
|
padding-inline: calc(var(--es-spacing) * 4);
|
|
2533
2533
|
}
|
|
2534
2534
|
|
|
2535
|
-
:is(body, #wpwrap #editor
|
|
2535
|
+
:is(body, #wpwrap #editor) .es\:py-0\.5 {
|
|
2536
2536
|
padding-block: calc(var(--es-spacing) * .5);
|
|
2537
2537
|
}
|
|
2538
2538
|
|
|
2539
|
-
:is(body, #wpwrap #editor
|
|
2539
|
+
:is(body, #wpwrap #editor) .es\:py-1 {
|
|
2540
2540
|
padding-block: calc(var(--es-spacing) * 1);
|
|
2541
2541
|
}
|
|
2542
2542
|
|
|
2543
|
-
:is(body, #wpwrap #editor
|
|
2543
|
+
:is(body, #wpwrap #editor) .es\:py-1\! {
|
|
2544
2544
|
padding-block: calc(var(--es-spacing) * 1) !important;
|
|
2545
2545
|
}
|
|
2546
2546
|
|
|
2547
|
-
:is(body, #wpwrap #editor
|
|
2547
|
+
:is(body, #wpwrap #editor) .es\:py-1\.5 {
|
|
2548
2548
|
padding-block: calc(var(--es-spacing) * 1.5);
|
|
2549
2549
|
}
|
|
2550
2550
|
|
|
2551
|
-
:is(body, #wpwrap #editor
|
|
2551
|
+
:is(body, #wpwrap #editor) .es\:py-2 {
|
|
2552
2552
|
padding-block: calc(var(--es-spacing) * 2);
|
|
2553
2553
|
}
|
|
2554
2554
|
|
|
2555
|
-
:is(body, #wpwrap #editor
|
|
2555
|
+
:is(body, #wpwrap #editor) .es\:py-2\.5 {
|
|
2556
2556
|
padding-block: calc(var(--es-spacing) * 2.5);
|
|
2557
2557
|
}
|
|
2558
2558
|
|
|
2559
|
-
:is(body, #wpwrap #editor
|
|
2559
|
+
:is(body, #wpwrap #editor) .es\:py-3 {
|
|
2560
2560
|
padding-block: calc(var(--es-spacing) * 3);
|
|
2561
2561
|
}
|
|
2562
2562
|
|
|
2563
|
-
:is(body, #wpwrap #editor
|
|
2563
|
+
:is(body, #wpwrap #editor) .es\:py-4 {
|
|
2564
2564
|
padding-block: calc(var(--es-spacing) * 4);
|
|
2565
2565
|
}
|
|
2566
2566
|
|
|
2567
|
-
:is(body, #wpwrap #editor
|
|
2567
|
+
:is(body, #wpwrap #editor) .es\:pt-1 {
|
|
2568
2568
|
padding-top: calc(var(--es-spacing) * 1);
|
|
2569
2569
|
}
|
|
2570
2570
|
|
|
2571
|
-
:is(body, #wpwrap #editor
|
|
2571
|
+
:is(body, #wpwrap #editor) .es\:pt-1\! {
|
|
2572
2572
|
padding-top: calc(var(--es-spacing) * 1) !important;
|
|
2573
2573
|
}
|
|
2574
2574
|
|
|
2575
|
-
:is(body, #wpwrap #editor
|
|
2575
|
+
:is(body, #wpwrap #editor) .es\:pt-2 {
|
|
2576
2576
|
padding-top: calc(var(--es-spacing) * 2);
|
|
2577
2577
|
}
|
|
2578
2578
|
|
|
2579
|
-
:is(body, #wpwrap #editor
|
|
2579
|
+
:is(body, #wpwrap #editor) .es\:pt-2\.25 {
|
|
2580
2580
|
padding-top: calc(var(--es-spacing) * 2.25);
|
|
2581
2581
|
}
|
|
2582
2582
|
|
|
2583
|
-
:is(body, #wpwrap #editor
|
|
2583
|
+
:is(body, #wpwrap #editor) .es\:pr-0 {
|
|
2584
2584
|
padding-right: calc(var(--es-spacing) * 0);
|
|
2585
2585
|
}
|
|
2586
2586
|
|
|
2587
|
-
:is(body, #wpwrap #editor
|
|
2587
|
+
:is(body, #wpwrap #editor) .es\:pr-0\.5 {
|
|
2588
2588
|
padding-right: calc(var(--es-spacing) * .5);
|
|
2589
2589
|
}
|
|
2590
2590
|
|
|
2591
|
-
:is(body, #wpwrap #editor
|
|
2591
|
+
:is(body, #wpwrap #editor) .es\:pr-1 {
|
|
2592
2592
|
padding-right: calc(var(--es-spacing) * 1);
|
|
2593
2593
|
}
|
|
2594
2594
|
|
|
2595
|
-
:is(body, #wpwrap #editor
|
|
2595
|
+
:is(body, #wpwrap #editor) .es\:pr-1\.5 {
|
|
2596
2596
|
padding-right: calc(var(--es-spacing) * 1.5);
|
|
2597
2597
|
}
|
|
2598
2598
|
|
|
2599
|
-
:is(body, #wpwrap #editor
|
|
2599
|
+
:is(body, #wpwrap #editor) .es\:pr-2 {
|
|
2600
2600
|
padding-right: calc(var(--es-spacing) * 2);
|
|
2601
2601
|
}
|
|
2602
2602
|
|
|
2603
|
-
:is(body, #wpwrap #editor
|
|
2603
|
+
:is(body, #wpwrap #editor) .es\:pr-3 {
|
|
2604
2604
|
padding-right: calc(var(--es-spacing) * 3);
|
|
2605
2605
|
}
|
|
2606
2606
|
|
|
2607
|
-
:is(body, #wpwrap #editor
|
|
2607
|
+
:is(body, #wpwrap #editor) .es\:pr-6 {
|
|
2608
2608
|
padding-right: calc(var(--es-spacing) * 6);
|
|
2609
2609
|
}
|
|
2610
2610
|
|
|
2611
|
-
:is(body, #wpwrap #editor
|
|
2611
|
+
:is(body, #wpwrap #editor) .es\:pr-10 {
|
|
2612
2612
|
padding-right: calc(var(--es-spacing) * 10);
|
|
2613
2613
|
}
|
|
2614
2614
|
|
|
2615
|
-
:is(body, #wpwrap #editor
|
|
2615
|
+
:is(body, #wpwrap #editor) .es\:pb-0\! {
|
|
2616
2616
|
padding-bottom: calc(var(--es-spacing) * 0) !important;
|
|
2617
2617
|
}
|
|
2618
2618
|
|
|
2619
|
-
:is(body, #wpwrap #editor
|
|
2619
|
+
:is(body, #wpwrap #editor) .es\:pb-0\.5 {
|
|
2620
2620
|
padding-bottom: calc(var(--es-spacing) * .5);
|
|
2621
2621
|
}
|
|
2622
2622
|
|
|
2623
|
-
:is(body, #wpwrap #editor
|
|
2623
|
+
:is(body, #wpwrap #editor) .es\:pb-1\.75 {
|
|
2624
2624
|
padding-bottom: calc(var(--es-spacing) * 1.75);
|
|
2625
2625
|
}
|
|
2626
2626
|
|
|
2627
|
-
:is(body, #wpwrap #editor
|
|
2627
|
+
:is(body, #wpwrap #editor) .es\:pb-2\.5 {
|
|
2628
2628
|
padding-bottom: calc(var(--es-spacing) * 2.5);
|
|
2629
2629
|
}
|
|
2630
2630
|
|
|
2631
|
-
:is(body, #wpwrap #editor
|
|
2631
|
+
:is(body, #wpwrap #editor) .es\:pb-3\.5 {
|
|
2632
2632
|
padding-bottom: calc(var(--es-spacing) * 3.5);
|
|
2633
2633
|
}
|
|
2634
2634
|
|
|
2635
|
-
:is(body, #wpwrap #editor
|
|
2635
|
+
:is(body, #wpwrap #editor) .es\:pb-4 {
|
|
2636
2636
|
padding-bottom: calc(var(--es-spacing) * 4);
|
|
2637
2637
|
}
|
|
2638
2638
|
|
|
2639
|
-
:is(body, #wpwrap #editor
|
|
2639
|
+
:is(body, #wpwrap #editor) .es\:pl-1 {
|
|
2640
2640
|
padding-left: calc(var(--es-spacing) * 1);
|
|
2641
2641
|
}
|
|
2642
2642
|
|
|
2643
|
-
:is(body, #wpwrap #editor
|
|
2643
|
+
:is(body, #wpwrap #editor) .es\:pl-1\.5 {
|
|
2644
2644
|
padding-left: calc(var(--es-spacing) * 1.5);
|
|
2645
2645
|
}
|
|
2646
2646
|
|
|
2647
|
-
:is(body, #wpwrap #editor
|
|
2647
|
+
:is(body, #wpwrap #editor) .es\:pl-2 {
|
|
2648
2648
|
padding-left: calc(var(--es-spacing) * 2);
|
|
2649
2649
|
}
|
|
2650
2650
|
|
|
2651
|
-
:is(body, #wpwrap #editor
|
|
2651
|
+
:is(body, #wpwrap #editor) .es\:pl-3 {
|
|
2652
2652
|
padding-left: calc(var(--es-spacing) * 3);
|
|
2653
2653
|
}
|
|
2654
2654
|
|
|
2655
|
-
:is(body, #wpwrap #editor
|
|
2655
|
+
:is(body, #wpwrap #editor) .es\:pl-4 {
|
|
2656
2656
|
padding-left: calc(var(--es-spacing) * 4);
|
|
2657
2657
|
}
|
|
2658
2658
|
|
|
2659
|
-
:is(body, #wpwrap #editor
|
|
2659
|
+
:is(body, #wpwrap #editor) .es\:pl-px {
|
|
2660
2660
|
padding-left: 1px;
|
|
2661
2661
|
}
|
|
2662
2662
|
|
|
2663
|
-
:is(body, #wpwrap #editor
|
|
2663
|
+
:is(body, #wpwrap #editor) .es\:text-center {
|
|
2664
2664
|
text-align: center;
|
|
2665
2665
|
}
|
|
2666
2666
|
|
|
2667
|
-
:is(body, #wpwrap #editor
|
|
2667
|
+
:is(body, #wpwrap #editor) .es\:text-left {
|
|
2668
2668
|
text-align: left;
|
|
2669
2669
|
}
|
|
2670
2670
|
|
|
2671
|
-
:is(body, #wpwrap #editor
|
|
2671
|
+
:is(body, #wpwrap #editor) .es\:text-start {
|
|
2672
2672
|
text-align: start;
|
|
2673
2673
|
}
|
|
2674
2674
|
|
|
2675
|
-
:is(body, #wpwrap #editor
|
|
2675
|
+
:is(body, #wpwrap #editor) .es\:align-middle {
|
|
2676
2676
|
vertical-align: middle;
|
|
2677
2677
|
}
|
|
2678
2678
|
|
|
2679
|
-
:is(body, #wpwrap #editor
|
|
2679
|
+
:is(body, #wpwrap #editor) .es\:font-mono {
|
|
2680
2680
|
font-family: var(--es-font-mono);
|
|
2681
2681
|
}
|
|
2682
2682
|
|
|
2683
|
-
:is(body, #wpwrap #editor
|
|
2683
|
+
:is(body, #wpwrap #editor) .es\:text-2xl {
|
|
2684
2684
|
font-size: var(--es-text-2xl);
|
|
2685
2685
|
line-height: var(--tw-leading, var(--es-text-2xl--line-height));
|
|
2686
2686
|
}
|
|
2687
2687
|
|
|
2688
|
-
:is(body, #wpwrap #editor
|
|
2688
|
+
:is(body, #wpwrap #editor) .es\:text-base {
|
|
2689
2689
|
font-size: var(--es-text-base);
|
|
2690
2690
|
line-height: var(--tw-leading, var(--es-text-base--line-height));
|
|
2691
2691
|
}
|
|
2692
2692
|
|
|
2693
|
-
:is(body, #wpwrap #editor
|
|
2693
|
+
:is(body, #wpwrap #editor) .es\:text-lg {
|
|
2694
2694
|
font-size: var(--es-text-lg);
|
|
2695
2695
|
line-height: var(--tw-leading, var(--es-text-lg--line-height));
|
|
2696
2696
|
}
|
|
2697
2697
|
|
|
2698
|
-
:is(body, #wpwrap #editor
|
|
2698
|
+
:is(body, #wpwrap #editor) .es\:text-sm {
|
|
2699
2699
|
font-size: var(--es-text-sm);
|
|
2700
2700
|
line-height: var(--tw-leading, var(--es-text-sm--line-height));
|
|
2701
2701
|
}
|
|
2702
2702
|
|
|
2703
|
-
:is(body, #wpwrap #editor
|
|
2703
|
+
:is(body, #wpwrap #editor) .es\:text-xs {
|
|
2704
2704
|
font-size: var(--es-text-xs);
|
|
2705
2705
|
line-height: var(--tw-leading, var(--es-text-xs--line-height));
|
|
2706
2706
|
}
|
|
2707
2707
|
|
|
2708
|
-
:is(body, #wpwrap #editor
|
|
2708
|
+
:is(body, #wpwrap #editor) .es\:text-\[0\.6875rem\] {
|
|
2709
2709
|
font-size: .6875rem;
|
|
2710
2710
|
}
|
|
2711
2711
|
|
|
2712
|
-
:is(body, #wpwrap #editor
|
|
2712
|
+
:is(body, #wpwrap #editor) .es\:leading-3 {
|
|
2713
2713
|
--tw-leading: calc(var(--es-spacing) * 3);
|
|
2714
2714
|
line-height: calc(var(--es-spacing) * 3);
|
|
2715
2715
|
}
|
|
2716
2716
|
|
|
2717
|
-
:is(body, #wpwrap #editor
|
|
2717
|
+
:is(body, #wpwrap #editor) .es\:leading-none {
|
|
2718
2718
|
--tw-leading: 1;
|
|
2719
2719
|
line-height: 1;
|
|
2720
2720
|
}
|
|
2721
2721
|
|
|
2722
|
-
:is(body, #wpwrap #editor
|
|
2722
|
+
:is(body, #wpwrap #editor) .es\:leading-tight {
|
|
2723
2723
|
--tw-leading: var(--es-leading-tight);
|
|
2724
2724
|
line-height: var(--es-leading-tight);
|
|
2725
2725
|
}
|
|
2726
2726
|
|
|
2727
|
-
:is(body, #wpwrap #editor
|
|
2727
|
+
:is(body, #wpwrap #editor) .es\:font-\[450\] {
|
|
2728
2728
|
--tw-font-weight: 450;
|
|
2729
2729
|
font-weight: 450;
|
|
2730
2730
|
}
|
|
2731
2731
|
|
|
2732
|
-
:is(body, #wpwrap #editor
|
|
2732
|
+
:is(body, #wpwrap #editor) .es\:font-medium {
|
|
2733
2733
|
--tw-font-weight: var(--es-font-weight-medium);
|
|
2734
2734
|
font-weight: var(--es-font-weight-medium);
|
|
2735
2735
|
}
|
|
2736
2736
|
|
|
2737
|
-
:is(body, #wpwrap #editor
|
|
2737
|
+
:is(body, #wpwrap #editor) .es\:font-semibold {
|
|
2738
2738
|
--tw-font-weight: var(--es-font-weight-semibold);
|
|
2739
2739
|
font-weight: var(--es-font-weight-semibold);
|
|
2740
2740
|
}
|
|
2741
2741
|
|
|
2742
|
-
:is(body, #wpwrap #editor
|
|
2742
|
+
:is(body, #wpwrap #editor) .es\:tracking-tight {
|
|
2743
2743
|
--tw-tracking: var(--es-tracking-tight);
|
|
2744
2744
|
letter-spacing: var(--es-tracking-tight);
|
|
2745
2745
|
}
|
|
2746
2746
|
|
|
2747
|
-
:is(body, #wpwrap #editor
|
|
2747
|
+
:is(body, #wpwrap #editor) .es\:tracking-tighter {
|
|
2748
2748
|
--tw-tracking: var(--es-tracking-tighter);
|
|
2749
2749
|
letter-spacing: var(--es-tracking-tighter);
|
|
2750
2750
|
}
|
|
2751
2751
|
|
|
2752
|
-
:is(body, #wpwrap #editor
|
|
2752
|
+
:is(body, #wpwrap #editor) .es\:text-balance {
|
|
2753
2753
|
text-wrap: balance;
|
|
2754
2754
|
}
|
|
2755
2755
|
|
|
2756
|
-
:is(body, #wpwrap #editor
|
|
2756
|
+
:is(body, #wpwrap #editor) .es\:text-accent-500 {
|
|
2757
2757
|
color: var(--es-color-accent-500);
|
|
2758
2758
|
}
|
|
2759
2759
|
|
|
2760
|
-
:is(body, #wpwrap #editor
|
|
2760
|
+
:is(body, #wpwrap #editor) .es\:text-accent-600\! {
|
|
2761
2761
|
color: var(--es-color-accent-600) !important;
|
|
2762
2762
|
}
|
|
2763
2763
|
|
|
2764
|
-
:is(body, #wpwrap #editor
|
|
2764
|
+
:is(body, #wpwrap #editor) .es\:text-accent-700 {
|
|
2765
2765
|
color: var(--es-color-accent-700);
|
|
2766
2766
|
}
|
|
2767
2767
|
|
|
2768
|
-
:is(body, #wpwrap #editor
|
|
2768
|
+
:is(body, #wpwrap #editor) .es\:text-accent-800 {
|
|
2769
2769
|
color: var(--es-color-accent-800);
|
|
2770
2770
|
}
|
|
2771
2771
|
|
|
2772
|
-
:is(body, #wpwrap #editor
|
|
2772
|
+
:is(body, #wpwrap #editor) .es\:text-accent-950 {
|
|
2773
2773
|
color: var(--es-color-accent-950);
|
|
2774
2774
|
}
|
|
2775
2775
|
|
|
2776
|
-
:is(body, #wpwrap #editor
|
|
2776
|
+
:is(body, #wpwrap #editor) .es\:text-amber-500 {
|
|
2777
2777
|
color: var(--es-color-amber-500);
|
|
2778
2778
|
}
|
|
2779
2779
|
|
|
2780
|
-
:is(body, #wpwrap #editor
|
|
2780
|
+
:is(body, #wpwrap #editor) .es\:text-amber-900 {
|
|
2781
2781
|
color: var(--es-color-amber-900);
|
|
2782
2782
|
}
|
|
2783
2783
|
|
|
2784
|
-
:is(body, #wpwrap #editor
|
|
2784
|
+
:is(body, #wpwrap #editor) .es\:text-amber-950 {
|
|
2785
2785
|
color: var(--es-color-amber-950);
|
|
2786
2786
|
}
|
|
2787
2787
|
|
|
2788
|
-
:is(body, #wpwrap #editor
|
|
2788
|
+
:is(body, #wpwrap #editor) .es\:text-amber-950\/60 {
|
|
2789
2789
|
color: color-mix(in oklab, var(--es-color-amber-950) 60%, transparent);
|
|
2790
2790
|
}
|
|
2791
2791
|
|
|
2792
|
-
:is(body, #wpwrap #editor
|
|
2792
|
+
:is(body, #wpwrap #editor) .es\:text-black {
|
|
2793
2793
|
color: var(--es-color-black);
|
|
2794
2794
|
}
|
|
2795
2795
|
|
|
2796
|
-
:is(body, #wpwrap #editor
|
|
2796
|
+
:is(body, #wpwrap #editor) .es\:text-blue-400 {
|
|
2797
2797
|
color: var(--es-color-blue-400);
|
|
2798
2798
|
}
|
|
2799
2799
|
|
|
2800
|
-
:is(body, #wpwrap #editor
|
|
2800
|
+
:is(body, #wpwrap #editor) .es\:text-blue-500 {
|
|
2801
2801
|
color: var(--es-color-blue-500);
|
|
2802
2802
|
}
|
|
2803
2803
|
|
|
2804
|
-
:is(body, #wpwrap #editor
|
|
2804
|
+
:is(body, #wpwrap #editor) .es\:text-blue-900 {
|
|
2805
2805
|
color: var(--es-color-blue-900);
|
|
2806
2806
|
}
|
|
2807
2807
|
|
|
2808
|
-
:is(body, #wpwrap #editor
|
|
2808
|
+
:is(body, #wpwrap #editor) .es\:text-blue-950\/60 {
|
|
2809
2809
|
color: color-mix(in oklab, var(--es-color-blue-950) 60%, transparent);
|
|
2810
2810
|
}
|
|
2811
2811
|
|
|
2812
|
-
:is(body, #wpwrap #editor
|
|
2812
|
+
:is(body, #wpwrap #editor) .es\:text-cyan-500 {
|
|
2813
2813
|
color: var(--es-color-cyan-500);
|
|
2814
2814
|
}
|
|
2815
2815
|
|
|
2816
|
-
:is(body, #wpwrap #editor
|
|
2816
|
+
:is(body, #wpwrap #editor) .es\:text-fuchsia-500 {
|
|
2817
2817
|
color: var(--es-color-fuchsia-500);
|
|
2818
2818
|
}
|
|
2819
2819
|
|
|
2820
|
-
:is(body, #wpwrap #editor
|
|
2820
|
+
:is(body, #wpwrap #editor) .es\:text-gray-400 {
|
|
2821
2821
|
color: var(--es-color-gray-400);
|
|
2822
2822
|
}
|
|
2823
2823
|
|
|
2824
|
-
:is(body, #wpwrap #editor
|
|
2824
|
+
:is(body, #wpwrap #editor) .es\:text-gray-500 {
|
|
2825
2825
|
color: var(--es-color-gray-500);
|
|
2826
2826
|
}
|
|
2827
2827
|
|
|
2828
|
-
:is(body, #wpwrap #editor
|
|
2828
|
+
:is(body, #wpwrap #editor) .es\:text-gray-500\/80 {
|
|
2829
2829
|
color: color-mix(in oklab, var(--es-color-gray-500) 80%, transparent);
|
|
2830
2830
|
}
|
|
2831
2831
|
|
|
2832
|
-
:is(body, #wpwrap #editor
|
|
2832
|
+
:is(body, #wpwrap #editor) .es\:text-gray-800 {
|
|
2833
2833
|
color: var(--es-color-gray-800);
|
|
2834
2834
|
}
|
|
2835
2835
|
|
|
2836
|
-
:is(body, #wpwrap #editor
|
|
2836
|
+
:is(body, #wpwrap #editor) .es\:text-green-500 {
|
|
2837
2837
|
color: var(--es-color-green-500);
|
|
2838
2838
|
}
|
|
2839
2839
|
|
|
2840
|
-
:is(body, #wpwrap #editor
|
|
2840
|
+
:is(body, #wpwrap #editor) .es\:text-green-900 {
|
|
2841
2841
|
color: var(--es-color-green-900);
|
|
2842
2842
|
}
|
|
2843
2843
|
|
|
2844
|
-
:is(body, #wpwrap #editor
|
|
2844
|
+
:is(body, #wpwrap #editor) .es\:text-green-950\/60 {
|
|
2845
2845
|
color: color-mix(in oklab, var(--es-color-green-950) 60%, transparent);
|
|
2846
2846
|
}
|
|
2847
2847
|
|
|
2848
|
-
:is(body, #wpwrap #editor
|
|
2848
|
+
:is(body, #wpwrap #editor) .es\:text-indigo-500 {
|
|
2849
2849
|
color: var(--es-color-indigo-500);
|
|
2850
2850
|
}
|
|
2851
2851
|
|
|
2852
|
-
:is(body, #wpwrap #editor
|
|
2852
|
+
:is(body, #wpwrap #editor) .es\:text-lime-500 {
|
|
2853
2853
|
color: var(--es-color-lime-500);
|
|
2854
2854
|
}
|
|
2855
2855
|
|
|
2856
|
-
:is(body, #wpwrap #editor
|
|
2856
|
+
:is(body, #wpwrap #editor) .es\:text-orange-500 {
|
|
2857
2857
|
color: var(--es-color-orange-500);
|
|
2858
2858
|
}
|
|
2859
2859
|
|
|
2860
|
-
:is(body, #wpwrap #editor
|
|
2860
|
+
:is(body, #wpwrap #editor) .es\:text-red-400 {
|
|
2861
2861
|
color: var(--es-color-red-400);
|
|
2862
2862
|
}
|
|
2863
2863
|
|
|
2864
|
-
:is(body, #wpwrap #editor
|
|
2864
|
+
:is(body, #wpwrap #editor) .es\:text-red-500 {
|
|
2865
2865
|
color: var(--es-color-red-500);
|
|
2866
2866
|
}
|
|
2867
2867
|
|
|
2868
|
-
:is(body, #wpwrap #editor
|
|
2868
|
+
:is(body, #wpwrap #editor) .es\:text-red-600 {
|
|
2869
2869
|
color: var(--es-color-red-600);
|
|
2870
2870
|
}
|
|
2871
2871
|
|
|
2872
|
-
:is(body, #wpwrap #editor
|
|
2872
|
+
:is(body, #wpwrap #editor) .es\:text-red-800 {
|
|
2873
2873
|
color: var(--es-color-red-800);
|
|
2874
2874
|
}
|
|
2875
2875
|
|
|
2876
|
-
:is(body, #wpwrap #editor
|
|
2876
|
+
:is(body, #wpwrap #editor) .es\:text-red-900 {
|
|
2877
2877
|
color: var(--es-color-red-900);
|
|
2878
2878
|
}
|
|
2879
2879
|
|
|
2880
|
-
:is(body, #wpwrap #editor
|
|
2880
|
+
:is(body, #wpwrap #editor) .es\:text-red-950\/60 {
|
|
2881
2881
|
color: color-mix(in oklab, var(--es-color-red-950) 60%, transparent);
|
|
2882
2882
|
}
|
|
2883
2883
|
|
|
2884
|
-
:is(body, #wpwrap #editor
|
|
2884
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-100 {
|
|
2885
2885
|
color: var(--es-color-secondary-100);
|
|
2886
2886
|
}
|
|
2887
2887
|
|
|
2888
|
-
:is(body, #wpwrap #editor
|
|
2888
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-300 {
|
|
2889
2889
|
color: var(--es-color-secondary-300);
|
|
2890
2890
|
}
|
|
2891
2891
|
|
|
2892
|
-
:is(body, #wpwrap #editor
|
|
2892
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-400 {
|
|
2893
2893
|
color: var(--es-color-secondary-400);
|
|
2894
2894
|
}
|
|
2895
2895
|
|
|
2896
|
-
:is(body, #wpwrap #editor
|
|
2896
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-500 {
|
|
2897
2897
|
color: var(--es-color-secondary-500);
|
|
2898
2898
|
}
|
|
2899
2899
|
|
|
2900
|
-
:is(body, #wpwrap #editor
|
|
2900
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-500\! {
|
|
2901
2901
|
color: var(--es-color-secondary-500) !important;
|
|
2902
2902
|
}
|
|
2903
2903
|
|
|
2904
|
-
:is(body, #wpwrap #editor
|
|
2904
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-600 {
|
|
2905
2905
|
color: var(--es-color-secondary-600);
|
|
2906
2906
|
}
|
|
2907
2907
|
|
|
2908
|
-
:is(body, #wpwrap #editor
|
|
2908
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-600\! {
|
|
2909
2909
|
color: var(--es-color-secondary-600) !important;
|
|
2910
2910
|
}
|
|
2911
2911
|
|
|
2912
|
-
:is(body, #wpwrap #editor
|
|
2912
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-700 {
|
|
2913
2913
|
color: var(--es-color-secondary-700);
|
|
2914
2914
|
}
|
|
2915
2915
|
|
|
2916
|
-
:is(body, #wpwrap #editor
|
|
2916
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-800 {
|
|
2917
2917
|
color: var(--es-color-secondary-800);
|
|
2918
2918
|
}
|
|
2919
2919
|
|
|
2920
|
-
:is(body, #wpwrap #editor
|
|
2920
|
+
:is(body, #wpwrap #editor) .es\:text-secondary-900 {
|
|
2921
2921
|
color: var(--es-color-secondary-900);
|
|
2922
2922
|
}
|
|
2923
2923
|
|
|
2924
|
-
:is(body, #wpwrap #editor
|
|
2924
|
+
:is(body, #wpwrap #editor) .es\:text-slate-500 {
|
|
2925
2925
|
color: var(--es-color-slate-500);
|
|
2926
2926
|
}
|
|
2927
2927
|
|
|
2928
|
-
:is(body, #wpwrap #editor
|
|
2928
|
+
:is(body, #wpwrap #editor) .es\:text-transparent {
|
|
2929
2929
|
color: #0000;
|
|
2930
2930
|
}
|
|
2931
2931
|
|
|
2932
|
-
:is(body, #wpwrap #editor
|
|
2932
|
+
:is(body, #wpwrap #editor) .es\:text-white {
|
|
2933
2933
|
color: var(--es-color-white);
|
|
2934
2934
|
}
|
|
2935
2935
|
|
|
2936
|
-
:is(body, #wpwrap #editor
|
|
2936
|
+
:is(body, #wpwrap #editor) .es\:text-white\! {
|
|
2937
2937
|
color: var(--es-color-white) !important;
|
|
2938
2938
|
}
|
|
2939
2939
|
|
|
2940
|
-
:is(body, #wpwrap #editor
|
|
2940
|
+
:is(body, #wpwrap #editor) .es\:text-yellow-400 {
|
|
2941
2941
|
color: var(--es-color-yellow-400);
|
|
2942
2942
|
}
|
|
2943
2943
|
|
|
2944
|
-
:is(body, #wpwrap #editor
|
|
2944
|
+
:is(body, #wpwrap #editor) .es\:italic {
|
|
2945
2945
|
font-style: italic;
|
|
2946
2946
|
}
|
|
2947
2947
|
|
|
2948
|
-
:is(body, #wpwrap #editor
|
|
2948
|
+
:is(body, #wpwrap #editor) .es\:tabular-nums {
|
|
2949
2949
|
--tw-numeric-spacing: tabular-nums;
|
|
2950
2950
|
font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
|
|
2951
2951
|
}
|
|
2952
2952
|
|
|
2953
|
-
:is(body, #wpwrap #editor
|
|
2953
|
+
:is(body, #wpwrap #editor) .es\:opacity-0 {
|
|
2954
2954
|
opacity: 0;
|
|
2955
2955
|
}
|
|
2956
2956
|
|
|
2957
|
-
:is(body, #wpwrap #editor
|
|
2957
|
+
:is(body, #wpwrap #editor) .es\:opacity-40 {
|
|
2958
2958
|
opacity: .4;
|
|
2959
2959
|
}
|
|
2960
2960
|
|
|
2961
|
-
:is(body, #wpwrap #editor
|
|
2961
|
+
:is(body, #wpwrap #editor) .es\:opacity-50 {
|
|
2962
2962
|
opacity: .5;
|
|
2963
2963
|
}
|
|
2964
2964
|
|
|
2965
|
-
:is(body, #wpwrap #editor
|
|
2965
|
+
:is(body, #wpwrap #editor) .es\:opacity-55 {
|
|
2966
2966
|
opacity: .55;
|
|
2967
2967
|
}
|
|
2968
2968
|
|
|
2969
|
-
:is(body, #wpwrap #editor
|
|
2969
|
+
:is(body, #wpwrap #editor) .es\:opacity-65 {
|
|
2970
2970
|
opacity: .65;
|
|
2971
2971
|
}
|
|
2972
2972
|
|
|
2973
|
-
:is(body, #wpwrap #editor
|
|
2973
|
+
:is(body, #wpwrap #editor) .es\:inset-ring {
|
|
2974
2974
|
--tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentColor);
|
|
2975
2975
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2976
2976
|
}
|
|
2977
2977
|
|
|
2978
|
-
:is(body, #wpwrap #editor
|
|
2978
|
+
:is(body, #wpwrap #editor) .es\:inset-shadow-xs {
|
|
2979
2979
|
--tw-inset-shadow: inset 0 1px 1px var(--tw-inset-shadow-color, #0000000d);
|
|
2980
2980
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2981
2981
|
}
|
|
2982
2982
|
|
|
2983
|
-
:is(body, #wpwrap #editor
|
|
2983
|
+
:is(body, #wpwrap #editor) .es\:ring-1 {
|
|
2984
2984
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
2985
2985
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2986
2986
|
}
|
|
2987
2987
|
|
|
2988
|
-
:is(body, #wpwrap #editor
|
|
2988
|
+
:is(body, #wpwrap #editor) .es\:ring-2 {
|
|
2989
2989
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
2990
2990
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2991
2991
|
}
|
|
2992
2992
|
|
|
2993
|
-
:is(body, #wpwrap #editor
|
|
2993
|
+
:is(body, #wpwrap #editor) .es\:shadow {
|
|
2994
2994
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
|
|
2995
2995
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2996
2996
|
}
|
|
2997
2997
|
|
|
2998
|
-
:is(body, #wpwrap #editor
|
|
2998
|
+
:is(body, #wpwrap #editor) .es\:shadow-\[0_0_0_1px_black\] {
|
|
2999
2999
|
--tw-shadow: 0 0 0 1px var(--tw-shadow-color, black);
|
|
3000
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
3001
|
}
|
|
3002
3002
|
|
|
3003
|
-
:is(body, #wpwrap #editor
|
|
3003
|
+
:is(body, #wpwrap #editor) .es\:shadow-lg {
|
|
3004
3004
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
|
|
3005
3005
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3006
3006
|
}
|
|
3007
3007
|
|
|
3008
|
-
:is(body, #wpwrap #editor
|
|
3008
|
+
:is(body, #wpwrap #editor) .es\:shadow-md {
|
|
3009
3009
|
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
|
|
3010
3010
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3011
3011
|
}
|
|
3012
3012
|
|
|
3013
|
-
:is(body, #wpwrap #editor
|
|
3013
|
+
:is(body, #wpwrap #editor) .es\:shadow-none {
|
|
3014
3014
|
--tw-shadow: 0 0 #0000;
|
|
3015
3015
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3016
3016
|
}
|
|
3017
3017
|
|
|
3018
|
-
:is(body, #wpwrap #editor
|
|
3018
|
+
:is(body, #wpwrap #editor) .es\:shadow-none\! {
|
|
3019
3019
|
--tw-shadow: 0 0 #0000 !important;
|
|
3020
3020
|
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
3021
|
}
|
|
3022
3022
|
|
|
3023
|
-
:is(body, #wpwrap #editor
|
|
3023
|
+
:is(body, #wpwrap #editor) .es\:shadow-sm {
|
|
3024
3024
|
--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
|
|
3025
3025
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3026
3026
|
}
|
|
3027
3027
|
|
|
3028
|
-
:is(body, #wpwrap #editor
|
|
3028
|
+
:is(body, #wpwrap #editor) .es\:shadow-xl {
|
|
3029
3029
|
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
|
|
3030
3030
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3031
3031
|
}
|
|
3032
3032
|
|
|
3033
|
-
:is(body, #wpwrap #editor
|
|
3033
|
+
:is(body, #wpwrap #editor) .es\:shadow-xs {
|
|
3034
3034
|
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
|
|
3035
3035
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3036
3036
|
}
|
|
3037
3037
|
|
|
3038
|
-
:is(body, #wpwrap #editor
|
|
3038
|
+
:is(body, #wpwrap #editor) .es\:shadow-accent-500\/25 {
|
|
3039
3039
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-500) 25%, transparent);
|
|
3040
3040
|
}
|
|
3041
3041
|
|
|
3042
|
-
:is(body, #wpwrap #editor
|
|
3042
|
+
:is(body, #wpwrap #editor) .es\:shadow-accent-500\/30 {
|
|
3043
3043
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-500) 30%, transparent);
|
|
3044
3044
|
}
|
|
3045
3045
|
|
|
3046
|
-
:is(body, #wpwrap #editor
|
|
3046
|
+
:is(body, #wpwrap #editor) .es\:shadow-accent-600\/25 {
|
|
3047
3047
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-600) 25%, transparent);
|
|
3048
3048
|
}
|
|
3049
3049
|
|
|
3050
|
-
:is(body, #wpwrap #editor
|
|
3050
|
+
:is(body, #wpwrap #editor) .es\:shadow-accent-600\/30 {
|
|
3051
3051
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-600) 30%, transparent);
|
|
3052
3052
|
}
|
|
3053
3053
|
|
|
3054
|
-
:is(body, #wpwrap #editor
|
|
3054
|
+
:is(body, #wpwrap #editor) .es\:shadow-accent-600\/50 {
|
|
3055
3055
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-600) 50%, transparent);
|
|
3056
3056
|
}
|
|
3057
3057
|
|
|
3058
|
-
:is(body, #wpwrap #editor
|
|
3058
|
+
:is(body, #wpwrap #editor) .es\:shadow-accent-900\/60 {
|
|
3059
3059
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-900) 60%, transparent);
|
|
3060
3060
|
}
|
|
3061
3061
|
|
|
3062
|
-
:is(body, #wpwrap #editor
|
|
3062
|
+
:is(body, #wpwrap #editor) .es\:shadow-amber-500\/15 {
|
|
3063
3063
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-amber-500) 15%, transparent);
|
|
3064
3064
|
}
|
|
3065
3065
|
|
|
3066
|
-
:is(body, #wpwrap #editor
|
|
3066
|
+
:is(body, #wpwrap #editor) .es\:shadow-blue-500\/15 {
|
|
3067
3067
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-blue-500) 15%, transparent);
|
|
3068
3068
|
}
|
|
3069
3069
|
|
|
3070
|
-
:is(body, #wpwrap #editor
|
|
3070
|
+
:is(body, #wpwrap #editor) .es\:shadow-green-500\/15 {
|
|
3071
3071
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-green-500) 15%, transparent);
|
|
3072
3072
|
}
|
|
3073
3073
|
|
|
3074
|
-
:is(body, #wpwrap #editor
|
|
3074
|
+
:is(body, #wpwrap #editor) .es\:shadow-red-500\/15 {
|
|
3075
3075
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-red-500) 15%, transparent);
|
|
3076
3076
|
}
|
|
3077
3077
|
|
|
3078
|
-
:is(body, #wpwrap #editor
|
|
3078
|
+
:is(body, #wpwrap #editor) .es\:shadow-red-500\/20 {
|
|
3079
3079
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-red-500) 20%, transparent);
|
|
3080
3080
|
}
|
|
3081
3081
|
|
|
3082
|
-
:is(body, #wpwrap #editor
|
|
3082
|
+
:is(body, #wpwrap #editor) .es\:shadow-secondary-300\/25 {
|
|
3083
3083
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-secondary-300) 25%, transparent);
|
|
3084
3084
|
}
|
|
3085
3085
|
|
|
3086
|
-
:is(body, #wpwrap #editor
|
|
3086
|
+
:is(body, #wpwrap #editor) .es\:ring-accent-500\/50 {
|
|
3087
3087
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
3088
3088
|
}
|
|
3089
3089
|
|
|
3090
|
-
:is(body, #wpwrap #editor
|
|
3090
|
+
:is(body, #wpwrap #editor) .es\:ring-black {
|
|
3091
3091
|
--tw-ring-color: var(--es-color-black);
|
|
3092
3092
|
}
|
|
3093
3093
|
|
|
3094
|
-
:is(body, #wpwrap #editor
|
|
3094
|
+
:is(body, #wpwrap #editor) .es\:inset-shadow-accent-400\/75 {
|
|
3095
3095
|
--tw-inset-shadow-color: color-mix(in oklab, var(--es-color-accent-400) 75%, transparent);
|
|
3096
3096
|
}
|
|
3097
3097
|
|
|
3098
|
-
:is(body, #wpwrap #editor
|
|
3098
|
+
:is(body, #wpwrap #editor) .es\:inset-shadow-red-50 {
|
|
3099
3099
|
--tw-inset-shadow-color: var(--es-color-red-50);
|
|
3100
3100
|
}
|
|
3101
3101
|
|
|
3102
|
-
:is(body, #wpwrap #editor
|
|
3102
|
+
:is(body, #wpwrap #editor) .es\:inset-shadow-secondary-100\/50 {
|
|
3103
3103
|
--tw-inset-shadow-color: color-mix(in oklab, var(--es-color-secondary-100) 50%, transparent);
|
|
3104
3104
|
}
|
|
3105
3105
|
|
|
3106
|
-
:is(body, #wpwrap #editor
|
|
3106
|
+
:is(body, #wpwrap #editor) .es\:inset-ring-accent-500 {
|
|
3107
3107
|
--tw-inset-ring-color: var(--es-color-accent-500);
|
|
3108
3108
|
}
|
|
3109
3109
|
|
|
3110
|
-
:is(body, #wpwrap #editor
|
|
3110
|
+
:is(body, #wpwrap #editor) .es\:inset-ring-accent-600 {
|
|
3111
3111
|
--tw-inset-ring-color: var(--es-color-accent-600);
|
|
3112
3112
|
}
|
|
3113
3113
|
|
|
3114
|
-
:is(body, #wpwrap #editor
|
|
3114
|
+
:is(body, #wpwrap #editor) .es\:inset-ring-red-100 {
|
|
3115
3115
|
--tw-inset-ring-color: var(--es-color-red-100);
|
|
3116
3116
|
}
|
|
3117
3117
|
|
|
3118
|
-
:is(body, #wpwrap #editor
|
|
3118
|
+
:is(body, #wpwrap #editor) .es\:inset-ring-secondary-100 {
|
|
3119
3119
|
--tw-inset-ring-color: var(--es-color-secondary-100);
|
|
3120
3120
|
}
|
|
3121
3121
|
|
|
3122
|
-
:is(body, #wpwrap #editor
|
|
3122
|
+
:is(body, #wpwrap #editor) .es\:inset-ring-secondary-200\/20 {
|
|
3123
3123
|
--tw-inset-ring-color: color-mix(in oklab, var(--es-color-secondary-200) 20%, transparent);
|
|
3124
3124
|
}
|
|
3125
3125
|
|
|
3126
|
-
:is(body, #wpwrap #editor
|
|
3126
|
+
:is(body, #wpwrap #editor) .es\:outline-hidden {
|
|
3127
3127
|
outline-style: none;
|
|
3128
3128
|
}
|
|
3129
3129
|
|
|
3130
3130
|
@media (forced-colors: active) {
|
|
3131
|
-
:is(body, #wpwrap #editor
|
|
3131
|
+
:is(body, #wpwrap #editor) .es\:outline-hidden {
|
|
3132
3132
|
outline-offset: 2px;
|
|
3133
3133
|
outline: 2px solid #0000;
|
|
3134
3134
|
}
|
|
3135
3135
|
}
|
|
3136
3136
|
|
|
3137
|
-
:is(body, #wpwrap #editor
|
|
3137
|
+
:is(body, #wpwrap #editor) .es\:outline-hidden\! {
|
|
3138
3138
|
outline-style: none !important;
|
|
3139
3139
|
}
|
|
3140
3140
|
|
|
3141
3141
|
@media (forced-colors: active) {
|
|
3142
|
-
:is(body, #wpwrap #editor
|
|
3142
|
+
:is(body, #wpwrap #editor) .es\:outline-hidden\! {
|
|
3143
3143
|
outline-offset: 2px !important;
|
|
3144
3144
|
outline: 2px solid #0000 !important;
|
|
3145
3145
|
}
|
|
3146
3146
|
}
|
|
3147
3147
|
|
|
3148
|
-
:is(body, #wpwrap #editor
|
|
3148
|
+
:is(body, #wpwrap #editor) .es\:blur-\[0\.5px\] {
|
|
3149
3149
|
--tw-blur: blur(.5px);
|
|
3150
3150
|
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
3151
|
}
|
|
3152
3152
|
|
|
3153
|
-
:is(body, #wpwrap #editor
|
|
3153
|
+
:is(body, #wpwrap #editor) .es\:drop-shadow-sm {
|
|
3154
3154
|
--tw-drop-shadow: drop-shadow(var(--es-drop-shadow-sm));
|
|
3155
3155
|
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
3156
|
}
|
|
3157
3157
|
|
|
3158
|
-
:is(body, #wpwrap #editor
|
|
3158
|
+
:is(body, #wpwrap #editor) .es\:grayscale {
|
|
3159
3159
|
--tw-grayscale: grayscale(100%);
|
|
3160
3160
|
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
3161
|
}
|
|
3162
3162
|
|
|
3163
|
-
:is(body, #wpwrap #editor
|
|
3163
|
+
:is(body, #wpwrap #editor) .es\:backdrop-blur {
|
|
3164
3164
|
--tw-backdrop-blur: blur(8px);
|
|
3165
3165
|
-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
3166
|
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
3167
|
}
|
|
3168
3168
|
|
|
3169
|
-
:is(body, #wpwrap #editor
|
|
3169
|
+
:is(body, #wpwrap #editor) .es\:backdrop-blur-3xl {
|
|
3170
3170
|
--tw-backdrop-blur: blur(var(--es-blur-3xl));
|
|
3171
3171
|
-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
3172
|
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
3173
|
}
|
|
3174
3174
|
|
|
3175
|
-
:is(body, #wpwrap #editor
|
|
3175
|
+
:is(body, #wpwrap #editor) .es\:backdrop-blur-lg {
|
|
3176
3176
|
--tw-backdrop-blur: blur(var(--es-blur-lg));
|
|
3177
3177
|
-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
3178
|
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
3179
|
}
|
|
3180
3180
|
|
|
3181
|
-
:is(body, #wpwrap #editor
|
|
3181
|
+
:is(body, #wpwrap #editor) .es\:transition {
|
|
3182
3182
|
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
3183
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3184
3184
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3185
3185
|
}
|
|
3186
3186
|
|
|
3187
|
-
:is(body, #wpwrap #editor
|
|
3187
|
+
:is(body, #wpwrap #editor) .es\:transition-\[box-shadow\,background-color\,filter\,opacity\,border-color\] {
|
|
3188
3188
|
transition-property: box-shadow, background-color, filter, opacity, border-color;
|
|
3189
3189
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3190
3190
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3191
3191
|
}
|
|
3192
3192
|
|
|
3193
|
-
:is(body, #wpwrap #editor
|
|
3193
|
+
:is(body, #wpwrap #editor) .es\:transition-\[grid-template-columns\,margin-block-end\] {
|
|
3194
3194
|
transition-property: grid-template-columns, margin-block-end;
|
|
3195
3195
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3196
3196
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3197
3197
|
}
|
|
3198
3198
|
|
|
3199
|
-
:is(body, #wpwrap #editor
|
|
3199
|
+
:is(body, #wpwrap #editor) .es\:transition-\[grid-template-columns\,margin-block-start\] {
|
|
3200
3200
|
transition-property: grid-template-columns, margin-block-start;
|
|
3201
3201
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3202
3202
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3203
3203
|
}
|
|
3204
3204
|
|
|
3205
|
-
:is(body, #wpwrap #editor
|
|
3205
|
+
:is(body, #wpwrap #editor) .es\:transition-\[padding\] {
|
|
3206
3206
|
transition-property: padding;
|
|
3207
3207
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3208
3208
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3209
3209
|
}
|
|
3210
3210
|
|
|
3211
|
-
:is(body, #wpwrap #editor
|
|
3211
|
+
:is(body, #wpwrap #editor) .es\:transition-\[width\] {
|
|
3212
3212
|
transition-property: width;
|
|
3213
3213
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3214
3214
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3215
3215
|
}
|
|
3216
3216
|
|
|
3217
|
-
:is(body, #wpwrap #editor
|
|
3217
|
+
:is(body, #wpwrap #editor) .es\:transition-colors {
|
|
3218
3218
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
3219
3219
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3220
3220
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3221
3221
|
}
|
|
3222
3222
|
|
|
3223
|
-
:is(body, #wpwrap #editor
|
|
3223
|
+
:is(body, #wpwrap #editor) .es\:transition-opacity {
|
|
3224
3224
|
transition-property: opacity;
|
|
3225
3225
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3226
3226
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3227
3227
|
}
|
|
3228
3228
|
|
|
3229
|
-
:is(body, #wpwrap #editor
|
|
3229
|
+
:is(body, #wpwrap #editor) .es\:transition-transform {
|
|
3230
3230
|
transition-property: transform, translate, scale, rotate;
|
|
3231
3231
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3232
3232
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3233
3233
|
}
|
|
3234
3234
|
|
|
3235
|
-
:is(body, #wpwrap #editor
|
|
3235
|
+
:is(body, #wpwrap #editor) .es\:transition-none {
|
|
3236
3236
|
transition-property: none;
|
|
3237
3237
|
}
|
|
3238
3238
|
|
|
3239
|
-
:is(body, #wpwrap #editor
|
|
3239
|
+
:is(body, #wpwrap #editor) .es\:duration-150 {
|
|
3240
3240
|
--tw-duration: .15s;
|
|
3241
3241
|
transition-duration: .15s;
|
|
3242
3242
|
}
|
|
3243
3243
|
|
|
3244
|
-
:is(body, #wpwrap #editor
|
|
3244
|
+
:is(body, #wpwrap #editor) .es\:duration-200 {
|
|
3245
3245
|
--tw-duration: .2s;
|
|
3246
3246
|
transition-duration: .2s;
|
|
3247
3247
|
}
|
|
3248
3248
|
|
|
3249
|
-
:is(body, #wpwrap #editor
|
|
3249
|
+
:is(body, #wpwrap #editor) .es\:duration-300 {
|
|
3250
3250
|
--tw-duration: .3s;
|
|
3251
3251
|
transition-duration: .3s;
|
|
3252
3252
|
}
|
|
3253
3253
|
|
|
3254
|
-
:is(body, #wpwrap #editor
|
|
3254
|
+
:is(body, #wpwrap #editor) .es\:ease-\[var\(--motion-spring-snappy\)\] {
|
|
3255
3255
|
--tw-ease: var(--motion-spring-snappy);
|
|
3256
3256
|
transition-timing-function: var(--motion-spring-snappy);
|
|
3257
3257
|
}
|
|
3258
3258
|
|
|
3259
|
-
:is(body, #wpwrap #editor
|
|
3259
|
+
:is(body, #wpwrap #editor) .es\:will-change-\[transform\,opacity\] {
|
|
3260
3260
|
will-change: transform, opacity;
|
|
3261
3261
|
}
|
|
3262
3262
|
|
|
3263
|
-
:is(body, #wpwrap #editor
|
|
3263
|
+
:is(body, #wpwrap #editor) .es\:will-change-transform {
|
|
3264
3264
|
will-change: transform;
|
|
3265
3265
|
}
|
|
3266
3266
|
|
|
3267
|
-
:is(body, #wpwrap #editor
|
|
3267
|
+
:is(body, #wpwrap #editor) .es\:accent-text-shadow {
|
|
3268
3268
|
text-shadow: 0 1px 0 color-mix(in oklab, var(--es-color-accent-900) 25%, transparent);
|
|
3269
3269
|
}
|
|
3270
3270
|
|
|
3271
|
-
:is(body, #wpwrap #editor
|
|
3271
|
+
:is(body, #wpwrap #editor) .es\:motion-delay-300\/blur {
|
|
3272
3272
|
--motion-filter-delay: .3s;
|
|
3273
3273
|
}
|
|
3274
3274
|
|
|
3275
|
-
:is(body, #wpwrap #editor
|
|
3275
|
+
:is(body, #wpwrap #editor) .es\:motion-duration-150 {
|
|
3276
3276
|
--motion-duration: .15s;
|
|
3277
3277
|
}
|
|
3278
3278
|
|
|
3279
|
-
:is(body, #wpwrap #editor
|
|
3279
|
+
:is(body, #wpwrap #editor) .es\:motion-duration-200 {
|
|
3280
3280
|
--motion-duration: .2s;
|
|
3281
3281
|
}
|
|
3282
3282
|
|
|
3283
|
-
:is(body, #wpwrap #editor
|
|
3283
|
+
:is(body, #wpwrap #editor) .es\:motion-duration-250 {
|
|
3284
3284
|
--motion-duration: .25s;
|
|
3285
3285
|
}
|
|
3286
3286
|
|
|
3287
|
-
:is(body, #wpwrap #editor
|
|
3287
|
+
:is(body, #wpwrap #editor) .es\:motion-duration-300 {
|
|
3288
3288
|
--motion-duration: .3s;
|
|
3289
3289
|
}
|
|
3290
3290
|
|
|
3291
|
-
:is(body, #wpwrap #editor
|
|
3291
|
+
:is(body, #wpwrap #editor) .es\:motion-duration-1500 {
|
|
3292
3292
|
--motion-duration: 1.5s;
|
|
3293
3293
|
}
|
|
3294
3294
|
|
|
3295
|
-
:is(body, #wpwrap #editor
|
|
3295
|
+
:is(body, #wpwrap #editor) .es\:motion-ease-linear\/opacity {
|
|
3296
3296
|
--motion-opacity-timing: linear;
|
|
3297
3297
|
--motion-opacity-perceptual-duration-multiplier: 1;
|
|
3298
3298
|
}
|
|
3299
3299
|
|
|
3300
|
-
:is(body, #wpwrap #editor
|
|
3300
|
+
:is(body, #wpwrap #editor) .es\:motion-ease-spring-bouncier {
|
|
3301
3301
|
--motion-timing: var(--motion-spring-bouncier);
|
|
3302
3302
|
--motion-perceptual-duration-multiplier: 2.035;
|
|
3303
3303
|
--motion-filter-timing: var(--motion-spring-smooth);
|
|
@@ -3310,74 +3310,74 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
3310
3310
|
--motion-text-color-perceptual-duration-multiplier: 1.66;
|
|
3311
3311
|
}
|
|
3312
3312
|
|
|
3313
|
-
:is(body, #wpwrap #editor
|
|
3313
|
+
:is(body, #wpwrap #editor) .es\:motion-ease-spring-smooth\/scale {
|
|
3314
3314
|
--motion-scale-timing: var(--motion-spring-smooth);
|
|
3315
3315
|
--motion-scale-perceptual-duration-multiplier: 1.66;
|
|
3316
3316
|
}
|
|
3317
3317
|
|
|
3318
|
-
:is(body, #wpwrap #editor
|
|
3318
|
+
:is(body, #wpwrap #editor) .es\:motion-ease-spring-snappy {
|
|
3319
3319
|
--motion-timing: var(--motion-spring-snappy);
|
|
3320
3320
|
--motion-perceptual-duration-multiplier: 1.66;
|
|
3321
3321
|
}
|
|
3322
3322
|
|
|
3323
|
-
:is(body, #wpwrap #editor
|
|
3323
|
+
:is(body, #wpwrap #editor) .es\:motion-ease-spring-snappy\/scale {
|
|
3324
3324
|
--motion-scale-timing: var(--motion-spring-snappy);
|
|
3325
3325
|
--motion-scale-perceptual-duration-multiplier: 1.66;
|
|
3326
3326
|
}
|
|
3327
3327
|
|
|
3328
|
-
:is(body, #wpwrap #editor
|
|
3328
|
+
:is(body, #wpwrap #editor) .es\:no-webkit-highlight {
|
|
3329
3329
|
-webkit-tap-highlight-color: transparent;
|
|
3330
3330
|
}
|
|
3331
3331
|
|
|
3332
|
-
:is(body, #wpwrap #editor
|
|
3332
|
+
:is(body, #wpwrap #editor) .es\:select-none {
|
|
3333
3333
|
-webkit-user-select: none;
|
|
3334
3334
|
user-select: none;
|
|
3335
3335
|
}
|
|
3336
3336
|
|
|
3337
|
-
:is(:is(body, #wpwrap #editor
|
|
3337
|
+
:is(:is(body, #wpwrap #editor) .es\:\*\:col-start-1 > *) {
|
|
3338
3338
|
grid-column-start: 1;
|
|
3339
3339
|
}
|
|
3340
3340
|
|
|
3341
|
-
:is(:is(body, #wpwrap #editor
|
|
3341
|
+
:is(:is(body, #wpwrap #editor) .es\:\*\:col-end-1 > *) {
|
|
3342
3342
|
grid-column-end: 1;
|
|
3343
3343
|
}
|
|
3344
3344
|
|
|
3345
|
-
:is(:is(body, #wpwrap #editor
|
|
3345
|
+
:is(:is(body, #wpwrap #editor) .es\:\*\:row-start-1 > *) {
|
|
3346
3346
|
grid-row-start: 1;
|
|
3347
3347
|
}
|
|
3348
3348
|
|
|
3349
|
-
:is(:is(body, #wpwrap #editor
|
|
3349
|
+
:is(:is(body, #wpwrap #editor) .es\:\*\:row-end-1 > *) {
|
|
3350
3350
|
grid-row-end: 1;
|
|
3351
3351
|
}
|
|
3352
3352
|
|
|
3353
|
-
:where(:is(:is(body, #wpwrap #editor
|
|
3353
|
+
:where(:is(:is(body, #wpwrap #editor) .es\:\*\:space-y-0\.5 > *) > :not(:last-child)) {
|
|
3354
3354
|
--tw-space-y-reverse: 0;
|
|
3355
3355
|
margin-block-start: calc(calc(var(--es-spacing) * .5) * var(--tw-space-y-reverse));
|
|
3356
3356
|
margin-block-end: calc(calc(var(--es-spacing) * .5) * calc(1 - var(--tw-space-y-reverse)));
|
|
3357
3357
|
}
|
|
3358
3358
|
|
|
3359
|
-
:is(:is(body, #wpwrap #editor
|
|
3359
|
+
:is(:is(body, #wpwrap #editor) .es\:\*\:bg-secondary-200\! > *) {
|
|
3360
3360
|
background-color: var(--es-color-secondary-200) !important;
|
|
3361
3361
|
}
|
|
3362
3362
|
|
|
3363
|
-
:is(body, #wpwrap #editor
|
|
3363
|
+
:is(body, #wpwrap #editor) .es\:not-first\:pt-4:not(:first-child) {
|
|
3364
3364
|
padding-top: calc(var(--es-spacing) * 4);
|
|
3365
3365
|
}
|
|
3366
3366
|
|
|
3367
|
-
:is(body, #wpwrap #editor
|
|
3367
|
+
:is(body, #wpwrap #editor) .es\:not-last\:mb-10:not(:last-child) {
|
|
3368
3368
|
margin-bottom: calc(var(--es-spacing) * 10);
|
|
3369
3369
|
}
|
|
3370
3370
|
|
|
3371
|
-
:is(body, #wpwrap #editor
|
|
3371
|
+
:is(body, #wpwrap #editor) .es\:not-last\:pb-4:not(:last-child) {
|
|
3372
3372
|
padding-bottom: calc(var(--es-spacing) * 4);
|
|
3373
3373
|
}
|
|
3374
3374
|
|
|
3375
|
-
:is(body, #wpwrap #editor
|
|
3375
|
+
:is(body, #wpwrap #editor) .es\:not-disabled\:cursor-pointer:not(:disabled, [data-rac][data-disabled]) {
|
|
3376
3376
|
cursor: pointer;
|
|
3377
3377
|
}
|
|
3378
3378
|
|
|
3379
3379
|
@media not (prefers-reduced-motion: reduce) {
|
|
3380
|
-
:is(body, #wpwrap #editor
|
|
3380
|
+
:is(body, #wpwrap #editor) .es\:not-motion-reduce\:motion-preset-slide-down-sm {
|
|
3381
3381
|
--motion-origin-translate-y: -5%;
|
|
3382
3382
|
--motion-origin-opacity: 0;
|
|
3383
3383
|
--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,7 +3385,7 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
3385
3385
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
3386
3386
|
}
|
|
3387
3387
|
|
|
3388
|
-
:is(body, #wpwrap #editor
|
|
3388
|
+
:is(body, #wpwrap #editor) .es\:not-motion-reduce\:motion-translate-y-out-\[-2\.5\%\] {
|
|
3389
3389
|
--motion-end-translate-y: -2.5%;
|
|
3390
3390
|
--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
3391
|
animation: var(--motion-all-exit-animations);
|
|
@@ -3393,740 +3393,740 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
3393
3393
|
}
|
|
3394
3394
|
|
|
3395
3395
|
@media (hover: hover) {
|
|
3396
|
-
:is(body, #wpwrap #editor
|
|
3396
|
+
:is(body, #wpwrap #editor) .es\:group-hover\:text-black:is(:where(.es\:group):hover *) {
|
|
3397
3397
|
color: var(--es-color-black);
|
|
3398
3398
|
}
|
|
3399
3399
|
|
|
3400
|
-
:is(body, #wpwrap #editor
|
|
3400
|
+
:is(body, #wpwrap #editor) .es\:group-hover\:opacity-100:is(:where(.es\:group):hover *) {
|
|
3401
3401
|
opacity: 1;
|
|
3402
3402
|
}
|
|
3403
3403
|
}
|
|
3404
3404
|
|
|
3405
|
-
:is(body, #wpwrap #editor
|
|
3405
|
+
:is(body, #wpwrap #editor) .es\:group-focus\:outline-hidden:is(:where(.es\:group):focus *) {
|
|
3406
3406
|
outline-style: none;
|
|
3407
3407
|
}
|
|
3408
3408
|
|
|
3409
3409
|
@media (forced-colors: active) {
|
|
3410
|
-
:is(body, #wpwrap #editor
|
|
3410
|
+
:is(body, #wpwrap #editor) .es\:group-focus\:outline-hidden:is(:where(.es\:group):focus *) {
|
|
3411
3411
|
outline-offset: 2px;
|
|
3412
3412
|
outline: 2px solid #0000;
|
|
3413
3413
|
}
|
|
3414
3414
|
}
|
|
3415
3415
|
|
|
3416
|
-
:is(body, #wpwrap #editor
|
|
3416
|
+
: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
3417
|
border-color: var(--es-color-accent-500);
|
|
3418
3418
|
}
|
|
3419
3419
|
|
|
3420
|
-
:is(body, #wpwrap #editor
|
|
3420
|
+
:is(body, #wpwrap #editor) .es\:group-focus-visible\:opacity-100:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
3421
3421
|
opacity: 1;
|
|
3422
3422
|
}
|
|
3423
3423
|
|
|
3424
|
-
:is(body, #wpwrap #editor
|
|
3424
|
+
: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]) *) {
|
|
3425
3425
|
--tw-inset-shadow: inset 0 1px 1px var(--tw-inset-shadow-color, #0000000d);
|
|
3426
3426
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3427
3427
|
}
|
|
3428
3428
|
|
|
3429
|
-
:is(body, #wpwrap #editor
|
|
3429
|
+
:is(body, #wpwrap #editor) .es\:group-focus-visible\:ring:is(:where(.es\:group):is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) *) {
|
|
3430
3430
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3431
3431
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3432
3432
|
}
|
|
3433
3433
|
|
|
3434
|
-
:is(body, #wpwrap #editor
|
|
3434
|
+
: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
3435
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3436
3436
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3437
3437
|
}
|
|
3438
3438
|
|
|
3439
|
-
:is(body, #wpwrap #editor
|
|
3439
|
+
: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
3440
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
3441
3441
|
}
|
|
3442
3442
|
|
|
3443
|
-
:is(body, #wpwrap #editor
|
|
3443
|
+
: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
3444
|
--tw-inset-shadow-color: var(--es-color-accent-400);
|
|
3445
3445
|
}
|
|
3446
3446
|
|
|
3447
|
-
:is(body, #wpwrap #editor
|
|
3447
|
+
: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
3448
|
--tw-inset-ring-color: var(--es-color-accent-600);
|
|
3449
3449
|
}
|
|
3450
3450
|
|
|
3451
|
-
:is(body, #wpwrap #editor
|
|
3451
|
+
:is(body, #wpwrap #editor) .es\:group-aria-expanded\:-scale-y-100:is(:where(.es\:group)[aria-expanded="true"] *) {
|
|
3452
3452
|
--tw-scale-y: calc(100% * -1);
|
|
3453
3453
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
3454
3454
|
}
|
|
3455
3455
|
|
|
3456
|
-
:is(body, #wpwrap #editor
|
|
3456
|
+
:is(body, #wpwrap #editor) .es\:group-selected\:bg-accent-50:is(:where(.es\:group)[data-selected] *) {
|
|
3457
3457
|
background-color: var(--es-color-accent-50);
|
|
3458
3458
|
}
|
|
3459
3459
|
|
|
3460
|
-
:is(body, #wpwrap #editor
|
|
3460
|
+
:is(body, #wpwrap #editor) .es\:group-selected\:bg-accent-500\/10:is(:where(.es\:group)[data-selected] *) {
|
|
3461
3461
|
background-color: color-mix(in oklab, var(--es-color-accent-500) 10%, transparent);
|
|
3462
3462
|
}
|
|
3463
3463
|
|
|
3464
|
-
:is(body, #wpwrap #editor
|
|
3464
|
+
:is(body, #wpwrap #editor) .es\:group-selected\:bg-accent-600:is(:where(.es\:group)[data-selected] *) {
|
|
3465
3465
|
background-color: var(--es-color-accent-600);
|
|
3466
3466
|
}
|
|
3467
3467
|
|
|
3468
|
-
:is(body, #wpwrap #editor
|
|
3468
|
+
:is(body, #wpwrap #editor) .es\:group-selected\:text-accent-900:is(:where(.es\:group)[data-selected] *) {
|
|
3469
3469
|
color: var(--es-color-accent-900);
|
|
3470
3470
|
}
|
|
3471
3471
|
|
|
3472
|
-
:is(body, #wpwrap #editor
|
|
3472
|
+
:is(body, #wpwrap #editor) .es\:group-selected\:text-white:is(:where(.es\:group)[data-selected] *) {
|
|
3473
3473
|
color: var(--es-color-white);
|
|
3474
3474
|
}
|
|
3475
3475
|
|
|
3476
|
-
:is(body, #wpwrap #editor
|
|
3476
|
+
:is(body, #wpwrap #editor) .es\:group-selected\:inset-ring-accent-500\/10:is(:where(.es\:group)[data-selected] *) {
|
|
3477
3477
|
--tw-inset-ring-color: color-mix(in oklab, var(--es-color-accent-500) 10%, transparent);
|
|
3478
3478
|
}
|
|
3479
3479
|
|
|
3480
|
-
:is(body, #wpwrap #editor
|
|
3480
|
+
:is(body, #wpwrap #editor) .es\:peer-disabled\:opacity-40:is(:where(.es\:peer):is(:disabled, [data-rac][data-disabled]) ~ *) {
|
|
3481
3481
|
opacity: .4;
|
|
3482
3482
|
}
|
|
3483
3483
|
|
|
3484
|
-
:is(body, #wpwrap #editor
|
|
3484
|
+
:is(body, #wpwrap #editor) .es\:peer-data-\[focused\=true\]\:invisible:is(:where(.es\:peer)[data-focused="true"] ~ *) {
|
|
3485
3485
|
visibility: hidden;
|
|
3486
3486
|
}
|
|
3487
3487
|
|
|
3488
|
-
:is(body, #wpwrap #editor
|
|
3488
|
+
:is(body, #wpwrap #editor) .es\:selection\:bg-accent-500\/20 ::selection {
|
|
3489
3489
|
background-color: color-mix(in oklab, var(--es-color-accent-500) 20%, transparent);
|
|
3490
3490
|
}
|
|
3491
3491
|
|
|
3492
|
-
:is(body, #wpwrap #editor
|
|
3492
|
+
:is(body, #wpwrap #editor) .es\:selection\:bg-accent-500\/20::selection {
|
|
3493
3493
|
background-color: color-mix(in oklab, var(--es-color-accent-500) 20%, transparent);
|
|
3494
3494
|
}
|
|
3495
3495
|
|
|
3496
|
-
:is(body, #wpwrap #editor
|
|
3496
|
+
:is(body, #wpwrap #editor) .es\:selection\:bg-transparent ::selection {
|
|
3497
3497
|
background-color: #0000;
|
|
3498
3498
|
}
|
|
3499
3499
|
|
|
3500
|
-
:is(body, #wpwrap #editor
|
|
3500
|
+
:is(body, #wpwrap #editor) .es\:selection\:bg-transparent::selection {
|
|
3501
3501
|
background-color: #0000;
|
|
3502
3502
|
}
|
|
3503
3503
|
|
|
3504
|
-
:is(body, #wpwrap #editor
|
|
3504
|
+
:is(body, #wpwrap #editor) .es\:selection\:text-accent-950 ::selection {
|
|
3505
3505
|
color: var(--es-color-accent-950);
|
|
3506
3506
|
}
|
|
3507
3507
|
|
|
3508
|
-
:is(body, #wpwrap #editor
|
|
3508
|
+
:is(body, #wpwrap #editor) .es\:selection\:text-accent-950::selection {
|
|
3509
3509
|
color: var(--es-color-accent-950);
|
|
3510
3510
|
}
|
|
3511
3511
|
|
|
3512
|
-
:is(body, #wpwrap #editor
|
|
3512
|
+
:is(body, #wpwrap #editor) .es\:selection\:text-transparent ::selection {
|
|
3513
3513
|
color: #0000;
|
|
3514
3514
|
}
|
|
3515
3515
|
|
|
3516
|
-
:is(body, #wpwrap #editor
|
|
3516
|
+
:is(body, #wpwrap #editor) .es\:selection\:text-transparent::selection {
|
|
3517
3517
|
color: #0000;
|
|
3518
3518
|
}
|
|
3519
3519
|
|
|
3520
|
-
:is(body, #wpwrap #editor
|
|
3520
|
+
:is(body, #wpwrap #editor) .es\:after\:absolute:after {
|
|
3521
3521
|
content: var(--tw-content);
|
|
3522
3522
|
position: absolute;
|
|
3523
3523
|
}
|
|
3524
3524
|
|
|
3525
|
-
:is(body, #wpwrap #editor
|
|
3525
|
+
:is(body, #wpwrap #editor) .es\:after\:inset-0:after {
|
|
3526
3526
|
content: var(--tw-content);
|
|
3527
3527
|
inset: calc(var(--es-spacing) * 0);
|
|
3528
3528
|
}
|
|
3529
3529
|
|
|
3530
|
-
:is(body, #wpwrap #editor
|
|
3530
|
+
:is(body, #wpwrap #editor) .es\:after\:top-0:after {
|
|
3531
3531
|
content: var(--tw-content);
|
|
3532
3532
|
top: calc(var(--es-spacing) * 0);
|
|
3533
3533
|
}
|
|
3534
3534
|
|
|
3535
|
-
:is(body, #wpwrap #editor
|
|
3535
|
+
:is(body, #wpwrap #editor) .es\:after\:right-0:after {
|
|
3536
3536
|
content: var(--tw-content);
|
|
3537
3537
|
right: calc(var(--es-spacing) * 0);
|
|
3538
3538
|
}
|
|
3539
3539
|
|
|
3540
|
-
:is(body, #wpwrap #editor
|
|
3540
|
+
:is(body, #wpwrap #editor) .es\:after\:bottom-0:after {
|
|
3541
3541
|
content: var(--tw-content);
|
|
3542
3542
|
bottom: calc(var(--es-spacing) * 0);
|
|
3543
3543
|
}
|
|
3544
3544
|
|
|
3545
|
-
:is(body, #wpwrap #editor
|
|
3545
|
+
:is(body, #wpwrap #editor) .es\:after\:bottom-0\.5:after {
|
|
3546
3546
|
content: var(--tw-content);
|
|
3547
3547
|
bottom: calc(var(--es-spacing) * .5);
|
|
3548
3548
|
}
|
|
3549
3549
|
|
|
3550
|
-
:is(body, #wpwrap #editor
|
|
3550
|
+
:is(body, #wpwrap #editor) .es\:after\:bottom-px:after {
|
|
3551
3551
|
content: var(--tw-content);
|
|
3552
3552
|
bottom: 1px;
|
|
3553
3553
|
}
|
|
3554
3554
|
|
|
3555
|
-
:is(body, #wpwrap #editor
|
|
3555
|
+
:is(body, #wpwrap #editor) .es\:after\:-left-0:after, :is(body, #wpwrap #editor) .es\:after\:left-0:after {
|
|
3556
3556
|
content: var(--tw-content);
|
|
3557
3557
|
left: calc(var(--es-spacing) * 0);
|
|
3558
3558
|
}
|
|
3559
3559
|
|
|
3560
|
-
:is(body, #wpwrap #editor
|
|
3560
|
+
:is(body, #wpwrap #editor) .es\:after\:-z-10:after {
|
|
3561
3561
|
content: var(--tw-content);
|
|
3562
3562
|
z-index: calc(10 * -1);
|
|
3563
3563
|
}
|
|
3564
3564
|
|
|
3565
|
-
:is(body, #wpwrap #editor
|
|
3565
|
+
:is(body, #wpwrap #editor) .es\:after\:m-auto:after {
|
|
3566
3566
|
content: var(--tw-content);
|
|
3567
3567
|
margin: auto;
|
|
3568
3568
|
}
|
|
3569
3569
|
|
|
3570
|
-
:is(body, #wpwrap #editor
|
|
3570
|
+
:is(body, #wpwrap #editor) .es\:after\:mx-auto:after {
|
|
3571
3571
|
content: var(--tw-content);
|
|
3572
3572
|
margin-inline: auto;
|
|
3573
3573
|
}
|
|
3574
3574
|
|
|
3575
|
-
:is(body, #wpwrap #editor
|
|
3575
|
+
:is(body, #wpwrap #editor) .es\:after\:my-auto:after {
|
|
3576
3576
|
content: var(--tw-content);
|
|
3577
3577
|
margin-block: auto;
|
|
3578
3578
|
}
|
|
3579
3579
|
|
|
3580
|
-
:is(body, #wpwrap #editor
|
|
3580
|
+
:is(body, #wpwrap #editor) .es\:after\:h-0\.75:after {
|
|
3581
3581
|
content: var(--tw-content);
|
|
3582
3582
|
height: calc(var(--es-spacing) * .75);
|
|
3583
3583
|
}
|
|
3584
3584
|
|
|
3585
|
-
:is(body, #wpwrap #editor
|
|
3585
|
+
:is(body, #wpwrap #editor) .es\:after\:h-4:after {
|
|
3586
3586
|
content: var(--tw-content);
|
|
3587
3587
|
height: calc(var(--es-spacing) * 4);
|
|
3588
3588
|
}
|
|
3589
3589
|
|
|
3590
|
-
:is(body, #wpwrap #editor
|
|
3590
|
+
:is(body, #wpwrap #editor) .es\:after\:h-5\/6:after {
|
|
3591
3591
|
content: var(--tw-content);
|
|
3592
3592
|
height: 83.3333%;
|
|
3593
3593
|
}
|
|
3594
3594
|
|
|
3595
|
-
:is(body, #wpwrap #editor
|
|
3595
|
+
:is(body, #wpwrap #editor) .es\:after\:h-px:after {
|
|
3596
3596
|
content: var(--tw-content);
|
|
3597
3597
|
height: 1px;
|
|
3598
3598
|
}
|
|
3599
3599
|
|
|
3600
|
-
:is(body, #wpwrap #editor
|
|
3600
|
+
:is(body, #wpwrap #editor) .es\:after\:w-1:after {
|
|
3601
3601
|
content: var(--tw-content);
|
|
3602
3602
|
width: calc(var(--es-spacing) * 1);
|
|
3603
3603
|
}
|
|
3604
3604
|
|
|
3605
|
-
:is(body, #wpwrap #editor
|
|
3605
|
+
:is(body, #wpwrap #editor) .es\:after\:w-5\/6:after {
|
|
3606
3606
|
content: var(--tw-content);
|
|
3607
3607
|
width: 83.3333%;
|
|
3608
3608
|
}
|
|
3609
3609
|
|
|
3610
|
-
:is(body, #wpwrap #editor
|
|
3610
|
+
:is(body, #wpwrap #editor) .es\:after\:w-full:after {
|
|
3611
3611
|
content: var(--tw-content);
|
|
3612
3612
|
width: 100%;
|
|
3613
3613
|
}
|
|
3614
3614
|
|
|
3615
|
-
:is(body, #wpwrap #editor
|
|
3615
|
+
:is(body, #wpwrap #editor) .es\:after\:w-px:after {
|
|
3616
3616
|
content: var(--tw-content);
|
|
3617
3617
|
width: 1px;
|
|
3618
3618
|
}
|
|
3619
3619
|
|
|
3620
|
-
:is(body, #wpwrap #editor
|
|
3620
|
+
:is(body, #wpwrap #editor) .es\:after\:rounded-full:after {
|
|
3621
3621
|
content: var(--tw-content);
|
|
3622
3622
|
border-radius: 3.40282e38px;
|
|
3623
3623
|
}
|
|
3624
3624
|
|
|
3625
|
-
:is(body, #wpwrap #editor
|
|
3625
|
+
:is(body, #wpwrap #editor) .es\:after\:rounded-t-full:after {
|
|
3626
3626
|
content: var(--tw-content);
|
|
3627
3627
|
border-top-left-radius: 3.40282e38px;
|
|
3628
3628
|
border-top-right-radius: 3.40282e38px;
|
|
3629
3629
|
}
|
|
3630
3630
|
|
|
3631
|
-
:is(body, #wpwrap #editor
|
|
3631
|
+
:is(body, #wpwrap #editor) .es\:after\:bg-secondary-200:after {
|
|
3632
3632
|
content: var(--tw-content);
|
|
3633
3633
|
background-color: var(--es-color-secondary-200);
|
|
3634
3634
|
}
|
|
3635
3635
|
|
|
3636
|
-
:is(body, #wpwrap #editor
|
|
3636
|
+
:is(body, #wpwrap #editor) .es\:after\:bg-secondary-300:after {
|
|
3637
3637
|
content: var(--tw-content);
|
|
3638
3638
|
background-color: var(--es-color-secondary-300);
|
|
3639
3639
|
}
|
|
3640
3640
|
|
|
3641
|
-
:is(body, #wpwrap #editor
|
|
3641
|
+
:is(body, #wpwrap #editor) .es\:after\:bg-linear-to-b:after {
|
|
3642
3642
|
content: var(--tw-content);
|
|
3643
3643
|
--tw-gradient-position: to bottom in oklab, ;
|
|
3644
3644
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
3645
3645
|
}
|
|
3646
3646
|
|
|
3647
|
-
:is(body, #wpwrap #editor
|
|
3647
|
+
:is(body, #wpwrap #editor) .es\:after\:bg-linear-to-r:after {
|
|
3648
3648
|
content: var(--tw-content);
|
|
3649
3649
|
--tw-gradient-position: to right in oklab, ;
|
|
3650
3650
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
3651
3651
|
}
|
|
3652
3652
|
|
|
3653
|
-
:is(body, #wpwrap #editor
|
|
3653
|
+
:is(body, #wpwrap #editor) .es\:after\:transition:after {
|
|
3654
3654
|
content: var(--tw-content);
|
|
3655
3655
|
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
3656
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
3657
3657
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
3658
3658
|
}
|
|
3659
3659
|
|
|
3660
|
-
:is(body, #wpwrap #editor
|
|
3660
|
+
:is(body, #wpwrap #editor) .es\:after\:content-\[\"\"\]:after {
|
|
3661
3661
|
content: var(--tw-content);
|
|
3662
3662
|
--tw-content: "";
|
|
3663
3663
|
content: var(--tw-content);
|
|
3664
3664
|
}
|
|
3665
3665
|
|
|
3666
|
-
:is(body, #wpwrap #editor
|
|
3666
|
+
:is(body, #wpwrap #editor) .es\:first\:mt-1:first-child {
|
|
3667
3667
|
margin-top: calc(var(--es-spacing) * 1);
|
|
3668
3668
|
}
|
|
3669
3669
|
|
|
3670
|
-
:is(body, #wpwrap #editor
|
|
3670
|
+
:is(body, #wpwrap #editor) .es\:first\:rounded-l-xl:first-child {
|
|
3671
3671
|
border-top-left-radius: var(--es-radius-xl);
|
|
3672
3672
|
border-bottom-left-radius: var(--es-radius-xl);
|
|
3673
3673
|
}
|
|
3674
3674
|
|
|
3675
|
-
:is(body, #wpwrap #editor
|
|
3675
|
+
:is(body, #wpwrap #editor) .es\:first\:rounded-t-xl:first-child {
|
|
3676
3676
|
border-top-left-radius: var(--es-radius-xl);
|
|
3677
3677
|
border-top-right-radius: var(--es-radius-xl);
|
|
3678
3678
|
}
|
|
3679
3679
|
|
|
3680
|
-
:is(body, #wpwrap #editor
|
|
3680
|
+
:is(body, #wpwrap #editor) .es\:first\:pt-1\.5:first-child {
|
|
3681
3681
|
padding-top: calc(var(--es-spacing) * 1.5);
|
|
3682
3682
|
}
|
|
3683
3683
|
|
|
3684
|
-
:is(:is(body, #wpwrap #editor
|
|
3684
|
+
:is(:is(body, #wpwrap #editor) .es\:\*\*\:first\:text-base\! *):first-child {
|
|
3685
3685
|
font-size: var(--es-text-base) !important;
|
|
3686
3686
|
line-height: var(--tw-leading, var(--es-text-base--line-height)) !important;
|
|
3687
3687
|
}
|
|
3688
3688
|
|
|
3689
|
-
:is(body, #wpwrap #editor
|
|
3689
|
+
:is(body, #wpwrap #editor) .es\:last\:mb-1:last-child {
|
|
3690
3690
|
margin-bottom: calc(var(--es-spacing) * 1);
|
|
3691
3691
|
}
|
|
3692
3692
|
|
|
3693
|
-
:is(body, #wpwrap #editor
|
|
3693
|
+
:is(body, #wpwrap #editor) .es\:last\:rounded-r-xl:last-child {
|
|
3694
3694
|
border-top-right-radius: var(--es-radius-xl);
|
|
3695
3695
|
border-bottom-right-radius: var(--es-radius-xl);
|
|
3696
3696
|
}
|
|
3697
3697
|
|
|
3698
|
-
:is(body, #wpwrap #editor
|
|
3698
|
+
:is(body, #wpwrap #editor) .es\:last\:rounded-b-xl:last-child {
|
|
3699
3699
|
border-bottom-right-radius: var(--es-radius-xl);
|
|
3700
3700
|
border-bottom-left-radius: var(--es-radius-xl);
|
|
3701
3701
|
}
|
|
3702
3702
|
|
|
3703
|
-
:is(body, #wpwrap #editor
|
|
3703
|
+
:is(body, #wpwrap #editor) .es\:last\:border-b-0:last-child {
|
|
3704
3704
|
border-bottom-style: var(--tw-border-style);
|
|
3705
3705
|
border-bottom-width: 0;
|
|
3706
3706
|
}
|
|
3707
3707
|
|
|
3708
|
-
:is(body, #wpwrap #editor
|
|
3708
|
+
:is(body, #wpwrap #editor) .es\:last\:pb-0:last-child {
|
|
3709
3709
|
padding-bottom: calc(var(--es-spacing) * 0);
|
|
3710
3710
|
}
|
|
3711
3711
|
|
|
3712
|
-
:is(body, #wpwrap #editor
|
|
3712
|
+
:is(body, #wpwrap #editor) .es\:empty\:hidden:empty {
|
|
3713
3713
|
display: none;
|
|
3714
3714
|
}
|
|
3715
3715
|
|
|
3716
3716
|
@media (hover: hover) {
|
|
3717
|
-
:is(body, #wpwrap #editor
|
|
3717
|
+
:is(body, #wpwrap #editor) .es\:hover\:cursor-grab:hover {
|
|
3718
3718
|
cursor: grab;
|
|
3719
3719
|
}
|
|
3720
3720
|
|
|
3721
|
-
:is(body, #wpwrap #editor
|
|
3721
|
+
:is(body, #wpwrap #editor) .es\:hover\:border-accent-500:hover {
|
|
3722
3722
|
border-color: var(--es-color-accent-500);
|
|
3723
3723
|
}
|
|
3724
3724
|
|
|
3725
|
-
:is(body, #wpwrap #editor
|
|
3725
|
+
:is(body, #wpwrap #editor) .es\:hover\:border-red-600:hover {
|
|
3726
3726
|
border-color: var(--es-color-red-600);
|
|
3727
3727
|
}
|
|
3728
3728
|
|
|
3729
|
-
:is(body, #wpwrap #editor
|
|
3729
|
+
:is(body, #wpwrap #editor) .es\:hover\:border-secondary-300:hover {
|
|
3730
3730
|
border-color: var(--es-color-secondary-300);
|
|
3731
3731
|
}
|
|
3732
3732
|
|
|
3733
|
-
:is(body, #wpwrap #editor
|
|
3733
|
+
:is(body, #wpwrap #editor) .es\:hover\:bg-accent-400:hover {
|
|
3734
3734
|
background-color: var(--es-color-accent-400);
|
|
3735
3735
|
}
|
|
3736
3736
|
|
|
3737
|
-
:is(body, #wpwrap #editor
|
|
3737
|
+
:is(body, #wpwrap #editor) .es\:hover\:bg-red-50:hover {
|
|
3738
3738
|
background-color: var(--es-color-red-50);
|
|
3739
3739
|
}
|
|
3740
3740
|
|
|
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 {
|
|
3741
|
+
:is(body, #wpwrap #editor) .es\:hover\:bg-red-500\/15:hover {
|
|
3746
3742
|
background-color: color-mix(in oklab, var(--es-color-red-500) 15%, transparent);
|
|
3747
3743
|
}
|
|
3748
3744
|
|
|
3749
|
-
:is(body, #wpwrap #editor
|
|
3745
|
+
:is(body, #wpwrap #editor) .es\:hover\:bg-red-600\/5:hover {
|
|
3750
3746
|
background-color: color-mix(in oklab, var(--es-color-red-600) 5%, transparent);
|
|
3751
3747
|
}
|
|
3752
3748
|
|
|
3753
|
-
:is(body, #wpwrap #editor
|
|
3749
|
+
:is(body, #wpwrap #editor) .es\:hover\:bg-secondary-100:hover {
|
|
3754
3750
|
background-color: var(--es-color-secondary-100);
|
|
3755
3751
|
}
|
|
3756
3752
|
|
|
3757
|
-
:is(body, #wpwrap #editor
|
|
3753
|
+
:is(body, #wpwrap #editor) .es\:hover\:bg-secondary-100\/75:hover {
|
|
3758
3754
|
background-color: color-mix(in oklab, var(--es-color-secondary-100) 75%, transparent);
|
|
3759
3755
|
}
|
|
3760
3756
|
|
|
3761
|
-
:is(body, #wpwrap #editor
|
|
3757
|
+
:is(body, #wpwrap #editor) .es\:hover\:to-secondary-100:hover {
|
|
3762
3758
|
--tw-gradient-to: var(--es-color-secondary-100);
|
|
3763
3759
|
--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
3760
|
}
|
|
3765
3761
|
|
|
3766
|
-
:is(body, #wpwrap #editor
|
|
3762
|
+
:is(body, #wpwrap #editor) .es\:hover\:text-accent-500:hover {
|
|
3767
3763
|
color: var(--es-color-accent-500);
|
|
3768
3764
|
}
|
|
3769
3765
|
|
|
3770
|
-
:is(body, #wpwrap #editor
|
|
3766
|
+
:is(body, #wpwrap #editor) .es\:hover\:text-accent-950:hover {
|
|
3771
3767
|
color: var(--es-color-accent-950);
|
|
3772
3768
|
}
|
|
3773
3769
|
|
|
3774
|
-
:is(body, #wpwrap #editor
|
|
3770
|
+
:is(body, #wpwrap #editor) .es\:hover\:text-red-600:hover {
|
|
3775
3771
|
color: var(--es-color-red-600);
|
|
3776
3772
|
}
|
|
3777
3773
|
|
|
3778
|
-
:is(body, #wpwrap #editor
|
|
3774
|
+
:is(body, #wpwrap #editor) .es\:hover\:text-red-800:hover {
|
|
3779
3775
|
color: var(--es-color-red-800);
|
|
3780
3776
|
}
|
|
3781
3777
|
|
|
3782
|
-
:is(body, #wpwrap #editor
|
|
3778
|
+
:is(body, #wpwrap #editor) .es\:hover\:text-red-900:hover {
|
|
3783
3779
|
color: var(--es-color-red-900);
|
|
3784
3780
|
}
|
|
3785
3781
|
|
|
3786
|
-
:is(body, #wpwrap #editor
|
|
3782
|
+
:is(body, #wpwrap #editor) .es\:hover\:shadow-accent-600\/50:hover {
|
|
3787
3783
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-600) 50%, transparent);
|
|
3788
3784
|
}
|
|
3789
3785
|
|
|
3790
|
-
:is(body, #wpwrap #editor
|
|
3786
|
+
:is(body, #wpwrap #editor) .es\:hover\:inset-shadow-red-100:hover {
|
|
3791
3787
|
--tw-inset-shadow-color: var(--es-color-red-100);
|
|
3792
3788
|
}
|
|
3793
3789
|
|
|
3794
|
-
:is(body, #wpwrap #editor
|
|
3790
|
+
:is(body, #wpwrap #editor) .es\:hover\:inset-shadow-secondary-100:hover {
|
|
3795
3791
|
--tw-inset-shadow-color: var(--es-color-secondary-100);
|
|
3796
3792
|
}
|
|
3797
3793
|
|
|
3798
|
-
:is(body, #wpwrap #editor
|
|
3794
|
+
:is(body, #wpwrap #editor) .es\:hover\:inset-ring-red-100:hover {
|
|
3799
3795
|
--tw-inset-ring-color: var(--es-color-red-100);
|
|
3800
3796
|
}
|
|
3801
3797
|
|
|
3802
|
-
:is(body, #wpwrap #editor
|
|
3798
|
+
:is(body, #wpwrap #editor) .es\:hover\:inset-ring-secondary-100:hover {
|
|
3803
3799
|
--tw-inset-ring-color: var(--es-color-secondary-100);
|
|
3804
3800
|
}
|
|
3805
3801
|
|
|
3806
|
-
:is(body, #wpwrap #editor
|
|
3802
|
+
:is(body, #wpwrap #editor) .es\:hover\:outline-hidden:hover {
|
|
3807
3803
|
outline-style: none;
|
|
3808
3804
|
}
|
|
3809
3805
|
|
|
3810
3806
|
@media (forced-colors: active) {
|
|
3811
|
-
:is(body, #wpwrap #editor
|
|
3807
|
+
:is(body, #wpwrap #editor) .es\:hover\:outline-hidden:hover {
|
|
3812
3808
|
outline-offset: 2px;
|
|
3813
3809
|
outline: 2px solid #0000;
|
|
3814
3810
|
}
|
|
3815
3811
|
}
|
|
3816
3812
|
|
|
3817
|
-
:is(body, #wpwrap #editor
|
|
3813
|
+
:is(body, #wpwrap #editor) .es\:not-disabled\:hover\:bg-red-500\/5:not(:disabled, [data-rac][data-disabled]):hover {
|
|
3814
|
+
background-color: color-mix(in oklab, var(--es-color-red-500) 5%, transparent);
|
|
3815
|
+
}
|
|
3816
|
+
|
|
3817
|
+
: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
3818
|
background-color: var(--es-color-secondary-100);
|
|
3819
3819
|
}
|
|
3820
3820
|
|
|
3821
|
-
:is(body, #wpwrap #editor
|
|
3821
|
+
:is(body, #wpwrap #editor) .es\:not-disabled\:not-selected\:hover\:text-secondary-900:not(:disabled, [data-rac][data-disabled]):not([data-selected]):hover {
|
|
3822
3822
|
color: var(--es-color-secondary-900);
|
|
3823
3823
|
}
|
|
3824
3824
|
|
|
3825
|
-
:is(body, #wpwrap #editor
|
|
3825
|
+
:is(body, #wpwrap #editor) .es\:hover\:after\:bg-accent-500:hover:after {
|
|
3826
3826
|
content: var(--tw-content);
|
|
3827
3827
|
background-color: var(--es-color-accent-500);
|
|
3828
3828
|
}
|
|
3829
3829
|
|
|
3830
|
-
:is(body, #wpwrap #editor
|
|
3830
|
+
: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
3831
|
content: var(--tw-content);
|
|
3832
3832
|
--tw-gradient-from: var(--es-color-secondary-200);
|
|
3833
3833
|
--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
3834
|
}
|
|
3835
3835
|
|
|
3836
|
-
:is(body, #wpwrap #editor
|
|
3836
|
+
: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
3837
|
content: var(--tw-content);
|
|
3838
3838
|
--tw-gradient-to: var(--es-color-secondary-300);
|
|
3839
3839
|
--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
3840
|
}
|
|
3841
3841
|
}
|
|
3842
3842
|
|
|
3843
|
-
:is(body, #wpwrap #editor
|
|
3843
|
+
:is(body, #wpwrap #editor) .es\:focus\:text-current:focus {
|
|
3844
3844
|
color: currentColor;
|
|
3845
3845
|
}
|
|
3846
3846
|
|
|
3847
|
-
:is(body, #wpwrap #editor
|
|
3847
|
+
:is(body, #wpwrap #editor) .es\:focus\:ring-2:focus {
|
|
3848
3848
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3849
3849
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3850
3850
|
}
|
|
3851
3851
|
|
|
3852
|
-
:is(body, #wpwrap #editor
|
|
3852
|
+
:is(body, #wpwrap #editor) .es\:focus\:shadow-none\!:focus {
|
|
3853
3853
|
--tw-shadow: 0 0 #0000 !important;
|
|
3854
3854
|
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
3855
|
}
|
|
3856
3856
|
|
|
3857
|
-
:is(body, #wpwrap #editor
|
|
3857
|
+
:is(body, #wpwrap #editor) .es\:focus\:ring-accent-500\/50:focus {
|
|
3858
3858
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
3859
3859
|
}
|
|
3860
3860
|
|
|
3861
|
-
:is(body, #wpwrap #editor
|
|
3861
|
+
:is(body, #wpwrap #editor) .es\:focus\:outline-hidden:focus {
|
|
3862
3862
|
outline-style: none;
|
|
3863
3863
|
}
|
|
3864
3864
|
|
|
3865
3865
|
@media (forced-colors: active) {
|
|
3866
|
-
:is(body, #wpwrap #editor
|
|
3866
|
+
:is(body, #wpwrap #editor) .es\:focus\:outline-hidden:focus {
|
|
3867
3867
|
outline-offset: 2px;
|
|
3868
3868
|
outline: 2px solid #0000;
|
|
3869
3869
|
}
|
|
3870
3870
|
}
|
|
3871
3871
|
|
|
3872
|
-
:is(body, #wpwrap #editor
|
|
3872
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:z-10:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3873
3873
|
z-index: 10;
|
|
3874
3874
|
}
|
|
3875
3875
|
|
|
3876
|
-
:is(body, #wpwrap #editor
|
|
3876
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:border-accent-500:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3877
3877
|
border-color: var(--es-color-accent-500);
|
|
3878
3878
|
}
|
|
3879
3879
|
|
|
3880
|
-
:is(body, #wpwrap #editor
|
|
3880
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:border-accent-700:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3881
3881
|
border-color: var(--es-color-accent-700);
|
|
3882
3882
|
}
|
|
3883
3883
|
|
|
3884
|
-
:is(body, #wpwrap #editor
|
|
3884
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:border-red-600:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3885
3885
|
border-color: var(--es-color-red-600);
|
|
3886
3886
|
}
|
|
3887
3887
|
|
|
3888
|
-
:is(body, #wpwrap #editor
|
|
3888
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:border-secondary-300:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3889
3889
|
border-color: var(--es-color-secondary-300);
|
|
3890
3890
|
}
|
|
3891
3891
|
|
|
3892
|
-
:is(body, #wpwrap #editor
|
|
3892
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:bg-secondary-100:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3893
3893
|
background-color: var(--es-color-secondary-100);
|
|
3894
3894
|
}
|
|
3895
3895
|
|
|
3896
|
-
:is(body, #wpwrap #editor
|
|
3896
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:text-accent-950:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3897
3897
|
color: var(--es-color-accent-950);
|
|
3898
3898
|
}
|
|
3899
3899
|
|
|
3900
|
-
:is(body, #wpwrap #editor
|
|
3900
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:text-red-700:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3901
3901
|
color: var(--es-color-red-700);
|
|
3902
3902
|
}
|
|
3903
3903
|
|
|
3904
|
-
:is(body, #wpwrap #editor
|
|
3904
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:text-red-900:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3905
3905
|
color: var(--es-color-red-900);
|
|
3906
3906
|
}
|
|
3907
3907
|
|
|
3908
|
-
:is(body, #wpwrap #editor
|
|
3908
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:inset-ring:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3909
3909
|
--tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentColor);
|
|
3910
3910
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3911
3911
|
}
|
|
3912
3912
|
|
|
3913
|
-
:is(body, #wpwrap #editor
|
|
3913
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:inset-shadow-xs:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3914
3914
|
--tw-inset-shadow: inset 0 1px 1px var(--tw-inset-shadow-color, #0000000d);
|
|
3915
3915
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3916
3916
|
}
|
|
3917
3917
|
|
|
3918
|
-
:is(body, #wpwrap #editor
|
|
3918
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:ring:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3919
3919
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3920
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
3921
|
}
|
|
3922
3922
|
|
|
3923
|
-
:is(body, #wpwrap #editor
|
|
3923
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:ring-2:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3924
3924
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3925
3925
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
3926
3926
|
}
|
|
3927
3927
|
|
|
3928
|
-
:is(body, #wpwrap #editor
|
|
3928
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:ring-3:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3929
3929
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
3930
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
3931
|
}
|
|
3932
3932
|
|
|
3933
|
-
:is(body, #wpwrap #editor
|
|
3933
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:ring-accent-500\/50:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3934
3934
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
3935
3935
|
}
|
|
3936
3936
|
|
|
3937
|
-
:is(body, #wpwrap #editor
|
|
3937
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:ring-red-500\/30:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3938
3938
|
--tw-ring-color: color-mix(in oklab, var(--es-color-red-500) 30%, transparent);
|
|
3939
3939
|
}
|
|
3940
3940
|
|
|
3941
|
-
:is(body, #wpwrap #editor
|
|
3941
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:inset-shadow-accent-400:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3942
3942
|
--tw-inset-shadow-color: var(--es-color-accent-400);
|
|
3943
3943
|
}
|
|
3944
3944
|
|
|
3945
|
-
:is(body, #wpwrap #editor
|
|
3945
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:inset-ring-accent-600:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3946
3946
|
--tw-inset-ring-color: var(--es-color-accent-600);
|
|
3947
3947
|
}
|
|
3948
3948
|
|
|
3949
|
-
:is(body, #wpwrap #editor
|
|
3949
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:inset-ring-red-100:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3950
3950
|
--tw-inset-ring-color: var(--es-color-red-100);
|
|
3951
3951
|
}
|
|
3952
3952
|
|
|
3953
|
-
:is(body, #wpwrap #editor
|
|
3953
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:inset-ring-secondary-100\/30:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3954
3954
|
--tw-inset-ring-color: color-mix(in oklab, var(--es-color-secondary-100) 30%, transparent);
|
|
3955
3955
|
}
|
|
3956
3956
|
|
|
3957
|
-
:is(body, #wpwrap #editor
|
|
3957
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:outline-hidden:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3958
3958
|
outline-style: none;
|
|
3959
3959
|
}
|
|
3960
3960
|
|
|
3961
3961
|
@media (forced-colors: active) {
|
|
3962
|
-
:is(body, #wpwrap #editor
|
|
3962
|
+
:is(body, #wpwrap #editor) .es\:focus-visible\:outline-hidden:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
3963
3963
|
outline-offset: 2px;
|
|
3964
3964
|
outline: 2px solid #0000;
|
|
3965
3965
|
}
|
|
3966
3966
|
}
|
|
3967
3967
|
|
|
3968
|
-
:is(body, #wpwrap #editor
|
|
3968
|
+
:is(body, #wpwrap #editor) .es\:active\:border-accent-500\/30:active {
|
|
3969
3969
|
border-color: color-mix(in oklab, var(--es-color-accent-500) 30%, transparent);
|
|
3970
3970
|
}
|
|
3971
3971
|
|
|
3972
|
-
:is(body, #wpwrap #editor
|
|
3972
|
+
:is(body, #wpwrap #editor) .es\:active\:bg-accent-50:active {
|
|
3973
3973
|
background-color: var(--es-color-accent-50);
|
|
3974
3974
|
}
|
|
3975
3975
|
|
|
3976
|
-
:is(body, #wpwrap #editor
|
|
3976
|
+
:is(body, #wpwrap #editor) .es\:active\:bg-accent-700\/15:active {
|
|
3977
3977
|
background-color: color-mix(in oklab, var(--es-color-accent-700) 15%, transparent);
|
|
3978
3978
|
}
|
|
3979
3979
|
|
|
3980
|
-
:is(body, #wpwrap #editor
|
|
3980
|
+
:is(body, #wpwrap #editor) .es\:active\:text-accent-500:active {
|
|
3981
3981
|
color: var(--es-color-accent-500);
|
|
3982
3982
|
}
|
|
3983
3983
|
|
|
3984
|
-
:is(body, #wpwrap #editor
|
|
3984
|
+
:is(body, #wpwrap #editor) .es\:disabled\:invisible:is(:disabled, [data-rac][data-disabled]) {
|
|
3985
3985
|
visibility: hidden;
|
|
3986
3986
|
}
|
|
3987
3987
|
|
|
3988
|
-
:is(body, #wpwrap #editor
|
|
3988
|
+
:is(body, #wpwrap #editor) .es\:disabled\:cursor-default:is(:disabled, [data-rac][data-disabled]) {
|
|
3989
3989
|
cursor: default;
|
|
3990
3990
|
}
|
|
3991
3991
|
|
|
3992
|
-
:is(body, #wpwrap #editor
|
|
3992
|
+
:is(body, #wpwrap #editor) .es\:disabled\:border-secondary-200:is(:disabled, [data-rac][data-disabled]) {
|
|
3993
3993
|
border-color: var(--es-color-secondary-200);
|
|
3994
3994
|
}
|
|
3995
3995
|
|
|
3996
|
-
:is(body, #wpwrap #editor
|
|
3996
|
+
:is(body, #wpwrap #editor) .es\:disabled\:border-secondary-300:is(:disabled, [data-rac][data-disabled]) {
|
|
3997
3997
|
border-color: var(--es-color-secondary-300);
|
|
3998
3998
|
}
|
|
3999
3999
|
|
|
4000
|
-
:is(body, #wpwrap #editor
|
|
4000
|
+
:is(body, #wpwrap #editor) .es\:disabled\:border-transparent\!:is(:disabled, [data-rac][data-disabled]) {
|
|
4001
4001
|
border-color: #0000 !important;
|
|
4002
4002
|
}
|
|
4003
4003
|
|
|
4004
|
-
:is(body, #wpwrap #editor
|
|
4004
|
+
:is(body, #wpwrap #editor) .es\:disabled\:border-zinc-300:is(:disabled, [data-rac][data-disabled]) {
|
|
4005
4005
|
border-color: var(--es-color-zinc-300);
|
|
4006
4006
|
}
|
|
4007
4007
|
|
|
4008
|
-
:is(body, #wpwrap #editor
|
|
4008
|
+
:is(body, #wpwrap #editor) .es\:disabled\:bg-secondary-50:is(:disabled, [data-rac][data-disabled]) {
|
|
4009
4009
|
background-color: var(--es-color-secondary-50);
|
|
4010
4010
|
}
|
|
4011
4011
|
|
|
4012
|
-
:is(body, #wpwrap #editor
|
|
4012
|
+
:is(body, #wpwrap #editor) .es\:disabled\:bg-secondary-100:is(:disabled, [data-rac][data-disabled]) {
|
|
4013
4013
|
background-color: var(--es-color-secondary-100);
|
|
4014
4014
|
}
|
|
4015
4015
|
|
|
4016
|
-
:is(body, #wpwrap #editor
|
|
4016
|
+
:is(body, #wpwrap #editor) .es\:disabled\:bg-linear-to-r\!:is(:disabled, [data-rac][data-disabled]) {
|
|
4017
4017
|
--tw-gradient-position: to right in oklab, !important;
|
|
4018
4018
|
background-image: linear-gradient(var(--tw-gradient-stops)) !important;
|
|
4019
4019
|
}
|
|
4020
4020
|
|
|
4021
|
-
:is(body, #wpwrap #editor
|
|
4021
|
+
:is(body, #wpwrap #editor) .es\:disabled\:from-white:is(:disabled, [data-rac][data-disabled]) {
|
|
4022
4022
|
--tw-gradient-from: var(--es-color-white);
|
|
4023
4023
|
--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
4024
|
}
|
|
4025
4025
|
|
|
4026
|
-
:is(body, #wpwrap #editor
|
|
4026
|
+
:is(body, #wpwrap #editor) .es\:disabled\:to-secondary-100:is(:disabled, [data-rac][data-disabled]) {
|
|
4027
4027
|
--tw-gradient-to: var(--es-color-secondary-100);
|
|
4028
4028
|
--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
4029
|
}
|
|
4030
4030
|
|
|
4031
|
-
:is(body, #wpwrap #editor
|
|
4031
|
+
:is(body, #wpwrap #editor) .es\:disabled\:text-secondary-300:is(:disabled, [data-rac][data-disabled]) {
|
|
4032
4032
|
color: var(--es-color-secondary-300);
|
|
4033
4033
|
}
|
|
4034
4034
|
|
|
4035
|
-
:is(body, #wpwrap #editor
|
|
4035
|
+
:is(body, #wpwrap #editor) .es\:disabled\:text-secondary-300\!:is(:disabled, [data-rac][data-disabled]) {
|
|
4036
4036
|
color: var(--es-color-secondary-300) !important;
|
|
4037
4037
|
}
|
|
4038
4038
|
|
|
4039
|
-
:is(body, #wpwrap #editor
|
|
4039
|
+
:is(body, #wpwrap #editor) .es\:disabled\:text-secondary-400:is(:disabled, [data-rac][data-disabled]) {
|
|
4040
4040
|
color: var(--es-color-secondary-400);
|
|
4041
4041
|
}
|
|
4042
4042
|
|
|
4043
|
-
:is(body, #wpwrap #editor
|
|
4043
|
+
:is(body, #wpwrap #editor) .es\:disabled\:text-secondary-400\/75:is(:disabled, [data-rac][data-disabled]) {
|
|
4044
4044
|
color: color-mix(in oklab, var(--es-color-secondary-400) 75%, transparent);
|
|
4045
4045
|
}
|
|
4046
4046
|
|
|
4047
|
-
:is(body, #wpwrap #editor
|
|
4047
|
+
:is(body, #wpwrap #editor) .es\:disabled\:text-secondary-500:is(:disabled, [data-rac][data-disabled]) {
|
|
4048
4048
|
color: var(--es-color-secondary-500);
|
|
4049
4049
|
}
|
|
4050
4050
|
|
|
4051
|
-
:is(body, #wpwrap #editor
|
|
4051
|
+
:is(body, #wpwrap #editor) .es\:disabled\:text-zinc-400:is(:disabled, [data-rac][data-disabled]) {
|
|
4052
4052
|
color: var(--es-color-zinc-400);
|
|
4053
4053
|
}
|
|
4054
4054
|
|
|
4055
|
-
:is(body, #wpwrap #editor
|
|
4055
|
+
:is(body, #wpwrap #editor) .es\:disabled\:opacity-0:is(:disabled, [data-rac][data-disabled]) {
|
|
4056
4056
|
opacity: 0;
|
|
4057
4057
|
}
|
|
4058
4058
|
|
|
4059
|
-
:is(body, #wpwrap #editor
|
|
4059
|
+
:is(body, #wpwrap #editor) .es\:disabled\:inset-ring-0:is(:disabled, [data-rac][data-disabled]) {
|
|
4060
4060
|
--tw-inset-ring-shadow: inset 0 0 0 0px var(--tw-inset-ring-color, currentColor);
|
|
4061
4061
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4062
4062
|
}
|
|
4063
4063
|
|
|
4064
|
-
:is(body, #wpwrap #editor
|
|
4064
|
+
:is(body, #wpwrap #editor) .es\:disabled\:shadow-none:is(:disabled, [data-rac][data-disabled]) {
|
|
4065
4065
|
--tw-shadow: 0 0 #0000;
|
|
4066
4066
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4067
4067
|
}
|
|
4068
4068
|
|
|
4069
|
-
:is(body, #wpwrap #editor
|
|
4069
|
+
:is(body, #wpwrap #editor) .es\:disabled\:shadow-none\!:is(:disabled, [data-rac][data-disabled]) {
|
|
4070
4070
|
--tw-shadow: 0 0 #0000 !important;
|
|
4071
4071
|
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
4072
|
}
|
|
4073
4073
|
|
|
4074
|
-
:is(body, #wpwrap #editor
|
|
4074
|
+
:is(body, #wpwrap #editor) .es\:disabled\:inset-shadow-transparent:is(:disabled, [data-rac][data-disabled]) {
|
|
4075
4075
|
--tw-inset-shadow-color: transparent;
|
|
4076
4076
|
}
|
|
4077
4077
|
|
|
4078
|
-
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor
|
|
4078
|
+
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor) .es\:in-focus-visible\:ring) {
|
|
4079
4079
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
4080
4080
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4081
4081
|
}
|
|
4082
4082
|
|
|
4083
|
-
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor
|
|
4083
|
+
: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
4084
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
4085
4085
|
}
|
|
4086
4086
|
|
|
4087
|
-
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor
|
|
4087
|
+
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor) .es\:in-focus-visible\:outline-hidden) {
|
|
4088
4088
|
outline-style: none;
|
|
4089
4089
|
}
|
|
4090
4090
|
|
|
4091
4091
|
@media (forced-colors: active) {
|
|
4092
|
-
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor
|
|
4092
|
+
:where(:is(:focus-visible:not(:focus), [data-rac][data-focus-visible])) :is(:is(body, #wpwrap #editor) .es\:in-focus-visible\:outline-hidden) {
|
|
4093
4093
|
outline-offset: 2px;
|
|
4094
4094
|
outline: 2px solid #0000;
|
|
4095
4095
|
}
|
|
4096
4096
|
}
|
|
4097
4097
|
|
|
4098
|
-
:is(body, #wpwrap #editor
|
|
4098
|
+
:is(body, #wpwrap #editor) .es\:has-icon\:pl-2\.5:has(* > svg) {
|
|
4099
4099
|
padding-left: calc(var(--es-spacing) * 2.5);
|
|
4100
4100
|
}
|
|
4101
4101
|
|
|
4102
|
-
:is(body, #wpwrap #editor
|
|
4102
|
+
: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
4103
|
border-color: var(--es-color-accent-500);
|
|
4104
4104
|
}
|
|
4105
4105
|
|
|
4106
|
-
:is(body, #wpwrap #editor
|
|
4106
|
+
: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
4107
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
4108
4108
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4109
4109
|
}
|
|
4110
4110
|
|
|
4111
|
-
:is(body, #wpwrap #editor
|
|
4111
|
+
: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
4112
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
4113
4113
|
}
|
|
4114
4114
|
|
|
4115
|
-
:is(body, #wpwrap #editor
|
|
4115
|
+
:is(body, #wpwrap #editor) .es\:has-\[svg\]\:left-1:has(:is(svg)) {
|
|
4116
4116
|
left: calc(var(--es-spacing) * 1);
|
|
4117
4117
|
}
|
|
4118
4118
|
|
|
4119
|
-
:is(body, #wpwrap #editor
|
|
4119
|
+
:is(body, #wpwrap #editor) .es\:has-\[\>_\:only-child\]\:pb-0:has( > :only-child) {
|
|
4120
4120
|
padding-bottom: calc(var(--es-spacing) * 0);
|
|
4121
4121
|
}
|
|
4122
4122
|
|
|
4123
|
-
:is(body, #wpwrap #editor
|
|
4123
|
+
:is(body, #wpwrap #editor) .es\:aria-\[expanded\=false\]\:rounded-b-lg[aria-expanded="false"] {
|
|
4124
4124
|
border-bottom-right-radius: var(--es-radius-lg);
|
|
4125
4125
|
border-bottom-left-radius: var(--es-radius-lg);
|
|
4126
4126
|
}
|
|
4127
4127
|
|
|
4128
4128
|
@media (prefers-reduced-motion: no-preference) {
|
|
4129
|
-
:is(body, #wpwrap #editor
|
|
4129
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-preset-slide-down-sm {
|
|
4130
4130
|
--motion-origin-translate-y: -5%;
|
|
4131
4131
|
--motion-origin-opacity: 0;
|
|
4132
4132
|
--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 +4134,73 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
4134
4134
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4135
4135
|
}
|
|
4136
4136
|
|
|
4137
|
-
:is(body, #wpwrap #editor
|
|
4137
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-scale-in-95 {
|
|
4138
4138
|
--motion-origin-scale-x: .95;
|
|
4139
4139
|
--motion-origin-scale-y: .95;
|
|
4140
4140
|
--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
4141
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4142
4142
|
}
|
|
4143
4143
|
|
|
4144
|
-
:is(body, #wpwrap #editor
|
|
4144
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-scale-out-90 {
|
|
4145
4145
|
--motion-end-scale-x: .9;
|
|
4146
4146
|
--motion-end-scale-y: .9;
|
|
4147
4147
|
--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
4148
|
animation: var(--motion-all-exit-animations);
|
|
4149
4149
|
}
|
|
4150
4150
|
|
|
4151
|
-
:is(body, #wpwrap #editor
|
|
4151
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-scale-out-95 {
|
|
4152
4152
|
--motion-end-scale-x: .95;
|
|
4153
4153
|
--motion-end-scale-y: .95;
|
|
4154
4154
|
--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
4155
|
animation: var(--motion-all-exit-animations);
|
|
4156
4156
|
}
|
|
4157
4157
|
|
|
4158
|
-
:is(body, #wpwrap #editor
|
|
4158
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-translate-y-in-\[-0\.25rem\] {
|
|
4159
4159
|
--motion-origin-translate-y: -.25rem;
|
|
4160
4160
|
--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
4161
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4162
4162
|
}
|
|
4163
4163
|
|
|
4164
|
-
:is(body, #wpwrap #editor
|
|
4164
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-translate-y-in-\[-5\%\] {
|
|
4165
4165
|
--motion-origin-translate-y: -5%;
|
|
4166
4166
|
--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
4167
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4168
4168
|
}
|
|
4169
4169
|
|
|
4170
|
-
:is(body, #wpwrap #editor
|
|
4170
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-translate-y-in-\[0\.25rem\] {
|
|
4171
4171
|
--motion-origin-translate-y: .25rem;
|
|
4172
4172
|
--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
4173
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4174
4174
|
}
|
|
4175
4175
|
|
|
4176
|
-
:is(body, #wpwrap #editor
|
|
4176
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-translate-y-out-\[-0\.25rem\] {
|
|
4177
4177
|
--motion-end-translate-y: -.25rem;
|
|
4178
4178
|
--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
4179
|
animation: var(--motion-all-exit-animations);
|
|
4180
4180
|
}
|
|
4181
4181
|
|
|
4182
|
-
:is(body, #wpwrap #editor
|
|
4182
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-translate-y-out-\[-5\%\] {
|
|
4183
4183
|
--motion-end-translate-y: -5%;
|
|
4184
4184
|
--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
4185
|
animation: var(--motion-all-exit-animations);
|
|
4186
4186
|
}
|
|
4187
4187
|
|
|
4188
|
-
:is(body, #wpwrap #editor
|
|
4188
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-translate-y-out-\[0\.25rem\] {
|
|
4189
4189
|
--motion-end-translate-y: .25rem;
|
|
4190
4190
|
--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
4191
|
animation: var(--motion-all-exit-animations);
|
|
4192
4192
|
}
|
|
4193
4193
|
|
|
4194
|
-
:is(body, #wpwrap #editor
|
|
4194
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-duration-300 {
|
|
4195
4195
|
--motion-duration: .3s;
|
|
4196
4196
|
}
|
|
4197
4197
|
|
|
4198
|
-
:is(body, #wpwrap #editor
|
|
4198
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-ease-linear\/opacity {
|
|
4199
4199
|
--motion-opacity-timing: linear;
|
|
4200
4200
|
--motion-opacity-perceptual-duration-multiplier: 1;
|
|
4201
4201
|
}
|
|
4202
4202
|
|
|
4203
|
-
:is(body, #wpwrap #editor
|
|
4203
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-ease-spring-bouncy {
|
|
4204
4204
|
--motion-timing: var(--motion-spring-bouncy);
|
|
4205
4205
|
--motion-perceptual-duration-multiplier: 1.66;
|
|
4206
4206
|
--motion-filter-timing: var(--motion-spring-smooth);
|
|
@@ -4213,54 +4213,54 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
4213
4213
|
--motion-text-color-perceptual-duration-multiplier: 1.66;
|
|
4214
4214
|
}
|
|
4215
4215
|
|
|
4216
|
-
:is(body, #wpwrap #editor
|
|
4216
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:motion-ease-spring-smooth {
|
|
4217
4217
|
--motion-timing: var(--motion-spring-smooth);
|
|
4218
4218
|
--motion-perceptual-duration-multiplier: 1.66;
|
|
4219
4219
|
}
|
|
4220
4220
|
|
|
4221
|
-
:is(body, #wpwrap #editor
|
|
4221
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=bottom\]\:-motion-translate-y-in-25[data-placement="bottom"] {
|
|
4222
4222
|
--motion-origin-translate-y: calc(25% * -1);
|
|
4223
4223
|
--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
4224
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4225
4225
|
}
|
|
4226
4226
|
|
|
4227
|
-
:is(body, #wpwrap #editor
|
|
4227
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=bottom\]\:motion-translate-y-out-\[-12\.5\%\][data-placement="bottom"] {
|
|
4228
4228
|
--motion-end-translate-y: -12.5%;
|
|
4229
4229
|
--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
4230
|
animation: var(--motion-all-exit-animations);
|
|
4231
4231
|
}
|
|
4232
4232
|
|
|
4233
|
-
:is(body, #wpwrap #editor
|
|
4233
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=left\]\:-motion-translate-x-in-25[data-placement="left"] {
|
|
4234
4234
|
--motion-origin-translate-x: calc(25% * -1);
|
|
4235
4235
|
--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
4236
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4237
4237
|
}
|
|
4238
4238
|
|
|
4239
|
-
:is(body, #wpwrap #editor
|
|
4239
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=left\]\:motion-translate-x-out-\[-12\.5\%\][data-placement="left"] {
|
|
4240
4240
|
--motion-end-translate-x: -12.5%;
|
|
4241
4241
|
--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
4242
|
animation: var(--motion-all-exit-animations);
|
|
4243
4243
|
}
|
|
4244
4244
|
|
|
4245
|
-
:is(body, #wpwrap #editor
|
|
4245
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=right\]\:motion-translate-x-in-25[data-placement="right"] {
|
|
4246
4246
|
--motion-origin-translate-x: 25%;
|
|
4247
4247
|
--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
4248
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4249
4249
|
}
|
|
4250
4250
|
|
|
4251
|
-
:is(body, #wpwrap #editor
|
|
4251
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=right\]\:motion-translate-x-out-\[12\.5\%\][data-placement="right"] {
|
|
4252
4252
|
--motion-end-translate-x: 12.5%;
|
|
4253
4253
|
--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
4254
|
animation: var(--motion-all-exit-animations);
|
|
4255
4255
|
}
|
|
4256
4256
|
|
|
4257
|
-
:is(body, #wpwrap #editor
|
|
4257
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=top\]\:motion-translate-y-in-25[data-placement="top"] {
|
|
4258
4258
|
--motion-origin-translate-y: 25%;
|
|
4259
4259
|
--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
4260
|
animation: var(--motion-all-loop-and-enter-animations);
|
|
4261
4261
|
}
|
|
4262
4262
|
|
|
4263
|
-
:is(body, #wpwrap #editor
|
|
4263
|
+
:is(body, #wpwrap #editor) .es\:motion-safe\:data-\[placement\=top\]\:motion-translate-y-out-\[12\.5\%\][data-placement="top"] {
|
|
4264
4264
|
--motion-end-translate-y: 12.5%;
|
|
4265
4265
|
--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
4266
|
animation: var(--motion-all-exit-animations);
|
|
@@ -4268,7 +4268,7 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
4268
4268
|
}
|
|
4269
4269
|
|
|
4270
4270
|
@media (prefers-reduced-motion: reduce) {
|
|
4271
|
-
:is(body, #wpwrap #editor
|
|
4271
|
+
:is(body, #wpwrap #editor) .es\:motion-reduce\:motion-preset-fade, :is(body, #wpwrap #editor) .es\:motion-reduce\:motion-preset-fade-md {
|
|
4272
4272
|
--motion-origin-opacity: 0;
|
|
4273
4273
|
--motion-duration: .5s;
|
|
4274
4274
|
--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 +4277,295 @@ button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
|
4277
4277
|
}
|
|
4278
4278
|
|
|
4279
4279
|
@media (prefers-contrast: more) {
|
|
4280
|
-
:is(body, #wpwrap #editor
|
|
4280
|
+
:is(body, #wpwrap #editor) .es\:contrast-more\:focus-visible\:bg-accent-500\/15:is(:focus-visible:not(:focus), [data-rac][data-focus-visible]) {
|
|
4281
4281
|
background-color: color-mix(in oklab, var(--es-color-accent-500) 15%, transparent);
|
|
4282
4282
|
}
|
|
4283
4283
|
}
|
|
4284
4284
|
|
|
4285
4285
|
@media (forced-colors: active) {
|
|
4286
|
-
:is(body, #wpwrap #editor
|
|
4286
|
+
:is(body, #wpwrap #editor) .es\:forced-colors\:fill-\[Canvas\] {
|
|
4287
4287
|
fill: canvas;
|
|
4288
4288
|
}
|
|
4289
4289
|
|
|
4290
|
-
:is(body, #wpwrap #editor
|
|
4290
|
+
:is(body, #wpwrap #editor) .es\:forced-colors\:stroke-\[ButtonBorder\] {
|
|
4291
4291
|
stroke: buttonborder;
|
|
4292
4292
|
}
|
|
4293
4293
|
}
|
|
4294
4294
|
|
|
4295
|
-
:is(body, #wpwrap #editor
|
|
4295
|
+
:is(body, #wpwrap #editor) .es\:any-focus\:outline-hidden:is(:focus-visible, [data-rac][data-focus-visible], :focus, [data-rac][data-focused]) {
|
|
4296
4296
|
outline-style: none;
|
|
4297
4297
|
}
|
|
4298
4298
|
|
|
4299
4299
|
@media (forced-colors: active) {
|
|
4300
|
-
:is(body, #wpwrap #editor
|
|
4300
|
+
:is(body, #wpwrap #editor) .es\:any-focus\:outline-hidden:is(:focus-visible, [data-rac][data-focus-visible], :focus, [data-rac][data-focused]) {
|
|
4301
4301
|
outline-offset: 2px;
|
|
4302
4302
|
outline: 2px solid #0000;
|
|
4303
4303
|
}
|
|
4304
4304
|
}
|
|
4305
4305
|
|
|
4306
|
-
:is(body, #wpwrap #editor
|
|
4306
|
+
:is(body, #wpwrap #editor) .es\:selected\:bg-accent-50\/50[data-selected] {
|
|
4307
4307
|
background-color: color-mix(in oklab, var(--es-color-accent-50) 50%, transparent);
|
|
4308
4308
|
}
|
|
4309
4309
|
|
|
4310
|
-
:is(body, #wpwrap #editor
|
|
4310
|
+
:is(body, #wpwrap #editor) .es\:selected\:bg-accent-400\/15[data-selected] {
|
|
4311
4311
|
background-color: color-mix(in oklab, var(--es-color-accent-400) 15%, transparent);
|
|
4312
4312
|
}
|
|
4313
4313
|
|
|
4314
|
-
:is(body, #wpwrap #editor
|
|
4314
|
+
:is(body, #wpwrap #editor) .es\:selected\:bg-accent-600[data-selected] {
|
|
4315
4315
|
background-color: var(--es-color-accent-600);
|
|
4316
4316
|
}
|
|
4317
4317
|
|
|
4318
|
-
:is(body, #wpwrap #editor
|
|
4318
|
+
:is(body, #wpwrap #editor) .es\:selected\:text-accent-900[data-selected] {
|
|
4319
4319
|
color: var(--es-color-accent-900);
|
|
4320
4320
|
}
|
|
4321
4321
|
|
|
4322
|
-
:is(body, #wpwrap #editor
|
|
4322
|
+
:is(body, #wpwrap #editor) .es\:selected\:text-accent-950[data-selected] {
|
|
4323
4323
|
color: var(--es-color-accent-950);
|
|
4324
4324
|
}
|
|
4325
4325
|
|
|
4326
|
-
:is(body, #wpwrap #editor
|
|
4326
|
+
:is(body, #wpwrap #editor) .es\:selected\:text-white[data-selected] {
|
|
4327
4327
|
color: var(--es-color-white);
|
|
4328
4328
|
}
|
|
4329
4329
|
|
|
4330
|
-
:is(body, #wpwrap #editor
|
|
4330
|
+
:is(body, #wpwrap #editor) .es\:selected\:after\:from-accent-500[data-selected]:after {
|
|
4331
4331
|
content: var(--tw-content);
|
|
4332
4332
|
--tw-gradient-from: var(--es-color-accent-500);
|
|
4333
4333
|
--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
4334
|
}
|
|
4335
4335
|
|
|
4336
|
-
:is(body, #wpwrap #editor
|
|
4336
|
+
:is(body, #wpwrap #editor) .es\:selected\:after\:to-accent-600[data-selected]:after {
|
|
4337
4337
|
content: var(--tw-content);
|
|
4338
4338
|
--tw-gradient-to: var(--es-color-accent-600);
|
|
4339
4339
|
--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
4340
|
}
|
|
4341
4341
|
|
|
4342
|
-
:is(body, #wpwrap #editor
|
|
4342
|
+
:is(body, #wpwrap #editor) .es\:selected\:after\:shadow-xs[data-selected]:after {
|
|
4343
4343
|
content: var(--tw-content);
|
|
4344
4344
|
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, #0000000d);
|
|
4345
4345
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4346
4346
|
}
|
|
4347
4347
|
|
|
4348
|
-
:is(body, #wpwrap #editor
|
|
4348
|
+
:is(body, #wpwrap #editor) .es\:selected\:after\:shadow-accent-700\/30[data-selected]:after {
|
|
4349
4349
|
content: var(--tw-content);
|
|
4350
4350
|
--tw-shadow-color: color-mix(in oklab, var(--es-color-accent-700) 30%, transparent);
|
|
4351
4351
|
}
|
|
4352
4352
|
|
|
4353
|
-
:is(body, #wpwrap #editor
|
|
4353
|
+
:is(body, #wpwrap #editor) .es\:readonly\:bg-secondary-50:where([data-readonly], [readonly]) {
|
|
4354
4354
|
background-color: var(--es-color-secondary-50);
|
|
4355
4355
|
}
|
|
4356
4356
|
|
|
4357
|
-
:is(body, #wpwrap #editor
|
|
4357
|
+
:is(body, #wpwrap #editor) .es\:dragging\:scale-110\![data-dragging] {
|
|
4358
4358
|
--tw-scale-x: 110% !important;
|
|
4359
4359
|
--tw-scale-y: 110% !important;
|
|
4360
4360
|
--tw-scale-z: 110% !important;
|
|
4361
4361
|
scale: var(--tw-scale-x) var(--tw-scale-y) !important;
|
|
4362
4362
|
}
|
|
4363
4363
|
|
|
4364
|
-
:is(body, #wpwrap #editor
|
|
4364
|
+
:is(body, #wpwrap #editor) .es\:icon\:absolute > svg {
|
|
4365
4365
|
position: absolute;
|
|
4366
4366
|
}
|
|
4367
4367
|
|
|
4368
|
-
:is(body, #wpwrap #editor
|
|
4368
|
+
:is(body, #wpwrap #editor) .es\:icon\:inset-0 > svg {
|
|
4369
4369
|
inset: calc(var(--es-spacing) * 0);
|
|
4370
4370
|
}
|
|
4371
4371
|
|
|
4372
|
-
:is(body, #wpwrap #editor
|
|
4372
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-3 > svg {
|
|
4373
4373
|
width: calc(var(--es-spacing) * 3);
|
|
4374
4374
|
height: calc(var(--es-spacing) * 3);
|
|
4375
4375
|
}
|
|
4376
4376
|
|
|
4377
|
-
:is(body, #wpwrap #editor
|
|
4377
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-3\.5 > svg {
|
|
4378
4378
|
width: calc(var(--es-spacing) * 3.5);
|
|
4379
4379
|
height: calc(var(--es-spacing) * 3.5);
|
|
4380
4380
|
}
|
|
4381
4381
|
|
|
4382
|
-
:is(body, #wpwrap #editor
|
|
4382
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-4 > svg {
|
|
4383
4383
|
width: calc(var(--es-spacing) * 4);
|
|
4384
4384
|
height: calc(var(--es-spacing) * 4);
|
|
4385
4385
|
}
|
|
4386
4386
|
|
|
4387
|
-
:is(body, #wpwrap #editor
|
|
4387
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-4\.5 > svg {
|
|
4388
4388
|
width: calc(var(--es-spacing) * 4.5);
|
|
4389
4389
|
height: calc(var(--es-spacing) * 4.5);
|
|
4390
4390
|
}
|
|
4391
4391
|
|
|
4392
|
-
:is(body, #wpwrap #editor
|
|
4392
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-4\.5\! > svg {
|
|
4393
4393
|
width: calc(var(--es-spacing) * 4.5) !important;
|
|
4394
4394
|
height: calc(var(--es-spacing) * 4.5) !important;
|
|
4395
4395
|
}
|
|
4396
4396
|
|
|
4397
|
-
:is(body, #wpwrap #editor
|
|
4397
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-5 > svg {
|
|
4398
4398
|
width: calc(var(--es-spacing) * 5);
|
|
4399
4399
|
height: calc(var(--es-spacing) * 5);
|
|
4400
4400
|
}
|
|
4401
4401
|
|
|
4402
|
-
:is(body, #wpwrap #editor
|
|
4402
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-5\.5 > svg {
|
|
4403
4403
|
width: var(--es-spacing-5_5);
|
|
4404
4404
|
height: var(--es-spacing-5_5);
|
|
4405
4405
|
}
|
|
4406
4406
|
|
|
4407
|
-
:is(body, #wpwrap #editor
|
|
4407
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-6 > svg {
|
|
4408
4408
|
width: calc(var(--es-spacing) * 6);
|
|
4409
4409
|
height: calc(var(--es-spacing) * 6);
|
|
4410
4410
|
}
|
|
4411
4411
|
|
|
4412
|
-
:is(body, #wpwrap #editor
|
|
4412
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-7 > svg {
|
|
4413
4413
|
width: calc(var(--es-spacing) * 7);
|
|
4414
4414
|
height: calc(var(--es-spacing) * 7);
|
|
4415
4415
|
}
|
|
4416
4416
|
|
|
4417
|
-
:is(body, #wpwrap #editor
|
|
4417
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-\[0\.8rem\] > svg {
|
|
4418
4418
|
width: .8rem;
|
|
4419
4419
|
height: .8rem;
|
|
4420
4420
|
}
|
|
4421
4421
|
|
|
4422
|
-
:is(body, #wpwrap #editor
|
|
4422
|
+
:is(body, #wpwrap #editor) .es\:icon\:size-full > svg {
|
|
4423
4423
|
width: 100%;
|
|
4424
4424
|
height: 100%;
|
|
4425
4425
|
}
|
|
4426
4426
|
|
|
4427
|
-
:is(body, #wpwrap #editor
|
|
4427
|
+
:is(body, #wpwrap #editor) .es\:icon\:shrink-0 > svg {
|
|
4428
4428
|
flex-shrink: 0;
|
|
4429
4429
|
}
|
|
4430
4430
|
|
|
4431
|
-
:is(body, #wpwrap #editor
|
|
4431
|
+
:is(body, #wpwrap #editor) .es\:icon\:-scale-y-100 > svg {
|
|
4432
4432
|
--tw-scale-y: calc(100% * -1);
|
|
4433
4433
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
4434
4434
|
}
|
|
4435
4435
|
|
|
4436
|
-
:is(body, #wpwrap #editor
|
|
4436
|
+
:is(body, #wpwrap #editor) .es\:icon\:stroke-2 > svg {
|
|
4437
4437
|
stroke-width: 2px;
|
|
4438
4438
|
}
|
|
4439
4439
|
|
|
4440
|
-
:is(body, #wpwrap #editor
|
|
4440
|
+
:is(body, #wpwrap #editor) .es\:icon\:stroke-3 > svg {
|
|
4441
4441
|
stroke-width: 3px;
|
|
4442
4442
|
}
|
|
4443
4443
|
|
|
4444
|
-
:is(body, #wpwrap #editor
|
|
4444
|
+
:is(body, #wpwrap #editor) .es\:icon\:stroke-\[1\.5\] > svg {
|
|
4445
4445
|
stroke-width: 1.5px;
|
|
4446
4446
|
}
|
|
4447
4447
|
|
|
4448
|
-
:is(body, #wpwrap #editor
|
|
4448
|
+
:is(body, #wpwrap #editor) .es\:icon\:text-gray-500 > svg {
|
|
4449
4449
|
color: var(--es-color-gray-500);
|
|
4450
4450
|
}
|
|
4451
4451
|
|
|
4452
|
-
:is(body, #wpwrap #editor
|
|
4452
|
+
:is(body, #wpwrap #editor) .es\:icon\:text-secondary-500 > svg {
|
|
4453
4453
|
color: var(--es-color-secondary-500);
|
|
4454
4454
|
}
|
|
4455
4455
|
|
|
4456
|
-
:is(body, #wpwrap #editor
|
|
4456
|
+
:is(body, #wpwrap #editor) .es\:icon\:transition-transform > svg {
|
|
4457
4457
|
transition-property: transform, translate, scale, rotate;
|
|
4458
4458
|
transition-timing-function: var(--tw-ease, var(--es-default-transition-timing-function));
|
|
4459
4459
|
transition-duration: var(--tw-duration, var(--es-default-transition-duration));
|
|
4460
4460
|
}
|
|
4461
4461
|
|
|
4462
|
-
:is(body, #wpwrap #editor
|
|
4462
|
+
:is(body, #wpwrap #editor) .es\:icon\:duration-500 > svg {
|
|
4463
4463
|
--tw-duration: .5s;
|
|
4464
4464
|
transition-duration: .5s;
|
|
4465
4465
|
}
|
|
4466
4466
|
|
|
4467
|
-
:where(.es-button-group-h, .es-button-group-v) :is(:is(body, #wpwrap #editor
|
|
4467
|
+
: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
4468
|
border-radius: 0;
|
|
4469
4469
|
}
|
|
4470
4470
|
|
|
4471
|
-
:where(.es-button-group-h) :is(:is(body, #wpwrap #editor
|
|
4471
|
+
:where(.es-button-group-h) :is(:is(body, #wpwrap #editor) .es\:btn-group-h-start\:rounded-r-none):first-child:not(:last-child) {
|
|
4472
4472
|
border-top-right-radius: 0;
|
|
4473
4473
|
border-bottom-right-radius: 0;
|
|
4474
4474
|
}
|
|
4475
4475
|
|
|
4476
|
-
:where(.es-button-group-v) :is(:is(body, #wpwrap #editor
|
|
4476
|
+
:where(.es-button-group-v) :is(:is(body, #wpwrap #editor) .es\:btn-group-v-start\:rounded-b-none):first-child:not(:last-child) {
|
|
4477
4477
|
border-bottom-right-radius: 0;
|
|
4478
4478
|
border-bottom-left-radius: 0;
|
|
4479
4479
|
}
|
|
4480
4480
|
|
|
4481
|
-
:where(.es-button-group-h) :is(:is(body, #wpwrap #editor
|
|
4481
|
+
:where(.es-button-group-h) :is(:is(body, #wpwrap #editor) .es\:btn-group-h-end\:rounded-l-none):last-child:not(:first-child) {
|
|
4482
4482
|
border-top-left-radius: 0;
|
|
4483
4483
|
border-bottom-left-radius: 0;
|
|
4484
4484
|
}
|
|
4485
4485
|
|
|
4486
|
-
:where(.es-button-group-v) :is(:is(body, #wpwrap #editor
|
|
4486
|
+
:where(.es-button-group-v) :is(:is(body, #wpwrap #editor) .es\:btn-group-v-end\:rounded-t-none):last-child:not(:first-child) {
|
|
4487
4487
|
border-top-left-radius: 0;
|
|
4488
4488
|
border-top-right-radius: 0;
|
|
4489
4489
|
}
|
|
4490
4490
|
|
|
4491
|
-
:is(body, #wpwrap #editor
|
|
4491
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div\]\:pointer-events-none > div {
|
|
4492
4492
|
pointer-events: none;
|
|
4493
4493
|
}
|
|
4494
4494
|
|
|
4495
|
-
:is(body, #wpwrap #editor
|
|
4495
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div\]\:border\! > div {
|
|
4496
4496
|
border-style: var(--tw-border-style) !important;
|
|
4497
4497
|
border-width: 1px !important;
|
|
4498
4498
|
}
|
|
4499
4499
|
|
|
4500
|
-
:is(body, #wpwrap #editor
|
|
4500
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div\]\:border-dotted > div {
|
|
4501
4501
|
--tw-border-style: dotted;
|
|
4502
4502
|
border-style: dotted;
|
|
4503
4503
|
}
|
|
4504
4504
|
|
|
4505
|
-
:is(body, #wpwrap #editor
|
|
4505
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div\]\:border-accent-500\! > div {
|
|
4506
4506
|
border-color: var(--es-color-accent-500) !important;
|
|
4507
4507
|
}
|
|
4508
4508
|
|
|
4509
|
-
:is(body, #wpwrap #editor
|
|
4509
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div\]\:bg-accent-100\/20\! > div {
|
|
4510
4510
|
background-color: color-mix(in oklab, var(--es-color-accent-100) 20%, transparent) !important;
|
|
4511
4511
|
}
|
|
4512
4512
|
|
|
4513
|
-
:is(body, #wpwrap #editor
|
|
4513
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div\]\:text-accent-900\/15\! > div {
|
|
4514
4514
|
color: color-mix(in oklab, var(--es-color-accent-900) 15%, transparent) !important;
|
|
4515
4515
|
}
|
|
4516
4516
|
|
|
4517
|
-
:is(body, #wpwrap #editor
|
|
4517
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_div_\[role\=button\]\]\:opacity-0 > div [role="button"] {
|
|
4518
4518
|
opacity: 0;
|
|
4519
4519
|
}
|
|
4520
4520
|
|
|
4521
|
-
:is(body, #wpwrap #editor
|
|
4521
|
+
:is(body, #wpwrap #editor) .es\:\[\&_\>_span_\>_svg\]\:size-5 > span > svg {
|
|
4522
4522
|
width: calc(var(--es-spacing) * 5);
|
|
4523
4523
|
height: calc(var(--es-spacing) * 5);
|
|
4524
4524
|
}
|
|
4525
4525
|
|
|
4526
|
-
:is(body, #wpwrap #editor
|
|
4526
|
+
:is(body, #wpwrap #editor) .es\:\[\&_button\]\:invisible button {
|
|
4527
4527
|
visibility: hidden;
|
|
4528
4528
|
}
|
|
4529
4529
|
|
|
4530
|
-
:is(body, #wpwrap #editor
|
|
4530
|
+
:is(body, #wpwrap #editor) .es\:\[\&_input\]\:shadow-none\! input, :is(body, #wpwrap #editor) .es\:\[\&_input\:focus\]\:shadow-none\! input:focus {
|
|
4531
4531
|
--tw-shadow: 0 0 #0000 !important;
|
|
4532
4532
|
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
4533
|
}
|
|
4534
4534
|
|
|
4535
|
-
:is(body, #wpwrap #editor
|
|
4535
|
+
:is(body, #wpwrap #editor) .es\:\[\&_span\]\:overflow-hidden span {
|
|
4536
4536
|
overflow: hidden;
|
|
4537
4537
|
}
|
|
4538
4538
|
|
|
4539
|
-
:is(body, #wpwrap #editor
|
|
4539
|
+
:is(body, #wpwrap #editor) .es\:\[\&_span\]\:text-nowrap span {
|
|
4540
4540
|
text-wrap: nowrap;
|
|
4541
4541
|
}
|
|
4542
4542
|
|
|
4543
|
-
:is(body, #wpwrap #editor
|
|
4543
|
+
:is(body, #wpwrap #editor) .es\:\[\&_span\]\:text-ellipsis span {
|
|
4544
4544
|
text-overflow: ellipsis;
|
|
4545
4545
|
}
|
|
4546
4546
|
|
|
4547
|
-
:is(body, #wpwrap #editor
|
|
4547
|
+
:is(body, #wpwrap #editor) .es\:\[\&_svg_path\]\:stroke-red-500 svg path {
|
|
4548
4548
|
stroke: var(--es-color-red-500);
|
|
4549
4549
|
}
|
|
4550
4550
|
|
|
4551
|
-
:is(body, #wpwrap #editor
|
|
4551
|
+
:is(body, #wpwrap #editor) .es\:\[\&\:has\(\>_\[data-focus-visible\=\"true\"\]\)\]\:ring:has( > [data-focus-visible="true"]) {
|
|
4552
4552
|
--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
|
|
4553
4553
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
4554
4554
|
}
|
|
4555
4555
|
|
|
4556
|
-
:is(body, #wpwrap #editor
|
|
4556
|
+
:is(body, #wpwrap #editor) .es\:\[\&\:has\(\>_\[data-focus-visible\=\"true\"\]\)\]\:ring-accent-500\/50:has( > [data-focus-visible="true"]) {
|
|
4557
4557
|
--tw-ring-color: color-mix(in oklab, var(--es-color-accent-500) 50%, transparent);
|
|
4558
4558
|
}
|
|
4559
4559
|
|
|
4560
|
-
:is(body, #wpwrap #editor
|
|
4560
|
+
:is(body, #wpwrap #editor) .es\:\[\&\>span\>svg\]\:text-slate-500 > span > svg {
|
|
4561
4561
|
color: var(--es-color-slate-500);
|
|
4562
4562
|
}
|
|
4563
4563
|
|
|
4564
|
-
:is(body, #wpwrap #editor
|
|
4564
|
+
:is(body, #wpwrap #editor) .es\:\[\&\>span\>svg\]\:opacity-80 > span > svg {
|
|
4565
4565
|
opacity: .8;
|
|
4566
4566
|
}
|
|
4567
4567
|
|
|
4568
|
-
:is(body, #wpwrap #editor
|
|
4568
|
+
:is(body, #wpwrap #editor) .es\:\[\&\>svg\]\:size-5\.5 > svg {
|
|
4569
4569
|
width: var(--es-spacing-5_5);
|
|
4570
4570
|
height: var(--es-spacing-5_5);
|
|
4571
4571
|
}
|