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;
132 background-color:#FFF;
133 transform: rotate(45deg);
134 transform-origin: 50% 50%;
135 border-bottom: 1px solid #CCC;
136 border-right: 1px solid #CCC;
140 background-color: #FFF;
141 border: 1px solid #DDD;
163 .input-group .button {
183 background-color: #FFF;
184 border: 1px solid #DDD;
188 align-items: stretch;
191 transition: width ease-in-out 180ms;
197 [toolbox-toggle] svg {
198 transition: transform ease-in-out 180ms;
201 transition: background-color ease-in-out 180ms;
203 &.open [toolbox-toggle] {
204 background-color: rgba(255, 0, 0, 0.29);
206 &.open [toolbox-toggle] svg {
207 transform: rotate(180deg);
215 border-right: 1px solid #DDD;
220 fill: rgba(0, 0, 0, 0.5);
230 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
232 &.open .tabs > span.active {
234 background-color: rgba(0, 0, 0, 0.1);
236 div[toolbox-tab-content] {
237 padding-bottom: 45px;
240 flex-direction: column;
244 div[toolbox-tab-content] .padded {
248 div[toolbox-tab-content] .padded.files {
254 padding: 0 $-l $-s $-l;
261 .tags td, .tag-table > div > div > div {
274 flex-direction: column;
282 [toolbox-tab-content] {
298 color: rgba(100, 100, 100, 0.7);
304 border-bottom: 1px solid #EEE;
324 background-color: #FFF;
325 border: 1px solid #BBB;
326 box-shadow: $bs-light;
335 border-bottom: 1px solid #DDD;
340 background-color: #EEE;
345 .comments-container {
347 border-top: 1px solid #DDD;
357 .comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {
361 /* FIXME - Ugly hack to modify the media plugin for TinyMCE */
362 .mce-floatpanel[aria-label="Insert/edit media"] {