alchemy_cms 7.1.0.pre.b1 → 7.1.0.pre.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +29 -0
  3. data/Gemfile +1 -1
  4. data/README.md +2 -2
  5. data/alchemy_cms.gemspec +1 -1
  6. data/app/assets/config/alchemy_manifest.js +3 -4
  7. data/app/assets/images/alchemy/missing-image.svg +1 -1
  8. data/app/assets/javascripts/alchemy/admin.js +0 -4
  9. data/app/assets/javascripts/alchemy/alchemy.link_dialog.js.coffee +4 -4
  10. data/app/assets/javascripts/tinymce/icons/remixicons/icons.js +93 -0
  11. data/app/assets/javascripts/tinymce/plugins/alchemy_link/plugin.min.js +37 -18
  12. data/app/assets/stylesheets/alchemy/_variables.scss +11 -3
  13. data/app/assets/stylesheets/alchemy/archive.scss +5 -2
  14. data/app/assets/stylesheets/alchemy/buttons.scss +5 -4
  15. data/app/assets/stylesheets/alchemy/dialogs.scss +1 -1
  16. data/app/assets/stylesheets/alchemy/elements.scss +4 -5
  17. data/app/assets/stylesheets/alchemy/filter_field.scss +5 -0
  18. data/app/assets/stylesheets/tinymce/skins/content/alchemy/content.min.scss +69 -0
  19. data/app/assets/stylesheets/tinymce/skins/skintool.json +38 -0
  20. data/app/assets/stylesheets/tinymce/skins/ui/alchemy/content.css +711 -0
  21. data/app/assets/stylesheets/tinymce/skins/ui/alchemy/content.inline.css +705 -0
  22. data/app/assets/stylesheets/tinymce/skins/ui/alchemy/content.inline.min.css +7 -0
  23. data/app/assets/stylesheets/tinymce/skins/ui/alchemy/content.min.css +7 -0
  24. data/app/assets/stylesheets/tinymce/skins/ui/alchemy/content.mobile.css +29 -0
  25. data/app/assets/stylesheets/tinymce/skins/ui/alchemy/content.mobile.min.css +7 -0
  26. data/app/assets/stylesheets/tinymce/skins/ui/alchemy/fonts/tinymce-mobile.woff +0 -0
  27. data/app/assets/stylesheets/tinymce/skins/ui/alchemy/skin.min.scss +3803 -0
  28. data/app/assets/stylesheets/tinymce/skins/ui/alchemy/skin.mobile.css +677 -0
  29. data/app/assets/stylesheets/tinymce/skins/ui/alchemy/skin.mobile.min.css +7 -0
  30. data/app/controllers/alchemy/admin/pages_controller.rb +9 -4
  31. data/app/helpers/alchemy/admin/base_helper.rb +23 -10
  32. data/app/helpers/alchemy/base_helper.rb +16 -1
  33. data/app/javascript/alchemy_admin/components/button.js +1 -1
  34. data/app/javascript/alchemy_admin/components/clipboard_button.js +27 -0
  35. data/app/javascript/alchemy_admin/components/element_editor.js +2 -2
  36. data/app/javascript/alchemy_admin/components/tinymce.js +9 -21
  37. data/app/javascript/alchemy_admin/picture_editors.js +4 -2
  38. data/app/javascript/alchemy_admin/utils/debounce.js +10 -0
  39. data/app/javascript/alchemy_admin/utils/max.js +3 -0
  40. data/app/javascript/alchemy_admin.js +4 -10
  41. data/app/models/alchemy/page/page_naming.rb +7 -0
  42. data/app/models/alchemy/page.rb +2 -2
  43. data/app/models/alchemy/picture_variant.rb +11 -2
  44. data/app/models/concerns/alchemy/picture_thumbnails.rb +1 -1
  45. data/app/views/alchemy/admin/attachments/show.html.erb +10 -19
  46. data/app/views/alchemy/admin/crop.html.erb +1 -1
  47. data/app/views/alchemy/admin/nodes/index.html.erb +1 -0
  48. data/app/views/alchemy/admin/partials/_toolbar_button.html.erb +0 -1
  49. data/app/views/alchemy/admin/pictures/_archive.html.erb +3 -3
  50. data/app/views/alchemy/admin/pictures/_archive_overlay.html.erb +16 -3
  51. data/app/views/alchemy/admin/pictures/_picture.html.erb +3 -5
  52. data/app/views/alchemy/admin/pictures/_picture_to_assign.html.erb +1 -1
  53. data/app/views/alchemy/admin/resources/_filter.html.erb +1 -1
  54. data/app/views/alchemy/admin/resources/_per_page_select.html.erb +1 -1
  55. data/app/views/alchemy/admin/tinymce/_setup.html.erb +1 -2
  56. data/app/views/alchemy/ingredients/shared/_picture_tools.html.erb +2 -2
  57. data/app/views/layouts/alchemy/admin.html.erb +1 -1
  58. data/bundles/shoelace.js +10 -0
  59. data/bundles/tinymce.js +20 -0
  60. data/config/alchemy/config.yml +11 -10
  61. data/config/brakeman.ignore +0 -34
  62. data/config/importmap.rb +9 -14
  63. data/config/initializers/dragonfly.rb +1 -0
  64. data/config/locales/alchemy.en.yml +2 -0
  65. data/eslint.config.js +17 -0
  66. data/lib/alchemy/config.rb +24 -2
  67. data/lib/alchemy/engine.rb +2 -1
  68. data/lib/alchemy/forms/builder.rb +7 -0
  69. data/lib/alchemy/test_support/capybara_helpers.rb +1 -1
  70. data/lib/alchemy/test_support/having_picture_thumbnails_examples.rb +6 -6
  71. data/lib/alchemy/tinymce.rb +13 -2
  72. data/lib/alchemy/version.rb +1 -1
  73. data/package.json +20 -6
  74. data/rollup.config.mjs +65 -0
  75. data/vendor/assets/stylesheets/tinymce/skins/content/default/content.min.css +1 -0
  76. data/vendor/javascript/clipboard.min.js +7 -0
  77. data/vendor/javascript/flatpickr.min.js +1 -0
  78. data/vendor/javascript/keymaster.min.js +1 -0
  79. data/vendor/javascript/rails-ujs.min.js +1 -0
  80. data/vendor/javascript/shoelace.min.js +995 -0
  81. data/vendor/javascript/sortable.min.js +7 -0
  82. data/vendor/javascript/tinymce.min.js +1 -0
  83. data/vendor/javascript/ungap-custom-elements.min.js +3 -0
  84. metadata +31 -39
  85. data/.codeclimate.yml +0 -35
  86. data/.editorconfig +0 -23
  87. data/.github/FUNDING.yml +0 -4
  88. data/.github/ISSUE_TEMPLATE/Bug_report.md +0 -22
  89. data/.github/ISSUE_TEMPLATE/Feature_request.md +0 -17
  90. data/.github/PULL_REQUEST_TEMPLATE.md +0 -18
  91. data/.github/workflows/backport.yml +0 -36
  92. data/.github/workflows/brakeman-analysis.yml +0 -46
  93. data/.github/workflows/lint.yml +0 -37
  94. data/.github/workflows/stale.yml +0 -33
  95. data/.github/workflows/test.yml +0 -125
  96. data/.gitignore +0 -32
  97. data/.hound.yml +0 -9
  98. data/.localeapp/config.rb +0 -8
  99. data/.prettierrc +0 -6
  100. data/.rspec +0 -1
  101. data/.rubocop.yml +0 -7
  102. data/.standard.yml +0 -4
  103. data/.yardopts +0 -5
  104. data/app/assets/stylesheets/tinymce/skins/alchemy/content.min.css.scss +0 -94
  105. data/app/assets/stylesheets/tinymce/skins/alchemy/fonts/tinymce-small.svg +0 -63
  106. data/app/assets/stylesheets/tinymce/skins/alchemy/fonts/tinymce-small.ttf +0 -0
  107. data/app/assets/stylesheets/tinymce/skins/alchemy/fonts/tinymce-small.woff +0 -0
  108. data/app/assets/stylesheets/tinymce/skins/alchemy/fonts/tinymce.svg +0 -129
  109. data/app/assets/stylesheets/tinymce/skins/alchemy/fonts/tinymce.ttf +0 -0
  110. data/app/assets/stylesheets/tinymce/skins/alchemy/fonts/tinymce.woff +0 -0
  111. data/app/assets/stylesheets/tinymce/skins/alchemy/img/anchor.gif +0 -0
  112. data/app/assets/stylesheets/tinymce/skins/alchemy/img/loader.gif +0 -0
  113. data/app/assets/stylesheets/tinymce/skins/alchemy/img/object.gif +0 -0
  114. data/app/assets/stylesheets/tinymce/skins/alchemy/img/trans.gif +0 -0
  115. data/app/assets/stylesheets/tinymce/skins/alchemy/skin.min.css.scss +0 -2077
  116. data/app/views/alchemy/admin/pictures/_overlay_picture_list.html.erb +0 -10
  117. data/vendor/assets/javascripts/clipboard.min.js +0 -7
  118. data/vendor/assets/javascripts/keymaster.js +0 -296
  119. data/vendor/assets/javascripts/requestAnimationFrame.js +0 -31
  120. data/vendor/assets/javascripts/tinymce/license.txt +0 -504
  121. data/vendor/assets/javascripts/tinymce/tinymce.min.js +0 -2
@@ -0,0 +1,3803 @@
1
+ /**
2
+ * Copyright (c) Tiny Technologies, Inc. All rights reserved.
3
+ * Licensed under the LGPL or a commercial license.
4
+ * For LGPL see License.txt in the project root for license information.
5
+ * For commercial licenses see https://www.tiny.cloud/
6
+ */
7
+
8
+ @import "alchemy/variables";
9
+
10
+ .tox {
11
+ box-shadow: none;
12
+ box-sizing: content-box;
13
+ color: #000;
14
+ cursor: auto;
15
+ font-family: $default-font-family;
16
+ font-size: 13px;
17
+ font-style: normal;
18
+ font-weight: 400;
19
+ line-height: normal;
20
+ -webkit-tap-highlight-color: transparent;
21
+ text-decoration: none;
22
+ text-shadow: none;
23
+ text-transform: none;
24
+ vertical-align: initial;
25
+ white-space: normal;
26
+ }
27
+
28
+ .tox :not(svg):not(rect) {
29
+ box-sizing: inherit;
30
+ color: inherit;
31
+ cursor: inherit;
32
+ direction: inherit;
33
+ font-family: inherit;
34
+ font-size: inherit;
35
+ font-style: inherit;
36
+ font-weight: inherit;
37
+ line-height: inherit;
38
+ -webkit-tap-highlight-color: inherit;
39
+ text-align: inherit;
40
+ text-decoration: inherit;
41
+ text-shadow: inherit;
42
+ text-transform: inherit;
43
+ vertical-align: inherit;
44
+ white-space: inherit;
45
+ }
46
+
47
+ .tox :not(svg):not(rect) {
48
+ background: 0 0;
49
+ border: 0;
50
+ box-shadow: none;
51
+ float: none;
52
+ height: auto;
53
+ margin: 0;
54
+ max-width: none;
55
+ outline: 0;
56
+ padding: 0;
57
+ position: static;
58
+ width: auto;
59
+ }
60
+
61
+ .tox:not([dir="rtl"]) {
62
+ direction: ltr;
63
+ text-align: left;
64
+ }
65
+
66
+ .tox[dir="rtl"] {
67
+ direction: rtl;
68
+ text-align: right;
69
+ }
70
+
71
+ .tox-tinymce {
72
+ border: $default-border;
73
+ border-radius: $default-border-radius;
74
+ box-shadow: none;
75
+ box-sizing: border-box;
76
+ display: flex;
77
+ flex-direction: column;
78
+ font-family: $default-font-family;
79
+ overflow: hidden;
80
+ position: relative;
81
+ visibility: inherit !important;
82
+ }
83
+
84
+ .tox-tinymce-inline {
85
+ border: none;
86
+ box-shadow: none;
87
+ }
88
+
89
+ .tox-tinymce-inline .tox-editor-header {
90
+ background-color: transparent;
91
+ border: $default-border;
92
+ border-radius: $default-border-radius;
93
+ box-shadow: none;
94
+ }
95
+
96
+ .tox-tinymce-aux {
97
+ font-family: $default-font-family;
98
+ z-index: 1300;
99
+ }
100
+
101
+ .tox-tinymce :focus,
102
+ .tox-tinymce-aux :focus {
103
+ outline: 0;
104
+ }
105
+
106
+ button::-moz-focus-inner {
107
+ border: 0;
108
+ }
109
+
110
+ .tox[dir="rtl"] .tox-icon--flip svg {
111
+ transform: rotateY(180deg);
112
+ }
113
+
114
+ .tox .accessibility-issue__header {
115
+ align-items: center;
116
+ display: flex;
117
+ margin-bottom: 3.25px;
118
+ }
119
+
120
+ .tox .accessibility-issue__description {
121
+ align-items: stretch;
122
+ border: $default-border;
123
+ border-radius: $default-border-radius;
124
+ display: flex;
125
+ justify-content: space-between;
126
+ }
127
+
128
+ .tox .accessibility-issue__description > div {
129
+ padding-bottom: 3.25px;
130
+ }
131
+
132
+ .tox .accessibility-issue__description > div > div {
133
+ align-items: center;
134
+ display: flex;
135
+ margin-bottom: 3.25px;
136
+ }
137
+
138
+ .tox .accessibility-issue__description > :last-child:not(:only-child) {
139
+ border-color: rgba(175, 175, 175, 0.5);
140
+ border-style: solid;
141
+ }
142
+
143
+ .tox .accessibility-issue__repair {
144
+ margin-top: 16px;
145
+ }
146
+
147
+ .tox
148
+ .tox-dialog__body-content
149
+ .accessibility-issue--info
150
+ .accessibility-issue__description {
151
+ background-color: rgba(45, 90, 141, 0.1);
152
+ border-color: rgba(45, 90, 141, 0.4);
153
+ color: #000;
154
+ }
155
+
156
+ .tox
157
+ .tox-dialog__body-content
158
+ .accessibility-issue--info
159
+ .accessibility-issue__description
160
+ > :last-child {
161
+ border-color: rgba(45, 90, 141, 0.4);
162
+ }
163
+
164
+ .tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
165
+ color: #2d5a8d;
166
+ }
167
+
168
+ .tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
169
+ fill: #2d5a8d;
170
+ }
171
+
172
+ .tox .tox-dialog__body-content .accessibility-issue--info a .tox-icon {
173
+ color: #2d5a8d;
174
+ }
175
+
176
+ .tox
177
+ .tox-dialog__body-content
178
+ .accessibility-issue--warn
179
+ .accessibility-issue__description {
180
+ background-color: rgba(255, 165, 0, 0.1);
181
+ border-color: rgba(255, 165, 0, 0.5);
182
+ color: #000;
183
+ }
184
+
185
+ .tox
186
+ .tox-dialog__body-content
187
+ .accessibility-issue--warn
188
+ .accessibility-issue__description
189
+ > :last-child {
190
+ border-color: rgba(255, 165, 0, 0.5);
191
+ }
192
+
193
+ .tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
194
+ color: #cc8500;
195
+ }
196
+
197
+ .tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
198
+ fill: #cc8500;
199
+ }
200
+
201
+ .tox .tox-dialog__body-content .accessibility-issue--warn a .tox-icon {
202
+ color: #cc8500;
203
+ }
204
+
205
+ .tox
206
+ .tox-dialog__body-content
207
+ .accessibility-issue--error
208
+ .accessibility-issue__description {
209
+ background-color: rgba(239, 211, 211, 0.1);
210
+ border-color: rgba(239, 211, 211, 0.4);
211
+ color: #000;
212
+ }
213
+
214
+ .tox
215
+ .tox-dialog__body-content
216
+ .accessibility-issue--error
217
+ .accessibility-issue__description
218
+ > :last-child {
219
+ border-color: rgba(239, 211, 211, 0.4);
220
+ }
221
+
222
+ .tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
223
+ color: #efd3d3;
224
+ }
225
+
226
+ .tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
227
+ fill: #efd3d3;
228
+ }
229
+
230
+ .tox .tox-dialog__body-content .accessibility-issue--error a .tox-icon {
231
+ color: #efd3d3;
232
+ }
233
+
234
+ .tox
235
+ .tox-dialog__body-content
236
+ .accessibility-issue--success
237
+ .accessibility-issue__description {
238
+ background-color: rgba(226, 239, 211, 0.1);
239
+ border-color: rgba(226, 239, 211, 0.4);
240
+ color: #000;
241
+ }
242
+
243
+ .tox
244
+ .tox-dialog__body-content
245
+ .accessibility-issue--success
246
+ .accessibility-issue__description
247
+ > :last-child {
248
+ border-color: rgba(226, 239, 211, 0.4);
249
+ }
250
+
251
+ .tox
252
+ .tox-dialog__body-content
253
+ .accessibility-issue--success
254
+ .tox-form__group
255
+ h2 {
256
+ color: #e2efd3;
257
+ }
258
+
259
+ .tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
260
+ fill: #e2efd3;
261
+ }
262
+
263
+ .tox .tox-dialog__body-content .accessibility-issue--success a .tox-icon {
264
+ color: #e2efd3;
265
+ }
266
+
267
+ .tox .tox-dialog__body-content .accessibility-issue__header h1,
268
+ .tox
269
+ .tox-dialog__body-content
270
+ .tox-form__group
271
+ .accessibility-issue__description
272
+ h2 {
273
+ margin-top: 0;
274
+ }
275
+
276
+ .tox:not([dir="rtl"])
277
+ .tox-dialog__body-content
278
+ .accessibility-issue__header
279
+ .tox-button {
280
+ margin-left: 3.25px;
281
+ }
282
+
283
+ .tox:not([dir="rtl"])
284
+ .tox-dialog__body-content
285
+ .accessibility-issue__header
286
+ > :nth-last-child(2) {
287
+ margin-left: auto;
288
+ }
289
+
290
+ .tox:not([dir="rtl"])
291
+ .tox-dialog__body-content
292
+ .accessibility-issue__description {
293
+ padding: 3.25px 3.25px 3.25px 6.5px;
294
+ }
295
+
296
+ .tox:not([dir="rtl"])
297
+ .tox-dialog__body-content
298
+ .accessibility-issue__description
299
+ > :last-child {
300
+ border-left-width: 1px;
301
+ padding-left: 3.25px;
302
+ }
303
+
304
+ .tox[dir="rtl"]
305
+ .tox-dialog__body-content
306
+ .accessibility-issue__header
307
+ .tox-button {
308
+ margin-right: 3.25px;
309
+ }
310
+
311
+ .tox[dir="rtl"]
312
+ .tox-dialog__body-content
313
+ .accessibility-issue__header
314
+ > :nth-last-child(2) {
315
+ margin-right: auto;
316
+ }
317
+
318
+ .tox[dir="rtl"] .tox-dialog__body-content .accessibility-issue__description {
319
+ padding: 3.25px 6.5px 3.25px 3.25px;
320
+ }
321
+
322
+ .tox[dir="rtl"]
323
+ .tox-dialog__body-content
324
+ .accessibility-issue__description
325
+ > :last-child {
326
+ border-right-width: 1px;
327
+ padding-right: 3.25px;
328
+ }
329
+
330
+ .tox .tox-anchorbar {
331
+ display: flex;
332
+ flex: 0 0 auto;
333
+ }
334
+
335
+ .tox .tox-bar {
336
+ display: flex;
337
+ flex: 0 0 auto;
338
+ }
339
+
340
+ .tox .tox-button {
341
+ background-color: $button-bg-color;
342
+ background-image: none;
343
+ background-position: 0 0;
344
+ background-repeat: repeat;
345
+ border-color: $button-border-color;
346
+ border-radius: $button-border-radius;
347
+ border-style: solid;
348
+ border-width: $button-border-width;
349
+ box-shadow: $button-box-shadow;
350
+ box-sizing: border-box;
351
+ color: $button-text-color;
352
+ cursor: pointer;
353
+ display: inline-block;
354
+ font-family: $default-font-family;
355
+ font-size: $base-font-size;
356
+ font-style: normal;
357
+ font-weight: $button-font-weight;
358
+ letter-spacing: normal;
359
+ line-height: 24px;
360
+ margin: 0;
361
+ outline: 0;
362
+ padding: $button-padding;
363
+ text-align: center;
364
+ text-decoration: none;
365
+ text-transform: none;
366
+ white-space: nowrap;
367
+ }
368
+
369
+ .tox .tox-button[disabled] {
370
+ background-color: #2d5a8d;
371
+ background-image: none;
372
+ border-color: #2d5a8d;
373
+ box-shadow: none;
374
+ color: rgba(255, 255, 255, 0.5);
375
+ cursor: not-allowed;
376
+ }
377
+
378
+ .tox .tox-button:focus:not(:disabled) {
379
+ background-color: #274e7a;
380
+ background-image: none;
381
+ border-color: #274e7a;
382
+ box-shadow: none;
383
+ color: #fff;
384
+ }
385
+
386
+ .tox .tox-button:hover:not(:disabled) {
387
+ background-color: $button-hover-bg-color;
388
+ background-image: none;
389
+ border-color: $button-hover-border-color;
390
+ box-shadow: none;
391
+ color: $button-text-color;
392
+ }
393
+
394
+ .tox .tox-button:active:not(:disabled) {
395
+ background-color: $button-hover-bg-color;
396
+ background-image: none;
397
+ border-color: $button-hover-border-color;
398
+ box-shadow: none;
399
+ color: $button-text-color;
400
+ }
401
+
402
+ .tox .tox-button--secondary {
403
+ background-color: $secondary-button-bg-color;
404
+ background-image: none;
405
+ background-position: 0 0;
406
+ background-repeat: repeat;
407
+ border-color: $secondary-button-border-color;
408
+ border-radius: $default-border-radius;
409
+ border-style: solid;
410
+ border-width: $button-border-width;
411
+ box-shadow: none;
412
+ color: $secondary-button-text-color;
413
+ font-size: $default-font-size;
414
+ font-style: normal;
415
+ font-weight: $button-font-weight;
416
+ letter-spacing: normal;
417
+ outline: 0;
418
+ padding: $button-padding;
419
+ text-decoration: none;
420
+ text-transform: none;
421
+ }
422
+
423
+ .tox .tox-button--secondary[disabled] {
424
+ background-color: #f0f0f0;
425
+ background-image: none;
426
+ border-color: #f0f0f0;
427
+ box-shadow: none;
428
+ color: rgba(0, 0, 0, 0.5);
429
+ }
430
+
431
+ .tox .tox-button--secondary:focus:not(:disabled) {
432
+ background-color: #e3e3e3;
433
+ background-image: none;
434
+ border-color: #e3e3e3;
435
+ box-shadow: none;
436
+ color: #000;
437
+ }
438
+
439
+ .tox .tox-button--secondary:hover:not(:disabled) {
440
+ background-color: #e3e3e3;
441
+ background-image: none;
442
+ border-color: #e3e3e3;
443
+ box-shadow: none;
444
+ color: #000;
445
+ }
446
+
447
+ .tox .tox-button--secondary:active:not(:disabled) {
448
+ background-color: #d6d6d6;
449
+ background-image: none;
450
+ border-color: #d6d6d6;
451
+ box-shadow: none;
452
+ color: #000;
453
+ }
454
+
455
+ .tox .tox-button--icon,
456
+ .tox .tox-button.tox-button--icon,
457
+ .tox .tox-button.tox-button--secondary.tox-button--icon {
458
+ padding: 3.25px;
459
+ }
460
+
461
+ .tox .tox-button--icon .tox-icon svg,
462
+ .tox .tox-button.tox-button--icon .tox-icon svg,
463
+ .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
464
+ display: block;
465
+ fill: currentColor;
466
+ }
467
+
468
+ .tox .tox-button-link {
469
+ background: 0;
470
+ border: none;
471
+ box-sizing: border-box;
472
+ cursor: pointer;
473
+ display: inline-block;
474
+ font-family: $default-font-family;
475
+ font-size: 13px;
476
+ font-weight: 400;
477
+ line-height: 1.3;
478
+ margin: 0;
479
+ padding: 0;
480
+ white-space: nowrap;
481
+ }
482
+
483
+ .tox .tox-button-link--sm {
484
+ font-size: $base-font-size;
485
+ }
486
+
487
+ .tox .tox-button--naked {
488
+ background-color: transparent;
489
+ border-color: transparent;
490
+ box-shadow: unset;
491
+ color: #000;
492
+ }
493
+
494
+ .tox .tox-button--naked[disabled] {
495
+ background-color: #f0f0f0;
496
+ border-color: #f0f0f0;
497
+ box-shadow: none;
498
+ color: rgba(0, 0, 0, 0.5);
499
+ }
500
+
501
+ .tox .tox-button--naked:hover:not(:disabled) {
502
+ background-color: #e3e3e3;
503
+ border-color: #e3e3e3;
504
+ box-shadow: none;
505
+ color: #000;
506
+ }
507
+
508
+ .tox .tox-button--naked:focus:not(:disabled) {
509
+ background-color: #e3e3e3;
510
+ border-color: #e3e3e3;
511
+ box-shadow: none;
512
+ color: #000;
513
+ }
514
+
515
+ .tox .tox-button--naked:active:not(:disabled) {
516
+ background-color: #d6d6d6;
517
+ border-color: #d6d6d6;
518
+ box-shadow: none;
519
+ color: #000;
520
+ }
521
+
522
+ .tox .tox-button--naked .tox-icon svg {
523
+ fill: currentColor;
524
+ }
525
+
526
+ .tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
527
+ color: #000;
528
+ }
529
+
530
+ .tox .tox-checkbox {
531
+ align-items: center;
532
+ border-radius: $default-border-radius;
533
+ cursor: pointer;
534
+ display: flex;
535
+ height: 36px;
536
+ min-width: 36px;
537
+ }
538
+
539
+ .tox .tox-checkbox__input {
540
+ height: 1px;
541
+ overflow: hidden;
542
+ position: absolute;
543
+ top: auto;
544
+ width: 1px;
545
+ }
546
+
547
+ .tox .tox-checkbox__icons {
548
+ align-items: center;
549
+ border-radius: $default-border-radius;
550
+ box-shadow: 0 0 0 2px transparent;
551
+ box-sizing: content-box;
552
+ display: flex;
553
+ height: 24px;
554
+ justify-content: center;
555
+ padding: calc(3.25px - 1px);
556
+ width: 24px;
557
+ }
558
+
559
+ .tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
560
+ display: block;
561
+ fill: rgba(0, 0, 0, 0.3);
562
+ }
563
+
564
+ .tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
565
+ display: none;
566
+ fill: #2d5a8d;
567
+ }
568
+
569
+ .tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
570
+ display: none;
571
+ fill: #2d5a8d;
572
+ }
573
+
574
+ .tox .tox-checkbox--disabled {
575
+ color: rgba(0, 0, 0, 0.5);
576
+ cursor: not-allowed;
577
+ }
578
+
579
+ .tox
580
+ .tox-checkbox--disabled
581
+ .tox-checkbox__icons
582
+ .tox-checkbox-icon__checked
583
+ svg {
584
+ fill: rgba(0, 0, 0, 0.5);
585
+ }
586
+
587
+ .tox
588
+ .tox-checkbox--disabled
589
+ .tox-checkbox__icons
590
+ .tox-checkbox-icon__unchecked
591
+ svg {
592
+ fill: rgba(0, 0, 0, 0.5);
593
+ }
594
+
595
+ .tox
596
+ .tox-checkbox--disabled
597
+ .tox-checkbox__icons
598
+ .tox-checkbox-icon__indeterminate
599
+ svg {
600
+ fill: rgba(0, 0, 0, 0.5);
601
+ }
602
+
603
+ .tox
604
+ input.tox-checkbox__input:checked
605
+ + .tox-checkbox__icons
606
+ .tox-checkbox-icon__unchecked
607
+ svg {
608
+ display: none;
609
+ }
610
+
611
+ .tox
612
+ input.tox-checkbox__input:checked
613
+ + .tox-checkbox__icons
614
+ .tox-checkbox-icon__checked
615
+ svg {
616
+ display: block;
617
+ }
618
+
619
+ .tox
620
+ input.tox-checkbox__input:indeterminate
621
+ + .tox-checkbox__icons
622
+ .tox-checkbox-icon__unchecked
623
+ svg {
624
+ display: none;
625
+ }
626
+
627
+ .tox
628
+ input.tox-checkbox__input:indeterminate
629
+ + .tox-checkbox__icons
630
+ .tox-checkbox-icon__indeterminate
631
+ svg {
632
+ display: block;
633
+ }
634
+
635
+ .tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
636
+ border-radius: $default-border-radius;
637
+ box-shadow: inset 0 0 0 1px #2d5a8d;
638
+ padding: calc(3.25px - 1px);
639
+ }
640
+
641
+ .tox:not([dir="rtl"]) .tox-checkbox__label {
642
+ margin-left: 3.25px;
643
+ }
644
+
645
+ .tox:not([dir="rtl"]) .tox-checkbox__input {
646
+ left: -10000px;
647
+ }
648
+
649
+ .tox:not([dir="rtl"]) .tox-bar .tox-checkbox {
650
+ margin-left: 3.25px;
651
+ }
652
+
653
+ .tox[dir="rtl"] .tox-checkbox__label {
654
+ margin-right: 3.25px;
655
+ }
656
+
657
+ .tox[dir="rtl"] .tox-checkbox__input {
658
+ right: -10000px;
659
+ }
660
+
661
+ .tox[dir="rtl"] .tox-bar .tox-checkbox {
662
+ margin-right: 3.25px;
663
+ }
664
+
665
+ .tox .tox-collection--toolbar .tox-collection__group {
666
+ display: flex;
667
+ padding: 2px;
668
+ }
669
+
670
+ .tox .tox-collection--grid .tox-collection__group {
671
+ display: flex;
672
+ flex-wrap: wrap;
673
+ max-height: 208px;
674
+ overflow-x: hidden;
675
+ overflow-y: auto;
676
+ padding: 2px;
677
+ }
678
+
679
+ .tox .tox-collection--list .tox-collection__group {
680
+ border-bottom-width: 0;
681
+ border-color: rgba(175, 175, 175, 0.5);
682
+ border-left-width: 0;
683
+ border-right-width: 0;
684
+ border-style: solid;
685
+ border-top-width: 1px;
686
+ padding: 3.25px 0;
687
+ }
688
+
689
+ .tox .tox-collection--list .tox-collection__group:first-child {
690
+ border-top-width: 0;
691
+ }
692
+
693
+ .tox .tox-collection__group-heading {
694
+ background-color: rgba(201, 201, 201, 0.5);
695
+ color: rgba(0, 0, 0, 0.7);
696
+ cursor: default;
697
+ font-size: 12px;
698
+ font-style: normal;
699
+ font-weight: 400;
700
+ margin-bottom: 3.25px;
701
+ margin-top: -3.25px;
702
+ padding: 3.25px 6.5px;
703
+ text-transform: none;
704
+ -webkit-touch-callout: none;
705
+ -webkit-user-select: none;
706
+ -ms-user-select: none;
707
+ user-select: none;
708
+ }
709
+
710
+ .tox .tox-collection__item {
711
+ align-items: center;
712
+ color: #000;
713
+ cursor: pointer;
714
+ display: flex;
715
+ -webkit-touch-callout: none;
716
+ -webkit-user-select: none;
717
+ -ms-user-select: none;
718
+ user-select: none;
719
+ }
720
+
721
+ .tox .tox-collection--list .tox-collection__item {
722
+ padding: 3.25px 6.5px;
723
+ }
724
+
725
+ .tox .tox-collection--toolbar .tox-collection__item {
726
+ border-radius: $default-border-radius;
727
+ padding: 3.25px;
728
+ }
729
+
730
+ .tox .tox-collection--grid .tox-collection__item {
731
+ border-radius: $default-border-radius;
732
+ padding: 3.25px;
733
+ }
734
+
735
+ .tox .tox-collection--list .tox-collection__item--enabled {
736
+ background-color: rgba(175, 175, 175, 0.25);
737
+ color: $text-color;
738
+ }
739
+
740
+ .tox .tox-collection--toolbar .tox-collection__item--enabled {
741
+ background-color: rgba(175, 175, 175, 0.5);
742
+ color: $text-color;
743
+ }
744
+
745
+ .tox .tox-collection--toolbar .tox-collection__item--active {
746
+ background-color: rgba(175, 175, 175, 0.25);
747
+ }
748
+
749
+ .tox .tox-collection--grid .tox-collection__item--enabled {
750
+ background-color: rgba(175, 175, 175, 0.5);
751
+ color: $text-color;
752
+ }
753
+
754
+ .tox
755
+ .tox-collection--grid
756
+ .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
757
+ background-color: rgba(175, 175, 175, 0.25);
758
+ color: $text-color;
759
+ outline: none;
760
+ }
761
+
762
+ .tox
763
+ .tox-collection--list
764
+ .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
765
+ background-color: $select-hover-bg-color;
766
+ color: $select-hover-text-color;
767
+
768
+ .tox-collection__item-caret svg {
769
+ fill: $select-hover-text-color;
770
+ }
771
+ .tox-collection__item-accessory {
772
+ color: $select-hover-text-color;
773
+ }
774
+ }
775
+
776
+ .tox
777
+ .tox-collection--toolbar
778
+ .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
779
+ color: $text-color;
780
+ }
781
+
782
+ .tox .tox-collection__item-checkmark,
783
+ .tox .tox-collection__item-icon {
784
+ align-items: center;
785
+ display: flex;
786
+ height: $icon-button-medium-height;
787
+ justify-content: center;
788
+ width: $icon-button-medium-width;
789
+ font-size: 14px;
790
+ }
791
+
792
+ .tox .tox-collection__item-checkmark svg,
793
+ .tox .tox-collection__item-icon svg {
794
+ fill: currentColor;
795
+ }
796
+
797
+ .tox .tox-collection--toolbar-lg .tox-collection__item-icon {
798
+ height: 48px;
799
+ width: 48px;
800
+ }
801
+
802
+ .tox .tox-collection__item-label {
803
+ color: currentColor;
804
+ display: inline-block;
805
+ flex: 1;
806
+ -ms-flex-preferred-size: auto;
807
+ font-size: $base-font-size;
808
+ font-style: normal;
809
+ font-weight: 400;
810
+ line-height: 24px;
811
+ text-transform: none;
812
+ word-break: break-all;
813
+
814
+ // Fix active select style, because Tinymce hard codes the color on the element
815
+ > * {
816
+ color: inherit !important;
817
+ }
818
+ }
819
+
820
+ .tox .tox-collection__item-accessory {
821
+ color: rgba(0, 0, 0, 0.7);
822
+ display: inline-block;
823
+ font-size: $base-font-size;
824
+ height: 24px;
825
+ line-height: 24px;
826
+ text-transform: none;
827
+ }
828
+
829
+ .tox .tox-collection__item-caret {
830
+ align-items: center;
831
+ display: flex;
832
+ min-height: 24px;
833
+ }
834
+
835
+ .tox .tox-collection__item-caret::after {
836
+ content: "";
837
+ font-size: 0;
838
+ min-height: inherit;
839
+ }
840
+
841
+ .tox .tox-collection__item-caret svg {
842
+ fill: #000;
843
+ }
844
+
845
+ .tox .tox-collection__item--state-disabled {
846
+ background-color: transparent;
847
+ color: rgba(0, 0, 0, 0.5);
848
+ cursor: not-allowed;
849
+ }
850
+
851
+ .tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
852
+ fill: rgba(0, 0, 0, 0.5);
853
+ }
854
+
855
+ .tox
856
+ .tox-collection--list
857
+ .tox-collection__item:not(.tox-collection__item--enabled)
858
+ .tox-collection__item-checkmark
859
+ svg {
860
+ display: none;
861
+ }
862
+
863
+ .tox
864
+ .tox-collection--list
865
+ .tox-collection__item:not(.tox-collection__item--enabled)
866
+ .tox-collection__item-accessory
867
+ + .tox-collection__item-checkmark {
868
+ display: none;
869
+ }
870
+
871
+ .tox .tox-collection--horizontal {
872
+ background-color: #fff;
873
+ border: $default-border;
874
+ border-radius: $default-border-radius;
875
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
876
+ display: flex;
877
+ flex: 0 0 auto;
878
+ flex-shrink: 0;
879
+ flex-wrap: nowrap;
880
+ margin-bottom: 0;
881
+ overflow-x: auto;
882
+ padding: 0;
883
+ }
884
+
885
+ .tox .tox-collection--horizontal .tox-collection__group {
886
+ align-items: center;
887
+ display: flex;
888
+ flex-wrap: nowrap;
889
+ margin: 0;
890
+ padding: 0 3.25px;
891
+ }
892
+
893
+ .tox .tox-collection--horizontal .tox-collection__item {
894
+ height: 34px;
895
+ margin: 2px 0 3px 0;
896
+ padding: 0 4px;
897
+ }
898
+
899
+ .tox .tox-collection--horizontal .tox-collection__item-label {
900
+ white-space: nowrap;
901
+ }
902
+
903
+ .tox .tox-collection--horizontal .tox-collection__item-caret {
904
+ margin-left: 4px;
905
+ }
906
+
907
+ .tox .tox-collection__item-container {
908
+ display: flex;
909
+ }
910
+
911
+ .tox .tox-collection__item-container--row {
912
+ align-items: center;
913
+ flex: 1 1 auto;
914
+ flex-direction: row;
915
+ }
916
+
917
+ .tox
918
+ .tox-collection__item-container--row.tox-collection__item-container--align-left {
919
+ margin-right: auto;
920
+ }
921
+
922
+ .tox
923
+ .tox-collection__item-container--row.tox-collection__item-container--align-right {
924
+ justify-content: flex-end;
925
+ margin-left: auto;
926
+ }
927
+
928
+ .tox
929
+ .tox-collection__item-container--row.tox-collection__item-container--valign-top {
930
+ align-items: flex-start;
931
+ margin-bottom: auto;
932
+ }
933
+
934
+ .tox
935
+ .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
936
+ align-items: center;
937
+ }
938
+
939
+ .tox
940
+ .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
941
+ align-items: flex-end;
942
+ margin-top: auto;
943
+ }
944
+
945
+ .tox .tox-collection__item-container--column {
946
+ -ms-grid-row-align: center;
947
+ align-self: center;
948
+ flex: 1 1 auto;
949
+ flex-direction: column;
950
+ }
951
+
952
+ .tox
953
+ .tox-collection__item-container--column.tox-collection__item-container--align-left {
954
+ align-items: flex-start;
955
+ }
956
+
957
+ .tox
958
+ .tox-collection__item-container--column.tox-collection__item-container--align-right {
959
+ align-items: flex-end;
960
+ }
961
+
962
+ .tox
963
+ .tox-collection__item-container--column.tox-collection__item-container--valign-top {
964
+ align-self: flex-start;
965
+ }
966
+
967
+ .tox
968
+ .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
969
+ -ms-grid-row-align: center;
970
+ align-self: center;
971
+ }
972
+
973
+ .tox
974
+ .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
975
+ align-self: flex-end;
976
+ }
977
+
978
+ .tox:not([dir="rtl"])
979
+ .tox-collection--horizontal
980
+ .tox-collection__group:not(:last-of-type) {
981
+ border-right: $default-border;
982
+ }
983
+
984
+ .tox:not([dir="rtl"])
985
+ .tox-collection--list
986
+ .tox-collection__item
987
+ > :not(:first-child) {
988
+ margin-left: 6.5px;
989
+ }
990
+
991
+ .tox:not([dir="rtl"])
992
+ .tox-collection--list
993
+ .tox-collection__item
994
+ > .tox-collection__item-label:first-child {
995
+ margin-left: 3.25px;
996
+ }
997
+
998
+ .tox:not([dir="rtl"]) .tox-collection__item-accessory {
999
+ margin-left: 13px;
1000
+ text-align: right;
1001
+ }
1002
+
1003
+ .tox:not([dir="rtl"]) .tox-collection .tox-collection__item-caret {
1004
+ margin-left: 13px;
1005
+ }
1006
+
1007
+ .tox[dir="rtl"]
1008
+ .tox-collection--horizontal
1009
+ .tox-collection__group:not(:last-of-type) {
1010
+ border-left: $default-border;
1011
+ }
1012
+
1013
+ .tox[dir="rtl"]
1014
+ .tox-collection--list
1015
+ .tox-collection__item
1016
+ > :not(:first-child) {
1017
+ margin-right: 6.5px;
1018
+ }
1019
+
1020
+ .tox[dir="rtl"]
1021
+ .tox-collection--list
1022
+ .tox-collection__item
1023
+ > .tox-collection__item-label:first-child {
1024
+ margin-right: 3.25px;
1025
+ }
1026
+
1027
+ .tox[dir="rtl"] .tox-collection__item-accessory {
1028
+ margin-right: 13px;
1029
+ text-align: left;
1030
+ }
1031
+
1032
+ .tox[dir="rtl"] .tox-collection .tox-collection__item-caret {
1033
+ margin-right: 13px;
1034
+ transform: rotateY(180deg);
1035
+ }
1036
+
1037
+ .tox[dir="rtl"] .tox-collection--horizontal .tox-collection__item-caret {
1038
+ margin-right: 4px;
1039
+ }
1040
+
1041
+ .tox .tox-color-picker-container {
1042
+ display: flex;
1043
+ flex-direction: row;
1044
+ height: 225px;
1045
+ margin: 0;
1046
+ }
1047
+
1048
+ .tox .tox-sv-palette {
1049
+ box-sizing: border-box;
1050
+ display: flex;
1051
+ height: 100%;
1052
+ }
1053
+
1054
+ .tox .tox-sv-palette-spectrum {
1055
+ height: 100%;
1056
+ }
1057
+
1058
+ .tox .tox-sv-palette,
1059
+ .tox .tox-sv-palette-spectrum {
1060
+ width: 225px;
1061
+ }
1062
+
1063
+ .tox .tox-sv-palette-thumb {
1064
+ background: 0 0;
1065
+ border: 1px solid #000;
1066
+ border-radius: 50%;
1067
+ box-sizing: content-box;
1068
+ height: 12px;
1069
+ position: absolute;
1070
+ width: 12px;
1071
+ }
1072
+
1073
+ .tox .tox-sv-palette-inner-thumb {
1074
+ border: 1px solid #fff;
1075
+ border-radius: 50%;
1076
+ height: 10px;
1077
+ position: absolute;
1078
+ width: 10px;
1079
+ }
1080
+
1081
+ .tox .tox-hue-slider {
1082
+ box-sizing: border-box;
1083
+ height: 100%;
1084
+ width: 25px;
1085
+ }
1086
+
1087
+ .tox .tox-hue-slider-spectrum {
1088
+ background: linear-gradient(
1089
+ to bottom,
1090
+ red,
1091
+ #ff0080,
1092
+ #f0f,
1093
+ #8000ff,
1094
+ #00f,
1095
+ #0080ff,
1096
+ #0ff,
1097
+ #00ff80,
1098
+ #0f0,
1099
+ #80ff00,
1100
+ #ff0,
1101
+ #ff8000,
1102
+ red
1103
+ );
1104
+ height: 100%;
1105
+ width: 100%;
1106
+ }
1107
+
1108
+ .tox .tox-hue-slider,
1109
+ .tox .tox-hue-slider-spectrum {
1110
+ width: 20px;
1111
+ }
1112
+
1113
+ .tox .tox-hue-slider-thumb {
1114
+ background: #fff;
1115
+ border: 1px solid #000;
1116
+ box-sizing: content-box;
1117
+ height: 4px;
1118
+ width: 100%;
1119
+ }
1120
+
1121
+ .tox .tox-rgb-form {
1122
+ display: flex;
1123
+ flex-direction: column;
1124
+ justify-content: space-between;
1125
+ }
1126
+
1127
+ .tox .tox-rgb-form div {
1128
+ align-items: center;
1129
+ display: flex;
1130
+ justify-content: space-between;
1131
+ margin-bottom: 5px;
1132
+ width: inherit;
1133
+ }
1134
+
1135
+ .tox .tox-rgb-form input {
1136
+ width: 6em;
1137
+ }
1138
+
1139
+ .tox .tox-rgb-form input.tox-invalid {
1140
+ border: 1px solid red !important;
1141
+ }
1142
+
1143
+ .tox .tox-rgb-form .tox-rgba-preview {
1144
+ border: 1px solid #000;
1145
+ flex-grow: 2;
1146
+ margin-bottom: 0;
1147
+ }
1148
+
1149
+ .tox:not([dir="rtl"]) .tox-sv-palette {
1150
+ margin-right: 15px;
1151
+ }
1152
+
1153
+ .tox:not([dir="rtl"]) .tox-hue-slider {
1154
+ margin-right: 15px;
1155
+ }
1156
+
1157
+ .tox:not([dir="rtl"]) .tox-hue-slider-thumb {
1158
+ margin-left: -1px;
1159
+ }
1160
+
1161
+ .tox:not([dir="rtl"]) .tox-rgb-form label {
1162
+ margin-right: 0.5em;
1163
+ }
1164
+
1165
+ .tox[dir="rtl"] .tox-sv-palette {
1166
+ margin-left: 15px;
1167
+ }
1168
+
1169
+ .tox[dir="rtl"] .tox-hue-slider {
1170
+ margin-left: 15px;
1171
+ }
1172
+
1173
+ .tox[dir="rtl"] .tox-hue-slider-thumb {
1174
+ margin-right: -1px;
1175
+ }
1176
+
1177
+ .tox[dir="rtl"] .tox-rgb-form label {
1178
+ margin-left: 0.5em;
1179
+ }
1180
+
1181
+ .tox .tox-toolbar .tox-swatches,
1182
+ .tox .tox-toolbar__overflow .tox-swatches,
1183
+ .tox .tox-toolbar__primary .tox-swatches {
1184
+ margin: 2px 0 3px 4px;
1185
+ }
1186
+
1187
+ .tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
1188
+ border: 0;
1189
+ margin: -3.25px 0;
1190
+ }
1191
+
1192
+ .tox .tox-swatches__row {
1193
+ display: flex;
1194
+ }
1195
+
1196
+ .tox .tox-swatch {
1197
+ height: 30px;
1198
+ transition:
1199
+ transform 0.15s,
1200
+ box-shadow 0.15s;
1201
+ width: 30px;
1202
+ }
1203
+
1204
+ .tox .tox-swatch:focus,
1205
+ .tox .tox-swatch:hover {
1206
+ box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
1207
+ transform: scale(0.8);
1208
+ }
1209
+
1210
+ .tox .tox-swatch--remove {
1211
+ align-items: center;
1212
+ display: flex;
1213
+ justify-content: center;
1214
+ }
1215
+
1216
+ .tox .tox-swatch--remove svg path {
1217
+ stroke: #e74c3c;
1218
+ }
1219
+
1220
+ .tox .tox-swatches__picker-btn {
1221
+ align-items: center;
1222
+ background-color: transparent;
1223
+ border: 0;
1224
+ cursor: pointer;
1225
+ display: flex;
1226
+ height: 30px;
1227
+ justify-content: center;
1228
+ outline: 0;
1229
+ padding: 0;
1230
+ width: 30px;
1231
+ }
1232
+
1233
+ .tox .tox-swatches__picker-btn svg {
1234
+ height: 24px;
1235
+ width: 24px;
1236
+ }
1237
+
1238
+ .tox .tox-swatches__picker-btn:hover {
1239
+ background: rgba(175, 175, 175, 0.25);
1240
+ }
1241
+
1242
+ .tox:not([dir="rtl"]) .tox-swatches__picker-btn {
1243
+ margin-left: auto;
1244
+ }
1245
+
1246
+ .tox[dir="rtl"] .tox-swatches__picker-btn {
1247
+ margin-right: auto;
1248
+ }
1249
+
1250
+ .tox .tox-comment-thread {
1251
+ background: #fff;
1252
+ position: relative;
1253
+ }
1254
+
1255
+ .tox .tox-comment-thread > :not(:first-child) {
1256
+ margin-top: 6.5px;
1257
+ }
1258
+
1259
+ .tox .tox-comment {
1260
+ background: #fff;
1261
+ border: $default-border;
1262
+ border-radius: $default-border-radius;
1263
+ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
1264
+ padding: 6.5px 6.5px 13px 6.5px;
1265
+ position: relative;
1266
+ }
1267
+
1268
+ .tox .tox-comment__header {
1269
+ align-items: center;
1270
+ color: #000;
1271
+ display: flex;
1272
+ justify-content: space-between;
1273
+ }
1274
+
1275
+ .tox .tox-comment__date {
1276
+ color: rgba(0, 0, 0, 0.7);
1277
+ font-size: 12px;
1278
+ }
1279
+
1280
+ .tox .tox-comment__body {
1281
+ color: #000;
1282
+ font-size: $base-font-size;
1283
+ font-style: normal;
1284
+ font-weight: 400;
1285
+ line-height: 1.3;
1286
+ margin-top: 6.5px;
1287
+ position: relative;
1288
+ text-transform: initial;
1289
+ }
1290
+
1291
+ .tox .tox-comment__body textarea {
1292
+ resize: none;
1293
+ white-space: normal;
1294
+ width: 100%;
1295
+ }
1296
+
1297
+ .tox .tox-comment__expander {
1298
+ padding-top: 6.5px;
1299
+ }
1300
+
1301
+ .tox .tox-comment__expander p {
1302
+ color: rgba(0, 0, 0, 0.7);
1303
+ font-size: $base-font-size;
1304
+ font-style: normal;
1305
+ }
1306
+
1307
+ .tox .tox-comment__body p {
1308
+ margin: 0;
1309
+ }
1310
+
1311
+ .tox .tox-comment__buttonspacing {
1312
+ padding-top: 13px;
1313
+ text-align: center;
1314
+ }
1315
+
1316
+ .tox .tox-comment-thread__overlay::after {
1317
+ background: #fff;
1318
+ bottom: 0;
1319
+ content: "";
1320
+ display: flex;
1321
+ left: 0;
1322
+ opacity: 0.9;
1323
+ position: absolute;
1324
+ right: 0;
1325
+ top: 0;
1326
+ z-index: 5;
1327
+ }
1328
+
1329
+ .tox .tox-comment__reply {
1330
+ display: flex;
1331
+ flex-shrink: 0;
1332
+ flex-wrap: wrap;
1333
+ justify-content: flex-end;
1334
+ margin-top: 6.5px;
1335
+ }
1336
+
1337
+ .tox .tox-comment__reply > :first-child {
1338
+ margin-bottom: 6.5px;
1339
+ width: 100%;
1340
+ }
1341
+
1342
+ .tox .tox-comment__edit {
1343
+ display: flex;
1344
+ flex-wrap: wrap;
1345
+ justify-content: flex-end;
1346
+ margin-top: 13px;
1347
+ }
1348
+
1349
+ .tox .tox-comment__gradient::after {
1350
+ background: linear-gradient(rgba(255, 255, 255, 0), #fff);
1351
+ bottom: 0;
1352
+ content: "";
1353
+ display: block;
1354
+ height: 5em;
1355
+ margin-top: -40px;
1356
+ position: absolute;
1357
+ width: 100%;
1358
+ }
1359
+
1360
+ .tox .tox-comment__overlay {
1361
+ background: #fff;
1362
+ bottom: 0;
1363
+ display: flex;
1364
+ flex-direction: column;
1365
+ flex-grow: 1;
1366
+ left: 0;
1367
+ opacity: 0.9;
1368
+ position: absolute;
1369
+ right: 0;
1370
+ text-align: center;
1371
+ top: 0;
1372
+ z-index: 5;
1373
+ }
1374
+
1375
+ .tox .tox-comment__loading-text {
1376
+ align-items: center;
1377
+ color: #000;
1378
+ display: flex;
1379
+ flex-direction: column;
1380
+ position: relative;
1381
+ }
1382
+
1383
+ .tox .tox-comment__loading-text > div {
1384
+ padding-bottom: 13px;
1385
+ }
1386
+
1387
+ .tox .tox-comment__overlaytext {
1388
+ bottom: 0;
1389
+ flex-direction: column;
1390
+ font-size: $base-font-size;
1391
+ left: 0;
1392
+ padding: 1em;
1393
+ position: absolute;
1394
+ right: 0;
1395
+ top: 0;
1396
+ z-index: 10;
1397
+ }
1398
+
1399
+ .tox .tox-comment__overlaytext p {
1400
+ background-color: #fff;
1401
+ box-shadow: 0 0 8px 8px #fff;
1402
+ color: #000;
1403
+ text-align: center;
1404
+ }
1405
+
1406
+ .tox .tox-comment__overlaytext div:nth-of-type(2) {
1407
+ font-size: 0.8em;
1408
+ }
1409
+
1410
+ .tox .tox-comment__busy-spinner {
1411
+ align-items: center;
1412
+ background-color: #fff;
1413
+ bottom: 0;
1414
+ display: flex;
1415
+ justify-content: center;
1416
+ left: 0;
1417
+ position: absolute;
1418
+ right: 0;
1419
+ top: 0;
1420
+ z-index: 20;
1421
+ }
1422
+
1423
+ .tox .tox-comment__scroll {
1424
+ display: flex;
1425
+ flex-direction: column;
1426
+ flex-shrink: 1;
1427
+ overflow: auto;
1428
+ }
1429
+
1430
+ .tox .tox-conversations {
1431
+ margin: 6.5px;
1432
+ }
1433
+
1434
+ .tox:not([dir="rtl"]) .tox-comment__edit {
1435
+ margin-left: 6.5px;
1436
+ }
1437
+
1438
+ .tox:not([dir="rtl"]) .tox-comment__buttonspacing > :last-child,
1439
+ .tox:not([dir="rtl"]) .tox-comment__edit > :last-child,
1440
+ .tox:not([dir="rtl"]) .tox-comment__reply > :last-child {
1441
+ margin-left: 6.5px;
1442
+ }
1443
+
1444
+ .tox[dir="rtl"] .tox-comment__edit {
1445
+ margin-right: 6.5px;
1446
+ }
1447
+
1448
+ .tox[dir="rtl"] .tox-comment__buttonspacing > :last-child,
1449
+ .tox[dir="rtl"] .tox-comment__edit > :last-child,
1450
+ .tox[dir="rtl"] .tox-comment__reply > :last-child {
1451
+ margin-right: 6.5px;
1452
+ }
1453
+
1454
+ .tox .tox-user {
1455
+ align-items: center;
1456
+ display: flex;
1457
+ }
1458
+
1459
+ .tox .tox-user__avatar svg {
1460
+ fill: rgba(0, 0, 0, 0.7);
1461
+ }
1462
+
1463
+ .tox .tox-user__name {
1464
+ color: rgba(0, 0, 0, 0.7);
1465
+ font-size: 12px;
1466
+ font-style: normal;
1467
+ font-weight: 700;
1468
+ text-transform: uppercase;
1469
+ }
1470
+
1471
+ .tox:not([dir="rtl"]) .tox-user__avatar svg {
1472
+ margin-right: 6.5px;
1473
+ }
1474
+
1475
+ .tox:not([dir="rtl"]) .tox-user__avatar + .tox-user__name {
1476
+ margin-left: 6.5px;
1477
+ }
1478
+
1479
+ .tox[dir="rtl"] .tox-user__avatar svg {
1480
+ margin-left: 6.5px;
1481
+ }
1482
+
1483
+ .tox[dir="rtl"] .tox-user__avatar + .tox-user__name {
1484
+ margin-right: 6.5px;
1485
+ }
1486
+
1487
+ .tox .tox-dialog-wrap {
1488
+ align-items: center;
1489
+ bottom: 0;
1490
+ display: flex;
1491
+ justify-content: center;
1492
+ left: 0;
1493
+ position: fixed;
1494
+ right: 0;
1495
+ top: 0;
1496
+ z-index: 1100;
1497
+ }
1498
+
1499
+ .tox .tox-dialog-wrap__backdrop {
1500
+ background-color: $dialog-overlay-color;
1501
+ opacity: $dialog-overlay-opacity;
1502
+ bottom: 0;
1503
+ left: 0;
1504
+ position: absolute;
1505
+ right: 0;
1506
+ top: 0;
1507
+ z-index: 1;
1508
+ }
1509
+
1510
+ .tox .tox-dialog-wrap__backdrop--opaque {
1511
+ background-color: $dialog-overlay-color;
1512
+ }
1513
+
1514
+ .tox .tox-dialog {
1515
+ background-color: $dialog-background-color;
1516
+ border-color: transparent;
1517
+ border-radius: $default-border-radius;
1518
+ border-style: solid;
1519
+ border-width: 0;
1520
+ box-shadow: $dialog-box-shadow;
1521
+ display: flex;
1522
+ flex-direction: column;
1523
+ max-height: 100%;
1524
+ max-width: 480px;
1525
+ overflow: hidden;
1526
+ position: relative;
1527
+ width: 95vw;
1528
+ z-index: 2;
1529
+ }
1530
+
1531
+ @media only screen and (max-width: 767px) {
1532
+ body:not(.tox-force-desktop) .tox .tox-dialog {
1533
+ align-self: flex-start;
1534
+ margin: 6.5px auto;
1535
+ width: calc(100vw - 13px);
1536
+ }
1537
+ }
1538
+
1539
+ .tox .tox-dialog-inline {
1540
+ z-index: 1100;
1541
+ }
1542
+
1543
+ .tox .tox-dialog__header {
1544
+ height: $dialog-header-height;
1545
+ align-items: center;
1546
+ background-color: $dialog-header-color;
1547
+ border-bottom: none;
1548
+ color: $dialog-header-text-color;
1549
+ display: flex;
1550
+ font-size: $dialog-header-font-size;
1551
+ justify-content: space-between;
1552
+ padding: $dialog-header-padding;
1553
+ position: relative;
1554
+ }
1555
+
1556
+ .tox .tox-dialog__header .tox-button {
1557
+ z-index: 1;
1558
+ color: $white;
1559
+ background-image: none; // If used in Solidus we need to override the background image
1560
+ border: none; // If used in Solidus we need to override the border
1561
+ }
1562
+
1563
+ .tox .tox-dialog__draghandle {
1564
+ cursor: grab;
1565
+ height: 100%;
1566
+ left: 0;
1567
+ position: absolute;
1568
+ top: 0;
1569
+ width: 100%;
1570
+ }
1571
+
1572
+ .tox .tox-dialog__draghandle:active {
1573
+ cursor: grabbing;
1574
+ }
1575
+
1576
+ .tox .tox-dialog__dismiss {
1577
+ margin-left: auto;
1578
+ }
1579
+
1580
+ .tox .tox-dialog__title {
1581
+ font-family: $default-font-family;
1582
+ font-size: 1em;
1583
+ font-style: normal;
1584
+ font-weight: bold;
1585
+ line-height: 1.3;
1586
+ margin: 0;
1587
+ padding-left: 6px;
1588
+ text-transform: none;
1589
+ }
1590
+
1591
+ .tox .tox-dialog__body {
1592
+ color: #000;
1593
+ display: flex;
1594
+ flex: 1;
1595
+ flex-direction: column;
1596
+ -ms-flex-preferred-size: auto;
1597
+ font-size: 13px;
1598
+ font-style: normal;
1599
+ font-weight: 400;
1600
+ line-height: 1.3;
1601
+ min-width: 0;
1602
+ text-align: left;
1603
+ text-transform: none;
1604
+ }
1605
+
1606
+ .tox .tox-dialog__body-nav {
1607
+ align-items: flex-start;
1608
+ display: flex;
1609
+ flex-direction: row;
1610
+ padding: 0;
1611
+ -webkit-overflow-scrolling: touch;
1612
+ overflow-x: auto;
1613
+ box-shadow: inset 0 -2px 0 var(--tabs_track-color);
1614
+ }
1615
+
1616
+ .tox .tox-dialog__body-nav-item {
1617
+ border-bottom: 2px solid transparent;
1618
+ color: var(--sl-color-neutral-600);
1619
+ display: inline-block;
1620
+ font-size: $base-font-size;
1621
+ line-height: 1.3;
1622
+ padding: 16px 15px;
1623
+ text-decoration: none;
1624
+ white-space: nowrap;
1625
+ border-bottom: 2px solid var(--tabs_track-color);
1626
+ }
1627
+
1628
+ .tox .tox-dialog__body-nav-item:hover {
1629
+ color: var(--sl-color-primary-600);
1630
+ }
1631
+
1632
+ .tox .tox-dialog__body-nav-item--active {
1633
+ border-bottom-color: var(--tabs_indicator-color);
1634
+ color: var(--sl-color-primary-600);
1635
+ }
1636
+
1637
+ .tox .tox-dialog__body-content {
1638
+ box-sizing: border-box;
1639
+ display: flex;
1640
+ flex: 1;
1641
+ flex-direction: column;
1642
+ -ms-flex-preferred-size: auto;
1643
+ max-height: 650px;
1644
+ overflow: auto;
1645
+ -webkit-overflow-scrolling: touch;
1646
+ padding: 13px 13px;
1647
+ }
1648
+
1649
+ .tox .tox-dialog__body-content > * {
1650
+ margin-bottom: 0;
1651
+ margin-top: 13px;
1652
+ }
1653
+
1654
+ .tox .tox-dialog__body-content > :first-child {
1655
+ margin-top: 0;
1656
+ }
1657
+
1658
+ .tox .tox-dialog__body-content > :last-child {
1659
+ margin-bottom: 0;
1660
+ }
1661
+
1662
+ .tox .tox-dialog__body-content > :only-child {
1663
+ margin-bottom: 0;
1664
+ margin-top: 0;
1665
+ }
1666
+
1667
+ .tox .tox-dialog__body-content a {
1668
+ color: #2d5a8d;
1669
+ cursor: pointer;
1670
+ text-decoration: none;
1671
+ }
1672
+
1673
+ .tox .tox-dialog__body-content a:focus,
1674
+ .tox .tox-dialog__body-content a:hover {
1675
+ color: #214166;
1676
+ text-decoration: none;
1677
+ }
1678
+
1679
+ .tox .tox-dialog__body-content a:active {
1680
+ color: #214166;
1681
+ text-decoration: none;
1682
+ }
1683
+
1684
+ .tox .tox-dialog__body-content svg {
1685
+ fill: #000;
1686
+ }
1687
+
1688
+ .tox .tox-dialog__body-content ul {
1689
+ display: block;
1690
+ list-style-type: disc;
1691
+ margin-bottom: 13px;
1692
+ -webkit-margin-end: 0;
1693
+ margin-inline-end: 0;
1694
+ -webkit-margin-start: 0;
1695
+ margin-inline-start: 0;
1696
+ -webkit-padding-start: 2.5rem;
1697
+ padding-inline-start: 2.5rem;
1698
+ }
1699
+
1700
+ .tox .tox-dialog__body-content .tox-form__group h1 {
1701
+ color: #000;
1702
+ font-size: 16.25px;
1703
+ font-style: normal;
1704
+ font-weight: 700;
1705
+ letter-spacing: normal;
1706
+ margin-bottom: 4 * $default-margin;
1707
+ margin-top: 2rem;
1708
+ text-transform: none;
1709
+ }
1710
+
1711
+ .tox .tox-dialog__body-content .tox-form__group h2 {
1712
+ color: #000;
1713
+ font-size: 13px;
1714
+ font-style: normal;
1715
+ font-weight: 700;
1716
+ letter-spacing: normal;
1717
+ margin-bottom: 4 * $default-margin;
1718
+ margin-top: 2rem;
1719
+ text-transform: none;
1720
+ }
1721
+
1722
+ .tox .tox-dialog__body-content .tox-form__group p {
1723
+ margin-bottom: 4 * $default-margin;
1724
+ }
1725
+
1726
+ .tox .tox-dialog__body-content .tox-form__group h1:first-child,
1727
+ .tox .tox-dialog__body-content .tox-form__group h2:first-child,
1728
+ .tox .tox-dialog__body-content .tox-form__group p:first-child {
1729
+ margin-top: 0;
1730
+ }
1731
+
1732
+ .tox .tox-dialog__body-content .tox-form__group h1:last-child,
1733
+ .tox .tox-dialog__body-content .tox-form__group h2:last-child,
1734
+ .tox .tox-dialog__body-content .tox-form__group p:last-child {
1735
+ margin-bottom: 0;
1736
+ }
1737
+
1738
+ .tox .tox-dialog__body-content .tox-form__group h1:only-child,
1739
+ .tox .tox-dialog__body-content .tox-form__group h2:only-child,
1740
+ .tox .tox-dialog__body-content .tox-form__group p:only-child {
1741
+ margin-bottom: 0;
1742
+ margin-top: 0;
1743
+ }
1744
+
1745
+ .tox .tox-dialog--width-lg {
1746
+ height: 650px;
1747
+ max-width: 1200px;
1748
+ }
1749
+
1750
+ .tox .tox-dialog--width-md {
1751
+ max-width: 800px;
1752
+ }
1753
+
1754
+ .tox .tox-dialog--width-md .tox-dialog__body-content {
1755
+ overflow: auto;
1756
+ }
1757
+
1758
+ .tox .tox-dialog__body-content--centered {
1759
+ text-align: center;
1760
+ }
1761
+
1762
+ .tox .tox-dialog__footer {
1763
+ align-items: center;
1764
+ background-color: $dialog-background-color;
1765
+ border-top: none;
1766
+ display: flex;
1767
+ justify-content: space-between;
1768
+ padding: 6.5px 13px;
1769
+ }
1770
+
1771
+ .tox .tox-dialog__footer-end,
1772
+ .tox .tox-dialog__footer-start {
1773
+ display: flex;
1774
+ }
1775
+
1776
+ .tox .tox-dialog__busy-spinner {
1777
+ align-items: center;
1778
+ background-color: rgba(255, 255, 255, 0.75);
1779
+ bottom: 0;
1780
+ display: flex;
1781
+ justify-content: center;
1782
+ left: 0;
1783
+ position: absolute;
1784
+ right: 0;
1785
+ top: 0;
1786
+ z-index: 3;
1787
+ }
1788
+
1789
+ .tox .tox-dialog__table {
1790
+ border-collapse: collapse;
1791
+ width: 100%;
1792
+ }
1793
+
1794
+ .tox .tox-dialog__table thead th {
1795
+ font-weight: 700;
1796
+ padding-bottom: 6.5px;
1797
+ }
1798
+
1799
+ .tox .tox-dialog__table tbody tr {
1800
+ border-bottom: $default-border;
1801
+ }
1802
+
1803
+ .tox .tox-dialog__table tbody tr:last-child {
1804
+ border-bottom: none;
1805
+ }
1806
+
1807
+ .tox .tox-dialog__table td {
1808
+ padding-bottom: 6.5px;
1809
+ padding-top: 6.5px;
1810
+ }
1811
+
1812
+ .tox .tox-dialog__popups {
1813
+ position: absolute;
1814
+ width: 100%;
1815
+ z-index: 1100;
1816
+ }
1817
+
1818
+ .tox .tox-dialog__body-iframe {
1819
+ display: flex;
1820
+ flex: 1;
1821
+ flex-direction: column;
1822
+ -ms-flex-preferred-size: auto;
1823
+ }
1824
+
1825
+ .tox .tox-dialog__body-iframe .tox-navobj {
1826
+ display: flex;
1827
+ flex: 1;
1828
+ -ms-flex-preferred-size: auto;
1829
+ }
1830
+
1831
+ .tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
1832
+ flex: 1;
1833
+ -ms-flex-preferred-size: auto;
1834
+ height: 100%;
1835
+ }
1836
+
1837
+ .tox .tox-dialog-dock-fadeout {
1838
+ opacity: 0;
1839
+ visibility: hidden;
1840
+ }
1841
+
1842
+ .tox .tox-dialog-dock-fadein {
1843
+ opacity: 1;
1844
+ visibility: visible;
1845
+ }
1846
+
1847
+ .tox .tox-dialog-dock-transition {
1848
+ transition:
1849
+ visibility 0s linear 0.3s,
1850
+ opacity 0.3s ease;
1851
+ }
1852
+
1853
+ .tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
1854
+ transition-delay: 0s;
1855
+ }
1856
+
1857
+ .tox.tox-platform-ie .tox-dialog-wrap {
1858
+ position: -ms-device-fixed;
1859
+ }
1860
+
1861
+ @media only screen and (max-width: 767px) {
1862
+ body:not(.tox-force-desktop) .tox:not([dir="rtl"]) .tox-dialog__body-nav {
1863
+ margin-right: 0;
1864
+ }
1865
+ }
1866
+
1867
+ @media only screen and (max-width: 767px) {
1868
+ body:not(.tox-force-desktop)
1869
+ .tox:not([dir="rtl"])
1870
+ .tox-dialog__body-nav-item:not(:first-child) {
1871
+ margin-left: 6.5px;
1872
+ }
1873
+ }
1874
+
1875
+ .tox:not([dir="rtl"]) .tox-dialog__footer .tox-dialog__footer-end > *,
1876
+ .tox:not([dir="rtl"]) .tox-dialog__footer .tox-dialog__footer-start > * {
1877
+ margin-left: 6.5px;
1878
+ }
1879
+
1880
+ .tox[dir="rtl"] .tox-dialog__body {
1881
+ text-align: right;
1882
+ }
1883
+
1884
+ @media only screen and (max-width: 767px) {
1885
+ body:not(.tox-force-desktop) .tox[dir="rtl"] .tox-dialog__body-nav {
1886
+ margin-left: 0;
1887
+ }
1888
+ }
1889
+
1890
+ @media only screen and (max-width: 767px) {
1891
+ body:not(.tox-force-desktop)
1892
+ .tox[dir="rtl"]
1893
+ .tox-dialog__body-nav-item:not(:first-child) {
1894
+ margin-right: 6.5px;
1895
+ }
1896
+ }
1897
+
1898
+ .tox[dir="rtl"] .tox-dialog__footer .tox-dialog__footer-end > *,
1899
+ .tox[dir="rtl"] .tox-dialog__footer .tox-dialog__footer-start > * {
1900
+ margin-right: 6.5px;
1901
+ }
1902
+
1903
+ body.tox-dialog__disable-scroll {
1904
+ overflow: hidden;
1905
+ }
1906
+
1907
+ .tox .tox-dropzone-container {
1908
+ display: flex;
1909
+ flex: 1;
1910
+ -ms-flex-preferred-size: auto;
1911
+ }
1912
+
1913
+ .tox .tox-dropzone {
1914
+ align-items: center;
1915
+ background: #fff;
1916
+ border: 2px dashed rgba(175, 175, 175, 0.5);
1917
+ box-sizing: border-box;
1918
+ display: flex;
1919
+ flex-direction: column;
1920
+ flex-grow: 1;
1921
+ justify-content: center;
1922
+ min-height: 100px;
1923
+ padding: 10px;
1924
+ }
1925
+
1926
+ .tox .tox-dropzone p {
1927
+ color: rgba(0, 0, 0, 0.7);
1928
+ margin: 0 0 13px 0;
1929
+ }
1930
+
1931
+ .tox .tox-edit-area {
1932
+ display: flex;
1933
+ flex: 1;
1934
+ -ms-flex-preferred-size: auto;
1935
+ overflow: hidden;
1936
+ position: relative;
1937
+ }
1938
+
1939
+ .tox .tox-edit-area__iframe {
1940
+ background-color: #fff;
1941
+ border: 0;
1942
+ box-sizing: border-box;
1943
+ flex: 1;
1944
+ -ms-flex-preferred-size: auto;
1945
+ height: 100%;
1946
+ position: absolute;
1947
+ width: 100%;
1948
+ }
1949
+
1950
+ .tox.tox-inline-edit-area {
1951
+ border: 1px dotted rgba(175, 175, 175, 0.5);
1952
+ }
1953
+
1954
+ .tox .tox-editor-container {
1955
+ display: flex;
1956
+ flex: 1 1 auto;
1957
+ flex-direction: column;
1958
+ overflow: hidden;
1959
+ }
1960
+
1961
+ .tox .tox-editor-header {
1962
+ z-index: 1;
1963
+ }
1964
+
1965
+ .tox:not(.tox-tinymce-inline) .tox-editor-header {
1966
+ box-shadow: none;
1967
+ transition: box-shadow 0.5s;
1968
+ }
1969
+
1970
+ .tox.tox-tinymce--toolbar-bottom .tox-editor-header,
1971
+ .tox.tox-tinymce-inline .tox-editor-header {
1972
+ margin-bottom: -1px;
1973
+ }
1974
+
1975
+ .tox.tox-tinymce--toolbar-sticky-on .tox-editor-header {
1976
+ background-color: transparent;
1977
+ box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25);
1978
+ }
1979
+
1980
+ .tox-editor-dock-fadeout {
1981
+ opacity: 0;
1982
+ visibility: hidden;
1983
+ }
1984
+
1985
+ .tox-editor-dock-fadein {
1986
+ opacity: 1;
1987
+ visibility: visible;
1988
+ }
1989
+
1990
+ .tox-editor-dock-transition {
1991
+ transition:
1992
+ visibility 0s linear 0.25s,
1993
+ opacity 0.25s ease;
1994
+ }
1995
+
1996
+ .tox-editor-dock-transition.tox-editor-dock-fadein {
1997
+ transition-delay: 0s;
1998
+ }
1999
+
2000
+ .tox .tox-control-wrap {
2001
+ flex: 1;
2002
+ position: relative;
2003
+ }
2004
+
2005
+ .tox
2006
+ .tox-control-wrap:not(.tox-control-wrap--status-invalid)
2007
+ .tox-control-wrap__status-icon-invalid,
2008
+ .tox
2009
+ .tox-control-wrap:not(.tox-control-wrap--status-unknown)
2010
+ .tox-control-wrap__status-icon-unknown,
2011
+ .tox
2012
+ .tox-control-wrap:not(.tox-control-wrap--status-valid)
2013
+ .tox-control-wrap__status-icon-valid {
2014
+ display: none;
2015
+ }
2016
+
2017
+ .tox .tox-control-wrap svg {
2018
+ display: block;
2019
+ }
2020
+
2021
+ .tox .tox-control-wrap__status-icon-wrap {
2022
+ position: absolute;
2023
+ top: 50%;
2024
+ transform: translateY(-50%);
2025
+ }
2026
+
2027
+ .tox .tox-control-wrap__status-icon-invalid svg {
2028
+ fill: #efd3d3;
2029
+ }
2030
+
2031
+ .tox .tox-control-wrap__status-icon-unknown svg {
2032
+ fill: orange;
2033
+ }
2034
+
2035
+ .tox .tox-control-wrap__status-icon-valid svg {
2036
+ fill: green;
2037
+ }
2038
+
2039
+ .tox:not([dir="rtl"]) .tox-control-wrap--status-invalid .tox-textfield,
2040
+ .tox:not([dir="rtl"]) .tox-control-wrap--status-unknown .tox-textfield,
2041
+ .tox:not([dir="rtl"]) .tox-control-wrap--status-valid .tox-textfield {
2042
+ padding-right: 26px;
2043
+ }
2044
+
2045
+ .tox:not([dir="rtl"]) .tox-control-wrap__status-icon-wrap {
2046
+ right: 3.25px;
2047
+ }
2048
+
2049
+ .tox[dir="rtl"] .tox-control-wrap--status-invalid .tox-textfield,
2050
+ .tox[dir="rtl"] .tox-control-wrap--status-unknown .tox-textfield,
2051
+ .tox[dir="rtl"] .tox-control-wrap--status-valid .tox-textfield {
2052
+ padding-left: 26px;
2053
+ }
2054
+
2055
+ .tox[dir="rtl"] .tox-control-wrap__status-icon-wrap {
2056
+ left: 3.25px;
2057
+ }
2058
+
2059
+ .tox .tox-autocompleter {
2060
+ max-width: 25em;
2061
+ }
2062
+
2063
+ .tox .tox-autocompleter .tox-menu {
2064
+ max-width: 25em;
2065
+ }
2066
+
2067
+ .tox .tox-autocompleter .tox-autocompleter-highlight {
2068
+ font-weight: 700;
2069
+ }
2070
+
2071
+ .tox .tox-color-input {
2072
+ display: flex;
2073
+ position: relative;
2074
+ z-index: 1;
2075
+ }
2076
+
2077
+ .tox .tox-color-input .tox-textfield {
2078
+ z-index: -1;
2079
+ }
2080
+
2081
+ .tox .tox-color-input span {
2082
+ border-color: rgba(0, 0, 0, 0.2);
2083
+ border-radius: $default-border-radius;
2084
+ border-style: solid;
2085
+ border-width: 1px;
2086
+ box-shadow: none;
2087
+ box-sizing: border-box;
2088
+ height: 23px;
2089
+ position: absolute;
2090
+ top: 4px;
2091
+ width: 24px;
2092
+ }
2093
+
2094
+ .tox .tox-color-input span:focus:not([aria-disabled="true"]),
2095
+ .tox .tox-color-input span:hover:not([aria-disabled="true"]) {
2096
+ border-color: #2d5a8d;
2097
+ cursor: pointer;
2098
+ }
2099
+
2100
+ .tox .tox-color-input span::before {
2101
+ background-image: linear-gradient(
2102
+ 45deg,
2103
+ rgba(0, 0, 0, 0.25) 25%,
2104
+ transparent 25%
2105
+ ),
2106
+ linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%),
2107
+ linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%),
2108
+ linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
2109
+ background-position:
2110
+ -1px -1px,
2111
+ -1px 3px,
2112
+ 3px -5px,
2113
+ -5px -1px;
2114
+ background-size: 8px 8px;
2115
+ border: 1px solid #fff;
2116
+ border-radius: $default-border-radius;
2117
+ box-sizing: border-box;
2118
+ content: "";
2119
+ height: 24px;
2120
+ left: -1px;
2121
+ position: absolute;
2122
+ top: -1px;
2123
+ width: 24px;
2124
+ z-index: -1;
2125
+ }
2126
+
2127
+ .tox .tox-color-input span[aria-disabled="true"] {
2128
+ cursor: not-allowed;
2129
+ }
2130
+
2131
+ .tox:not([dir="rtl"]) .tox-color-input .tox-textfield {
2132
+ padding-left: 36px;
2133
+ }
2134
+
2135
+ .tox:not([dir="rtl"]) .tox-color-input span {
2136
+ left: 4px;
2137
+ }
2138
+
2139
+ .tox[dir="rtl"] .tox-color-input .tox-textfield {
2140
+ padding-right: 36px;
2141
+ }
2142
+
2143
+ .tox[dir="rtl"] .tox-color-input span {
2144
+ right: 4px;
2145
+ }
2146
+
2147
+ .tox .tox-label,
2148
+ .tox .tox-toolbar-label {
2149
+ color: rgba(0, 0, 0, 0.7);
2150
+ display: block;
2151
+ font-size: $base-font-size;
2152
+ font-style: normal;
2153
+ font-weight: 400;
2154
+ line-height: 1.3;
2155
+ padding: 0 6.5px 0 0;
2156
+ text-transform: none;
2157
+ white-space: nowrap;
2158
+ }
2159
+
2160
+ .tox .tox-toolbar-label {
2161
+ padding: 0 6.5px;
2162
+ }
2163
+
2164
+ .tox[dir="rtl"] .tox-label {
2165
+ padding: 0 0 0 6.5px;
2166
+ }
2167
+
2168
+ .tox .tox-form {
2169
+ display: flex;
2170
+ flex: 1;
2171
+ flex-direction: column;
2172
+ -ms-flex-preferred-size: auto;
2173
+ }
2174
+
2175
+ .tox .tox-form__group {
2176
+ box-sizing: border-box;
2177
+ margin-bottom: 4 * $default-margin;
2178
+ }
2179
+
2180
+ .tox .tox-form__group .tox-label {
2181
+ margin-bottom: $default-margin;
2182
+ }
2183
+
2184
+ .tox .tox-form-group--maximize {
2185
+ flex: 1;
2186
+ }
2187
+
2188
+ .tox .tox-form__group--error {
2189
+ color: #efd3d3;
2190
+ }
2191
+
2192
+ .tox .tox-form__group--collection {
2193
+ display: flex;
2194
+ }
2195
+
2196
+ .tox .tox-form__grid {
2197
+ display: flex;
2198
+ flex-direction: row;
2199
+ flex-wrap: wrap;
2200
+ justify-content: space-between;
2201
+ }
2202
+
2203
+ .tox .tox-form__grid--2col > .tox-form__group {
2204
+ width: calc(50% - (6.5px / 2));
2205
+ }
2206
+
2207
+ .tox .tox-form__grid--3col > .tox-form__group {
2208
+ width: calc(100% / 3 - (6.5px / 2));
2209
+ }
2210
+
2211
+ .tox .tox-form__grid--4col > .tox-form__group {
2212
+ width: calc(25% - (6.5px / 2));
2213
+ }
2214
+
2215
+ .tox .tox-form__controls-h-stack {
2216
+ align-items: center;
2217
+ display: flex;
2218
+ }
2219
+
2220
+ .tox .tox-form__group--inline {
2221
+ align-items: center;
2222
+ display: flex;
2223
+ }
2224
+
2225
+ .tox .tox-form__group--stretched {
2226
+ display: flex;
2227
+ flex: 1;
2228
+ flex-direction: column;
2229
+ -ms-flex-preferred-size: auto;
2230
+ }
2231
+
2232
+ .tox .tox-form__group--stretched .tox-textarea-wrap {
2233
+ display: flex;
2234
+ flex: 1;
2235
+ }
2236
+
2237
+ .tox .tox-form__group--stretched .tox-textarea {
2238
+ flex: 1;
2239
+ -ms-flex-preferred-size: auto;
2240
+ }
2241
+
2242
+ .tox .tox-form__group--stretched .tox-navobj {
2243
+ display: flex;
2244
+ flex: 1;
2245
+ -ms-flex-preferred-size: auto;
2246
+ }
2247
+
2248
+ .tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
2249
+ flex: 1;
2250
+ -ms-flex-preferred-size: auto;
2251
+ height: 100%;
2252
+ }
2253
+
2254
+ .tox:not([dir="rtl"]) .tox-form__controls-h-stack > :not(:first-child) {
2255
+ margin-left: 3.25px;
2256
+ }
2257
+
2258
+ .tox[dir="rtl"] .tox-form__controls-h-stack > :not(:first-child) {
2259
+ margin-right: 3.25px;
2260
+ }
2261
+
2262
+ .tox .tox-lock.tox-locked .tox-lock-icon__unlock,
2263
+ .tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
2264
+ display: none;
2265
+ }
2266
+
2267
+ .tox .tox-listboxfield .tox-listbox--select,
2268
+ .tox .tox-textarea,
2269
+ .tox .tox-textfield,
2270
+ .tox .tox-toolbar-textfield {
2271
+ -webkit-appearance: none;
2272
+ -moz-appearance: none;
2273
+ appearance: none;
2274
+ background-color: $form-field-background-color;
2275
+ background-image: none; // If nested in Solidus we need to override the background image
2276
+ border-color: $form-field-border-color;
2277
+ border-radius: $default-border-radius;
2278
+ border-style: $form-field-border-style;
2279
+ border-width: $form-field-border-width;
2280
+ box-shadow: none;
2281
+ box-sizing: border-box;
2282
+ color: $form-field-text-color;
2283
+ font-family: $default-font-family;
2284
+ font-size: $form-field-font-size;
2285
+ line-height: $form-field-line-height;
2286
+ margin: 0;
2287
+ min-height: $form-field-height;
2288
+ outline: 0;
2289
+ padding: $form-field-padding;
2290
+ resize: none;
2291
+ width: 100%;
2292
+
2293
+ // If nested in Solidus we need to override the background image
2294
+ &:hover {
2295
+ background-image: none;
2296
+ }
2297
+ }
2298
+
2299
+ .tox .tox-textarea[disabled],
2300
+ .tox .tox-textfield[disabled] {
2301
+ background-color: #f2f2f2;
2302
+ color: rgba(0, 0, 0, 0.85);
2303
+ cursor: not-allowed;
2304
+ }
2305
+
2306
+ .tox .tox-listboxfield .tox-listbox--select:focus,
2307
+ .tox .tox-textarea:focus,
2308
+ .tox .tox-textfield:focus {
2309
+ border-color: transparent;
2310
+ box-shadow: none;
2311
+ outline: 1px solid $focus-color !important; // Need to force the outline if used in Solidus
2312
+ }
2313
+
2314
+ .tox .tox-toolbar-textfield {
2315
+ border-width: 0;
2316
+ margin-bottom: 3px;
2317
+ margin-top: 2px;
2318
+ max-width: 250px;
2319
+ }
2320
+
2321
+ .tox .tox-naked-btn {
2322
+ background-color: transparent;
2323
+ border: 0;
2324
+ border-color: transparent;
2325
+ box-shadow: unset;
2326
+ color: #2d5a8d;
2327
+ cursor: pointer;
2328
+ display: block;
2329
+ margin: 0;
2330
+ padding: 0;
2331
+ }
2332
+
2333
+ .tox .tox-naked-btn svg {
2334
+ display: block;
2335
+ fill: #000;
2336
+ }
2337
+
2338
+ .tox:not([dir="rtl"]) .tox-toolbar-textfield + * {
2339
+ margin-left: 3.25px;
2340
+ }
2341
+
2342
+ .tox[dir="rtl"] .tox-toolbar-textfield + * {
2343
+ margin-right: 3.25px;
2344
+ }
2345
+
2346
+ .tox .tox-listboxfield {
2347
+ cursor: pointer;
2348
+ position: relative;
2349
+ }
2350
+
2351
+ .tox .tox-listboxfield .tox-listbox--select[disabled] {
2352
+ background-color: #f2f2f2;
2353
+ color: rgba(0, 0, 0, 0.85);
2354
+ cursor: not-allowed;
2355
+ }
2356
+
2357
+ .tox .tox-listbox__select-label {
2358
+ cursor: default;
2359
+ flex: 1;
2360
+ margin: 0 4px;
2361
+ }
2362
+
2363
+ .tox .tox-listbox__select-chevron {
2364
+ align-items: center;
2365
+ display: flex;
2366
+ justify-content: center;
2367
+ width: 13px;
2368
+ }
2369
+
2370
+ .tox .tox-listbox__select-chevron svg {
2371
+ fill: #000;
2372
+ }
2373
+
2374
+ .tox .tox-listboxfield .tox-listbox--select {
2375
+ align-items: center;
2376
+ display: flex;
2377
+ }
2378
+
2379
+ .tox:not([dir="rtl"]) .tox-listboxfield svg {
2380
+ right: 6.5px;
2381
+ }
2382
+
2383
+ .tox[dir="rtl"] .tox-listboxfield svg {
2384
+ left: 6.5px;
2385
+ }
2386
+
2387
+ .tox .tox-selectfield {
2388
+ cursor: pointer;
2389
+ position: relative;
2390
+ }
2391
+
2392
+ .tox .tox-selectfield select {
2393
+ -webkit-appearance: none;
2394
+ -moz-appearance: none;
2395
+ appearance: none;
2396
+ background-color: #fff;
2397
+ border-color: rgba(175, 175, 175, 0.5);
2398
+ border-radius: $default-border-radius;
2399
+ border-style: solid;
2400
+ border-width: 1px;
2401
+ box-shadow: none;
2402
+ box-sizing: border-box;
2403
+ color: #000;
2404
+ font-family: $default-font-family;
2405
+ font-size: 13px;
2406
+ line-height: 24px;
2407
+ margin: 0;
2408
+ min-height: 34px;
2409
+ outline: 0;
2410
+ padding: 5px 4px;
2411
+ resize: none;
2412
+ width: 100%;
2413
+ }
2414
+
2415
+ .tox .tox-selectfield select[disabled] {
2416
+ background-color: #f2f2f2;
2417
+ color: rgba(0, 0, 0, 0.85);
2418
+ cursor: not-allowed;
2419
+ }
2420
+
2421
+ .tox .tox-selectfield select::-ms-expand {
2422
+ display: none;
2423
+ }
2424
+
2425
+ .tox .tox-selectfield select:focus {
2426
+ background-color: #fff;
2427
+ border-color: #2d5a8d;
2428
+ box-shadow: none;
2429
+ outline: 0;
2430
+ }
2431
+
2432
+ .tox .tox-selectfield svg {
2433
+ pointer-events: none;
2434
+ position: absolute;
2435
+ top: 50%;
2436
+ transform: translateY(-50%);
2437
+ }
2438
+
2439
+ .tox:not([dir="rtl"]) .tox-selectfield select[size="0"],
2440
+ .tox:not([dir="rtl"]) .tox-selectfield select[size="1"] {
2441
+ padding-right: 19.5px;
2442
+ }
2443
+
2444
+ .tox:not([dir="rtl"]) .tox-selectfield svg {
2445
+ right: 6.5px;
2446
+ }
2447
+
2448
+ .tox[dir="rtl"] .tox-selectfield select[size="0"],
2449
+ .tox[dir="rtl"] .tox-selectfield select[size="1"] {
2450
+ padding-left: 19.5px;
2451
+ }
2452
+
2453
+ .tox[dir="rtl"] .tox-selectfield svg {
2454
+ left: 6.5px;
2455
+ }
2456
+
2457
+ .tox .tox-textarea {
2458
+ -webkit-appearance: textarea;
2459
+ -moz-appearance: textarea;
2460
+ appearance: textarea;
2461
+ white-space: pre-wrap;
2462
+ }
2463
+
2464
+ .tox-fullscreen {
2465
+ border: 0;
2466
+ height: 100%;
2467
+ margin: 0;
2468
+ overflow: hidden;
2469
+ -ms-scroll-chaining: none;
2470
+ overscroll-behavior: none;
2471
+ padding: 0;
2472
+ touch-action: pinch-zoom;
2473
+ width: 100%;
2474
+ }
2475
+
2476
+ .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
2477
+ display: none;
2478
+ }
2479
+
2480
+ .tox-shadowhost.tox-fullscreen,
2481
+ .tox.tox-tinymce.tox-fullscreen {
2482
+ left: 0;
2483
+ position: fixed;
2484
+ top: 0;
2485
+ z-index: 1200;
2486
+ }
2487
+
2488
+ .tox.tox-tinymce.tox-fullscreen {
2489
+ background-color: transparent;
2490
+ }
2491
+
2492
+ .tox-fullscreen .tox.tox-tinymce-aux,
2493
+ .tox-fullscreen ~ .tox.tox-tinymce-aux {
2494
+ z-index: 1201;
2495
+ }
2496
+
2497
+ .tox .tox-help__more-link {
2498
+ list-style: none;
2499
+ margin-top: 1em;
2500
+ }
2501
+
2502
+ .tox .tox-image-tools {
2503
+ width: 100%;
2504
+ }
2505
+
2506
+ .tox .tox-image-tools__toolbar {
2507
+ align-items: center;
2508
+ display: flex;
2509
+ justify-content: center;
2510
+ }
2511
+
2512
+ .tox .tox-image-tools__image {
2513
+ background-color: #666;
2514
+ height: 380px;
2515
+ overflow: auto;
2516
+ position: relative;
2517
+ width: 100%;
2518
+ }
2519
+
2520
+ .tox .tox-image-tools__image,
2521
+ .tox .tox-image-tools__image + .tox-image-tools__toolbar {
2522
+ margin-top: 6.5px;
2523
+ }
2524
+
2525
+ .tox .tox-image-tools__image-bg {
2526
+ background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
2527
+ }
2528
+
2529
+ .tox .tox-image-tools__toolbar > .tox-spacer {
2530
+ flex: 1;
2531
+ -ms-flex-preferred-size: auto;
2532
+ }
2533
+
2534
+ .tox .tox-croprect-block {
2535
+ background: #000;
2536
+ opacity: 0.5;
2537
+ position: absolute;
2538
+ zoom: 1;
2539
+ }
2540
+
2541
+ .tox .tox-croprect-handle {
2542
+ border: 2px solid #fff;
2543
+ height: 20px;
2544
+ left: 0;
2545
+ position: absolute;
2546
+ top: 0;
2547
+ width: 20px;
2548
+ }
2549
+
2550
+ .tox .tox-croprect-handle-move {
2551
+ border: 0;
2552
+ cursor: move;
2553
+ position: absolute;
2554
+ }
2555
+
2556
+ .tox .tox-croprect-handle-nw {
2557
+ border-width: 2px 0 0 2px;
2558
+ cursor: nw-resize;
2559
+ left: 100px;
2560
+ margin: -2px 0 0 -2px;
2561
+ top: 100px;
2562
+ }
2563
+
2564
+ .tox .tox-croprect-handle-ne {
2565
+ border-width: 2px 2px 0 0;
2566
+ cursor: ne-resize;
2567
+ left: 200px;
2568
+ margin: -2px 0 0 -20px;
2569
+ top: 100px;
2570
+ }
2571
+
2572
+ .tox .tox-croprect-handle-sw {
2573
+ border-width: 0 0 2px 2px;
2574
+ cursor: sw-resize;
2575
+ left: 100px;
2576
+ margin: -20px 2px 0 -2px;
2577
+ top: 200px;
2578
+ }
2579
+
2580
+ .tox .tox-croprect-handle-se {
2581
+ border-width: 0 2px 2px 0;
2582
+ cursor: se-resize;
2583
+ left: 200px;
2584
+ margin: -20px 0 0 -20px;
2585
+ top: 200px;
2586
+ }
2587
+
2588
+ .tox:not([dir="rtl"])
2589
+ .tox-image-tools__toolbar
2590
+ > .tox-slider:not(:first-of-type) {
2591
+ margin-left: 6.5px;
2592
+ }
2593
+
2594
+ .tox:not([dir="rtl"]) .tox-image-tools__toolbar > .tox-button + .tox-slider {
2595
+ margin-left: 26px;
2596
+ }
2597
+
2598
+ .tox:not([dir="rtl"]) .tox-image-tools__toolbar > .tox-slider + .tox-button {
2599
+ margin-left: 26px;
2600
+ }
2601
+
2602
+ .tox[dir="rtl"] .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
2603
+ margin-right: 6.5px;
2604
+ }
2605
+
2606
+ .tox[dir="rtl"] .tox-image-tools__toolbar > .tox-button + .tox-slider {
2607
+ margin-right: 26px;
2608
+ }
2609
+
2610
+ .tox[dir="rtl"] .tox-image-tools__toolbar > .tox-slider + .tox-button {
2611
+ margin-right: 26px;
2612
+ }
2613
+
2614
+ .tox .tox-insert-table-picker {
2615
+ display: flex;
2616
+ flex-wrap: wrap;
2617
+ width: 140px;
2618
+ }
2619
+
2620
+ .tox .tox-insert-table-picker > div {
2621
+ border-color: rgba(175, 175, 175, 0.5);
2622
+ border-style: solid;
2623
+ border-width: 0 1px 1px 0;
2624
+ box-sizing: border-box;
2625
+ height: 14px;
2626
+ width: 14px;
2627
+ }
2628
+
2629
+ .tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
2630
+ margin: -3.25px 0;
2631
+ }
2632
+
2633
+ .tox .tox-insert-table-picker .tox-insert-table-picker__selected {
2634
+ background-color: rgba(45, 90, 141, 0.5);
2635
+ border-color: rgba(45, 90, 141, 0.5);
2636
+ }
2637
+
2638
+ .tox .tox-insert-table-picker__label {
2639
+ color: rgba(0, 0, 0, 0.7);
2640
+ display: block;
2641
+ font-size: $base-font-size;
2642
+ padding: 3.25px;
2643
+ text-align: center;
2644
+ width: 100%;
2645
+ }
2646
+
2647
+ .tox:not([dir="rtl"]) .tox-insert-table-picker > div:nth-child(10n) {
2648
+ border-right: 0;
2649
+ }
2650
+
2651
+ .tox[dir="rtl"] .tox-insert-table-picker > div:nth-child(10n + 1) {
2652
+ border-right: 0;
2653
+ }
2654
+
2655
+ .tox .tox-menu {
2656
+ background-color: #fff;
2657
+ border: $default-border;
2658
+ border-radius: $default-border-radius;
2659
+ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
2660
+ display: inline-block;
2661
+ overflow: hidden;
2662
+ vertical-align: top;
2663
+ z-index: 1150;
2664
+ }
2665
+
2666
+ .tox .tox-menu.tox-collection.tox-collection--list {
2667
+ padding: 0;
2668
+ }
2669
+
2670
+ .tox .tox-menu.tox-collection.tox-collection--toolbar {
2671
+ padding: 3.25px;
2672
+ }
2673
+
2674
+ .tox .tox-menu.tox-collection.tox-collection--grid {
2675
+ padding: 3.25px;
2676
+ }
2677
+
2678
+ .tox .tox-menu__label blockquote,
2679
+ .tox .tox-menu__label code,
2680
+ .tox .tox-menu__label h1,
2681
+ .tox .tox-menu__label h2,
2682
+ .tox .tox-menu__label h3,
2683
+ .tox .tox-menu__label h4,
2684
+ .tox .tox-menu__label h5,
2685
+ .tox .tox-menu__label h6,
2686
+ .tox .tox-menu__label p {
2687
+ margin: 0;
2688
+ }
2689
+
2690
+ .tox .tox-menubar {
2691
+ background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='rgba%28175,%20175,%20175,%200.5%29'/%3E%3C/svg%3E")
2692
+ left 0 top 0 $light-gray;
2693
+ background-color: $light-gray;
2694
+ display: flex;
2695
+ flex: 0 0 auto;
2696
+ flex-shrink: 0;
2697
+ flex-wrap: wrap;
2698
+ padding: 0 4px 0 4px;
2699
+ }
2700
+
2701
+ .tox.tox-tinymce:not(.tox-tinymce-inline)
2702
+ .tox-editor-header:not(:first-child)
2703
+ .tox-menubar {
2704
+ border-top: $default-border;
2705
+ }
2706
+
2707
+ .tox .tox-mbtn {
2708
+ align-items: center;
2709
+ background: 0 0;
2710
+ border: 0;
2711
+ border-radius: $default-border-radius;
2712
+ box-shadow: none;
2713
+ color: $icon-color;
2714
+ display: flex;
2715
+ flex: 0 0 auto;
2716
+ font-size: $base-font-size;
2717
+ font-style: normal;
2718
+ font-weight: 400;
2719
+ height: 34px;
2720
+ justify-content: center;
2721
+ margin: 2px 0 3px 0;
2722
+ outline: 0;
2723
+ overflow: hidden;
2724
+ padding: 0 4px;
2725
+ text-transform: none;
2726
+ width: auto;
2727
+ }
2728
+
2729
+ .tox .tox-mbtn[disabled] {
2730
+ background-color: transparent;
2731
+ border: 0;
2732
+ box-shadow: none;
2733
+ color: rgba(51, 59, 81, 0.5);
2734
+ cursor: not-allowed;
2735
+ }
2736
+
2737
+ .tox .tox-mbtn:focus:not(:disabled) {
2738
+ background: rgba(175, 175, 175, 0.25);
2739
+ border: 0;
2740
+ box-shadow: none;
2741
+ color: rgba(51, 59, 81, 0.8);
2742
+ }
2743
+
2744
+ .tox .tox-mbtn--active {
2745
+ background: rgba(175, 175, 175, 0.5);
2746
+ border: 0;
2747
+ box-shadow: none;
2748
+ color: rgba(51, 59, 81, 0.8);
2749
+ }
2750
+
2751
+ .tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
2752
+ background: rgba(175, 175, 175, 0.25);
2753
+ border: 0;
2754
+ box-shadow: none;
2755
+ color: rgba(51, 59, 81, 0.8);
2756
+ }
2757
+
2758
+ .tox .tox-mbtn__select-label {
2759
+ cursor: default;
2760
+ font-weight: 400;
2761
+ margin: 0 4px;
2762
+ }
2763
+
2764
+ .tox .tox-mbtn[disabled] .tox-mbtn__select-label {
2765
+ cursor: not-allowed;
2766
+ }
2767
+
2768
+ .tox .tox-mbtn__select-chevron {
2769
+ align-items: center;
2770
+ display: flex;
2771
+ justify-content: center;
2772
+ width: 16px;
2773
+ display: none;
2774
+ }
2775
+
2776
+ .tox .tox-notification {
2777
+ border-radius: $default-border-radius;
2778
+ border-style: solid;
2779
+ border-width: 1px;
2780
+ box-shadow: none;
2781
+ box-sizing: border-box;
2782
+ display: -ms-grid;
2783
+ display: grid;
2784
+ font-size: $base-font-size;
2785
+ font-weight: 400;
2786
+ -ms-grid-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
2787
+ grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
2788
+ margin-top: 3.25px;
2789
+ opacity: 0;
2790
+ padding: 3.25px;
2791
+ transition:
2792
+ transform 0.1s ease-in,
2793
+ opacity 150ms ease-in;
2794
+ }
2795
+
2796
+ .tox .tox-notification p {
2797
+ font-size: $base-font-size;
2798
+ font-weight: 400;
2799
+ }
2800
+
2801
+ .tox .tox-notification a {
2802
+ cursor: pointer;
2803
+ text-decoration: underline;
2804
+ }
2805
+
2806
+ .tox .tox-notification--in {
2807
+ opacity: 1;
2808
+ }
2809
+
2810
+ .tox .tox-notification--success {
2811
+ background-color: #f9fcf6;
2812
+ border-color: #f6faf2;
2813
+ color: #000;
2814
+ }
2815
+
2816
+ .tox .tox-notification--success p {
2817
+ color: #000;
2818
+ }
2819
+
2820
+ .tox .tox-notification--success a {
2821
+ color: #9ea794;
2822
+ }
2823
+
2824
+ .tox .tox-notification--success svg {
2825
+ fill: #000;
2826
+ }
2827
+
2828
+ .tox .tox-notification--error {
2829
+ background-color: #fdf9f9;
2830
+ border-color: #fbf4f4;
2831
+ color: #000;
2832
+ }
2833
+
2834
+ .tox .tox-notification--error p {
2835
+ color: #000;
2836
+ }
2837
+
2838
+ .tox .tox-notification--error a {
2839
+ color: #efd3d3;
2840
+ }
2841
+
2842
+ .tox .tox-notification--error svg {
2843
+ fill: #000;
2844
+ }
2845
+
2846
+ .tox .tox-notification--warn,
2847
+ .tox .tox-notification--warning {
2848
+ background-color: #fffaea;
2849
+ border-color: #ffe89d;
2850
+ color: #000;
2851
+ }
2852
+
2853
+ .tox .tox-notification--warn p,
2854
+ .tox .tox-notification--warning p {
2855
+ color: #000;
2856
+ }
2857
+
2858
+ .tox .tox-notification--warn a,
2859
+ .tox .tox-notification--warning a {
2860
+ color: #000;
2861
+ }
2862
+
2863
+ .tox .tox-notification--warn svg,
2864
+ .tox .tox-notification--warning svg {
2865
+ fill: #000;
2866
+ }
2867
+
2868
+ .tox .tox-notification--info {
2869
+ background-color: #d9edf7;
2870
+ border-color: #779ecb;
2871
+ color: #000;
2872
+ }
2873
+
2874
+ .tox .tox-notification--info p {
2875
+ color: #000;
2876
+ }
2877
+
2878
+ .tox .tox-notification--info a {
2879
+ color: #000;
2880
+ }
2881
+
2882
+ .tox .tox-notification--info svg {
2883
+ fill: #000;
2884
+ }
2885
+
2886
+ .tox .tox-notification__body {
2887
+ -ms-grid-row-align: center;
2888
+ align-self: center;
2889
+ color: #000;
2890
+ font-size: 14px;
2891
+ -ms-grid-column-span: 1;
2892
+ grid-column-end: 3;
2893
+ -ms-grid-column: 2;
2894
+ grid-column-start: 2;
2895
+ -ms-grid-row-span: 1;
2896
+ grid-row-end: 2;
2897
+ -ms-grid-row: 1;
2898
+ grid-row-start: 1;
2899
+ text-align: center;
2900
+ white-space: normal;
2901
+ word-break: break-all;
2902
+ word-break: break-word;
2903
+ }
2904
+
2905
+ .tox .tox-notification__body > * {
2906
+ margin: 0;
2907
+ }
2908
+
2909
+ .tox .tox-notification__body > * + * {
2910
+ margin-top: 1rem;
2911
+ }
2912
+
2913
+ .tox .tox-notification__icon {
2914
+ -ms-grid-row-align: center;
2915
+ align-self: center;
2916
+ -ms-grid-column-span: 1;
2917
+ grid-column-end: 2;
2918
+ -ms-grid-column: 1;
2919
+ grid-column-start: 1;
2920
+ -ms-grid-row-span: 1;
2921
+ grid-row-end: 2;
2922
+ -ms-grid-row: 1;
2923
+ grid-row-start: 1;
2924
+ -ms-grid-column-align: end;
2925
+ justify-self: end;
2926
+ }
2927
+
2928
+ .tox .tox-notification__icon svg {
2929
+ display: block;
2930
+ }
2931
+
2932
+ .tox .tox-notification__dismiss {
2933
+ -ms-grid-row-align: start;
2934
+ align-self: start;
2935
+ -ms-grid-column-span: 1;
2936
+ grid-column-end: 4;
2937
+ -ms-grid-column: 3;
2938
+ grid-column-start: 3;
2939
+ -ms-grid-row-span: 1;
2940
+ grid-row-end: 2;
2941
+ -ms-grid-row: 1;
2942
+ grid-row-start: 1;
2943
+ -ms-grid-column-align: end;
2944
+ justify-self: end;
2945
+ }
2946
+
2947
+ .tox .tox-notification .tox-progress-bar {
2948
+ -ms-grid-column-span: 3;
2949
+ grid-column-end: 4;
2950
+ -ms-grid-column: 1;
2951
+ grid-column-start: 1;
2952
+ -ms-grid-row-span: 1;
2953
+ grid-row-end: 3;
2954
+ -ms-grid-row: 2;
2955
+ grid-row-start: 2;
2956
+ -ms-grid-column-align: center;
2957
+ justify-self: center;
2958
+ }
2959
+
2960
+ .tox .tox-pop {
2961
+ display: inline-block;
2962
+ position: relative;
2963
+ }
2964
+
2965
+ .tox .tox-pop--resizing {
2966
+ transition: width 0.1s ease;
2967
+ }
2968
+
2969
+ .tox .tox-pop--resizing .tox-toolbar,
2970
+ .tox .tox-pop--resizing .tox-toolbar__group {
2971
+ flex-wrap: nowrap;
2972
+ }
2973
+
2974
+ .tox .tox-pop--transition {
2975
+ transition: 0.15s ease;
2976
+ transition-property: left, right, top, bottom;
2977
+ }
2978
+
2979
+ .tox .tox-pop--transition::after,
2980
+ .tox .tox-pop--transition::before {
2981
+ transition:
2982
+ all 0.15s,
2983
+ visibility 0s,
2984
+ opacity 75ms ease 75ms;
2985
+ }
2986
+
2987
+ .tox .tox-pop__dialog {
2988
+ background-color: #fff;
2989
+ border: $default-border;
2990
+ border-radius: $default-border-radius;
2991
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
2992
+ min-width: 0;
2993
+ overflow: hidden;
2994
+ }
2995
+
2996
+ .tox .tox-pop__dialog > :not(.tox-toolbar) {
2997
+ margin: 3.25px 3.25px 3.25px 6.5px;
2998
+ }
2999
+
3000
+ .tox .tox-pop__dialog .tox-toolbar {
3001
+ background-color: transparent;
3002
+ margin-bottom: -1px;
3003
+ }
3004
+
3005
+ .tox .tox-pop::after,
3006
+ .tox .tox-pop::before {
3007
+ border-style: solid;
3008
+ content: "";
3009
+ display: block;
3010
+ height: 0;
3011
+ opacity: 1;
3012
+ position: absolute;
3013
+ width: 0;
3014
+ }
3015
+
3016
+ .tox .tox-pop.tox-pop--inset::after,
3017
+ .tox .tox-pop.tox-pop--inset::before {
3018
+ opacity: 0;
3019
+ transition:
3020
+ all 0s 0.15s,
3021
+ visibility 0s,
3022
+ opacity 75ms ease;
3023
+ }
3024
+
3025
+ .tox .tox-pop.tox-pop--bottom::after,
3026
+ .tox .tox-pop.tox-pop--bottom::before {
3027
+ left: 50%;
3028
+ top: 100%;
3029
+ }
3030
+
3031
+ .tox .tox-pop.tox-pop--bottom::after {
3032
+ border-color: #fff transparent transparent transparent;
3033
+ border-width: 8px;
3034
+ margin-left: -8px;
3035
+ margin-top: -1px;
3036
+ }
3037
+
3038
+ .tox .tox-pop.tox-pop--bottom::before {
3039
+ border-color: rgba(175, 175, 175, 0.5) transparent transparent transparent;
3040
+ border-width: 9px;
3041
+ margin-left: -9px;
3042
+ }
3043
+
3044
+ .tox .tox-pop.tox-pop--top::after,
3045
+ .tox .tox-pop.tox-pop--top::before {
3046
+ left: 50%;
3047
+ top: 0;
3048
+ transform: translateY(-100%);
3049
+ }
3050
+
3051
+ .tox .tox-pop.tox-pop--top::after {
3052
+ border-color: transparent transparent #fff transparent;
3053
+ border-width: 8px;
3054
+ margin-left: -8px;
3055
+ margin-top: 1px;
3056
+ }
3057
+
3058
+ .tox .tox-pop.tox-pop--top::before {
3059
+ border-color: transparent transparent rgba(175, 175, 175, 0.5) transparent;
3060
+ border-width: 9px;
3061
+ margin-left: -9px;
3062
+ }
3063
+
3064
+ .tox .tox-pop.tox-pop--left::after,
3065
+ .tox .tox-pop.tox-pop--left::before {
3066
+ left: 0;
3067
+ top: calc(50% - 1px);
3068
+ transform: translateY(-50%);
3069
+ }
3070
+
3071
+ .tox .tox-pop.tox-pop--left::after {
3072
+ border-color: transparent #fff transparent transparent;
3073
+ border-width: 8px;
3074
+ margin-left: -15px;
3075
+ }
3076
+
3077
+ .tox .tox-pop.tox-pop--left::before {
3078
+ border-color: transparent rgba(175, 175, 175, 0.5) transparent transparent;
3079
+ border-width: 10px;
3080
+ margin-left: -19px;
3081
+ }
3082
+
3083
+ .tox .tox-pop.tox-pop--right::after,
3084
+ .tox .tox-pop.tox-pop--right::before {
3085
+ left: 100%;
3086
+ top: calc(50% + 1px);
3087
+ transform: translateY(-50%);
3088
+ }
3089
+
3090
+ .tox .tox-pop.tox-pop--right::after {
3091
+ border-color: transparent transparent transparent #fff;
3092
+ border-width: 8px;
3093
+ margin-left: -1px;
3094
+ }
3095
+
3096
+ .tox .tox-pop.tox-pop--right::before {
3097
+ border-color: transparent transparent transparent rgba(175, 175, 175, 0.5);
3098
+ border-width: 10px;
3099
+ margin-left: -1px;
3100
+ }
3101
+
3102
+ .tox .tox-pop.tox-pop--align-left::after,
3103
+ .tox .tox-pop.tox-pop--align-left::before {
3104
+ left: 20px;
3105
+ }
3106
+
3107
+ .tox .tox-pop.tox-pop--align-right::after,
3108
+ .tox .tox-pop.tox-pop--align-right::before {
3109
+ left: calc(100% - 20px);
3110
+ }
3111
+
3112
+ .tox .tox-sidebar-wrap {
3113
+ display: flex;
3114
+ flex-direction: row;
3115
+ flex-grow: 1;
3116
+ -ms-flex-preferred-size: 0;
3117
+ min-height: 0;
3118
+ }
3119
+
3120
+ .tox .tox-sidebar {
3121
+ background-color: #fff;
3122
+ display: flex;
3123
+ flex-direction: row;
3124
+ justify-content: flex-end;
3125
+ }
3126
+
3127
+ .tox .tox-sidebar__slider {
3128
+ display: flex;
3129
+ overflow: hidden;
3130
+ }
3131
+
3132
+ .tox .tox-sidebar__pane-container {
3133
+ display: flex;
3134
+ }
3135
+
3136
+ .tox .tox-sidebar__pane {
3137
+ display: flex;
3138
+ }
3139
+
3140
+ .tox .tox-sidebar--sliding-closed {
3141
+ opacity: 0;
3142
+ }
3143
+
3144
+ .tox .tox-sidebar--sliding-open {
3145
+ opacity: 1;
3146
+ }
3147
+
3148
+ .tox .tox-sidebar--sliding-growing,
3149
+ .tox .tox-sidebar--sliding-shrinking {
3150
+ transition:
3151
+ width 0.5s ease,
3152
+ opacity 0.5s ease;
3153
+ }
3154
+
3155
+ .tox .tox-selector {
3156
+ background-color: #4099ff;
3157
+ border-color: #4099ff;
3158
+ border-style: solid;
3159
+ border-width: 1px;
3160
+ box-sizing: border-box;
3161
+ display: inline-block;
3162
+ height: 10px;
3163
+ position: absolute;
3164
+ width: 10px;
3165
+ }
3166
+
3167
+ .tox.tox-platform-touch .tox-selector {
3168
+ height: 12px;
3169
+ width: 12px;
3170
+ }
3171
+
3172
+ .tox .tox-slider {
3173
+ align-items: center;
3174
+ display: flex;
3175
+ flex: 1;
3176
+ -ms-flex-preferred-size: auto;
3177
+ height: 24px;
3178
+ justify-content: center;
3179
+ position: relative;
3180
+ }
3181
+
3182
+ .tox .tox-slider__rail {
3183
+ background-color: transparent;
3184
+ border: $default-border;
3185
+ border-radius: $default-border-radius;
3186
+ height: 10px;
3187
+ min-width: 120px;
3188
+ width: 100%;
3189
+ }
3190
+
3191
+ .tox .tox-slider__handle {
3192
+ background-color: #2d5a8d;
3193
+ border: 2px solid #214166;
3194
+ border-radius: $default-border-radius;
3195
+ box-shadow: none;
3196
+ height: 24px;
3197
+ left: 50%;
3198
+ position: absolute;
3199
+ top: 50%;
3200
+ transform: translateX(-50%) translateY(-50%);
3201
+ width: 14px;
3202
+ }
3203
+
3204
+ .tox .tox-source-code {
3205
+ overflow: auto;
3206
+ }
3207
+
3208
+ .tox .tox-spinner {
3209
+ display: flex;
3210
+ }
3211
+
3212
+ .tox .tox-spinner > div {
3213
+ animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
3214
+ background-color: rgba(0, 0, 0, 0.7);
3215
+ border-radius: 100%;
3216
+ height: 6.5px;
3217
+ width: 6.5px;
3218
+ }
3219
+
3220
+ .tox .tox-spinner > div:nth-child(1) {
3221
+ animation-delay: -0.32s;
3222
+ }
3223
+
3224
+ .tox .tox-spinner > div:nth-child(2) {
3225
+ animation-delay: -0.16s;
3226
+ }
3227
+
3228
+ @keyframes tam-bouncing-dots {
3229
+ 0%,
3230
+ 100%,
3231
+ 80% {
3232
+ transform: scale(0);
3233
+ }
3234
+
3235
+ 40% {
3236
+ transform: scale(1);
3237
+ }
3238
+ }
3239
+
3240
+ .tox:not([dir="rtl"]) .tox-spinner > div:not(:first-child) {
3241
+ margin-left: 3.25px;
3242
+ }
3243
+
3244
+ .tox[dir="rtl"] .tox-spinner > div:not(:first-child) {
3245
+ margin-right: 3.25px;
3246
+ }
3247
+
3248
+ .tox .tox-statusbar {
3249
+ align-items: center;
3250
+ background-color: $light-gray;
3251
+ border-top: $default-border;
3252
+ color: $muted-text-color;
3253
+ display: flex;
3254
+ flex: 0 0 auto;
3255
+ font-size: $small-font-size;
3256
+ font-weight: 400;
3257
+ height: 18px;
3258
+ overflow: hidden;
3259
+ padding: 0 6.5px;
3260
+ position: relative;
3261
+ }
3262
+
3263
+ .tox .tox-statusbar__text-container {
3264
+ display: flex;
3265
+ flex: 1 1 auto;
3266
+ justify-content: flex-end;
3267
+ overflow: hidden;
3268
+ }
3269
+
3270
+ .tox .tox-statusbar__path {
3271
+ display: flex;
3272
+ flex: 1 1 auto;
3273
+ margin-right: auto;
3274
+ overflow: hidden;
3275
+ text-overflow: ellipsis;
3276
+ white-space: nowrap;
3277
+ }
3278
+
3279
+ .tox .tox-statusbar__path > * {
3280
+ display: inline;
3281
+ white-space: nowrap;
3282
+ }
3283
+
3284
+ .tox .tox-statusbar__wordcount {
3285
+ flex: 0 0 auto;
3286
+ margin-left: 1ch;
3287
+ }
3288
+
3289
+ .tox .tox-statusbar a,
3290
+ .tox .tox-statusbar__path-item,
3291
+ .tox .tox-statusbar__wordcount {
3292
+ color: $text-color;
3293
+ text-decoration: none;
3294
+ }
3295
+
3296
+ .tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled="true"]),
3297
+ .tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled="true"]),
3298
+ .tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled="true"]),
3299
+ .tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled="true"]),
3300
+ .tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled="true"]),
3301
+ .tox
3302
+ .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled="true"]) {
3303
+ cursor: pointer;
3304
+ text-decoration: underline;
3305
+ }
3306
+
3307
+ .tox .tox-statusbar__resize-handle {
3308
+ align-items: flex-end;
3309
+ align-self: stretch;
3310
+ cursor: nwse-resize;
3311
+ display: flex;
3312
+ flex: 0 0 auto;
3313
+ justify-content: flex-end;
3314
+ margin-left: auto;
3315
+ margin-right: -6.5px;
3316
+ padding-left: 1ch;
3317
+ }
3318
+
3319
+ .tox .tox-statusbar__resize-handle svg {
3320
+ display: block;
3321
+ fill: $icon-color;
3322
+ }
3323
+
3324
+ .tox .tox-statusbar__resize-handle:focus svg {
3325
+ background-color: #d9d9d9;
3326
+ border-radius: 1px;
3327
+ box-shadow: 0 0 0 2px #d9d9d9;
3328
+ }
3329
+
3330
+ .tox:not([dir="rtl"]) .tox-statusbar__path > * {
3331
+ margin-right: 3.25px;
3332
+ }
3333
+
3334
+ .tox:not([dir="rtl"]) .tox-statusbar__branding {
3335
+ margin-left: 1ch;
3336
+ }
3337
+
3338
+ .tox[dir="rtl"] .tox-statusbar {
3339
+ flex-direction: row-reverse;
3340
+ }
3341
+
3342
+ .tox[dir="rtl"] .tox-statusbar__path > * {
3343
+ margin-left: 3.25px;
3344
+ }
3345
+
3346
+ .tox .tox-throbber {
3347
+ z-index: 1299;
3348
+ }
3349
+
3350
+ .tox .tox-throbber__busy-spinner {
3351
+ align-items: center;
3352
+ background-color: rgba(255, 255, 255, 0.6);
3353
+ bottom: 0;
3354
+ display: flex;
3355
+ justify-content: center;
3356
+ left: 0;
3357
+ position: absolute;
3358
+ right: 0;
3359
+ top: 0;
3360
+ }
3361
+
3362
+ .tox .tox-tbtn {
3363
+ align-items: center;
3364
+ background: 0 0;
3365
+ border: 0;
3366
+ border-radius: $default-border-radius;
3367
+ box-shadow: none;
3368
+ color: $icon-color;
3369
+ display: flex;
3370
+ flex: 0 0 auto;
3371
+ font-size: $base-font-size;
3372
+ font-style: normal;
3373
+ font-weight: 400;
3374
+ height: $icon-button-medium-height;
3375
+ justify-content: center;
3376
+ margin: $default-margin 1px;
3377
+ outline: 0;
3378
+ overflow: hidden;
3379
+ padding: 0;
3380
+ text-transform: none;
3381
+ width: $icon-button-medium-width;
3382
+ }
3383
+
3384
+ .tox .tox-tbtn svg {
3385
+ display: block;
3386
+ fill: $icon-color;
3387
+ }
3388
+
3389
+ .tox .tox-tbtn.tox-tbtn-more {
3390
+ padding-left: 5px;
3391
+ padding-right: 5px;
3392
+ width: inherit;
3393
+ }
3394
+
3395
+ .tox .tox-tbtn:focus {
3396
+ background: rgba(175, 175, 175, 0.25);
3397
+ border: 0;
3398
+ box-shadow: none;
3399
+ }
3400
+
3401
+ .tox .tox-tbtn:hover {
3402
+ background: rgba(175, 175, 175, 0.25);
3403
+ border: 0;
3404
+ box-shadow: none;
3405
+ color: rgba(51, 59, 81, 0.8);
3406
+ }
3407
+
3408
+ .tox .tox-tbtn:hover svg {
3409
+ fill: rgba(51, 59, 81, 0.8);
3410
+ }
3411
+
3412
+ .tox .tox-tbtn:active {
3413
+ background: rgba(175, 175, 175, 0.5);
3414
+ border: 0;
3415
+ box-shadow: none;
3416
+ color: rgba(51, 59, 81, 0.8);
3417
+ }
3418
+
3419
+ .tox .tox-tbtn:active svg {
3420
+ fill: rgba(51, 59, 81, 0.8);
3421
+ }
3422
+
3423
+ .tox .tox-tbtn--disabled,
3424
+ .tox .tox-tbtn--disabled:hover,
3425
+ .tox .tox-tbtn:disabled,
3426
+ .tox .tox-tbtn:disabled:hover {
3427
+ background: 0 0;
3428
+ border: 0;
3429
+ box-shadow: none;
3430
+ color: rgba(51, 59, 81, 0.5);
3431
+ cursor: not-allowed;
3432
+ }
3433
+
3434
+ .tox .tox-tbtn--disabled svg,
3435
+ .tox .tox-tbtn--disabled:hover svg,
3436
+ .tox .tox-tbtn:disabled svg,
3437
+ .tox .tox-tbtn:disabled:hover svg {
3438
+ fill: rgba(51, 59, 81, 0.5);
3439
+ }
3440
+
3441
+ .tox .tox-tbtn--enabled,
3442
+ .tox .tox-tbtn--enabled:hover {
3443
+ background: rgba(175, 175, 175, 0.5);
3444
+ border: 0;
3445
+ box-shadow: none;
3446
+ color: rgba(51, 59, 81, 0.8);
3447
+ }
3448
+
3449
+ .tox .tox-tbtn--enabled:hover > *,
3450
+ .tox .tox-tbtn--enabled > * {
3451
+ transform: none;
3452
+ }
3453
+
3454
+ .tox .tox-tbtn--enabled svg,
3455
+ .tox .tox-tbtn--enabled:hover svg {
3456
+ fill: rgba(51, 59, 81, 0.8);
3457
+ }
3458
+
3459
+ .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
3460
+ color: rgba(51, 59, 81, 0.8);
3461
+ }
3462
+
3463
+ .tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
3464
+ fill: rgba(51, 59, 81, 0.8);
3465
+ }
3466
+
3467
+ .tox .tox-tbtn:active > * {
3468
+ transform: none;
3469
+ }
3470
+
3471
+ .tox .tox-tbtn--md {
3472
+ height: 51px;
3473
+ width: 51px;
3474
+ }
3475
+
3476
+ .tox .tox-tbtn--lg {
3477
+ flex-direction: column;
3478
+ height: 68px;
3479
+ width: 68px;
3480
+ }
3481
+
3482
+ .tox .tox-tbtn--return {
3483
+ -ms-grid-row-align: stretch;
3484
+ align-self: stretch;
3485
+ height: unset;
3486
+ width: 16px;
3487
+ }
3488
+
3489
+ .tox .tox-tbtn--labeled {
3490
+ padding: 0 4px;
3491
+ width: unset;
3492
+ }
3493
+
3494
+ .tox .tox-tbtn__vlabel {
3495
+ display: block;
3496
+ font-size: 10px;
3497
+ font-weight: 400;
3498
+ letter-spacing: -0.025em;
3499
+ margin-bottom: 3.25px;
3500
+ white-space: nowrap;
3501
+ }
3502
+
3503
+ .tox .tox-tbtn--select {
3504
+ margin: 2px 0 3px 0;
3505
+ padding: 0 4px;
3506
+ width: auto;
3507
+ }
3508
+
3509
+ .tox .tox-tbtn__select-label {
3510
+ cursor: default;
3511
+ font-weight: 400;
3512
+ margin: 0 4px;
3513
+ }
3514
+
3515
+ .tox .tox-tbtn__select-chevron {
3516
+ align-items: center;
3517
+ display: flex;
3518
+ justify-content: center;
3519
+ width: 13px;
3520
+ }
3521
+
3522
+ .tox .tox-tbtn__select-chevron svg {
3523
+ fill: rgba(51, 59, 81, 0.5);
3524
+ }
3525
+
3526
+ .tox .tox-tbtn--bespoke .tox-tbtn__select-label {
3527
+ overflow: hidden;
3528
+ text-overflow: ellipsis;
3529
+ white-space: nowrap;
3530
+ width: 6em;
3531
+ }
3532
+
3533
+ .tox .tox-split-button {
3534
+ border: 0;
3535
+ border-radius: $default-border-radius;
3536
+ box-sizing: border-box;
3537
+ display: flex;
3538
+ margin: 2px 0 3px 0;
3539
+ overflow: hidden;
3540
+ }
3541
+
3542
+ .tox .tox-split-button:hover {
3543
+ box-shadow: 0 0 0 1px rgba(175, 175, 175, 0.25) inset;
3544
+ }
3545
+
3546
+ .tox .tox-split-button:focus {
3547
+ background: rgba(175, 175, 175, 0.25);
3548
+ box-shadow: none;
3549
+ color: rgba(51, 59, 81, 0.8);
3550
+ }
3551
+
3552
+ .tox .tox-split-button > * {
3553
+ border-radius: 0;
3554
+ }
3555
+
3556
+ .tox .tox-split-button__chevron {
3557
+ width: 13px;
3558
+ }
3559
+
3560
+ .tox .tox-split-button__chevron svg {
3561
+ fill: rgba(51, 59, 81, 0.5);
3562
+ }
3563
+
3564
+ .tox .tox-split-button .tox-tbtn {
3565
+ margin: 0;
3566
+ }
3567
+
3568
+ .tox.tox-platform-touch .tox-split-button .tox-tbtn:first-child {
3569
+ width: 30px;
3570
+ }
3571
+
3572
+ .tox.tox-platform-touch .tox-split-button__chevron {
3573
+ width: 17px;
3574
+ }
3575
+
3576
+ .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus,
3577
+ .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
3578
+ .tox .tox-split-button.tox-tbtn--disabled:focus,
3579
+ .tox .tox-split-button.tox-tbtn--disabled:hover {
3580
+ background: 0 0;
3581
+ box-shadow: none;
3582
+ color: rgba(51, 59, 81, 0.5);
3583
+ }
3584
+
3585
+ .tox .tox-toolbar-overlord {
3586
+ background-color: $light-gray;
3587
+ }
3588
+
3589
+ .tox .tox-toolbar,
3590
+ .tox .tox-toolbar__overflow,
3591
+ .tox .tox-toolbar__primary {
3592
+ background: url("data:image/svg+xml;charset=utf8,%3Csvg height='34px' viewBox='0 0 40 39px' width='34px' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='33px' width='100' height='1' fill='rgba%28175,%20175,%20175,%200.5%29'/%3E%3C/svg%3E")
3593
+ left 0 top 0 $light-gray;
3594
+ display: flex;
3595
+ flex: 0 0 auto;
3596
+ flex-shrink: 0;
3597
+ flex-wrap: wrap;
3598
+ padding: 0 0;
3599
+ }
3600
+
3601
+ .tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
3602
+ height: 0;
3603
+ opacity: 0;
3604
+ padding-bottom: 0;
3605
+ padding-top: 0;
3606
+ visibility: hidden;
3607
+ }
3608
+
3609
+ .tox .tox-toolbar__overflow--growing {
3610
+ transition:
3611
+ height 0.3s ease,
3612
+ opacity 0.2s linear 0.1s;
3613
+ }
3614
+
3615
+ .tox .tox-toolbar__overflow--shrinking {
3616
+ transition:
3617
+ opacity 0.3s ease,
3618
+ height 0.2s linear 0.1s,
3619
+ visibility 0s linear 0.3s;
3620
+ }
3621
+
3622
+ .tox .tox-menubar + .tox-toolbar,
3623
+ .tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary {
3624
+ border-top: $default-border;
3625
+ margin-top: -1px;
3626
+ }
3627
+
3628
+ .tox .tox-toolbar--scrolling {
3629
+ flex-wrap: nowrap;
3630
+ overflow-x: auto;
3631
+ }
3632
+
3633
+ .tox .tox-pop .tox-toolbar {
3634
+ border-width: 0;
3635
+ }
3636
+
3637
+ .tox .tox-toolbar--no-divider {
3638
+ background-image: none;
3639
+ }
3640
+
3641
+ .tox-tinymce:not(.tox-tinymce-inline)
3642
+ .tox-editor-header:not(:first-child)
3643
+ .tox-toolbar-overlord:first-child
3644
+ .tox-toolbar__primary,
3645
+ .tox-tinymce:not(.tox-tinymce-inline)
3646
+ .tox-editor-header:not(:first-child)
3647
+ .tox-toolbar:first-child {
3648
+ border-top: $default-border;
3649
+ }
3650
+
3651
+ .tox.tox-tinymce-aux .tox-toolbar__overflow {
3652
+ background-color: #fff;
3653
+ border: $default-border;
3654
+ border-radius: $default-border-radius;
3655
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
3656
+ }
3657
+
3658
+ .tox .tox-toolbar__group {
3659
+ align-items: center;
3660
+ display: flex;
3661
+ flex-wrap: wrap;
3662
+ margin: 0 0;
3663
+ padding: 0 3px 0 3px;
3664
+ }
3665
+
3666
+ .tox .tox-toolbar__group--pull-right {
3667
+ margin-left: auto;
3668
+ }
3669
+
3670
+ .tox .tox-toolbar--scrolling .tox-toolbar__group {
3671
+ flex-shrink: 0;
3672
+ flex-wrap: nowrap;
3673
+ }
3674
+
3675
+ .tox:not([dir="rtl"]) .tox-toolbar__group:not(:last-of-type) {
3676
+ border-right: $default-border;
3677
+ }
3678
+
3679
+ .tox[dir="rtl"] .tox-toolbar__group:not(:last-of-type) {
3680
+ border-left: $default-border;
3681
+ }
3682
+
3683
+ .tox .tox-tooltip {
3684
+ display: inline-block;
3685
+ padding: 6.5px;
3686
+ position: relative;
3687
+ }
3688
+
3689
+ .tox .tox-tooltip__body {
3690
+ background-color: #000;
3691
+ border-radius: $default-border-radius;
3692
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
3693
+ color: rgba(255, 255, 255, 0.75);
3694
+ font-size: $base-font-size;
3695
+ font-style: normal;
3696
+ font-weight: 400;
3697
+ padding: 3.25px 6.5px;
3698
+ text-transform: none;
3699
+ }
3700
+
3701
+ .tox .tox-tooltip__arrow {
3702
+ position: absolute;
3703
+ }
3704
+
3705
+ .tox .tox-tooltip--down .tox-tooltip__arrow {
3706
+ border-left: 6.5px solid transparent;
3707
+ border-right: 6.5px solid transparent;
3708
+ border-top: 6.5px solid #000;
3709
+ bottom: 0;
3710
+ left: 50%;
3711
+ position: absolute;
3712
+ transform: translateX(-50%);
3713
+ }
3714
+
3715
+ .tox .tox-tooltip--up .tox-tooltip__arrow {
3716
+ border-bottom: 6.5px solid #000;
3717
+ border-left: 6.5px solid transparent;
3718
+ border-right: 6.5px solid transparent;
3719
+ left: 50%;
3720
+ position: absolute;
3721
+ top: 0;
3722
+ transform: translateX(-50%);
3723
+ }
3724
+
3725
+ .tox .tox-tooltip--right .tox-tooltip__arrow {
3726
+ border-bottom: 6.5px solid transparent;
3727
+ border-left: 6.5px solid #000;
3728
+ border-top: 6.5px solid transparent;
3729
+ position: absolute;
3730
+ right: 0;
3731
+ top: 50%;
3732
+ transform: translateY(-50%);
3733
+ }
3734
+
3735
+ .tox .tox-tooltip--left .tox-tooltip__arrow {
3736
+ border-bottom: 6.5px solid transparent;
3737
+ border-right: 6.5px solid #000;
3738
+ border-top: 6.5px solid transparent;
3739
+ left: 0;
3740
+ position: absolute;
3741
+ top: 50%;
3742
+ transform: translateY(-50%);
3743
+ }
3744
+
3745
+ .tox .tox-well {
3746
+ border: $default-border;
3747
+ border-radius: $default-border-radius;
3748
+ padding: 6.5px;
3749
+ width: 100%;
3750
+ }
3751
+
3752
+ .tox .tox-well > :first-child {
3753
+ margin-top: 0;
3754
+ }
3755
+
3756
+ .tox .tox-well > :last-child {
3757
+ margin-bottom: 0;
3758
+ }
3759
+
3760
+ .tox .tox-well > :only-child {
3761
+ margin: 0;
3762
+ }
3763
+
3764
+ .tox .tox-custom-editor {
3765
+ border: $default-border;
3766
+ border-radius: $default-border-radius;
3767
+ display: flex;
3768
+ flex: 1;
3769
+ position: relative;
3770
+ }
3771
+
3772
+ .tox .tox-dialog-loading::before {
3773
+ background-color: rgba(0, 0, 0, 0.5);
3774
+ content: "";
3775
+ height: 100%;
3776
+ position: absolute;
3777
+ width: 100%;
3778
+ z-index: 1000;
3779
+ }
3780
+
3781
+ .tox .tox-tab {
3782
+ cursor: pointer;
3783
+ }
3784
+
3785
+ .tox .tox-dialog__content-js {
3786
+ display: flex;
3787
+ flex: 1;
3788
+ -ms-flex-preferred-size: auto;
3789
+ }
3790
+
3791
+ .tox .tox-dialog__body-content .tox-collection {
3792
+ display: flex;
3793
+ flex: 1;
3794
+ -ms-flex-preferred-size: auto;
3795
+ }
3796
+
3797
+ .tox .tox-image-tools-edit-panel {
3798
+ height: 60px;
3799
+ }
3800
+
3801
+ .tox .tox-image-tools__sidebar {
3802
+ height: 60px;
3803
+ }