@dcodegroup-au/page-builder 0.7.3 → 0.7.4
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/page-builder.css +146 -1232
- package/dist/page-builder.es.js +166 -167
- package/dist/page-builder.umd.js +166 -167
- package/example/src/App.vue +57 -56
- package/package.json +1 -1
- package/src/assets/css/style.css +4 -0
- package/src/components/presenters/components/LinkPresenter.vue +3 -3
- package/src/components/presenters/components/SliderPresenter.vue +4 -4
- package/src/components/presenters/modules/AccordionPricing.vue +1 -1
- package/src/components/presenters/modules/BulletPoints.vue +1 -1
- package/src/components/presenters/modules/Callout.vue +1 -1
- package/src/components/presenters/modules/CollectionCarousel.vue +2 -2
- package/src/components/presenters/modules/CollectionGrid.vue +1 -1
- package/src/components/presenters/modules/ContactUs.vue +9 -7
- package/src/components/presenters/modules/FAQ.vue +1 -1
- package/src/components/presenters/modules/HeroHeader.vue +2 -2
- package/src/components/presenters/modules/HorizontalTabs.vue +40 -42
- package/src/components/presenters/modules/LinkCard.vue +1 -1
- package/src/components/presenters/modules/LinkList.vue +1 -1
- package/src/components/presenters/modules/LogoCloud.vue +2 -2
- package/src/components/presenters/modules/Paragraph.vue +1 -1
- package/src/components/presenters/modules/QuickLinks.vue +1 -1
- package/src/components/presenters/modules/StandardHeader.vue +1 -2
- package/src/components/presenters/modules/TestimonialSlider.vue +3 -3
- package/src/components/presenters/modules/Timeline.vue +1 -1
- package/src/components/presenters/modules/TwoColumnsImageContent.vue +1 -1
- package/src/components/presenters/modules/VTabs.vue +1 -1
- package/example/.vscode/extensions.json +0 -3
package/dist/page-builder.css
CHANGED
|
@@ -840,9 +840,6 @@ select {
|
|
|
840
840
|
.mb-10 {
|
|
841
841
|
margin-bottom: 2.5rem;
|
|
842
842
|
}
|
|
843
|
-
.mb-12 {
|
|
844
|
-
margin-bottom: 3rem;
|
|
845
|
-
}
|
|
846
843
|
.mb-2 {
|
|
847
844
|
margin-bottom: 0.5rem;
|
|
848
845
|
}
|
|
@@ -897,9 +894,6 @@ select {
|
|
|
897
894
|
.mt-1 {
|
|
898
895
|
margin-top: 0.25rem;
|
|
899
896
|
}
|
|
900
|
-
.mt-12 {
|
|
901
|
-
margin-top: 3rem;
|
|
902
|
-
}
|
|
903
897
|
.mt-2 {
|
|
904
898
|
margin-top: 0.5rem;
|
|
905
899
|
}
|
|
@@ -969,15 +963,9 @@ select {
|
|
|
969
963
|
.h-1 {
|
|
970
964
|
height: 0.25rem;
|
|
971
965
|
}
|
|
972
|
-
.h-11 {
|
|
973
|
-
height: 2.75rem;
|
|
974
|
-
}
|
|
975
966
|
.h-12 {
|
|
976
967
|
height: 3rem;
|
|
977
968
|
}
|
|
978
|
-
.h-14 {
|
|
979
|
-
height: 3.5rem;
|
|
980
|
-
}
|
|
981
969
|
.h-3 {
|
|
982
970
|
height: 0.75rem;
|
|
983
971
|
}
|
|
@@ -993,12 +981,12 @@ select {
|
|
|
993
981
|
.h-8 {
|
|
994
982
|
height: 2rem;
|
|
995
983
|
}
|
|
984
|
+
.h-9 {
|
|
985
|
+
height: 2.25rem;
|
|
986
|
+
}
|
|
996
987
|
.h-\[100vh\] {
|
|
997
988
|
height: 100vh;
|
|
998
989
|
}
|
|
999
|
-
.h-\[136px\] {
|
|
1000
|
-
height: 136px;
|
|
1001
|
-
}
|
|
1002
990
|
.h-\[16px\] {
|
|
1003
991
|
height: 16px;
|
|
1004
992
|
}
|
|
@@ -1050,8 +1038,8 @@ select {
|
|
|
1050
1038
|
.h-\[674px\] {
|
|
1051
1039
|
height: 674px;
|
|
1052
1040
|
}
|
|
1053
|
-
.h-\[
|
|
1054
|
-
height:
|
|
1041
|
+
.h-\[708px\] {
|
|
1042
|
+
height: 708px;
|
|
1055
1043
|
}
|
|
1056
1044
|
.h-\[96px\] {
|
|
1057
1045
|
height: 96px;
|
|
@@ -1075,6 +1063,9 @@ select {
|
|
|
1075
1063
|
.max-h-screen {
|
|
1076
1064
|
max-height: 100vh;
|
|
1077
1065
|
}
|
|
1066
|
+
.min-h-\[136px\] {
|
|
1067
|
+
min-height: 136px;
|
|
1068
|
+
}
|
|
1078
1069
|
.min-h-\[260px\] {
|
|
1079
1070
|
min-height: 260px;
|
|
1080
1071
|
}
|
|
@@ -1114,15 +1105,9 @@ select {
|
|
|
1114
1105
|
.w-2\/3 {
|
|
1115
1106
|
width: 66.666667%;
|
|
1116
1107
|
}
|
|
1117
|
-
.w-2\/5 {
|
|
1118
|
-
width: 40%;
|
|
1119
|
-
}
|
|
1120
1108
|
.w-3 {
|
|
1121
1109
|
width: 0.75rem;
|
|
1122
1110
|
}
|
|
1123
|
-
.w-3\/5 {
|
|
1124
|
-
width: 60%;
|
|
1125
|
-
}
|
|
1126
1111
|
.w-4 {
|
|
1127
1112
|
width: 1rem;
|
|
1128
1113
|
}
|
|
@@ -1357,9 +1342,6 @@ select {
|
|
|
1357
1342
|
.justify-between {
|
|
1358
1343
|
justify-content: space-between;
|
|
1359
1344
|
}
|
|
1360
|
-
.justify-stretch {
|
|
1361
|
-
justify-content: stretch;
|
|
1362
|
-
}
|
|
1363
1345
|
.\!gap-4 {
|
|
1364
1346
|
gap: 1rem !important;
|
|
1365
1347
|
}
|
|
@@ -1396,22 +1378,16 @@ select {
|
|
|
1396
1378
|
.gap-\[10\%\] {
|
|
1397
1379
|
gap: 10%;
|
|
1398
1380
|
}
|
|
1399
|
-
.gap-\[60px\] {
|
|
1400
|
-
gap: 60px;
|
|
1401
|
-
}
|
|
1402
1381
|
.gap-x-\[100px\] {
|
|
1403
1382
|
-moz-column-gap: 100px;
|
|
1404
1383
|
column-gap: 100px;
|
|
1405
1384
|
}
|
|
1406
|
-
.
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1385
|
+
.gap-x-\[60px\] {
|
|
1386
|
+
-moz-column-gap: 60px;
|
|
1387
|
+
column-gap: 60px;
|
|
1410
1388
|
}
|
|
1411
|
-
.
|
|
1412
|
-
|
|
1413
|
-
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
|
|
1414
|
-
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
|
|
1389
|
+
.gap-y-2 {
|
|
1390
|
+
row-gap: 0.5rem;
|
|
1415
1391
|
}
|
|
1416
1392
|
.divide-y > :not([hidden]) ~ :not([hidden]) {
|
|
1417
1393
|
--tw-divide-y-reverse: 0;
|
|
@@ -1446,9 +1422,6 @@ select {
|
|
|
1446
1422
|
.rounded-\[20px\] {
|
|
1447
1423
|
border-radius: 20px;
|
|
1448
1424
|
}
|
|
1449
|
-
.rounded-\[40px\] {
|
|
1450
|
-
border-radius: 40px;
|
|
1451
|
-
}
|
|
1452
1425
|
.rounded-\[6px\] {
|
|
1453
1426
|
border-radius: 6px;
|
|
1454
1427
|
}
|
|
@@ -1470,9 +1443,9 @@ select {
|
|
|
1470
1443
|
.rounded-xl {
|
|
1471
1444
|
border-radius: 0.75rem;
|
|
1472
1445
|
}
|
|
1473
|
-
.rounded-b
|
|
1474
|
-
border-bottom-right-radius:
|
|
1475
|
-
border-bottom-left-radius:
|
|
1446
|
+
.rounded-b-3xl {
|
|
1447
|
+
border-bottom-right-radius: 1.5rem;
|
|
1448
|
+
border-bottom-left-radius: 1.5rem;
|
|
1476
1449
|
}
|
|
1477
1450
|
.rounded-b-xl {
|
|
1478
1451
|
border-bottom-right-radius: 0.75rem;
|
|
@@ -1723,8 +1696,8 @@ select {
|
|
|
1723
1696
|
.p-1 {
|
|
1724
1697
|
padding: 0.25rem;
|
|
1725
1698
|
}
|
|
1726
|
-
.p-
|
|
1727
|
-
padding:
|
|
1699
|
+
.p-1\.5 {
|
|
1700
|
+
padding: 0.375rem;
|
|
1728
1701
|
}
|
|
1729
1702
|
.p-16 {
|
|
1730
1703
|
padding: 4rem;
|
|
@@ -1752,10 +1725,6 @@ select {
|
|
|
1752
1725
|
padding-left: 0px;
|
|
1753
1726
|
padding-right: 0px;
|
|
1754
1727
|
}
|
|
1755
|
-
.px-1\.5 {
|
|
1756
|
-
padding-left: 0.375rem;
|
|
1757
|
-
padding-right: 0.375rem;
|
|
1758
|
-
}
|
|
1759
1728
|
.px-12 {
|
|
1760
1729
|
padding-left: 3rem;
|
|
1761
1730
|
padding-right: 3rem;
|
|
@@ -1870,15 +1839,15 @@ select {
|
|
|
1870
1839
|
.pb-10 {
|
|
1871
1840
|
padding-bottom: 2.5rem;
|
|
1872
1841
|
}
|
|
1842
|
+
.pb-16 {
|
|
1843
|
+
padding-bottom: 4rem;
|
|
1844
|
+
}
|
|
1873
1845
|
.pb-2 {
|
|
1874
1846
|
padding-bottom: 0.5rem;
|
|
1875
1847
|
}
|
|
1876
1848
|
.pb-3 {
|
|
1877
1849
|
padding-bottom: 0.75rem;
|
|
1878
1850
|
}
|
|
1879
|
-
.pb-32 {
|
|
1880
|
-
padding-bottom: 8rem;
|
|
1881
|
-
}
|
|
1882
1851
|
.pb-4 {
|
|
1883
1852
|
padding-bottom: 1rem;
|
|
1884
1853
|
}
|
|
@@ -1915,6 +1884,9 @@ select {
|
|
|
1915
1884
|
.pt-16 {
|
|
1916
1885
|
padding-top: 4rem;
|
|
1917
1886
|
}
|
|
1887
|
+
.pt-20 {
|
|
1888
|
+
padding-top: 5rem;
|
|
1889
|
+
}
|
|
1918
1890
|
.pt-4 {
|
|
1919
1891
|
padding-top: 1rem;
|
|
1920
1892
|
}
|
|
@@ -1944,14 +1916,14 @@ select {
|
|
|
1944
1916
|
font-size: 1.5rem;
|
|
1945
1917
|
line-height: 2rem;
|
|
1946
1918
|
}
|
|
1919
|
+
.text-3xl {
|
|
1920
|
+
font-size: 1.875rem;
|
|
1921
|
+
line-height: 2.25rem;
|
|
1922
|
+
}
|
|
1947
1923
|
.text-4xl {
|
|
1948
1924
|
font-size: 2.25rem;
|
|
1949
1925
|
line-height: 2.5rem;
|
|
1950
1926
|
}
|
|
1951
|
-
.text-5xl {
|
|
1952
|
-
font-size: 3rem;
|
|
1953
|
-
line-height: 1;
|
|
1954
|
-
}
|
|
1955
1927
|
.text-\[13px\] {
|
|
1956
1928
|
font-size: 13px;
|
|
1957
1929
|
}
|
|
@@ -2023,9 +1995,6 @@ select {
|
|
|
2023
1995
|
.leading-6 {
|
|
2024
1996
|
line-height: 1.5rem;
|
|
2025
1997
|
}
|
|
2026
|
-
.leading-8 {
|
|
2027
|
-
line-height: 2rem;
|
|
2028
|
-
}
|
|
2029
1998
|
.leading-\[24px\] {
|
|
2030
1999
|
line-height: 24px;
|
|
2031
2000
|
}
|
|
@@ -2837,6 +2806,23 @@ select {
|
|
|
2837
2806
|
padding: 0px;
|
|
2838
2807
|
}
|
|
2839
2808
|
|
|
2809
|
+
.pb-container {
|
|
2810
|
+
margin-left: auto;
|
|
2811
|
+
margin-right: auto;
|
|
2812
|
+
width: 100%;
|
|
2813
|
+
max-width: 1640px;
|
|
2814
|
+
padding-left: 1rem;
|
|
2815
|
+
padding-right: 1rem;
|
|
2816
|
+
}
|
|
2817
|
+
|
|
2818
|
+
@media (min-width: 768px) {
|
|
2819
|
+
|
|
2820
|
+
.pb-container {
|
|
2821
|
+
padding-left: 120px;
|
|
2822
|
+
padding-right: 120px;
|
|
2823
|
+
}
|
|
2824
|
+
}
|
|
2825
|
+
|
|
2840
2826
|
.checked\:bg-brand-600:checked {
|
|
2841
2827
|
--tw-bg-opacity: 1;
|
|
2842
2828
|
background-color: rgb(158 51 113 / var(--tw-bg-opacity, 1));
|
|
@@ -3007,12 +2993,36 @@ select {
|
|
|
3007
2993
|
opacity: 1;
|
|
3008
2994
|
}
|
|
3009
2995
|
|
|
2996
|
+
@media not all and (min-width: 1024px) {
|
|
2997
|
+
|
|
2998
|
+
.max-lg\:flex-col {
|
|
2999
|
+
flex-direction: column;
|
|
3000
|
+
}
|
|
3001
|
+
}
|
|
3002
|
+
|
|
3010
3003
|
@media not all and (min-width: 768px) {
|
|
3011
3004
|
|
|
3012
3005
|
.max-md\:mx-\[30px\] {
|
|
3013
3006
|
margin-left: 30px;
|
|
3014
3007
|
margin-right: 30px;
|
|
3015
3008
|
}
|
|
3009
|
+
|
|
3010
|
+
.max-md\:w-full {
|
|
3011
|
+
width: 100%;
|
|
3012
|
+
}
|
|
3013
|
+
|
|
3014
|
+
.max-md\:flex-col {
|
|
3015
|
+
flex-direction: column;
|
|
3016
|
+
}
|
|
3017
|
+
|
|
3018
|
+
.max-md\:px-4 {
|
|
3019
|
+
padding-left: 1rem;
|
|
3020
|
+
padding-right: 1rem;
|
|
3021
|
+
}
|
|
3022
|
+
|
|
3023
|
+
.max-md\:pb-4 {
|
|
3024
|
+
padding-bottom: 1rem;
|
|
3025
|
+
}
|
|
3016
3026
|
}
|
|
3017
3027
|
|
|
3018
3028
|
@media (min-width: 640px) {
|
|
@@ -3033,6 +3043,11 @@ select {
|
|
|
3033
3043
|
padding-left: 0px;
|
|
3034
3044
|
padding-right: 0px;
|
|
3035
3045
|
}
|
|
3046
|
+
|
|
3047
|
+
.sm\:px-4 {
|
|
3048
|
+
padding-left: 1rem;
|
|
3049
|
+
padding-right: 1rem;
|
|
3050
|
+
}
|
|
3036
3051
|
}
|
|
3037
3052
|
|
|
3038
3053
|
@media (min-width: 768px) {
|
|
@@ -3077,6 +3092,10 @@ select {
|
|
|
3077
3092
|
flex-direction: row;
|
|
3078
3093
|
}
|
|
3079
3094
|
|
|
3095
|
+
.md\:\!gap-8 {
|
|
3096
|
+
gap: 2rem !important;
|
|
3097
|
+
}
|
|
3098
|
+
|
|
3080
3099
|
.md\:rounded-2xl {
|
|
3081
3100
|
border-radius: 1rem;
|
|
3082
3101
|
}
|
|
@@ -3093,30 +3112,52 @@ select {
|
|
|
3093
3112
|
border-radius: 48px;
|
|
3094
3113
|
}
|
|
3095
3114
|
|
|
3115
|
+
.md\:rounded-\[60px\] {
|
|
3116
|
+
border-radius: 60px;
|
|
3117
|
+
}
|
|
3118
|
+
|
|
3119
|
+
.md\:rounded-b-\[48px\] {
|
|
3120
|
+
border-bottom-right-radius: 48px;
|
|
3121
|
+
border-bottom-left-radius: 48px;
|
|
3122
|
+
}
|
|
3123
|
+
|
|
3124
|
+
.md\:\!p-8 {
|
|
3125
|
+
padding: 2rem !important;
|
|
3126
|
+
}
|
|
3127
|
+
|
|
3096
3128
|
.md\:\!px-0 {
|
|
3097
3129
|
padding-left: 0px !important;
|
|
3098
3130
|
padding-right: 0px !important;
|
|
3099
3131
|
}
|
|
3100
3132
|
|
|
3133
|
+
.md\:px-10 {
|
|
3134
|
+
padding-left: 2.5rem;
|
|
3135
|
+
padding-right: 2.5rem;
|
|
3136
|
+
}
|
|
3137
|
+
|
|
3101
3138
|
.md\:px-24 {
|
|
3102
3139
|
padding-left: 6rem;
|
|
3103
3140
|
padding-right: 6rem;
|
|
3104
3141
|
}
|
|
3105
3142
|
|
|
3143
|
+
.md\:px-6 {
|
|
3144
|
+
padding-left: 1.5rem;
|
|
3145
|
+
padding-right: 1.5rem;
|
|
3146
|
+
}
|
|
3147
|
+
|
|
3106
3148
|
.md\:px-\[120px\] {
|
|
3107
3149
|
padding-left: 120px;
|
|
3108
3150
|
padding-right: 120px;
|
|
3109
3151
|
}
|
|
3110
3152
|
|
|
3111
|
-
.md\:px-\[90px\] {
|
|
3112
|
-
padding-left: 90px;
|
|
3113
|
-
padding-right: 90px;
|
|
3114
|
-
}
|
|
3115
|
-
|
|
3116
3153
|
.md\:pl-6 {
|
|
3117
3154
|
padding-left: 1.5rem;
|
|
3118
3155
|
}
|
|
3119
3156
|
|
|
3157
|
+
.md\:pt-12 {
|
|
3158
|
+
padding-top: 3rem;
|
|
3159
|
+
}
|
|
3160
|
+
|
|
3120
3161
|
.md\:pt-28 {
|
|
3121
3162
|
padding-top: 7rem;
|
|
3122
3163
|
}
|
|
@@ -3136,6 +3177,10 @@ select {
|
|
|
3136
3177
|
line-height: 1.75rem;
|
|
3137
3178
|
}
|
|
3138
3179
|
|
|
3180
|
+
.md\:leading-8 {
|
|
3181
|
+
line-height: 2rem;
|
|
3182
|
+
}
|
|
3183
|
+
|
|
3139
3184
|
.md\:leading-\[38px\] {
|
|
3140
3185
|
line-height: 38px;
|
|
3141
3186
|
}
|
|
@@ -3171,10 +3216,22 @@ select {
|
|
|
3171
3216
|
height: 480px;
|
|
3172
3217
|
}
|
|
3173
3218
|
|
|
3219
|
+
.lg\:h-\[872px\] {
|
|
3220
|
+
height: 872px;
|
|
3221
|
+
}
|
|
3222
|
+
|
|
3174
3223
|
.lg\:w-1\/2 {
|
|
3175
3224
|
width: 50%;
|
|
3176
3225
|
}
|
|
3177
3226
|
|
|
3227
|
+
.lg\:w-2\/5 {
|
|
3228
|
+
width: 40%;
|
|
3229
|
+
}
|
|
3230
|
+
|
|
3231
|
+
.lg\:w-3\/5 {
|
|
3232
|
+
width: 60%;
|
|
3233
|
+
}
|
|
3234
|
+
|
|
3178
3235
|
.lg\:w-\[350px\] {
|
|
3179
3236
|
width: 350px;
|
|
3180
3237
|
}
|
|
@@ -3225,6 +3282,10 @@ select {
|
|
|
3225
3282
|
padding-bottom: 1rem;
|
|
3226
3283
|
}
|
|
3227
3284
|
|
|
3285
|
+
.lg\:pb-32 {
|
|
3286
|
+
padding-bottom: 8rem;
|
|
3287
|
+
}
|
|
3288
|
+
|
|
3228
3289
|
.lg\:pl-8 {
|
|
3229
3290
|
padding-left: 2rem;
|
|
3230
3291
|
}
|
|
@@ -3286,8 +3347,8 @@ select {
|
|
|
3286
3347
|
margin-right: 0px;
|
|
3287
3348
|
}
|
|
3288
3349
|
|
|
3289
|
-
.\31xl\:max-w-\[
|
|
3290
|
-
max-width:
|
|
3350
|
+
.\31xl\:max-w-\[1872px\] {
|
|
3351
|
+
max-width: 1872px;
|
|
3291
3352
|
}
|
|
3292
3353
|
}
|
|
3293
3354
|
|
|
@@ -3367,1154 +3428,7 @@ select {
|
|
|
3367
3428
|
* Copyright (c) 2014, Jason Chen
|
|
3368
3429
|
* Copyright (c) 2013, salesforce.com
|
|
3369
3430
|
*/
|
|
3370
|
-
.ql-container {
|
|
3371
|
-
box-sizing: border-box;
|
|
3372
|
-
font-family: Helvetica, Arial, sans-serif;
|
|
3373
|
-
font-size: 13px;
|
|
3374
|
-
height: 100%;
|
|
3375
|
-
margin: 0;
|
|
3376
|
-
position: relative
|
|
3377
|
-
}
|
|
3378
|
-
|
|
3379
|
-
.ql-container.ql-disabled .ql-tooltip {
|
|
3380
|
-
visibility: hidden
|
|
3381
|
-
}
|
|
3382
|
-
|
|
3383
|
-
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui, .ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
|
|
3384
|
-
cursor: pointer
|
|
3385
|
-
}
|
|
3386
|
-
|
|
3387
|
-
.ql-clipboard {
|
|
3388
|
-
left: -100000px;
|
|
3389
|
-
height: 1px;
|
|
3390
|
-
overflow-y: hidden;
|
|
3391
|
-
position: absolute;
|
|
3392
|
-
top: 50%
|
|
3393
|
-
}
|
|
3394
|
-
|
|
3395
|
-
.ql-clipboard p {
|
|
3396
|
-
margin: 0;
|
|
3397
|
-
padding: 0
|
|
3398
|
-
}
|
|
3399
|
-
|
|
3400
|
-
.ql-editor {
|
|
3401
|
-
box-sizing: border-box;
|
|
3402
|
-
counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
|
|
3403
|
-
line-height: 1.42;
|
|
3404
|
-
height: 100%;
|
|
3405
|
-
outline: none;
|
|
3406
|
-
overflow-y: auto;
|
|
3407
|
-
padding: 12px 15px;
|
|
3408
|
-
-o-tab-size: 4;
|
|
3409
|
-
tab-size: 4;
|
|
3410
|
-
-moz-tab-size: 4;
|
|
3411
|
-
text-align: left;
|
|
3412
|
-
white-space: pre-wrap;
|
|
3413
|
-
word-wrap: break-word
|
|
3414
|
-
}
|
|
3415
|
-
|
|
3416
|
-
.ql-editor > * {
|
|
3417
|
-
cursor: text
|
|
3418
|
-
}
|
|
3419
|
-
|
|
3420
|
-
.ql-editor p, .ql-editor ol, .ql-editor pre, .ql-editor blockquote, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
|
|
3421
|
-
margin: 0;
|
|
3422
|
-
padding: 0
|
|
3423
|
-
}
|
|
3424
|
-
|
|
3425
|
-
@supports (counter-set:none) {
|
|
3426
|
-
.ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
|
|
3427
|
-
counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
|
3428
|
-
}
|
|
3429
|
-
}
|
|
3430
|
-
|
|
3431
|
-
@supports not (counter-set:none) {
|
|
3432
|
-
.ql-editor p, .ql-editor h1, .ql-editor h2, .ql-editor h3, .ql-editor h4, .ql-editor h5, .ql-editor h6 {
|
|
3433
|
-
counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
|
3434
|
-
}
|
|
3435
|
-
}
|
|
3436
|
-
|
|
3437
|
-
.ql-editor table {
|
|
3438
|
-
border-collapse: collapse
|
|
3439
|
-
}
|
|
3440
|
-
|
|
3441
|
-
.ql-editor td {
|
|
3442
|
-
border: 1px solid #000;
|
|
3443
|
-
padding: 2px 5px
|
|
3444
|
-
}
|
|
3445
|
-
|
|
3446
|
-
.ql-editor ol {
|
|
3447
|
-
padding-left: 1.5em
|
|
3448
|
-
}
|
|
3449
|
-
|
|
3450
|
-
.ql-editor li {
|
|
3451
|
-
list-style-type: none;
|
|
3452
|
-
padding-left: 1.5em;
|
|
3453
|
-
position: relative
|
|
3454
|
-
}
|
|
3455
|
-
|
|
3456
|
-
.ql-editor li > .ql-ui:before {
|
|
3457
|
-
display: inline-block;
|
|
3458
|
-
margin-left: -1.5em;
|
|
3459
|
-
margin-right: .3em;
|
|
3460
|
-
text-align: right;
|
|
3461
|
-
white-space: nowrap;
|
|
3462
|
-
width: 1.2em
|
|
3463
|
-
}
|
|
3464
|
-
|
|
3465
|
-
.ql-editor li[data-list=checked] > .ql-ui, .ql-editor li[data-list=unchecked] > .ql-ui {
|
|
3466
|
-
color: #777
|
|
3467
|
-
}
|
|
3468
|
-
|
|
3469
|
-
.ql-editor li[data-list=bullet] > .ql-ui:before {
|
|
3470
|
-
content: '\2022'
|
|
3471
|
-
}
|
|
3472
|
-
|
|
3473
|
-
.ql-editor li[data-list=checked] > .ql-ui:before {
|
|
3474
|
-
content: '\2611'
|
|
3475
|
-
}
|
|
3476
|
-
|
|
3477
|
-
.ql-editor li[data-list=unchecked] > .ql-ui:before {
|
|
3478
|
-
content: '\2610'
|
|
3479
|
-
}
|
|
3480
|
-
|
|
3481
|
-
@supports (counter-set:none) {
|
|
3482
|
-
.ql-editor li[data-list] {
|
|
3483
|
-
counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
|
3484
|
-
}
|
|
3485
|
-
}
|
|
3486
|
-
|
|
3487
|
-
@supports not (counter-set:none) {
|
|
3488
|
-
.ql-editor li[data-list] {
|
|
3489
|
-
counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
|
3490
|
-
}
|
|
3491
|
-
}
|
|
3492
|
-
|
|
3493
|
-
.ql-editor li[data-list=ordered] {
|
|
3494
|
-
counter-increment: list-0
|
|
3495
|
-
}
|
|
3496
|
-
|
|
3497
|
-
.ql-editor li[data-list=ordered] > .ql-ui:before {
|
|
3498
|
-
content: counter(list-0, decimal) '. '
|
|
3499
|
-
}
|
|
3500
|
-
|
|
3501
|
-
.ql-editor li[data-list=ordered].ql-indent-1 {
|
|
3502
|
-
counter-increment: list-1
|
|
3503
|
-
}
|
|
3504
|
-
|
|
3505
|
-
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
|
|
3506
|
-
content: counter(list-1, lower-alpha) '. '
|
|
3507
|
-
}
|
|
3508
|
-
|
|
3509
|
-
@supports (counter-set:none) {
|
|
3510
|
-
.ql-editor li[data-list].ql-indent-1 {
|
|
3511
|
-
counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
|
3512
|
-
}
|
|
3513
|
-
}
|
|
3514
|
-
|
|
3515
|
-
@supports not (counter-set:none) {
|
|
3516
|
-
.ql-editor li[data-list].ql-indent-1 {
|
|
3517
|
-
counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
|
3518
|
-
}
|
|
3519
|
-
}
|
|
3520
|
-
|
|
3521
|
-
.ql-editor li[data-list=ordered].ql-indent-2 {
|
|
3522
|
-
counter-increment: list-2
|
|
3523
|
-
}
|
|
3524
|
-
|
|
3525
|
-
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
|
|
3526
|
-
content: counter(list-2, lower-roman) '. '
|
|
3527
|
-
}
|
|
3528
|
-
|
|
3529
|
-
@supports (counter-set:none) {
|
|
3530
|
-
.ql-editor li[data-list].ql-indent-2 {
|
|
3531
|
-
counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
|
3532
|
-
}
|
|
3533
|
-
}
|
|
3534
|
-
|
|
3535
|
-
@supports not (counter-set:none) {
|
|
3536
|
-
.ql-editor li[data-list].ql-indent-2 {
|
|
3537
|
-
counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
|
|
3538
|
-
}
|
|
3539
|
-
}
|
|
3540
|
-
|
|
3541
|
-
.ql-editor li[data-list=ordered].ql-indent-3 {
|
|
3542
|
-
counter-increment: list-3
|
|
3543
|
-
}
|
|
3544
|
-
|
|
3545
|
-
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
|
|
3546
|
-
content: counter(list-3, decimal) '. '
|
|
3547
|
-
}
|
|
3548
|
-
|
|
3549
|
-
@supports (counter-set:none) {
|
|
3550
|
-
.ql-editor li[data-list].ql-indent-3 {
|
|
3551
|
-
counter-set: list-4 list-5 list-6 list-7 list-8 list-9
|
|
3552
|
-
}
|
|
3553
|
-
}
|
|
3554
|
-
|
|
3555
|
-
@supports not (counter-set:none) {
|
|
3556
|
-
.ql-editor li[data-list].ql-indent-3 {
|
|
3557
|
-
counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
|
|
3558
|
-
}
|
|
3559
|
-
}
|
|
3560
|
-
|
|
3561
|
-
.ql-editor li[data-list=ordered].ql-indent-4 {
|
|
3562
|
-
counter-increment: list-4
|
|
3563
|
-
}
|
|
3564
|
-
|
|
3565
|
-
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
|
|
3566
|
-
content: counter(list-4, lower-alpha) '. '
|
|
3567
|
-
}
|
|
3568
|
-
|
|
3569
|
-
@supports (counter-set:none) {
|
|
3570
|
-
.ql-editor li[data-list].ql-indent-4 {
|
|
3571
|
-
counter-set: list-5 list-6 list-7 list-8 list-9
|
|
3572
|
-
}
|
|
3573
|
-
}
|
|
3574
|
-
|
|
3575
|
-
@supports not (counter-set:none) {
|
|
3576
|
-
.ql-editor li[data-list].ql-indent-4 {
|
|
3577
|
-
counter-reset: list-5 list-6 list-7 list-8 list-9
|
|
3578
|
-
}
|
|
3579
|
-
}
|
|
3580
|
-
|
|
3581
|
-
.ql-editor li[data-list=ordered].ql-indent-5 {
|
|
3582
|
-
counter-increment: list-5
|
|
3583
|
-
}
|
|
3584
|
-
|
|
3585
|
-
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
|
|
3586
|
-
content: counter(list-5, lower-roman) '. '
|
|
3587
|
-
}
|
|
3588
|
-
|
|
3589
|
-
@supports (counter-set:none) {
|
|
3590
|
-
.ql-editor li[data-list].ql-indent-5 {
|
|
3591
|
-
counter-set: list-6 list-7 list-8 list-9
|
|
3592
|
-
}
|
|
3593
|
-
}
|
|
3594
|
-
|
|
3595
|
-
@supports not (counter-set:none) {
|
|
3596
|
-
.ql-editor li[data-list].ql-indent-5 {
|
|
3597
|
-
counter-reset: list-6 list-7 list-8 list-9
|
|
3598
|
-
}
|
|
3599
|
-
}
|
|
3600
|
-
|
|
3601
|
-
.ql-editor li[data-list=ordered].ql-indent-6 {
|
|
3602
|
-
counter-increment: list-6
|
|
3603
|
-
}
|
|
3604
|
-
|
|
3605
|
-
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
|
|
3606
|
-
content: counter(list-6, decimal) '. '
|
|
3607
|
-
}
|
|
3608
|
-
|
|
3609
|
-
@supports (counter-set:none) {
|
|
3610
|
-
.ql-editor li[data-list].ql-indent-6 {
|
|
3611
|
-
counter-set: list-7 list-8 list-9
|
|
3612
|
-
}
|
|
3613
|
-
}
|
|
3614
|
-
|
|
3615
|
-
@supports not (counter-set:none) {
|
|
3616
|
-
.ql-editor li[data-list].ql-indent-6 {
|
|
3617
|
-
counter-reset: list-7 list-8 list-9
|
|
3618
|
-
}
|
|
3619
|
-
}
|
|
3620
|
-
|
|
3621
|
-
.ql-editor li[data-list=ordered].ql-indent-7 {
|
|
3622
|
-
counter-increment: list-7
|
|
3623
|
-
}
|
|
3624
|
-
|
|
3625
|
-
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
|
|
3626
|
-
content: counter(list-7, lower-alpha) '. '
|
|
3627
|
-
}
|
|
3628
|
-
|
|
3629
|
-
@supports (counter-set:none) {
|
|
3630
|
-
.ql-editor li[data-list].ql-indent-7 {
|
|
3631
|
-
counter-set: list-8 list-9
|
|
3632
|
-
}
|
|
3633
|
-
}
|
|
3634
|
-
|
|
3635
|
-
@supports not (counter-set:none) {
|
|
3636
|
-
.ql-editor li[data-list].ql-indent-7 {
|
|
3637
|
-
counter-reset: list-8 list-9
|
|
3638
|
-
}
|
|
3639
|
-
}
|
|
3640
|
-
|
|
3641
|
-
.ql-editor li[data-list=ordered].ql-indent-8 {
|
|
3642
|
-
counter-increment: list-8
|
|
3643
|
-
}
|
|
3644
|
-
|
|
3645
|
-
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
|
|
3646
|
-
content: counter(list-8, lower-roman) '. '
|
|
3647
|
-
}
|
|
3648
|
-
|
|
3649
|
-
@supports (counter-set:none) {
|
|
3650
|
-
.ql-editor li[data-list].ql-indent-8 {
|
|
3651
|
-
counter-set: list-9
|
|
3652
|
-
}
|
|
3653
|
-
}
|
|
3654
|
-
|
|
3655
|
-
@supports not (counter-set:none) {
|
|
3656
|
-
.ql-editor li[data-list].ql-indent-8 {
|
|
3657
|
-
counter-reset: list-9
|
|
3658
|
-
}
|
|
3659
|
-
}
|
|
3660
|
-
|
|
3661
|
-
.ql-editor li[data-list=ordered].ql-indent-9 {
|
|
3662
|
-
counter-increment: list-9
|
|
3663
|
-
}
|
|
3664
|
-
|
|
3665
|
-
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
|
|
3666
|
-
content: counter(list-9, decimal) '. '
|
|
3667
|
-
}
|
|
3668
|
-
|
|
3669
|
-
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
|
|
3670
|
-
padding-left: 3em
|
|
3671
|
-
}
|
|
3672
|
-
|
|
3673
|
-
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
|
|
3674
|
-
padding-left: 4.5em
|
|
3675
|
-
}
|
|
3676
|
-
|
|
3677
|
-
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
|
|
3678
|
-
padding-right: 3em
|
|
3679
|
-
}
|
|
3680
|
-
|
|
3681
|
-
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
|
|
3682
|
-
padding-right: 4.5em
|
|
3683
|
-
}
|
|
3684
|
-
|
|
3685
|
-
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
|
|
3686
|
-
padding-left: 6em
|
|
3687
|
-
}
|
|
3688
|
-
|
|
3689
|
-
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
|
|
3690
|
-
padding-left: 7.5em
|
|
3691
|
-
}
|
|
3692
|
-
|
|
3693
|
-
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
|
|
3694
|
-
padding-right: 6em
|
|
3695
|
-
}
|
|
3696
|
-
|
|
3697
|
-
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
|
|
3698
|
-
padding-right: 7.5em
|
|
3699
|
-
}
|
|
3700
|
-
|
|
3701
|
-
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
|
|
3702
|
-
padding-left: 9em
|
|
3703
|
-
}
|
|
3704
|
-
|
|
3705
|
-
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
|
|
3706
|
-
padding-left: 10.5em
|
|
3707
|
-
}
|
|
3708
|
-
|
|
3709
|
-
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
|
|
3710
|
-
padding-right: 9em
|
|
3711
|
-
}
|
|
3712
|
-
|
|
3713
|
-
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
|
|
3714
|
-
padding-right: 10.5em
|
|
3715
|
-
}
|
|
3716
|
-
|
|
3717
|
-
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
|
|
3718
|
-
padding-left: 12em
|
|
3719
|
-
}
|
|
3720
|
-
|
|
3721
|
-
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
|
|
3722
|
-
padding-left: 13.5em
|
|
3723
|
-
}
|
|
3724
|
-
|
|
3725
|
-
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
|
|
3726
|
-
padding-right: 12em
|
|
3727
|
-
}
|
|
3728
|
-
|
|
3729
|
-
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
|
|
3730
|
-
padding-right: 13.5em
|
|
3731
|
-
}
|
|
3732
|
-
|
|
3733
|
-
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
|
|
3734
|
-
padding-left: 15em
|
|
3735
|
-
}
|
|
3736
|
-
|
|
3737
|
-
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
|
|
3738
|
-
padding-left: 16.5em
|
|
3739
|
-
}
|
|
3740
|
-
|
|
3741
|
-
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
|
|
3742
|
-
padding-right: 15em
|
|
3743
|
-
}
|
|
3744
|
-
|
|
3745
|
-
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
|
|
3746
|
-
padding-right: 16.5em
|
|
3747
|
-
}
|
|
3748
|
-
|
|
3749
|
-
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
|
|
3750
|
-
padding-left: 18em
|
|
3751
|
-
}
|
|
3752
|
-
|
|
3753
|
-
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
|
|
3754
|
-
padding-left: 19.5em
|
|
3755
|
-
}
|
|
3756
|
-
|
|
3757
|
-
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
|
|
3758
|
-
padding-right: 18em
|
|
3759
|
-
}
|
|
3760
|
-
|
|
3761
|
-
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
|
|
3762
|
-
padding-right: 19.5em
|
|
3763
|
-
}
|
|
3764
|
-
|
|
3765
|
-
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
|
|
3766
|
-
padding-left: 21em
|
|
3767
|
-
}
|
|
3768
|
-
|
|
3769
|
-
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
|
|
3770
|
-
padding-left: 22.5em
|
|
3771
|
-
}
|
|
3772
|
-
|
|
3773
|
-
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
|
|
3774
|
-
padding-right: 21em
|
|
3775
|
-
}
|
|
3776
|
-
|
|
3777
|
-
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
|
|
3778
|
-
padding-right: 22.5em
|
|
3779
|
-
}
|
|
3780
|
-
|
|
3781
|
-
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
|
|
3782
|
-
padding-left: 24em
|
|
3783
|
-
}
|
|
3784
|
-
|
|
3785
|
-
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
|
|
3786
|
-
padding-left: 25.5em
|
|
3787
|
-
}
|
|
3788
|
-
|
|
3789
|
-
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
|
|
3790
|
-
padding-right: 24em
|
|
3791
|
-
}
|
|
3792
|
-
|
|
3793
|
-
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
|
|
3794
|
-
padding-right: 25.5em
|
|
3795
|
-
}
|
|
3796
|
-
|
|
3797
|
-
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
|
|
3798
|
-
padding-left: 27em
|
|
3799
|
-
}
|
|
3800
|
-
|
|
3801
|
-
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
|
|
3802
|
-
padding-left: 28.5em
|
|
3803
|
-
}
|
|
3804
|
-
|
|
3805
|
-
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
|
|
3806
|
-
padding-right: 27em
|
|
3807
|
-
}
|
|
3808
|
-
|
|
3809
|
-
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
|
|
3810
|
-
padding-right: 28.5em
|
|
3811
|
-
}
|
|
3812
|
-
|
|
3813
|
-
.ql-editor li.ql-direction-rtl {
|
|
3814
|
-
padding-right: 1.5em
|
|
3815
|
-
}
|
|
3816
|
-
|
|
3817
|
-
.ql-editor li.ql-direction-rtl > .ql-ui:before {
|
|
3818
|
-
margin-left: .3em;
|
|
3819
|
-
margin-right: -1.5em;
|
|
3820
|
-
text-align: left
|
|
3821
|
-
}
|
|
3822
|
-
|
|
3823
|
-
.ql-editor table {
|
|
3824
|
-
table-layout: fixed;
|
|
3825
|
-
width: 100%
|
|
3826
|
-
}
|
|
3827
|
-
|
|
3828
|
-
.ql-editor table td {
|
|
3829
|
-
outline: none
|
|
3830
|
-
}
|
|
3831
|
-
|
|
3832
|
-
.ql-editor .ql-code-block-container {
|
|
3833
|
-
font-family: monospace
|
|
3834
|
-
}
|
|
3835
|
-
|
|
3836
|
-
.ql-editor .ql-video {
|
|
3837
|
-
display: block;
|
|
3838
|
-
max-width: 100%
|
|
3839
|
-
}
|
|
3840
|
-
|
|
3841
|
-
.ql-editor .ql-video.ql-align-center {
|
|
3842
|
-
margin: 0 auto
|
|
3843
|
-
}
|
|
3844
|
-
|
|
3845
|
-
.ql-editor .ql-video.ql-align-right {
|
|
3846
|
-
margin: 0 0 0 auto
|
|
3847
|
-
}
|
|
3848
|
-
|
|
3849
|
-
.ql-editor .ql-bg-black {
|
|
3850
|
-
background-color: #000
|
|
3851
|
-
}
|
|
3852
|
-
|
|
3853
|
-
.ql-editor .ql-bg-red {
|
|
3854
|
-
background-color: #e60000
|
|
3855
|
-
}
|
|
3856
|
-
|
|
3857
|
-
.ql-editor .ql-bg-orange {
|
|
3858
|
-
background-color: #f90
|
|
3859
|
-
}
|
|
3860
|
-
|
|
3861
|
-
.ql-editor .ql-bg-yellow {
|
|
3862
|
-
background-color: #ff0
|
|
3863
|
-
}
|
|
3864
|
-
|
|
3865
|
-
.ql-editor .ql-bg-green {
|
|
3866
|
-
background-color: #008a00
|
|
3867
|
-
}
|
|
3868
|
-
|
|
3869
|
-
.ql-editor .ql-bg-blue {
|
|
3870
|
-
background-color: #06c
|
|
3871
|
-
}
|
|
3872
|
-
|
|
3873
|
-
.ql-editor .ql-bg-purple {
|
|
3874
|
-
background-color: #93f
|
|
3875
|
-
}
|
|
3876
|
-
|
|
3877
|
-
.ql-editor .ql-color-white {
|
|
3878
|
-
color: #fff
|
|
3879
|
-
}
|
|
3880
|
-
|
|
3881
|
-
.ql-editor .ql-color-red {
|
|
3882
|
-
color: #e60000
|
|
3883
|
-
}
|
|
3884
|
-
|
|
3885
|
-
.ql-editor .ql-color-orange {
|
|
3886
|
-
color: #f90
|
|
3887
|
-
}
|
|
3888
|
-
|
|
3889
|
-
.ql-editor .ql-color-yellow {
|
|
3890
|
-
color: #ff0
|
|
3891
|
-
}
|
|
3892
|
-
|
|
3893
|
-
.ql-editor .ql-color-green {
|
|
3894
|
-
color: #008a00
|
|
3895
|
-
}
|
|
3896
|
-
|
|
3897
|
-
.ql-editor .ql-color-blue {
|
|
3898
|
-
color: #06c
|
|
3899
|
-
}
|
|
3900
|
-
|
|
3901
|
-
.ql-editor .ql-color-purple {
|
|
3902
|
-
color: #93f
|
|
3903
|
-
}
|
|
3904
|
-
|
|
3905
|
-
.ql-editor .ql-font-serif {
|
|
3906
|
-
font-family: Georgia, Times New Roman, serif
|
|
3907
|
-
}
|
|
3908
|
-
|
|
3909
|
-
.ql-editor .ql-font-monospace {
|
|
3910
|
-
font-family: Monaco, Courier New, monospace
|
|
3911
|
-
}
|
|
3912
|
-
|
|
3913
|
-
.ql-editor .ql-size-small {
|
|
3914
|
-
font-size: .75em
|
|
3915
|
-
}
|
|
3916
|
-
|
|
3917
|
-
.ql-editor .ql-size-large {
|
|
3918
|
-
font-size: 1.5em
|
|
3919
|
-
}
|
|
3920
|
-
|
|
3921
|
-
.ql-editor .ql-size-huge {
|
|
3922
|
-
font-size: 2.5em
|
|
3923
|
-
}
|
|
3924
|
-
|
|
3925
|
-
.ql-editor .ql-direction-rtl {
|
|
3926
|
-
direction: rtl;
|
|
3927
|
-
text-align: inherit
|
|
3928
|
-
}
|
|
3929
|
-
|
|
3930
|
-
.ql-editor .ql-align-center {
|
|
3931
|
-
text-align: center
|
|
3932
|
-
}
|
|
3933
|
-
|
|
3934
|
-
.ql-editor .ql-align-justify {
|
|
3935
|
-
text-align: justify
|
|
3936
|
-
}
|
|
3937
|
-
|
|
3938
|
-
.ql-editor .ql-align-right {
|
|
3939
|
-
text-align: right
|
|
3940
|
-
}
|
|
3941
|
-
|
|
3942
|
-
.ql-editor .ql-ui {
|
|
3943
|
-
position: absolute
|
|
3944
|
-
}
|
|
3945
|
-
|
|
3946
|
-
.ql-editor.ql-blank::before {
|
|
3947
|
-
color: rgba(0, 0, 0, 0.6);
|
|
3948
|
-
content: attr(data-placeholder);
|
|
3949
|
-
font-style: italic;
|
|
3950
|
-
left: 15px;
|
|
3951
|
-
pointer-events: none;
|
|
3952
|
-
position: absolute;
|
|
3953
|
-
right: 15px
|
|
3954
|
-
}
|
|
3955
|
-
|
|
3956
|
-
.ql-snow.ql-toolbar:after, .ql-snow .ql-toolbar:after {
|
|
3957
|
-
clear: both;
|
|
3958
|
-
content: '';
|
|
3959
|
-
display: table
|
|
3960
|
-
}
|
|
3961
|
-
|
|
3962
|
-
.ql-snow.ql-toolbar button, .ql-snow .ql-toolbar button {
|
|
3963
|
-
background: none;
|
|
3964
|
-
border: none;
|
|
3965
|
-
cursor: pointer;
|
|
3966
|
-
display: inline-block;
|
|
3967
|
-
float: left;
|
|
3968
|
-
height: 24px;
|
|
3969
|
-
padding: 3px 5px;
|
|
3970
|
-
width: 28px
|
|
3971
|
-
}
|
|
3972
|
-
|
|
3973
|
-
.ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
|
|
3974
|
-
float: left;
|
|
3975
|
-
height: 100%
|
|
3976
|
-
}
|
|
3977
|
-
|
|
3978
|
-
.ql-snow.ql-toolbar button:active:hover, .ql-snow .ql-toolbar button:active:hover {
|
|
3979
|
-
outline: none
|
|
3980
|
-
}
|
|
3981
|
-
|
|
3982
|
-
.ql-snow.ql-toolbar input.ql-image[type=file], .ql-snow .ql-toolbar input.ql-image[type=file] {
|
|
3983
|
-
display: none
|
|
3984
|
-
}
|
|
3985
|
-
|
|
3986
|
-
.ql-snow.ql-toolbar button:hover, .ql-snow .ql-toolbar button:hover, .ql-snow.ql-toolbar button:focus, .ql-snow .ql-toolbar button:focus, .ql-snow.ql-toolbar button.ql-active, .ql-snow .ql-toolbar button.ql-active, .ql-snow.ql-toolbar .ql-picker-label:hover, .ql-snow .ql-toolbar .ql-picker-label:hover, .ql-snow.ql-toolbar .ql-picker-label.ql-active, .ql-snow .ql-toolbar .ql-picker-label.ql-active, .ql-snow.ql-toolbar .ql-picker-item:hover, .ql-snow .ql-toolbar .ql-picker-item:hover, .ql-snow.ql-toolbar .ql-picker-item.ql-selected, .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
|
|
3987
|
-
color: #06c
|
|
3988
|
-
}
|
|
3989
|
-
|
|
3990
|
-
.ql-snow.ql-toolbar button:hover .ql-fill, .ql-snow .ql-toolbar button:hover .ql-fill, .ql-snow.ql-toolbar button:focus .ql-fill, .ql-snow .ql-toolbar button:focus .ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill, .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill, .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
|
|
3991
|
-
fill: #06c
|
|
3992
|
-
}
|
|
3993
|
-
|
|
3994
|
-
.ql-snow.ql-toolbar button:hover .ql-stroke, .ql-snow .ql-toolbar button:hover .ql-stroke, .ql-snow.ql-toolbar button:focus .ql-stroke, .ql-snow .ql-toolbar button:focus .ql-stroke, .ql-snow.ql-toolbar button.ql-active .ql-stroke, .ql-snow .ql-toolbar button.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke, .ql-snow.ql-toolbar button:hover .ql-stroke-miter, .ql-snow .ql-toolbar button:hover .ql-stroke-miter, .ql-snow.ql-toolbar button:focus .ql-stroke-miter, .ql-snow .ql-toolbar button:focus .ql-stroke-miter, .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter, .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter, .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
|
|
3995
|
-
stroke: #06c
|
|
3996
|
-
}
|
|
3997
|
-
|
|
3998
|
-
@media (pointer: coarse) {
|
|
3999
|
-
.ql-snow.ql-toolbar button:hover:not(.ql-active), .ql-snow .ql-toolbar button:hover:not(.ql-active) {
|
|
4000
|
-
color: #444
|
|
4001
|
-
}
|
|
4002
|
-
|
|
4003
|
-
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
|
|
4004
|
-
fill: #444
|
|
4005
|
-
}
|
|
4006
|
-
|
|
4007
|
-
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke, .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter, .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
|
|
4008
|
-
stroke: #444
|
|
4009
|
-
}
|
|
4010
|
-
}
|
|
4011
|
-
|
|
4012
|
-
.ql-snow {
|
|
4013
|
-
box-sizing: border-box
|
|
4014
|
-
}
|
|
4015
|
-
|
|
4016
|
-
.ql-snow * {
|
|
4017
|
-
box-sizing: border-box
|
|
4018
|
-
}
|
|
4019
|
-
|
|
4020
|
-
.ql-snow .ql-hidden {
|
|
4021
|
-
display: none
|
|
4022
|
-
}
|
|
4023
|
-
|
|
4024
|
-
.ql-snow .ql-out-bottom, .ql-snow .ql-out-top {
|
|
4025
|
-
visibility: hidden
|
|
4026
|
-
}
|
|
4027
|
-
|
|
4028
|
-
.ql-snow .ql-tooltip {
|
|
4029
|
-
position: absolute;
|
|
4030
|
-
transform: translateY(10px)
|
|
4031
|
-
}
|
|
4032
|
-
|
|
4033
|
-
.ql-snow .ql-tooltip a {
|
|
4034
|
-
cursor: pointer;
|
|
4035
|
-
text-decoration: none
|
|
4036
|
-
}
|
|
4037
|
-
|
|
4038
|
-
.ql-snow .ql-tooltip.ql-flip {
|
|
4039
|
-
transform: translateY(-10px)
|
|
4040
|
-
}
|
|
4041
|
-
|
|
4042
|
-
.ql-snow .ql-formats {
|
|
4043
|
-
display: inline-block;
|
|
4044
|
-
vertical-align: middle
|
|
4045
|
-
}
|
|
4046
|
-
|
|
4047
|
-
.ql-snow .ql-formats:after {
|
|
4048
|
-
clear: both;
|
|
4049
|
-
content: '';
|
|
4050
|
-
display: table
|
|
4051
|
-
}
|
|
4052
|
-
|
|
4053
|
-
.ql-snow .ql-stroke {
|
|
4054
|
-
fill: none;
|
|
4055
|
-
stroke: #444;
|
|
4056
|
-
stroke-linecap: round;
|
|
4057
|
-
stroke-linejoin: round;
|
|
4058
|
-
stroke-width: 2
|
|
4059
|
-
}
|
|
4060
|
-
|
|
4061
|
-
.ql-snow .ql-stroke-miter {
|
|
4062
|
-
fill: none;
|
|
4063
|
-
stroke: #444;
|
|
4064
|
-
stroke-miterlimit: 10;
|
|
4065
|
-
stroke-width: 2
|
|
4066
|
-
}
|
|
4067
|
-
|
|
4068
|
-
.ql-snow .ql-fill, .ql-snow .ql-stroke.ql-fill {
|
|
4069
|
-
fill: #444
|
|
4070
|
-
}
|
|
4071
|
-
|
|
4072
|
-
.ql-snow .ql-empty {
|
|
4073
|
-
fill: none
|
|
4074
|
-
}
|
|
4075
|
-
|
|
4076
|
-
.ql-snow .ql-even {
|
|
4077
|
-
fill-rule: evenodd
|
|
4078
|
-
}
|
|
4079
|
-
|
|
4080
|
-
.ql-snow .ql-thin, .ql-snow .ql-stroke.ql-thin {
|
|
4081
|
-
stroke-width: 1
|
|
4082
|
-
}
|
|
4083
|
-
|
|
4084
|
-
.ql-snow .ql-transparent {
|
|
4085
|
-
opacity: .4
|
|
4086
|
-
}
|
|
4087
|
-
|
|
4088
|
-
.ql-snow .ql-direction svg:last-child {
|
|
4089
|
-
display: none
|
|
4090
|
-
}
|
|
4091
|
-
|
|
4092
|
-
.ql-snow .ql-direction.ql-active svg:last-child {
|
|
4093
|
-
display: inline
|
|
4094
|
-
}
|
|
4095
|
-
|
|
4096
|
-
.ql-snow .ql-direction.ql-active svg:first-child {
|
|
4097
|
-
display: none
|
|
4098
|
-
}
|
|
4099
|
-
|
|
4100
|
-
.ql-snow .ql-editor h1 {
|
|
4101
|
-
font-size: 2em
|
|
4102
|
-
}
|
|
4103
|
-
|
|
4104
|
-
.ql-snow .ql-editor h2 {
|
|
4105
|
-
font-size: 1.5em
|
|
4106
|
-
}
|
|
4107
|
-
|
|
4108
|
-
.ql-snow .ql-editor h3 {
|
|
4109
|
-
font-size: 1.17em
|
|
4110
|
-
}
|
|
4111
|
-
|
|
4112
|
-
.ql-snow .ql-editor h4 {
|
|
4113
|
-
font-size: 1em
|
|
4114
|
-
}
|
|
4115
|
-
|
|
4116
|
-
.ql-snow .ql-editor h5 {
|
|
4117
|
-
font-size: .83em
|
|
4118
|
-
}
|
|
4119
|
-
|
|
4120
|
-
.ql-snow .ql-editor h6 {
|
|
4121
|
-
font-size: .67em
|
|
4122
|
-
}
|
|
4123
|
-
|
|
4124
|
-
.ql-snow .ql-editor a {
|
|
4125
|
-
text-decoration: underline
|
|
4126
|
-
}
|
|
4127
|
-
|
|
4128
|
-
.ql-snow .ql-editor blockquote {
|
|
4129
|
-
border-left: 4px solid #ccc;
|
|
4130
|
-
margin-bottom: 5px;
|
|
4131
|
-
margin-top: 5px;
|
|
4132
|
-
padding-left: 16px
|
|
4133
|
-
}
|
|
4134
|
-
|
|
4135
|
-
.ql-snow .ql-editor code, .ql-snow .ql-editor .ql-code-block-container {
|
|
4136
|
-
background-color: #f0f0f0;
|
|
4137
|
-
border-radius: 3px
|
|
4138
|
-
}
|
|
4139
|
-
|
|
4140
|
-
.ql-snow .ql-editor .ql-code-block-container {
|
|
4141
|
-
margin-bottom: 5px;
|
|
4142
|
-
margin-top: 5px;
|
|
4143
|
-
padding: 5px 10px
|
|
4144
|
-
}
|
|
4145
|
-
|
|
4146
|
-
.ql-snow .ql-editor code {
|
|
4147
|
-
font-size: 85%;
|
|
4148
|
-
padding: 2px 4px
|
|
4149
|
-
}
|
|
4150
|
-
|
|
4151
|
-
.ql-snow .ql-editor .ql-code-block-container {
|
|
4152
|
-
background-color: #23241f;
|
|
4153
|
-
color: #f8f8f2;
|
|
4154
|
-
overflow: visible
|
|
4155
|
-
}
|
|
4156
|
-
|
|
4157
|
-
.ql-snow .ql-editor img {
|
|
4158
|
-
max-width: 100%
|
|
4159
|
-
}
|
|
4160
|
-
|
|
4161
|
-
.ql-snow .ql-picker {
|
|
4162
|
-
color: #444;
|
|
4163
|
-
display: inline-block;
|
|
4164
|
-
float: left;
|
|
4165
|
-
font-size: 14px;
|
|
4166
|
-
font-weight: 500;
|
|
4167
|
-
height: 24px;
|
|
4168
|
-
position: relative;
|
|
4169
|
-
vertical-align: middle
|
|
4170
|
-
}
|
|
4171
|
-
|
|
4172
|
-
.ql-snow .ql-picker-label {
|
|
4173
|
-
cursor: pointer;
|
|
4174
|
-
display: inline-block;
|
|
4175
|
-
height: 100%;
|
|
4176
|
-
padding-left: 8px;
|
|
4177
|
-
padding-right: 2px;
|
|
4178
|
-
position: relative;
|
|
4179
|
-
width: 100%
|
|
4180
|
-
}
|
|
4181
|
-
|
|
4182
|
-
.ql-snow .ql-picker-label::before {
|
|
4183
|
-
display: inline-block;
|
|
4184
|
-
line-height: 22px
|
|
4185
|
-
}
|
|
4186
|
-
|
|
4187
|
-
.ql-snow .ql-picker-options {
|
|
4188
|
-
background-color: #fff;
|
|
4189
|
-
display: none;
|
|
4190
|
-
min-width: 100%;
|
|
4191
|
-
padding: 4px 8px;
|
|
4192
|
-
position: absolute;
|
|
4193
|
-
white-space: nowrap
|
|
4194
|
-
}
|
|
4195
|
-
|
|
4196
|
-
.ql-snow .ql-picker-options .ql-picker-item {
|
|
4197
|
-
cursor: pointer;
|
|
4198
|
-
display: block;
|
|
4199
|
-
padding-bottom: 5px;
|
|
4200
|
-
padding-top: 5px
|
|
4201
|
-
}
|
|
4202
|
-
|
|
4203
|
-
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
4204
|
-
color: #ccc;
|
|
4205
|
-
z-index: 2
|
|
4206
|
-
}
|
|
4207
|
-
|
|
4208
|
-
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
|
|
4209
|
-
fill: #ccc
|
|
4210
|
-
}
|
|
4211
|
-
|
|
4212
|
-
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
|
|
4213
|
-
stroke: #ccc
|
|
4214
|
-
}
|
|
4215
|
-
|
|
4216
|
-
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
4217
|
-
display: block;
|
|
4218
|
-
margin-top: -1px;
|
|
4219
|
-
top: 100%;
|
|
4220
|
-
z-index: 1
|
|
4221
|
-
}
|
|
4222
|
-
|
|
4223
|
-
.ql-snow .ql-color-picker, .ql-snow .ql-icon-picker {
|
|
4224
|
-
width: 28px
|
|
4225
|
-
}
|
|
4226
|
-
|
|
4227
|
-
.ql-snow .ql-color-picker .ql-picker-label, .ql-snow .ql-icon-picker .ql-picker-label {
|
|
4228
|
-
padding: 2px 4px
|
|
4229
|
-
}
|
|
4230
|
-
|
|
4231
|
-
.ql-snow .ql-color-picker .ql-picker-label svg, .ql-snow .ql-icon-picker .ql-picker-label svg {
|
|
4232
|
-
right: 4px
|
|
4233
|
-
}
|
|
4234
|
-
|
|
4235
|
-
.ql-snow .ql-icon-picker .ql-picker-options {
|
|
4236
|
-
padding: 4px 0
|
|
4237
|
-
}
|
|
4238
|
-
|
|
4239
|
-
.ql-snow .ql-icon-picker .ql-picker-item {
|
|
4240
|
-
height: 24px;
|
|
4241
|
-
width: 24px;
|
|
4242
|
-
padding: 2px 4px
|
|
4243
|
-
}
|
|
4244
|
-
|
|
4245
|
-
.ql-snow .ql-color-picker .ql-picker-options {
|
|
4246
|
-
padding: 3px 5px;
|
|
4247
|
-
width: 152px
|
|
4248
|
-
}
|
|
4249
|
-
|
|
4250
|
-
.ql-snow .ql-color-picker .ql-picker-item {
|
|
4251
|
-
border: 1px solid transparent;
|
|
4252
|
-
float: left;
|
|
4253
|
-
height: 16px;
|
|
4254
|
-
margin: 2px;
|
|
4255
|
-
padding: 0;
|
|
4256
|
-
width: 16px
|
|
4257
|
-
}
|
|
4258
|
-
|
|
4259
|
-
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
|
|
4260
|
-
position: absolute;
|
|
4261
|
-
margin-top: -9px;
|
|
4262
|
-
right: 0;
|
|
4263
|
-
top: 50%;
|
|
4264
|
-
width: 18px
|
|
4265
|
-
}
|
|
4266
|
-
|
|
4267
|
-
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
|
|
4268
|
-
content: attr(data-label)
|
|
4269
|
-
}
|
|
4270
|
-
|
|
4271
|
-
.ql-snow .ql-picker.ql-header {
|
|
4272
|
-
width: 98px
|
|
4273
|
-
}
|
|
4274
|
-
|
|
4275
|
-
.ql-snow .ql-picker.ql-header .ql-picker-label::before, .ql-snow .ql-picker.ql-header .ql-picker-item::before {
|
|
4276
|
-
content: 'Normal'
|
|
4277
|
-
}
|
|
4278
|
-
|
|
4279
|
-
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
|
|
4280
|
-
content: 'Heading 1'
|
|
4281
|
-
}
|
|
4282
|
-
|
|
4283
|
-
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
|
|
4284
|
-
content: 'Heading 2'
|
|
4285
|
-
}
|
|
4286
|
-
|
|
4287
|
-
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
|
|
4288
|
-
content: 'Heading 3'
|
|
4289
|
-
}
|
|
4290
|
-
|
|
4291
|
-
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
|
|
4292
|
-
content: 'Heading 4'
|
|
4293
|
-
}
|
|
4294
|
-
|
|
4295
|
-
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
|
|
4296
|
-
content: 'Heading 5'
|
|
4297
|
-
}
|
|
4298
|
-
|
|
4299
|
-
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before, .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
|
|
4300
|
-
content: 'Heading 6'
|
|
4301
|
-
}
|
|
4302
|
-
|
|
4303
|
-
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
|
|
4304
|
-
font-size: 2em
|
|
4305
|
-
}
|
|
4306
|
-
|
|
4307
|
-
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
|
|
4308
|
-
font-size: 1.5em
|
|
4309
|
-
}
|
|
4310
|
-
|
|
4311
|
-
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
|
|
4312
|
-
font-size: 1.17em
|
|
4313
|
-
}
|
|
4314
|
-
|
|
4315
|
-
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
|
|
4316
|
-
font-size: 1em
|
|
4317
|
-
}
|
|
4318
|
-
|
|
4319
|
-
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
|
|
4320
|
-
font-size: .83em
|
|
4321
|
-
}
|
|
4322
|
-
|
|
4323
|
-
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
|
|
4324
|
-
font-size: .67em
|
|
4325
|
-
}
|
|
4326
|
-
|
|
4327
|
-
.ql-snow .ql-picker.ql-font {
|
|
4328
|
-
width: 108px
|
|
4329
|
-
}
|
|
4330
|
-
|
|
4331
|
-
.ql-snow .ql-picker.ql-font .ql-picker-label::before, .ql-snow .ql-picker.ql-font .ql-picker-item::before {
|
|
4332
|
-
content: 'Sans Serif'
|
|
4333
|
-
}
|
|
4334
|
-
|
|
4335
|
-
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
|
|
4336
|
-
content: 'Serif'
|
|
4337
|
-
}
|
|
4338
|
-
|
|
4339
|
-
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before, .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
|
|
4340
|
-
content: 'Monospace'
|
|
4341
|
-
}
|
|
4342
|
-
|
|
4343
|
-
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
|
|
4344
|
-
font-family: Georgia, Times New Roman, serif
|
|
4345
|
-
}
|
|
4346
|
-
|
|
4347
|
-
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
|
|
4348
|
-
font-family: Monaco, Courier New, monospace
|
|
4349
|
-
}
|
|
4350
|
-
|
|
4351
|
-
.ql-snow .ql-picker.ql-size {
|
|
4352
|
-
width: 98px
|
|
4353
|
-
}
|
|
4354
|
-
|
|
4355
|
-
.ql-snow .ql-picker.ql-size .ql-picker-label::before, .ql-snow .ql-picker.ql-size .ql-picker-item::before {
|
|
4356
|
-
content: 'Normal'
|
|
4357
|
-
}
|
|
4358
|
-
|
|
4359
|
-
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
|
|
4360
|
-
content: 'Small'
|
|
4361
|
-
}
|
|
4362
|
-
|
|
4363
|
-
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
|
|
4364
|
-
content: 'Large'
|
|
4365
|
-
}
|
|
4366
|
-
|
|
4367
|
-
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before, .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
|
|
4368
|
-
content: 'Huge'
|
|
4369
|
-
}
|
|
4370
|
-
|
|
4371
|
-
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
|
|
4372
|
-
font-size: 10px
|
|
4373
|
-
}
|
|
4374
|
-
|
|
4375
|
-
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
|
|
4376
|
-
font-size: 18px
|
|
4377
|
-
}
|
|
4378
|
-
|
|
4379
|
-
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
|
|
4380
|
-
font-size: 32px
|
|
4381
|
-
}
|
|
4382
|
-
|
|
4383
|
-
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
|
|
4384
|
-
background-color: #fff
|
|
4385
|
-
}
|
|
4386
|
-
|
|
4387
|
-
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
|
|
4388
|
-
background-color: #000
|
|
4389
|
-
}
|
|
4390
|
-
|
|
4391
|
-
.ql-code-block-container {
|
|
4392
|
-
position: relative
|
|
4393
|
-
}
|
|
4394
|
-
|
|
4395
|
-
.ql-code-block-container .ql-ui {
|
|
4396
|
-
right: 5px;
|
|
4397
|
-
top: 5px
|
|
4398
|
-
}
|
|
4399
|
-
|
|
4400
|
-
.ql-toolbar.ql-snow {
|
|
4401
|
-
border: 1px solid #ccc;
|
|
4402
|
-
box-sizing: border-box;
|
|
4403
|
-
font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
|
|
4404
|
-
padding: 8px
|
|
4405
|
-
}
|
|
4406
|
-
|
|
4407
|
-
.ql-toolbar.ql-snow .ql-formats {
|
|
4408
|
-
margin-right: 15px
|
|
4409
|
-
}
|
|
4410
|
-
|
|
4411
|
-
.ql-toolbar.ql-snow .ql-picker-label {
|
|
4412
|
-
border: 1px solid transparent
|
|
4413
|
-
}
|
|
4414
|
-
|
|
4415
|
-
.ql-toolbar.ql-snow .ql-picker-options {
|
|
4416
|
-
border: 1px solid transparent;
|
|
4417
|
-
box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px
|
|
4418
|
-
}
|
|
4419
|
-
|
|
4420
|
-
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
|
|
4421
|
-
border-color: #ccc
|
|
4422
|
-
}
|
|
4423
|
-
|
|
4424
|
-
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
|
|
4425
|
-
border-color: #ccc
|
|
4426
|
-
}
|
|
4427
|
-
|
|
4428
|
-
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected, .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
|
|
4429
|
-
border-color: #000
|
|
4430
|
-
}
|
|
4431
|
-
|
|
4432
|
-
.ql-toolbar.ql-snow + .ql-container.ql-snow {
|
|
4433
|
-
border-top: 0
|
|
4434
|
-
}
|
|
4435
|
-
|
|
4436
|
-
.ql-snow .ql-tooltip {
|
|
4437
|
-
background-color: #fff;
|
|
4438
|
-
border: 1px solid #ccc;
|
|
4439
|
-
box-shadow: 0 0 5px #ddd;
|
|
4440
|
-
color: #444;
|
|
4441
|
-
padding: 5px 12px;
|
|
4442
|
-
white-space: nowrap
|
|
4443
|
-
}
|
|
4444
|
-
|
|
4445
|
-
.ql-snow .ql-tooltip::before {
|
|
4446
|
-
content: "Visit URL:";
|
|
4447
|
-
line-height: 26px;
|
|
4448
|
-
margin-right: 8px
|
|
4449
|
-
}
|
|
4450
|
-
|
|
4451
|
-
.ql-snow .ql-tooltip input[type=text] {
|
|
4452
|
-
display: none;
|
|
4453
|
-
border: 1px solid #ccc;
|
|
4454
|
-
font-size: 13px;
|
|
4455
|
-
height: 26px;
|
|
4456
|
-
margin: 0;
|
|
4457
|
-
padding: 3px 5px;
|
|
4458
|
-
width: 170px
|
|
4459
|
-
}
|
|
4460
|
-
|
|
4461
|
-
.ql-snow .ql-tooltip a.ql-preview {
|
|
4462
|
-
display: inline-block;
|
|
4463
|
-
max-width: 200px;
|
|
4464
|
-
overflow-x: hidden;
|
|
4465
|
-
text-overflow: ellipsis;
|
|
4466
|
-
vertical-align: top
|
|
4467
|
-
}
|
|
4468
|
-
|
|
4469
|
-
.ql-snow .ql-tooltip a.ql-action::after {
|
|
4470
|
-
border-right: 1px solid #ccc;
|
|
4471
|
-
content: 'Edit';
|
|
4472
|
-
margin-left: 16px;
|
|
4473
|
-
padding-right: 8px
|
|
4474
|
-
}
|
|
4475
|
-
|
|
4476
|
-
.ql-snow .ql-tooltip a.ql-remove::before {
|
|
4477
|
-
content: 'Remove';
|
|
4478
|
-
margin-left: 8px
|
|
4479
|
-
}
|
|
4480
|
-
|
|
4481
|
-
.ql-snow .ql-tooltip a {
|
|
4482
|
-
line-height: 26px
|
|
4483
|
-
}
|
|
4484
|
-
|
|
4485
|
-
.ql-snow .ql-tooltip.ql-editing a.ql-preview, .ql-snow .ql-tooltip.ql-editing a.ql-remove {
|
|
4486
|
-
display: none
|
|
4487
|
-
}
|
|
4488
|
-
|
|
4489
|
-
.ql-snow .ql-tooltip.ql-editing input[type=text] {
|
|
4490
|
-
display: inline-block
|
|
4491
|
-
}
|
|
4492
|
-
|
|
4493
|
-
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
|
|
4494
|
-
border-right: 0;
|
|
4495
|
-
content: 'Save';
|
|
4496
|
-
padding-right: 0
|
|
4497
|
-
}
|
|
4498
|
-
|
|
4499
|
-
.ql-snow .ql-tooltip[data-mode=link]::before {
|
|
4500
|
-
content: "Enter link:"
|
|
4501
|
-
}
|
|
4502
|
-
|
|
4503
|
-
.ql-snow .ql-tooltip[data-mode=formula]::before {
|
|
4504
|
-
content: "Enter formula:"
|
|
4505
|
-
}
|
|
4506
|
-
|
|
4507
|
-
.ql-snow .ql-tooltip[data-mode=video]::before {
|
|
4508
|
-
content: "Enter video:"
|
|
4509
|
-
}
|
|
4510
|
-
|
|
4511
|
-
.ql-snow a {
|
|
4512
|
-
color: #06c
|
|
4513
|
-
}
|
|
4514
|
-
|
|
4515
|
-
.ql-container.ql-snow {
|
|
4516
|
-
border: 1px solid #ccc
|
|
4517
|
-
}
|
|
3431
|
+
.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;-o-tab-size:4;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor > *{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li > .ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked] > .ql-ui,.ql-editor li[data-list=unchecked] > .ql-ui{color:#777}.ql-editor li[data-list=bullet] > .ql-ui:before{content:'\2022'}.ql-editor li[data-list=checked] > .ql-ui:before{content:'\2611'}.ql-editor li[data-list=unchecked] > .ql-ui:before{content:'\2610'}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered] > .ql-ui:before{content:counter(list-0, decimal) '. '}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before{content:counter(list-1, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before{content:counter(list-2, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before{content:counter(list-3, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before{content:counter(list-4, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before{content:counter(list-5, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before{content:counter(list-6, decimal) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before{content:counter(list-7, lower-alpha) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before{content:counter(list-8, lower-roman) '. '}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before{content:counter(list-9, decimal) '. '}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl > .ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank::before{color:rgba(0,0,0,0.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:'';display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow{box-sizing:border-box}.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:'';display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label::before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label::before,.ql-snow .ql-picker.ql-header .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{content:'Heading 1'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{content:'Heading 2'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{content:'Heading 3'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{content:'Heading 4'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{content:'Heading 5'}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{content:'Heading 6'}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label::before,.ql-snow .ql-picker.ql-font .ql-picker-item::before{content:'Sans Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{content:'Serif'}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{content:'Monospace'}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label::before,.ql-snow .ql-picker.ql-size .ql-picker-item::before{content:'Normal'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{content:'Small'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{content:'Large'}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{content:'Huge'}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:'Helvetica Neue','Helvetica','Arial',sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:rgba(0,0,0,0.2) 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label{border-color:#ccc}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow + .ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip::before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action::after{border-right:1px solid #ccc;content:'Edit';margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove::before{content:'Remove';margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action::after{border-right:0;content:'Save';padding-right:0}.ql-snow .ql-tooltip[data-mode=link]::before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]::before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]::before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}
|
|
4518
3432
|
/*# sourceMappingURL=quill.snow.css.map */:root {
|
|
4519
3433
|
--vc-clr-primary: #000;
|
|
4520
3434
|
--vc-clr-secondary: #090f207f;
|
|
@@ -4766,7 +3680,7 @@ select {
|
|
|
4766
3680
|
}
|
|
4767
3681
|
|
|
4768
3682
|
|
|
4769
|
-
.carousel[data-v-
|
|
3683
|
+
.carousel[data-v-15563c74] {
|
|
4770
3684
|
margin: 1rem 0;
|
|
4771
3685
|
}
|
|
4772
3686
|
|
|
@@ -4795,67 +3709,67 @@ select {
|
|
|
4795
3709
|
}
|
|
4796
3710
|
|
|
4797
3711
|
@media (min-width: 640px) {
|
|
4798
|
-
.link-card__columns--2[data-v-
|
|
3712
|
+
.link-card__columns--2[data-v-a7422ac9] {
|
|
4799
3713
|
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
4800
3714
|
}
|
|
4801
3715
|
}
|
|
4802
3716
|
@media (min-width: 768px) {
|
|
4803
|
-
.link-card__columns--3[data-v-
|
|
3717
|
+
.link-card__columns--3[data-v-a7422ac9] {
|
|
4804
3718
|
grid-template-columns: repeat(3, minmax(0, 1fr))
|
|
4805
3719
|
}
|
|
4806
3720
|
}
|
|
4807
3721
|
@media (min-width: 640px) {
|
|
4808
|
-
.link-card__columns--4[data-v-
|
|
3722
|
+
.link-card__columns--4[data-v-a7422ac9] {
|
|
4809
3723
|
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
4810
3724
|
}
|
|
4811
3725
|
}
|
|
4812
3726
|
@media (min-width: 1024px) {
|
|
4813
|
-
.link-card__columns--4[data-v-
|
|
3727
|
+
.link-card__columns--4[data-v-a7422ac9] {
|
|
4814
3728
|
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
4815
3729
|
}
|
|
4816
3730
|
}
|
|
4817
|
-
.link-card__columns--with-featured-image[data-v-
|
|
3731
|
+
.link-card__columns--with-featured-image[data-v-a7422ac9] {
|
|
4818
3732
|
height: -moz-fit-content;
|
|
4819
3733
|
height: fit-content
|
|
4820
3734
|
}
|
|
4821
|
-
.link-card__columns--with-featured-image[data-v-
|
|
3735
|
+
.link-card__columns--with-featured-image[data-v-a7422ac9] {
|
|
4822
3736
|
flex-direction: column
|
|
4823
3737
|
}
|
|
4824
|
-
.link-card__columns--with-featured-image.link-card__columns--2[data-v-
|
|
3738
|
+
.link-card__columns--with-featured-image.link-card__columns--2[data-v-a7422ac9] {
|
|
4825
3739
|
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
4826
3740
|
}
|
|
4827
3741
|
@media (min-width: 1024px) {
|
|
4828
|
-
.link-card__columns--with-featured-image.link-card__columns--2[data-v-
|
|
3742
|
+
.link-card__columns--with-featured-image.link-card__columns--2[data-v-a7422ac9] {
|
|
4829
3743
|
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
4830
3744
|
}
|
|
4831
3745
|
}
|
|
4832
|
-
.link-card__columns--with-featured-image.link-card__columns--3[data-v-
|
|
3746
|
+
.link-card__columns--with-featured-image.link-card__columns--3[data-v-a7422ac9] {
|
|
4833
3747
|
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
4834
3748
|
}
|
|
4835
3749
|
@media (min-width: 1280px) {
|
|
4836
|
-
.link-card__columns--with-featured-image.link-card__columns--3[data-v-
|
|
3750
|
+
.link-card__columns--with-featured-image.link-card__columns--3[data-v-a7422ac9] {
|
|
4837
3751
|
grid-template-columns: repeat(3, minmax(0, 1fr))
|
|
4838
3752
|
}
|
|
4839
3753
|
}
|
|
4840
|
-
.link-card__columns--with-featured-image.link-card__columns--4[data-v-
|
|
3754
|
+
.link-card__columns--with-featured-image.link-card__columns--4[data-v-a7422ac9] {
|
|
4841
3755
|
grid-template-columns: repeat(1, minmax(0, 1fr))
|
|
4842
3756
|
}
|
|
4843
3757
|
@media (min-width: 1024px) {
|
|
4844
|
-
.link-card__columns--with-featured-image.link-card__columns--4[data-v-
|
|
3758
|
+
.link-card__columns--with-featured-image.link-card__columns--4[data-v-a7422ac9] {
|
|
4845
3759
|
grid-template-columns: repeat(2, minmax(0, 1fr))
|
|
4846
3760
|
}
|
|
4847
3761
|
}
|
|
4848
3762
|
@media (min-width: 1280px) {
|
|
4849
|
-
.link-card__columns--with-featured-image.link-card__columns--4[data-v-
|
|
3763
|
+
.link-card__columns--with-featured-image.link-card__columns--4[data-v-a7422ac9] {
|
|
4850
3764
|
grid-template-columns: repeat(4, minmax(0, 1fr))
|
|
4851
3765
|
}
|
|
4852
3766
|
}
|
|
4853
3767
|
|
|
4854
|
-
.fade-enter-active[data-v-
|
|
4855
|
-
.fade-leave-active[data-v-
|
|
3768
|
+
.fade-enter-active[data-v-e220475b],
|
|
3769
|
+
.fade-leave-active[data-v-e220475b] {
|
|
4856
3770
|
transition: opacity 0.1s ease;
|
|
4857
3771
|
}
|
|
4858
|
-
.fade-enter-from[data-v-
|
|
4859
|
-
.fade-leave-to[data-v-
|
|
3772
|
+
.fade-enter-from[data-v-e220475b],
|
|
3773
|
+
.fade-leave-to[data-v-e220475b] {
|
|
4860
3774
|
opacity: 0;
|
|
4861
3775
|
}
|