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 text-align: right !important;
56 img.align-right, table.align-right {
57 float: right !important;
58 margin: $-xs 0 $-xs $-s;
66 img.align-center, table.align-center {
74 h1, h2, h3, h4, h5, h6, pre {
85 height: auto !important;
91 text-decoration: none;
102 white-space: pre-wrap;
107 // Page content pointers
115 border: 1px solid #CCC;
116 display: inline-block;
119 box-shadow: 0 0 8px 1px rgba(212, 209, 209, 0.35);
122 background-color:#FFF;
139 background-color:#FFF;
140 transform: rotate(45deg);
141 transform-origin: 50% 50%;
142 border-bottom: 1px solid #CCC;
143 border-right: 1px solid #CCC;
147 background-color: #FFF;
148 border: 1px solid #DDD;
170 .input-group .button {
190 background-color: #FFF;
191 border: 1px solid #DDD;
195 align-items: stretch;
198 transition: width ease-in-out 180ms;
204 [toolbox-toggle] svg {
205 transition: transform ease-in-out 180ms;
208 transition: background-color ease-in-out 180ms;
210 &.open [toolbox-toggle] {
211 background-color: rgba(255, 0, 0, 0.29);
213 &.open [toolbox-toggle] svg {
214 transform: rotate(180deg);
222 border-right: 1px solid #DDD;
227 fill: rgba(0, 0, 0, 0.5);
237 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
239 &.open .tabs > span.active {
241 background-color: rgba(0, 0, 0, 0.1);
243 div[toolbox-tab-content] {
244 padding-bottom: 45px;
247 flex-direction: column;
251 div[toolbox-tab-content] .padded {
255 div[toolbox-tab-content] .padded.files {
261 padding: 0 $-l $-s $-l;
268 .tags td, .tag-table > div > div > div {
281 flex-direction: column;
289 [toolbox-tab-content] {
305 color: rgba(100, 100, 100, 0.7);
311 border-bottom: 1px solid #EEE;
331 background-color: #FFF;
332 border: 1px solid #BBB;
333 box-shadow: $bs-light;
342 border-bottom: 1px solid #DDD;
347 background-color: #EEE;
352 .comments-container {
354 border-top: 1px solid #DDD;
364 .comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {
368 /* FIXME - Ugly hack to modify the media plugin for TinyMCE */
369 .mce-floatpanel[aria-label="Insert/edit media"] {