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 {
34 .editor-dropdown-menu-container {
37 .editor-dropdown-menu {
39 background-color: #FFF;
40 box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
46 flex-direction: column;
48 .editor-menu-list > .editor-button {
53 .editor-format-menu .editor-dropdown-menu {
58 .editor-modal-wrapper {
62 justify-content: center;
64 background-color: rgba(0, 0, 0, 0.5);
69 background-color: #FFF;
70 border: 1px solid #DDD;
74 .editor-modal-header {
76 justify-content: space-between;
83 // Specific UI elements
84 .editor-color-select-row {
87 .editor-color-select-option {
92 .editor-color-select-option:hover {
94 box-sizing: border-box;
96 box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
102 display: inline-flex;
104 .editor-image-decorator {
110 display: inline-block;
112 border: 1px dashed var(--editor-color-primary);
115 .editor-image-decorator-handle {
120 border: 2px solid var(--editor-color-primary);
121 background-color: #FFF;
124 inset-inline-start: -5px;
125 inset-block-start: -5px;
129 inset-inline-end: -5px;
130 inset-block-start: -5px;
134 inset-inline-end: -5px;
135 inset-block-end: -5px;
139 inset-inline-start: -5px;
140 inset-block-end: -5px;