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;
87 .editor-image-decorator {
93 display: inline-block;
95 border: 1px dashed var(--editor-color-primary);
98 .editor-image-decorator-handle {
103 border: 2px solid var(--editor-color-primary);
104 background-color: #FFF;
107 inset-inline-start: -5px;
108 inset-block-start: -5px;
112 inset-inline-end: -5px;
113 inset-block-start: -5px;
117 inset-inline-end: -5px;
118 inset-block-end: -5px;
122 inset-inline-start: -5px;
123 inset-block-end: -5px;