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;
41 overflow-wrap: break-word;
45 img.align-left, table.align-left {
46 float: left !important;
47 margin: $-xs $-s $-xs 0;
50 float: right !important;
52 img.align-right, table.align-right {
54 margin: $-xs 0 $-xs $-s;
63 h1, h2, h3, h4, h5, h6, pre {
74 height: auto !important;
80 text-decoration: none;
90 // Page content pointers
98 border: 1px solid #CCC;
99 display: inline-block;
102 box-shadow: 0 0 8px 1px rgba(212, 209, 209, 0.35);
105 background-color:#FFF;
117 background-color:#FFF;
118 transform: rotate(45deg);
119 transform-origin: 50% 50%;
120 border-bottom: 1px solid #CCC;
121 border-right: 1px solid #CCC;
125 background-color: #FFF;
126 border: 1px solid #DDD;
156 background-color: #FFF;
157 border: 1px solid #DDD;
161 align-items: stretch;
164 transition: width ease-in-out 180ms;
170 [toolbox-toggle] svg {
171 transition: transform ease-in-out 180ms;
174 transition: background-color ease-in-out 180ms;
176 &.open [toolbox-toggle] {
177 background-color: rgba(255, 0, 0, 0.29);
179 &.open [toolbox-toggle] svg {
180 transform: rotate(180deg);
188 border-right: 1px solid #DDD;
193 fill: rgba(0, 0, 0, 0.5);
203 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
205 &.open .tabs > span.active {
207 background-color: rgba(0, 0, 0, 0.1);
209 div[toolbox-tab-content] {
210 padding-bottom: 45px;
213 flex-direction: column;
217 div[toolbox-tab-content] .padded {
221 div[toolbox-tab-content] .padded.files {
227 padding: 0 $-l $-s $-l;
234 .tags td, .tag-table > div > div > div {
247 flex-direction: column;
255 [toolbox-tab-content] {
271 color: rgba(100, 100, 100, 0.7);
277 border-bottom: 1px solid #EEE;
297 background-color: #FFF;
298 border: 1px solid #BBB;
299 box-shadow: $bs-light;
308 border-bottom: 1px solid #DDD;
313 background-color: #EEE;
318 .comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {
322 /* FIXME - Ugly hack to modify the media plugin for TinyMCE */
323 .mce-floatpanel[aria-label="Insert/edit media"] {