12 flex-direction: column;
19 flex-direction: column;
26 transition: transform ease-in-out 120ms;
27 transform-origin: 50% 50%;
34 padding: 0 !important;
39 overflow-wrap: break-word;
43 img.align-left, table.align-left {
44 float: left !important;
45 margin: $-xs $-s $-xs 0;
48 float: right !important;
50 img.align-right, table.align-right {
52 margin: $-xs 0 $-xs $-s;
61 h1, h2, h3, h4, h5, h6, pre {
72 height: auto !important;
78 text-decoration: none;
88 // Page content pointers
96 border: 1px solid #CCC;
97 display: inline-block;
100 box-shadow: 0 0 8px 1px rgba(212, 209, 209, 0.35);
103 background-color:#FFF;
115 background-color:#FFF;
116 transform: rotate(45deg);
117 transform-origin: 50% 50%;
118 border-bottom: 1px solid #CCC;
119 border-right: 1px solid #CCC;
123 background-color: #FFF;
124 border: 1px solid #DDD;
154 background-color: #FFF;
155 border: 1px solid #DDD;
159 align-items: stretch;
162 transition: width ease-in-out 180ms;
169 transition: transform ease-in-out 180ms;
172 transition: background-color ease-in-out 180ms;
174 &.open [toolbox-toggle] {
175 background-color: rgba(255, 0, 0, 0.29);
177 &.open [toolbox-toggle] i {
178 transform: rotate(180deg);
186 border-right: 1px solid #DDD;
191 color: rgba(0, 0, 0, 0.5);
201 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
203 &.open .tabs > span.active {
205 background-color: rgba(0, 0, 0, 0.1);
207 div[toolbox-tab-content] {
208 padding-bottom: 45px;
211 flex-direction: column;
215 div[toolbox-tab-content] .padded {
222 padding: 0 $-l $-s $-l;
242 flex-direction: column;
250 [toolbox-tab-content] {
268 color: rgba(100, 100, 100, 0.7);
274 border-bottom: 1px solid #EEE;
294 background-color: #FFF;
295 border: 1px solid #BBB;
296 box-shadow: $bs-light;
305 border-bottom: 1px solid #DDD;
310 background-color: #EEE;
315 .comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {