playbook_ui 7.7.0 → 7.8.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/{sample_screenshot.svg → full_page_samples.svg} +0 -0
  3. data/app/pb_kits/playbook/_playbook.scss +4 -2
  4. data/app/pb_kits/playbook/data/menu.yml +3 -0
  5. data/app/pb_kits/playbook/index.js +4 -1
  6. data/app/pb_kits/playbook/pb_avatar/_avatar.jsx +1 -1
  7. data/app/pb_kits/playbook/pb_avatar/avatar.test.js +27 -0
  8. data/app/pb_kits/playbook/pb_filter/Filter/CurrentFilters.jsx +8 -2
  9. data/app/pb_kits/playbook/pb_filter/Filter/FilterBackground.jsx +9 -2
  10. data/app/pb_kits/playbook/pb_filter/Filter/FilterDouble.jsx +17 -6
  11. data/app/pb_kits/playbook/pb_filter/Filter/FilterSingle.jsx +15 -5
  12. data/app/pb_kits/playbook/pb_filter/Filter/FiltersPopover.jsx +2 -1
  13. data/app/pb_kits/playbook/pb_filter/Filter/ResultsCount.jsx +4 -1
  14. data/app/pb_kits/playbook/pb_filter/Filter/SortMenu.jsx +9 -4
  15. data/app/pb_kits/playbook/pb_filter/Filter/index.jsx +0 -1
  16. data/app/pb_kits/playbook/pb_filter/_filter.scss +44 -23
  17. data/app/pb_kits/playbook/pb_filter/docs/_filter_default.html.erb +3 -2
  18. data/app/pb_kits/playbook/pb_filter/docs/_filter_default.jsx +5 -4
  19. data/app/pb_kits/playbook/pb_filter/docs/_filter_no_background.html.erb +6 -4
  20. data/app/pb_kits/playbook/pb_filter/docs/_filter_no_background.jsx +73 -28
  21. data/app/pb_kits/playbook/pb_filter/docs/_filter_only.jsx +3 -7
  22. data/app/pb_kits/playbook/pb_filter/docs/_filter_single.jsx +4 -3
  23. data/app/pb_kits/playbook/pb_filter/docs/_sort_only.html.erb +1 -2
  24. data/app/pb_kits/playbook/pb_filter/docs/_sort_only.jsx +3 -3
  25. data/app/pb_kits/playbook/pb_filter/docs/example.yml +4 -5
  26. data/app/pb_kits/playbook/pb_form_group/_form_group.html.erb +7 -0
  27. data/app/pb_kits/playbook/pb_form_group/_form_group.jsx +41 -0
  28. data/app/pb_kits/playbook/pb_form_group/_form_group.scss +123 -0
  29. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_button.html.erb +12 -0
  30. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_button.jsx +39 -0
  31. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_date_picker.html.erb +6 -0
  32. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_date_picker.jsx +21 -0
  33. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_default.html.erb +7 -0
  34. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_default.jsx +26 -0
  35. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_select.html.erb +19 -0
  36. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_select.jsx +35 -0
  37. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_selectable_card.html.erb +21 -0
  38. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_selectable_card.jsx +42 -0
  39. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_selectable_card_icon.html.erb +19 -0
  40. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_selectable_card_icon.jsx +35 -0
  41. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_typeahead.html.erb +42 -0
  42. data/app/pb_kits/playbook/pb_form_group/docs/_form_group_typeahead.jsx +31 -0
  43. data/app/pb_kits/playbook/pb_form_group/docs/example.yml +20 -0
  44. data/app/pb_kits/playbook/pb_form_group/docs/index.js +7 -0
  45. data/app/pb_kits/playbook/pb_form_group/form_group.rb +15 -0
  46. data/app/pb_kits/playbook/pb_icon_stat_value/_icon_stat_value.html.erb +24 -0
  47. data/app/pb_kits/playbook/pb_icon_stat_value/_icon_stat_value.jsx +105 -0
  48. data/app/pb_kits/playbook/pb_icon_stat_value/_icon_stat_value.scss +64 -0
  49. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.html.erb +49 -0
  50. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_color.jsx +67 -0
  51. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_default.html.erb +11 -0
  52. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_default.jsx +25 -0
  53. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_sizes.html.erb +20 -0
  54. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_sizes.jsx +35 -0
  55. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_vertical.html.erb +7 -0
  56. data/app/pb_kits/playbook/pb_icon_stat_value/docs/_icon_stat_value_vertical.jsx +19 -0
  57. data/app/pb_kits/playbook/pb_icon_stat_value/docs/example.yml +15 -0
  58. data/app/pb_kits/playbook/pb_icon_stat_value/docs/index.js +4 -0
  59. data/app/pb_kits/playbook/pb_icon_stat_value/icon_stat_value.rb +52 -0
  60. data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.html.erb +1 -0
  61. data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.jsx +123 -0
  62. data/app/pb_kits/playbook/pb_rich_text_editor/_rich_text_editor.scss +216 -0
  63. data/app/pb_kits/playbook/pb_rich_text_editor/_trix_styles.scss +375 -0
  64. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.html.erb +1 -0
  65. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_default.jsx +10 -0
  66. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.html.erb +3 -0
  67. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_focus.jsx +11 -0
  68. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_simple.html.erb +1 -0
  69. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_simple.jsx +10 -0
  70. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.html.erb +1 -0
  71. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_sticky.jsx +14 -0
  72. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_templates.html.erb +115 -0
  73. data/app/pb_kits/playbook/pb_rich_text_editor/docs/_rich_text_editor_templates.jsx +39 -0
  74. data/app/pb_kits/playbook/pb_rich_text_editor/docs/example.yml +15 -0
  75. data/app/pb_kits/playbook/pb_rich_text_editor/docs/index.js +5 -0
  76. data/app/pb_kits/playbook/pb_rich_text_editor/docs/templates.js +75 -0
  77. data/app/pb_kits/playbook/pb_rich_text_editor/rich_text_editor.rb +55 -0
  78. data/app/pb_kits/playbook/pb_rich_text_editor/useFocus.js +20 -0
  79. data/app/pb_kits/playbook/pb_table/_table.scss +45 -13
  80. data/app/pb_kits/playbook/pb_table/docs/_description.md +1 -0
  81. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_column.html.erb +34 -0
  82. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx +43 -0
  83. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_column.md +2 -0
  84. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_row.html.erb +34 -0
  85. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx +43 -0
  86. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_row.md +2 -0
  87. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_data.html.erb +63 -0
  88. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_data.jsx +70 -0
  89. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_data.md +2 -0
  90. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_row.html.erb +52 -0
  91. data/app/pb_kits/playbook/pb_table/docs/_table_alignment_shift_row.jsx +61 -0
  92. data/app/pb_kits/playbook/pb_table/docs/example.yml +9 -1
  93. data/app/pb_kits/playbook/pb_table/docs/index.js +4 -1
  94. data/app/pb_kits/playbook/pb_time_stacked/_time_stacked.html.erb +3 -6
  95. data/app/pb_kits/playbook/pb_time_stacked/_time_stacked.jsx +15 -21
  96. data/app/pb_kits/playbook/pb_time_stacked/_time_stacked.scss +0 -17
  97. data/app/pb_kits/playbook/pb_time_stacked/docs/_time_stacked_default.html.erb +4 -1
  98. data/app/pb_kits/playbook/pb_time_stacked/docs/_time_stacked_default.jsx +12 -1
  99. data/app/pb_kits/playbook/pb_time_stacked/docs/example.yml +1 -4
  100. data/app/pb_kits/playbook/pb_time_stacked/docs/index.js +0 -1
  101. data/app/pb_kits/playbook/pb_time_stacked/time_stacked.rb +7 -11
  102. data/app/pb_kits/playbook/react_rails_kits.js +1 -0
  103. data/app/pb_kits/playbook/utilities/globalProps.js +9 -0
  104. data/app/pb_kits/playbook/utilities/test-utils.js +24 -0
  105. data/app/pb_kits/playbook/vendor.js +2 -0
  106. data/lib/playbook/version.rb +1 -1
  107. metadata +73 -10
  108. data/app/pb_kits/playbook/pb_time_stacked/docs/_time_stacked_caption.html.erb +0 -2
  109. data/app/pb_kits/playbook/pb_time_stacked/docs/_time_stacked_caption.jsx +0 -15
@@ -0,0 +1 @@
1
+ <%= react_component('RichTextEditor', object.rich_text_options) %>
@@ -0,0 +1,123 @@
1
+ /* @flow */
2
+
3
+ import React, { useEffect, useRef } from 'react'
4
+ import classnames from 'classnames'
5
+ import useFocus from './useFocus.js'
6
+ import Trix from 'trix'
7
+ import { globalProps } from '../utilities/globalProps.js'
8
+
9
+ type RichTextEditorProps = {
10
+ className?: string,
11
+ focus?: boolean,
12
+ id?: string,
13
+ onChange: (string) => void,
14
+ placeholder?: string,
15
+ simple?: boolean,
16
+ sticky?: boolean,
17
+ template: string,
18
+ value?: string,
19
+ }
20
+
21
+ const RichTextEditor = (props: RichTextEditorProps) => {
22
+ const {
23
+ className,
24
+ focus = false,
25
+ id,
26
+ onChange,
27
+ placeholder,
28
+ simple = false,
29
+ sticky = false,
30
+ template = '',
31
+ value = '',
32
+ } = props
33
+ const trixRef = useRef()
34
+
35
+ useEffect(() => {
36
+ Trix.config.textAttributes.inlineCode = {
37
+ tagName: 'code',
38
+ inheritable: true,
39
+ }
40
+
41
+ trixRef.current.addEventListener('trix-initialize', (event) => {
42
+ const element = event.target
43
+
44
+ const { toolbarElement, editor } = element
45
+
46
+ const blockCodeButton = toolbarElement.querySelector(
47
+ '[data-trix-attribute=code]'
48
+ )
49
+ const inlineCodeButton = blockCodeButton.cloneNode(true)
50
+
51
+ inlineCodeButton.hidden = true
52
+ inlineCodeButton.dataset.trixAttribute = 'inlineCode'
53
+ blockCodeButton.insertAdjacentElement('afterend', inlineCodeButton)
54
+
55
+ const getCodeFormattingType = () => {
56
+ if (editor.attributeIsActive('code')) return 'block'
57
+ if (editor.attributeIsActive('inlineCode')) return 'inline'
58
+
59
+ const range = editor.getSelectedRange()
60
+ if (range[0] == range[1]) return 'block'
61
+
62
+ const text = editor.getSelectedDocument().toString().trim()
63
+ return /\n/.test(text) ? 'block' : 'inline'
64
+ }
65
+
66
+ element.addEventListener('trix-selection-change', () => {
67
+ const type = getCodeFormattingType()
68
+ blockCodeButton.hidden = type == 'inline'
69
+ inlineCodeButton.hidden = type == 'block'
70
+ })
71
+ })
72
+
73
+ trixRef.current.addEventListener('trix-change', (event) => {
74
+ onChange && onChange(event.target.innerHTML)
75
+ })
76
+ }, [trixRef])
77
+
78
+ useEffect(() => {
79
+ const editor = trixRef.current.editorController.editor
80
+ if (template) {
81
+ editor.loadHTML('')
82
+ editor.setSelectedRange([0, 0])
83
+ editor.insertHTML(template)
84
+ }
85
+ }, [template])
86
+
87
+ focus
88
+ ? (document.addEventListener('trix-focus', useFocus),
89
+ document.addEventListener('trix-blur', useFocus),
90
+ useFocus())
91
+ : null
92
+
93
+ const RichTextEditorClass = 'pb_rich_text_editor_kit'
94
+ const SimpleClass = simple ? 'simple' : ''
95
+ const FocusClass = focus ? 'focus-editor-targets' : ''
96
+ const StickyClass = sticky ? 'sticky' : ''
97
+ const css = classnames(globalProps(props), className)
98
+
99
+ return (
100
+ <div
101
+ className={classnames(
102
+ RichTextEditorClass,
103
+ SimpleClass,
104
+ FocusClass,
105
+ StickyClass,
106
+ css
107
+ )}
108
+ >
109
+ <input
110
+ id={id}
111
+ type="hidden"
112
+ value={value}
113
+ />
114
+ <trix-editor
115
+ input={id}
116
+ placeholder={placeholder}
117
+ ref={trixRef}
118
+ />
119
+ </div>
120
+ )
121
+ }
122
+
123
+ export default RichTextEditor
@@ -0,0 +1,216 @@
1
+ @import "../pb_textarea/textarea_mixin";
2
+ @import "../pb_button/_button_mixins";
3
+ @import "../tokens/border_radius";
4
+ @import "../tokens/colors";
5
+ @import "../tokens/typography";
6
+ @import "../tokens/opacity";
7
+ @import "../tokens/spacing";
8
+ @import "../pb_icon/icon";
9
+ @import "./trix_styles";
10
+
11
+
12
+ .trix-content pre {
13
+ display: inline-block;
14
+ width: 100%;
15
+ vertical-align: top;
16
+ font-family: monospace;
17
+ font-size: 0.9em;
18
+ padding: 0.5em;
19
+ white-space: pre;
20
+ background-color: #ccc !important;
21
+ color: black !important;
22
+ overflow-x: auto;
23
+ }
24
+
25
+
26
+ [class^=pb_rich_text_editor_kit] {
27
+
28
+
29
+
30
+ // trix-toolbar { display: none; }
31
+ // Disables File Attatchment Button in Toolbar
32
+ trix-toolbar [data-trix-button-group="file-tools"] {
33
+ display: none;
34
+ }
35
+
36
+ // Simple Mode (shows only BOLD & ITALIC)
37
+ &.simple {
38
+ [data-trix-button-group="history-tools"] {
39
+ display: none;
40
+ }
41
+ [data-trix-button-group="text-tools"] {
42
+ [data-trix-attribute="strike"] {
43
+ display: none;
44
+ }
45
+ [data-trix-attribute="href"] {
46
+ display: none;
47
+ }
48
+ }
49
+ [data-trix-button-group="block-tools"] {
50
+ display: none;
51
+ }
52
+ [data-trix-button-group="file-tools"] {
53
+ display: none;
54
+ }
55
+ }
56
+
57
+ // Focused Styles for Border Radius
58
+ &.focus-editor-targets {
59
+ trix-toolbar {
60
+ display: none;
61
+ }
62
+ :not(.focused-editor) {
63
+ border-top-left-radius: $border_rad_heavier !important;
64
+ border-top-right-radius: $border_rad_heavier !important;
65
+ }
66
+ }
67
+
68
+ &.sticky {
69
+ trix-toolbar {
70
+ position: sticky;
71
+ top: 0;
72
+ z-index: 1;
73
+ }
74
+ }
75
+
76
+
77
+ trix-editor {
78
+ // background-color: $focus_input_light;
79
+ @include pb_textarea_light;
80
+ border-top-left-radius: 0;
81
+ border-top-right-radius: 0;
82
+ }
83
+
84
+ trix-toolbar {
85
+
86
+ .trix-button--icon {
87
+ height: $space_lg;
88
+ width: $space_lg;
89
+ margin: $space_xs / 2;
90
+ border-radius: $space_xs / 4;
91
+ &::before {
92
+ background-size: auto;
93
+ }
94
+ }
95
+ .trix-button-row {
96
+ background: $white;
97
+ border: 1px solid #E4E8F0;
98
+ border-bottom: none;
99
+ padding: $space_xs / 2;
100
+ border-top-left-radius: $border_rad_heavier;
101
+ border-top-right-radius: $border_rad_heavier;
102
+
103
+ .trix-button-group {
104
+ margin-bottom: 0 !important;
105
+ border: none !important;
106
+
107
+ .trix-button {
108
+ border: none;
109
+
110
+ &.trix-active {
111
+ background: $bg_light;
112
+ }
113
+ }
114
+ }
115
+ }
116
+ }
117
+
118
+
119
+
120
+ // Trix doesn't provide customization to their icons.
121
+ // https://github.com/basecamp/trix/issues/464#issuecomment-564683997
122
+
123
+ &[class*=dark] {
124
+ // Dark SVG Icon Styles
125
+ .trix-button--icon-bold::before {
126
+ background-image: url("data:image/svg+xml,%3Csvg width='11px' height='14px' viewBox='0 0 11 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.6'%3E%3Cg id='Rich-Text/Dark/Field-Only/Empty' transform='translate(-19.000000, -17.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Styling1' transform='translate(7.000000, 7.000000)'%3E%3Cpath d='M20.6,16.79 C21.565,16.115 22.25,15.025 22.25,14 C22.25,11.745 20.505,10 18.25,10 L12,10 L12,24 L19.04,24 C21.135,24 22.75,22.3 22.75,20.21 C22.75,18.69 21.885,17.395 20.6,16.79 Z M15,12.5 L18,12.5 C18.83,12.5 19.5,13.17 19.5,14 C19.5,14.83 18.83,15.5 18,15.5 L15,15.5 L15,12.5 L15,12.5 Z M18.5,21.5 L15,21.5 L15,18.5 L18.5,18.5 C19.33,18.5 20,19.17 20,20 C20,20.83 19.33,21.5 18.5,21.5 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
127
+ }
128
+
129
+ .trix-button--icon-italic::before {
130
+ background-image: url("data:image/svg+xml,%3Csvg width='12px' height='14px' viewBox='0 0 12 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.6'%3E%3Cg id='Rich-Text/Dark/Field-Only/Empty' transform='translate(-52.000000, -17.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Styling1' transform='translate(7.000000, 7.000000)'%3E%3Cpolygon id='Shape' points='49 10 49 13 51.215 13 47.785 21 45 21 45 24 53 24 53 21 50.785 21 54.215 13 57 13 57 10'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
131
+ }
132
+
133
+ .trix-button--icon-strike::before {
134
+ background-image: url("data:image/svg+xml,%3Csvg width='18px' height='15px' viewBox='0 0 18 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.6'%3E%3Cg id='Rich-Text/Dark/Field-Only/Empty' transform='translate(-83.000000, -17.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Styling1' transform='translate(7.000000, 7.000000)'%3E%3Cpath d='M90.938,19.2 C90.979,19.439 91,19.69 91,19.954 C91,20.823 90.753,21.594 90.259,22.268 C89.765,22.942 89.052,23.466 88.121,23.84 C87.19,24.213 86.098,24.4 84.845,24.4 C83.799,24.4 82.9219,24.335 82.2129,24.204 C81.5039,24.073 80.7663,23.844 80,23.519 L80,23.519 L80,20.146 C80.8092,20.517 81.6507,20.806 82.5244,21.013 C83.398,21.221 84.2,21.325 84.931,21.325 C85.561,21.325 86.023,21.227 86.316,21.032 C86.61,20.838 86.757,20.587 86.757,20.28 C86.757,20.089 86.698,19.921 86.58,19.777 C86.461,19.634 86.272,19.488 86.01,19.341 C85.944,19.304 85.85,19.257 85.728,19.2 L85.728,19.2 Z M94,16.2 L94,18.2 L76,18.2 L76,16.2 L94,16.2 Z M86.026,10 C87.652,10 89.31,10.3353 91,11.006 L89.7,13.9281 C88.232,13.3277 86.965,13.0275 85.897,13.0275 C85.346,13.0275 84.945,13.1138 84.694,13.2862 C84.444,13.4587 84.318,13.6727 84.318,13.9281 C84.318,14.2028 84.478,14.4487 84.796,14.6659 C84.975,14.7877 85.326,14.9657 85.848,15.2 L80.2303,15.2 C80.1484,14.8642 80.1074,14.4978 80.1074,14.1006 C80.1074,12.8104 80.6338,11.8044 81.6865,11.0826 C82.7393,10.3609 84.186,10 86.026,10 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
135
+ }
136
+
137
+ .trix-button--icon-link::before {
138
+ background-image: url("data:image/svg+xml,%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.6'%3E%3Cg id='Rich-Text/Dark/Field-Only/Empty' transform='translate(-117.000000, -15.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Styling1' transform='translate(7.000000, 7.000000)'%3E%3Cpath d='M120.695234,15.0178906 C122.367547,16.6902031 122.367547,19.4110156 120.695234,21.0833281 L117.320234,24.4583281 C116.510234,25.2683281 115.433047,25.7143906 114.287234,25.7143906 C113.141422,25.7143906 112.064234,25.2683281 111.254234,24.4583281 C109.581922,22.7860156 109.581922,20.0652031 111.254234,18.3928906 L113.178729,16.4902344 C113.535917,16.1330469 114.114729,16.1330469 114.471354,16.4902344 C114.827979,16.8474219 114.828542,17.4256719 114.471354,17.7828594 L112.546859,19.6855156 C111.587234,20.6451406 111.587234,22.2060781 112.546859,23.1657031 C113.011484,23.6303281 113.629672,23.8862656 114.287234,23.8862656 C114.944797,23.8862656 115.562422,23.6303281 116.027609,23.1657031 L119.402609,19.7907031 C120.362234,18.8310781 120.362234,17.2701406 119.402609,16.3105156 C119.045422,15.9533281 119.045422,15.3750781 119.402609,15.0178906 C119.759797,14.6607031 120.338047,14.6607031 120.695234,15.0178906 Z M123.287234,8 C124.433047,8 125.509672,8.4460625 126.320234,9.2560625 C127.992547,10.928375 127.992547,13.6491875 126.320234,15.3215 L124.358055,17.0365667 C124.000867,17.3937542 123.422617,17.3937542 123.06543,17.0365667 C122.708242,16.6793792 122.708242,16.1011292 123.06543,15.7439417 L125.027609,14.028875 C125.987234,13.06925 125.987234,11.5083125 125.027609,10.5486875 C124.562984,10.0840625 123.944797,9.828125 123.287234,9.828125 C122.629672,9.828125 122.012047,10.0840625 121.546859,10.5486875 L118.171859,13.9236875 C117.212234,14.8833125 117.212234,16.44425 118.171859,17.403875 C118.529047,17.7610625 118.529047,18.3393125 118.171859,18.6965 C117.993547,18.8748125 117.759547,18.96425 117.525547,18.96425 C117.291547,18.96425 117.057547,18.8748125 116.879234,18.6965 C115.206922,17.0241875 115.206922,14.303375 116.879234,12.6310625 L120.254234,9.2560625 C121.064234,8.4460625 122.141422,8 123.287234,8 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
139
+ }
140
+
141
+ .trix-button--icon-heading-1::before {
142
+ background-image: url("data:image/svg+xml,%3Csvg width='19px' height='15px' viewBox='0 0 19 15' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.6'%3E%3Cg id='Rich-Text/Dark/Field-Only/Empty' transform='translate(-171.000000, -17.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Styling2' transform='translate(163.000000, 7.000000)'%3E%3Cpath d='M17,15.016 L17,18.016 L14,18.016 L14,25 L11,25 L11,18.016 L8,18.016 L8,15.016 L17,15.016 L17,15.016 Z M13.968,10 L26.999,10 L26.999,13 L21.983,13 L21.983,25 L18.983,25 L18.983,13 L13.967,13 L13.967,10 L13.968,10 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
143
+ }
144
+
145
+ .trix-button--icon-quote::before {
146
+ background-image: url("data:image/svg+xml,%3Csvg width='14px' height='10px' viewBox='0 0 14 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.6'%3E%3Cg id='Rich-Text/Dark/Field-Only/Empty' transform='translate(-207.000000, -19.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Styling2' transform='translate(163.000000, 7.000000)'%3E%3Cpath d='M45,22 L48,22 L50,18 L50,12 L44,12 L44,18 L47,18 L45,22 Z M53,22 L56,22 L58,18 L58,12 L52,12 L52,18 L55,18 L53,22 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
147
+ }
148
+
149
+ .trix-button--icon-code::before {
150
+ background-image: url("data:image/svg+xml,%3Csvg width='18px' height='10px' viewBox='0 0 18 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.6'%3E%3Cg id='Rich-Text/Dark/Field-Only/Empty' transform='translate(-239.000000, -19.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Styling2' transform='translate(163.000000, 7.000000)'%3E%3Cpath d='M91.17,16.585 L88,19.755 L89.415,21.17 L94,16.585 L89.415,12 L88,13.415 L91.17,16.585 Z M78.83,16.585 L82,13.415 L80.585,12 L76,16.585 L80.585,21.17 L82,19.755 L78.83,16.585 L78.83,16.585 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
151
+ }
152
+
153
+ .trix-button--icon-bullet-list::before {
154
+ background-image: url("data:image/svg+xml,%3Csvg width='20px' height='16px' viewBox='0 0 20 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.6'%3E%3Cg id='Rich-Text/Dark/Field-Only/Empty' transform='translate(-272.000000, -16.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Styling2' transform='translate(163.000000, 7.000000)'%3E%3Cpath d='M111,9 C109.8933,9 109,9.8933 109,11 C109,12.1067 109.8933,13 111,13 C112.1067,13 113,12.1067 113,11 C113,9.8933 112.1067,9 111,9 Z M111,15 C109.8933,15 109,15.893 109,17 C109,18.107 109.8933,19 111,19 C112.1067,19 113,18.107 113,17 C113,15.893 112.1067,15 111,15 Z M111,21 C109.8933,21 109,21.893 109,23 C109,24.107 109.8933,25 111,25 C112.1067,25 113,24.107 113,23 C113,21.893 112.1067,21 111,21 Z M115,24 L129,24 L129,22 L115,22 L115,24 Z M115,18 L129,18 L129,16 L115,16 L115,18 Z M115,10 L115,12 L129,12 L129,10 L115,10 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
155
+ }
156
+
157
+ .trix-button--icon-number-list::before {
158
+ background-image: url("data:image/svg+xml,%3Csvg width='19px' height='16px' viewBox='0 0 19 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.6'%3E%3Cg id='Rich-Text/Dark/Field-Only/Empty' transform='translate(-307.000000, -16.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Styling2' transform='translate(163.000000, 7.000000)'%3E%3Cpath d='M144,22 L146,22 L146,22.5 L145,22.5 L145,23.5 L146,23.5 L146,24 L144,24 L144,25 L147,25 L147,21 L144,21 L144,22 Z M145,13 L146,13 L146,9 L144,9 L144,10 L145,10 L145,13 Z M144,16 L145.8,16 L144,18.1 L144,19 L147,19 L147,18 L145.2,18 L147,15.9 L147,15 L144,15 L144,16 Z M149,10 L149,12 L163,12 L163,10 L149,10 Z M149,24 L163,24 L163,22 L149,22 L149,24 Z M149,18 L163,18 L163,16 L149,16 L149,18 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
159
+ }
160
+
161
+ .trix-button--icon-decrease-nesting-level::before {
162
+ background-image: url("data:image/svg+xml,%3Csvg width='21px' height='14px' viewBox='0 0 21 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.6'%3E%3Cg id='Rich-Text/Dark/Field-Only/Empty' transform='translate(-340.000000, -17.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Styling2' transform='translate(163.000000, 7.000000)'%3E%3Cpath d='M179,24 L198,24 L198,22 L179,22 L179,24 L179,24 Z M186,18 L198,18 L198,16 L186,16 L186,18 L186,18 Z M177.707107,17.7426407 L180.535534,20.5710678 L181.949747,19.1568542 L179.828427,17.0355339 L181.949747,14.9142136 L180.535534,13.5 L177,17.0355339 L177.707107,17.7426407 Z M179,10 L179,12 L198,12 L198,10 L179,10 Z' id='Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
163
+ }
164
+
165
+ .trix-button--icon-increase-nesting-level::before {
166
+ background-image: url("data:image/svg+xml,%3Csvg width='21px' height='14px' viewBox='0 0 21 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.6'%3E%3Cg id='Rich-Text/Dark/Field-Only/Empty' transform='translate(-374.000000, -17.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Styling2' transform='translate(163.000000, 7.000000)'%3E%3Cpath d='M213,24 L232,24 L232,22 L213,22 L213,24 L213,24 Z M220,18 L232,18 L232,16 L220,16 L220,18 L220,18 Z M213.12132,17.0355339 L211,19.1568542 L212.414214,20.5710678 L215.949747,17.0355339 L215.242641,16.3284271 L212.414214,13.5 L211,14.9142136 L213.12132,17.0355339 Z M213,10 L213,12 L232,12 L232,10 L213,10 Z' id='Shape-Copy'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
167
+ }
168
+
169
+ .trix-button--icon-attach::before {
170
+ background-image: url("data:image/svg+xml,%3Csvg width='11px' height='22px' viewBox='0 0 11 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Rich-Text/Dark/Field-Only/Default' transform='translate(-385.000000, -139.000000)' fill='%23ABAFC2' fill-rule='nonzero'%3E%3Cg id='For-Future' transform='translate(338.000000, 139.000000)'%3E%3Cpath d='M56.5,5 L56.5,16.5 C56.5,18.71 54.71,20.5 52.5,20.5 C50.29,20.5 48.5,18.71 48.5,16.5 L48.5,4 C48.5,2.62 49.62,1.5 51,1.5 C52.38,1.5 53.5,2.62 53.5,4 L53.5,14.5 C53.5,15.05 53.055,15.5 52.5,15.5 C51.945,15.5 51.5,15.05 51.5,14.5 L51.5,5 L50,5 L50,14.5 C50,15.88 51.12,17 52.5,17 C53.88,17 55,15.88 55,14.5 L55,4 C55,1.79 53.21,0 51,0 C48.79,0 47,1.79 47,4 L47,16.5 C47,19.54 49.465,22 52.5,22 C55.535,22 58,19.54 58,16.5 L58,5 L56.5,5 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
171
+ }
172
+
173
+ .trix-button--icon-undo::before {
174
+ background-image: url("data:image/svg+xml,%3Csvg width='21px' height='9px' viewBox='0 0 21 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.6'%3E%3Cg id='Rich-Text/Dark/Field-Only/Empty' transform='translate(-666.000000, -20.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Undo/Redo' transform='translate(659.000000, 7.000000)'%3E%3Cpath d='M17.5,14 C14.855,14 12.445,14.985 10.6,16.6 L7,13 L7,22 L16,22 L12.385,18.385 C13.77,17.22 15.545,16.5 17.5,16.5 C21.045,16.5 24.045,18.805 25.095,22 L27.46,21.22 C26.085,17.03 22.15,14 17.5,14 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
175
+ }
176
+
177
+ .trix-button--icon-redo::before {
178
+ background-image: url("data:image/svg+xml,%3Csvg width='21px' height='9px' viewBox='0 0 21 9' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.6'%3E%3Cg id='Rich-Text/Dark/Field-Only/Empty' transform='translate(-700.000000, -20.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cg id='Undo/Redo' transform='translate(659.000000, 7.000000)'%3E%3Cpath d='M57.855,16.6 C56.015,14.985 53.605,14 50.96,14 C46.31,14 42.375,17.03 41,21.22 L43.365,22 C44.415,18.805 47.415,16.5 50.96,16.5 C52.915,16.5 54.69,17.22 56.075,18.385 L52.46,22 L61.46,22 L61.46,13 L57.855,16.6 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
179
+ }
180
+
181
+
182
+
183
+
184
+ // Dark Mode Placeholder
185
+ trix-editor:empty:not(:focus)::before {
186
+ color: $text_dk_light;
187
+ }
188
+
189
+ trix-editor {
190
+ @include pb_textarea_dark;
191
+ background: #2f3968;
192
+ border-top-left-radius: 0;
193
+ border-top-right-radius: 0;
194
+ }
195
+
196
+ trix-toolbar {
197
+ .trix-button-row {
198
+ background: #2f3968;
199
+ border: 1px solid rgba(255, 255, 255, 0.1) !important;
200
+ }
201
+ }
202
+
203
+ trix-editor:focus {
204
+ @include pb_textarea_focus_dark;
205
+ }
206
+
207
+ &.error {
208
+ > trix-editor {
209
+ border-color: $error_dark;
210
+ }
211
+ }
212
+ }
213
+ }
214
+
215
+
216
+
@@ -0,0 +1,375 @@
1
+ @charset "UTF-8";
2
+ /*
3
+ Trix 1.3.0
4
+ Copyright © 2020 Basecamp, LLC
5
+ http://trix-editor.org/*/
6
+ trix-editor {
7
+ border: 1px solid #bbb;
8
+ border-radius: 3px;
9
+ margin: 0;
10
+ padding: 0.4em 0.6em;
11
+ min-height: 5em;
12
+ outline: none; }
13
+ trix-toolbar * {
14
+ box-sizing: border-box; }
15
+ trix-toolbar .trix-button-row {
16
+ display: flex;
17
+ flex-wrap: nowrap;
18
+ justify-content: space-between;
19
+ overflow-x: auto; }
20
+ trix-toolbar .trix-button-group {
21
+ display: flex;
22
+ margin-bottom: 10px;
23
+ border: 1px solid #bbb;
24
+ border-top-color: #ccc;
25
+ border-bottom-color: #888;
26
+ border-radius: 3px; }
27
+ trix-toolbar .trix-button-group:not(:first-child) {
28
+ margin-left: 1.5vw; }
29
+ @media (max-device-width: 768px) {
30
+ trix-toolbar .trix-button-group:not(:first-child) {
31
+ margin-left: 0; } }
32
+ trix-toolbar .trix-button-group-spacer {
33
+ flex-grow: 1; }
34
+ @media (max-device-width: 768px) {
35
+ trix-toolbar .trix-button-group-spacer {
36
+ display: none; } }
37
+ trix-toolbar .trix-button {
38
+ position: relative;
39
+ float: left;
40
+ color: rgba(0, 0, 0, 0.6);
41
+ font-size: 0.75em;
42
+ font-weight: 600;
43
+ white-space: nowrap;
44
+ padding: 0 0.5em;
45
+ margin: 0;
46
+ outline: none;
47
+ border: none;
48
+ border-bottom: 1px solid #ddd;
49
+ border-radius: 0;
50
+ background: transparent; }
51
+ trix-toolbar .trix-button:not(:first-child) {
52
+ border-left: 1px solid #ccc; }
53
+ trix-toolbar .trix-button.trix-active {
54
+ background: #cbeefa;
55
+ color: black; }
56
+ trix-toolbar .trix-button:not(:disabled) {
57
+ cursor: pointer; }
58
+ trix-toolbar .trix-button:disabled {
59
+ color: rgba(0, 0, 0, 0.125); }
60
+ @media (max-device-width: 768px) {
61
+ trix-toolbar .trix-button {
62
+ letter-spacing: -0.01em;
63
+ padding: 0 0.3em; } }
64
+ trix-toolbar .trix-button--icon {
65
+ font-size: inherit;
66
+ width: 2.6em;
67
+ height: 1.6em;
68
+ max-width: calc(0.8em + 4vw);
69
+ text-indent: -9999px; }
70
+ @media (max-device-width: 768px) {
71
+ trix-toolbar .trix-button--icon {
72
+ height: 2em;
73
+ max-width: calc(0.8em + 3.5vw); } }
74
+ trix-toolbar .trix-button--icon::before {
75
+ display: inline-block;
76
+ position: absolute;
77
+ top: 0;
78
+ right: 0;
79
+ bottom: 0;
80
+ left: 0;
81
+ opacity: 0.6;
82
+ content: "";
83
+ background-position: center;
84
+ background-repeat: no-repeat;
85
+ background-size: contain; }
86
+ @media (max-device-width: 768px) {
87
+ trix-toolbar .trix-button--icon::before {
88
+ right: 6%;
89
+ left: 6%; } }
90
+ trix-toolbar .trix-button--icon.trix-active::before {
91
+ opacity: 1; }
92
+ trix-toolbar .trix-button--icon:disabled::before {
93
+ opacity: 0.125; }
94
+ trix-toolbar .trix-button--icon-attach::before {
95
+ background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
96
+ top: 8%;
97
+ bottom: 4%; }
98
+ trix-toolbar .trix-button--icon-bold::before {
99
+ background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E); }
100
+ trix-toolbar .trix-button--icon-italic::before {
101
+ background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E); }
102
+ trix-toolbar .trix-button--icon-link::before {
103
+ background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E); }
104
+ trix-toolbar .trix-button--icon-strike::before {
105
+ background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E); }
106
+ trix-toolbar .trix-button--icon-quote::before {
107
+ background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E); }
108
+ trix-toolbar .trix-button--icon-heading-1::before {
109
+ background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E); }
110
+ trix-toolbar .trix-button--icon-code::before {
111
+ background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E); }
112
+ trix-toolbar .trix-button--icon-bullet-list::before {
113
+ background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E); }
114
+ trix-toolbar .trix-button--icon-number-list::before {
115
+ background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E); }
116
+ trix-toolbar .trix-button--icon-undo::before {
117
+ background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E); }
118
+ trix-toolbar .trix-button--icon-redo::before {
119
+ background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E); }
120
+ trix-toolbar .trix-button--icon-decrease-nesting-level::before {
121
+ background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
122
+ trix-toolbar .trix-button--icon-increase-nesting-level::before {
123
+ background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E); }
124
+ trix-toolbar .trix-dialogs {
125
+ position: relative; }
126
+ trix-toolbar .trix-dialog {
127
+ position: absolute;
128
+ top: 0;
129
+ left: 0;
130
+ right: 0;
131
+ font-size: 0.75em;
132
+ padding: 15px 10px;
133
+ background: #fff;
134
+ box-shadow: 0 0.3em 1em #ccc;
135
+ border-top: 2px solid #888;
136
+ border-radius: 5px;
137
+ z-index: 5; }
138
+ trix-toolbar .trix-input--dialog {
139
+ font-size: inherit;
140
+ font-weight: normal;
141
+ padding: 0.5em 0.8em;
142
+ margin: 0 10px 0 0;
143
+ border-radius: 3px;
144
+ border: 1px solid #bbb;
145
+ background-color: #fff;
146
+ box-shadow: none;
147
+ outline: none;
148
+ -webkit-appearance: none;
149
+ -moz-appearance: none; }
150
+ trix-toolbar .trix-input--dialog.validate:invalid {
151
+ box-shadow: #F00 0px 0px 1.5px 1px; }
152
+ trix-toolbar .trix-button--dialog {
153
+ font-size: inherit;
154
+ padding: 0.5em;
155
+ border-bottom: none; }
156
+ trix-toolbar .trix-dialog--link {
157
+ max-width: 600px; }
158
+ trix-toolbar .trix-dialog__link-fields {
159
+ display: flex;
160
+ align-items: baseline; }
161
+ trix-toolbar .trix-dialog__link-fields .trix-input {
162
+ flex: 1; }
163
+ trix-toolbar .trix-dialog__link-fields .trix-button-group {
164
+ flex: 0 0 content;
165
+ margin: 0; }
166
+ trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
167
+ -webkit-user-select: none;
168
+ -moz-user-select: none;
169
+ -ms-user-select: none;
170
+ user-select: none; }
171
+
172
+ trix-editor [data-trix-mutable]::-moz-selection,
173
+ trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
174
+ background: none; }
175
+ trix-editor [data-trix-mutable]::selection,
176
+ trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
177
+ background: none; }
178
+
179
+ trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
180
+ background: highlight; }
181
+ trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
182
+ background: highlight; }
183
+
184
+ trix-editor [data-trix-mutable].attachment.attachment--file {
185
+ box-shadow: 0 0 0 2px highlight;
186
+ border-color: transparent; }
187
+ trix-editor [data-trix-mutable].attachment img {
188
+ box-shadow: 0 0 0 2px highlight; }
189
+ trix-editor .attachment {
190
+ position: relative; }
191
+ trix-editor .attachment:hover {
192
+ cursor: default; }
193
+ trix-editor .attachment--preview .attachment__caption:hover {
194
+ cursor: text; }
195
+ trix-editor .attachment__progress {
196
+ position: absolute;
197
+ z-index: 1;
198
+ height: 20px;
199
+ top: calc(50% - 10px);
200
+ left: 5%;
201
+ width: 90%;
202
+ opacity: 0.9;
203
+ transition: opacity 200ms ease-in; }
204
+ trix-editor .attachment__progress[value="100"] {
205
+ opacity: 0; }
206
+ trix-editor .attachment__caption-editor {
207
+ display: inline-block;
208
+ width: 100%;
209
+ margin: 0;
210
+ padding: 0;
211
+ font-size: inherit;
212
+ font-family: inherit;
213
+ line-height: inherit;
214
+ color: inherit;
215
+ text-align: center;
216
+ vertical-align: top;
217
+ border: none;
218
+ outline: none;
219
+ -webkit-appearance: none;
220
+ -moz-appearance: none; }
221
+ trix-editor .attachment__toolbar {
222
+ position: absolute;
223
+ z-index: 1;
224
+ top: -0.9em;
225
+ left: 0;
226
+ width: 100%;
227
+ text-align: center; }
228
+ trix-editor .trix-button-group {
229
+ display: inline-flex; }
230
+ trix-editor .trix-button {
231
+ position: relative;
232
+ float: left;
233
+ color: #666;
234
+ white-space: nowrap;
235
+ font-size: 80%;
236
+ padding: 0 0.8em;
237
+ margin: 0;
238
+ outline: none;
239
+ border: none;
240
+ border-radius: 0;
241
+ background: transparent; }
242
+ trix-editor .trix-button:not(:first-child) {
243
+ border-left: 1px solid #ccc; }
244
+ trix-editor .trix-button.trix-active {
245
+ background: #cbeefa; }
246
+ trix-editor .trix-button:not(:disabled) {
247
+ cursor: pointer; }
248
+ trix-editor .trix-button--remove {
249
+ text-indent: -9999px;
250
+ display: inline-block;
251
+ padding: 0;
252
+ outline: none;
253
+ width: 1.8em;
254
+ height: 1.8em;
255
+ line-height: 1.8em;
256
+ border-radius: 50%;
257
+ background-color: #fff;
258
+ border: 2px solid highlight;
259
+ box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25); }
260
+ trix-editor .trix-button--remove::before {
261
+ display: inline-block;
262
+ position: absolute;
263
+ top: 0;
264
+ right: 0;
265
+ bottom: 0;
266
+ left: 0;
267
+ opacity: 0.7;
268
+ content: "";
269
+ background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
270
+ background-position: center;
271
+ background-repeat: no-repeat;
272
+ background-size: 90%; }
273
+ trix-editor .trix-button--remove:hover {
274
+ border-color: #333; }
275
+ trix-editor .trix-button--remove:hover::before {
276
+ opacity: 1; }
277
+ trix-editor .attachment__metadata-container {
278
+ position: relative; }
279
+ trix-editor .attachment__metadata {
280
+ position: absolute;
281
+ left: 50%;
282
+ top: 2em;
283
+ transform: translate(-50%, 0);
284
+ max-width: 90%;
285
+ padding: 0.1em 0.6em;
286
+ font-size: 0.8em;
287
+ color: #fff;
288
+ background-color: rgba(0, 0, 0, 0.7);
289
+ border-radius: 3px; }
290
+ trix-editor .attachment__metadata .attachment__name {
291
+ display: inline-block;
292
+ max-width: 100%;
293
+ vertical-align: bottom;
294
+ overflow: hidden;
295
+ text-overflow: ellipsis;
296
+ white-space: nowrap; }
297
+ trix-editor .attachment__metadata .attachment__size {
298
+ margin-left: 0.2em;
299
+ white-space: nowrap; }
300
+ @charset "UTF-8";
301
+ .trix-content {
302
+ line-height: 1.5; }
303
+ .trix-content * {
304
+ box-sizing: border-box;
305
+ margin: 0;
306
+ padding: 0; }
307
+ .trix-content h1 {
308
+ font-size: 1.2em;
309
+ line-height: 1.2; }
310
+ .trix-content blockquote {
311
+ border: 0 solid #ccc;
312
+ border-left-width: 0.3em;
313
+ margin-left: 0.3em;
314
+ padding-left: 0.6em; }
315
+ .trix-content [dir=rtl] blockquote,
316
+ .trix-content blockquote[dir=rtl] {
317
+ border-width: 0;
318
+ border-right-width: 0.3em;
319
+ margin-right: 0.3em;
320
+ padding-right: 0.6em; }
321
+ .trix-content li {
322
+ margin-left: 1em; }
323
+ .trix-content [dir=rtl] li {
324
+ margin-right: 1em; }
325
+ .trix-content pre {
326
+ display: inline-block;
327
+ width: 100%;
328
+ vertical-align: top;
329
+ font-family: monospace;
330
+ font-size: 0.9em;
331
+ padding: 0.5em;
332
+ white-space: pre;
333
+ background-color: #eee;
334
+ overflow-x: auto; }
335
+ .trix-content img {
336
+ max-width: 100%;
337
+ height: auto; }
338
+ .trix-content .attachment {
339
+ display: inline-block;
340
+ position: relative;
341
+ max-width: 100%; }
342
+ .trix-content .attachment a {
343
+ color: inherit;
344
+ text-decoration: none; }
345
+ .trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
346
+ color: inherit; }
347
+ .trix-content .attachment__caption {
348
+ text-align: center; }
349
+ .trix-content .attachment__caption .attachment__name + .attachment__size::before {
350
+ content: ' · '; }
351
+ .trix-content .attachment--preview {
352
+ width: 100%;
353
+ text-align: center; }
354
+ .trix-content .attachment--preview .attachment__caption {
355
+ color: #666;
356
+ font-size: 0.9em;
357
+ line-height: 1.2; }
358
+ .trix-content .attachment--file {
359
+ color: #333;
360
+ line-height: 1;
361
+ margin: 0 2px 2px 2px;
362
+ padding: 0.4em 1em;
363
+ border: 1px solid #bbb;
364
+ border-radius: 5px; }
365
+ .trix-content .attachment-gallery {
366
+ display: flex;
367
+ flex-wrap: wrap;
368
+ position: relative; }
369
+ .trix-content .attachment-gallery .attachment {
370
+ flex: 1 0 33%;
371
+ padding: 0 0.5em;
372
+ max-width: 33%; }
373
+ .trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
374
+ flex-basis: 50%;
375
+ max-width: 50%; }