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;
95 white-space: pre-wrap;
100 // Page content pointers
108 border: 1px solid #CCC;
109 display: inline-block;
112 box-shadow: 0 0 8px 1px rgba(212, 209, 209, 0.35);
115 background-color:#FFF;
127 background-color:#FFF;
128 transform: rotate(45deg);
129 transform-origin: 50% 50%;
130 border-bottom: 1px solid #CCC;
131 border-right: 1px solid #CCC;
135 background-color: #FFF;
136 border: 1px solid #DDD;
166 background-color: #FFF;
167 border: 1px solid #DDD;
171 align-items: stretch;
174 transition: width ease-in-out 180ms;
180 [toolbox-toggle] svg {
181 transition: transform ease-in-out 180ms;
184 transition: background-color ease-in-out 180ms;
186 &.open [toolbox-toggle] {
187 background-color: rgba(255, 0, 0, 0.29);
189 &.open [toolbox-toggle] svg {
190 transform: rotate(180deg);
198 border-right: 1px solid #DDD;
203 fill: rgba(0, 0, 0, 0.5);
213 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
215 &.open .tabs > span.active {
217 background-color: rgba(0, 0, 0, 0.1);
219 div[toolbox-tab-content] {
220 padding-bottom: 45px;
223 flex-direction: column;
227 div[toolbox-tab-content] .padded {
231 div[toolbox-tab-content] .padded.files {
237 padding: 0 $-l $-s $-l;
244 .tags td, .tag-table > div > div > div {
257 flex-direction: column;
265 [toolbox-tab-content] {
281 color: rgba(100, 100, 100, 0.7);
287 border-bottom: 1px solid #EEE;
307 background-color: #FFF;
308 border: 1px solid #BBB;
309 box-shadow: $bs-light;
318 border-bottom: 1px solid #DDD;
323 background-color: #EEE;
328 .comments-container {
330 border-top: 1px solid #DDD;
340 .comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {
344 /* FIXME - Ugly hack to modify the media plugin for TinyMCE */
345 .mce-floatpanel[aria-label="Insert/edit media"] {