3 --editor-color-primary: #206ea7;
13 border: 1px solid #DDD;
18 .editor-button:hover {
19 background-color: #EEE;
23 .editor-button-active, .editor-button-active:hover {
24 background-color: #ceebff;
27 .editor-button-format-preview {
33 .editor-dropdown-menu-container {
36 .editor-dropdown-menu {
38 background-color: #FFF;
39 box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
45 flex-direction: column;
47 .editor-menu-list > .editor-button {
52 .editor-format-menu .editor-dropdown-menu {
57 .editor-modal-wrapper {
61 justify-content: center;
63 background-color: rgba(0, 0, 0, 0.5);
68 background-color: #FFF;
69 border: 1px solid #DDD;
73 .editor-modal-header {
75 justify-content: space-between;
82 // Specific UI elements
83 .editor-color-select-row {
86 .editor-color-select-option {
91 .editor-color-select-option:hover {
93 box-sizing: border-box;
95 box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.25);
101 display: inline-flex;
103 .editor-image-decorator {
109 display: inline-block;
111 border: 1px dashed var(--editor-color-primary);
114 .editor-image-decorator-handle {
119 border: 2px solid var(--editor-color-primary);
120 background-color: #FFF;
123 inset-inline-start: -5px;
124 inset-block-start: -5px;
128 inset-inline-end: -5px;
129 inset-block-start: -5px;
133 inset-inline-end: -5px;
134 inset-block-end: -5px;
138 inset-inline-start: -5px;
139 inset-block-end: -5px;