3 flex-direction: column;
11 flex-direction: column;
18 .mce-top-part::before {
26 transition: transform ease-in-out 120ms;
27 transform-origin: 50% 50%;
34 padding: 0 !important;
42 overflow-wrap: break-word;
49 img.align-left, table.align-left {
50 float: left !important;
51 margin: $-xs $-s $-xs 0;
54 float: right !important;
56 img.align-right, table.align-right {
58 margin: $-xs 0 $-xs $-s;
67 h1, h2, h3, h4, h5, h6, pre {
78 height: auto !important;
84 text-decoration: none;
94 // Page content pointers
102 border: 1px solid #CCC;
103 display: inline-block;
106 box-shadow: 0 0 8px 1px rgba(212, 209, 209, 0.35);
109 background-color:#FFF;
121 background-color:#FFF;
122 transform: rotate(45deg);
123 transform-origin: 50% 50%;
124 border-bottom: 1px solid #CCC;
125 border-right: 1px solid #CCC;
129 background-color: #FFF;
130 border: 1px solid #DDD;
160 background-color: #FFF;
161 border: 1px solid #DDD;
165 align-items: stretch;
168 transition: width ease-in-out 180ms;
174 [toolbox-toggle] svg {
175 transition: transform ease-in-out 180ms;
178 transition: background-color ease-in-out 180ms;
180 &.open [toolbox-toggle] {
181 background-color: rgba(255, 0, 0, 0.29);
183 &.open [toolbox-toggle] svg {
184 transform: rotate(180deg);
192 border-right: 1px solid #DDD;
197 fill: rgba(0, 0, 0, 0.5);
207 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
209 &.open .tabs > span.active {
211 background-color: rgba(0, 0, 0, 0.1);
213 div[toolbox-tab-content] {
214 padding-bottom: 45px;
217 flex-direction: column;
221 div[toolbox-tab-content] .padded {
225 div[toolbox-tab-content] .padded.files {
231 padding: 0 $-l $-s $-l;
238 .tags td, .tag-table > div > div > div {
251 flex-direction: column;
259 [toolbox-tab-content] {
275 color: rgba(100, 100, 100, 0.7);
281 border-bottom: 1px solid #EEE;
301 background-color: #FFF;
302 border: 1px solid #BBB;
303 box-shadow: $bs-light;
312 border-bottom: 1px solid #DDD;
317 background-color: #EEE;
322 .comments-container {
324 border-top: 1px solid #DDD;
334 .comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {
338 /* FIXME - Ugly hack to modify the media plugin for TinyMCE */
339 .mce-floatpanel[aria-label="Insert/edit media"] {