3 --editor-color-primary: #206ea7;
14 border: 1px solid #DDD;
19 .editor-button:hover {
20 background-color: #EEE;
24 .editor-button-active, .editor-button-active:hover {
25 background-color: #ceebff;
28 .editor-button-format-preview {
32 .editor-button-icon svg {
39 .editor-dropdown-menu-container {
42 .editor-dropdown-menu {
44 background-color: #FFF;
45 box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
51 flex-direction: column;
53 .editor-menu-list > .editor-button {
58 .editor-format-menu .editor-dropdown-menu {
63 .editor-modal-wrapper {
67 justify-content: center;
69 background-color: rgba(0, 0, 0, 0.5);
74 background-color: #FFF;
75 border: 1px solid #DDD;
79 .editor-modal-header {
81 justify-content: space-between;
88 // Specific UI elements
89 .editor-color-select-row {
92 .editor-color-select-option {
97 .editor-color-select-option:hover {
99 box-sizing: border-box;
101 box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
104 // In-editor elements
107 display: inline-flex;
109 .editor-image-decorator {
115 display: inline-block;
117 border: 1px dashed var(--editor-color-primary);
120 .editor-image-decorator-handle {
125 border: 2px solid var(--editor-color-primary);
126 background-color: #FFF;
129 inset-inline-start: -5px;
130 inset-block-start: -5px;
134 inset-inline-end: -5px;
135 inset-block-start: -5px;
139 inset-inline-end: -5px;
140 inset-block-end: -5px;
144 inset-inline-start: -5px;
145 inset-block-end: -5px;