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;
46 img.align-left, table.align-left {
47 float: left !important;
48 margin: $-xs $-s $-xs 0;
51 float: right !important;
53 img.align-right, table.align-right {
55 margin: $-xs 0 $-xs $-s;
64 h1, h2, h3, h4, h5, h6, pre {
75 height: auto !important;
81 text-decoration: none;
91 // Page content pointers
99 border: 1px solid #CCC;
100 display: inline-block;
103 box-shadow: 0 0 8px 1px rgba(212, 209, 209, 0.35);
106 background-color:#FFF;
118 background-color:#FFF;
119 transform: rotate(45deg);
120 transform-origin: 50% 50%;
121 border-bottom: 1px solid #CCC;
122 border-right: 1px solid #CCC;
126 background-color: #FFF;
127 border: 1px solid #DDD;
157 background-color: #FFF;
158 border: 1px solid #DDD;
162 align-items: stretch;
165 transition: width ease-in-out 180ms;
171 [toolbox-toggle] svg {
172 transition: transform ease-in-out 180ms;
175 transition: background-color ease-in-out 180ms;
177 &.open [toolbox-toggle] {
178 background-color: rgba(255, 0, 0, 0.29);
180 &.open [toolbox-toggle] svg {
181 transform: rotate(180deg);
189 border-right: 1px solid #DDD;
194 fill: rgba(0, 0, 0, 0.5);
204 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
206 &.open .tabs > span.active {
208 background-color: rgba(0, 0, 0, 0.1);
210 div[toolbox-tab-content] {
211 padding-bottom: 45px;
214 flex-direction: column;
218 div[toolbox-tab-content] .padded {
222 div[toolbox-tab-content] .padded.files {
228 padding: 0 $-l $-s $-l;
235 .tags td, .tag-table > div > div > div {
248 flex-direction: column;
256 [toolbox-tab-content] {
272 color: rgba(100, 100, 100, 0.7);
278 border-bottom: 1px solid #EEE;
298 background-color: #FFF;
299 border: 1px solid #BBB;
300 box-shadow: $bs-light;
309 border-bottom: 1px solid #DDD;
314 background-color: #EEE;
319 .comments-container {
321 border-top: 1px solid #DDD;
331 .comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {
335 /* FIXME - Ugly hack to modify the media plugin for TinyMCE */
336 .mce-floatpanel[aria-label="Insert/edit media"] {