3 flex-direction: column;
11 flex-direction: column;
18 transition: transform ease-in-out 120ms;
19 transform-origin: 50% 50%;
26 padding: 0 !important;
33 overflow-wrap: break-word;
37 img.align-left, table.align-left {
38 float: left !important;
39 margin: $-xs $-s $-xs 0;
42 float: right !important;
44 img.align-right, table.align-right {
46 margin: $-xs 0 $-xs $-s;
55 h1, h2, h3, h4, h5, h6, pre {
66 height: auto !important;
72 text-decoration: none;
82 // Page content pointers
90 border: 1px solid #CCC;
91 display: inline-block;
94 box-shadow: 0 0 8px 1px rgba(212, 209, 209, 0.35);
97 background-color:#FFF;
109 background-color:#FFF;
110 transform: rotate(45deg);
111 transform-origin: 50% 50%;
112 border-bottom: 1px solid #CCC;
113 border-right: 1px solid #CCC;
117 background-color: #FFF;
118 border: 1px solid #DDD;
148 background-color: #FFF;
149 border: 1px solid #DDD;
153 align-items: stretch;
156 transition: width ease-in-out 180ms;
162 [toolbox-toggle] svg {
163 transition: transform ease-in-out 180ms;
166 transition: background-color ease-in-out 180ms;
168 &.open [toolbox-toggle] {
169 background-color: rgba(255, 0, 0, 0.29);
171 &.open [toolbox-toggle] svg {
172 transform: rotate(180deg);
180 border-right: 1px solid #DDD;
185 fill: rgba(0, 0, 0, 0.5);
195 border-bottom: 1px solid rgba(255, 255, 255, 0.3);
197 &.open .tabs > span.active {
199 background-color: rgba(0, 0, 0, 0.1);
201 div[toolbox-tab-content] {
202 padding-bottom: 45px;
205 flex-direction: column;
209 div[toolbox-tab-content] .padded {
213 div[toolbox-tab-content] .padded.files {
219 padding: 0 $-l $-s $-l;
226 .tags td, .tag-table > div > div > div {
239 flex-direction: column;
247 [toolbox-tab-content] {
263 color: rgba(100, 100, 100, 0.7);
269 border-bottom: 1px solid #EEE;
289 background-color: #FFF;
290 border: 1px solid #BBB;
291 box-shadow: $bs-light;
300 border-bottom: 1px solid #DDD;
305 background-color: #EEE;
310 .comment-editor .CodeMirror, .comment-editor .CodeMirror-scroll {