13 background-color: #f8f8f8;
38 display: inline-block;
54 background-color: #FFF;
55 padding: $-s $-xxl $-xxl $-xxl;
57 box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
63 padding: 0 !important;
84 border-bottom: 2px dotted #CCC;
86 border-top: 2px dotted #CCC;
93 transition: opacity ease-in-out 120ms;
105 //border-left: 1px solid rgba(0, 0, 0, 0.1);
109 margin-left: $nav-indent;
113 margin-left: $nav-indent*2;
117 margin-left: $nav-indent*3;
121 margin-left: $nav-indent*4;
125 margin-left: $nav-indent*5;
133 background-color: rgba(0, 0, 0, 0.2);
147 background-color: #EEE;
153 //border: 2px solid $primary;
155 box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
157 .image-manager-display img {
160 display: inline-block;
165 .image-manager-left {
166 background-color: #FFF;
170 .image-manager-display {
178 .image-manager-title {
184 border-bottom: 1px solid #DDD;
187 .image-manager-dropzone {
188 background-color: lighten($primary, 40%);
193 padding-top: $-xl*1.2;
195 border-top: 2px solid $primary;
198 // Link hooks & popovers
201 display: inline-block;
209 h1, h2, h3, h4, h5, h6 {
210 &:hover a.link-hook {
235 border-top: 3px dotted #BBB;
240 border-bottom: 3px dotted #BBB;
245 margin: $-xs 0 $-xs 9px;
246 font-size: $fs-m * 0.9;
247 border-left: 2px solid #EEE;
249 .nested-page-list li {
253 &.expanded.has-children {
261 margin-bottom: -$-xs;
262 transform-origin: 50% 50%;
263 transition: transform ease-in-out 180ms;
268 transform: rotate(90deg);
276 .sortable-page-list, .sortable-page-list ul {
278 //background-color: rgba(0, 0, 0, 0.04);
280 .sortable-page-list {
287 border-bottom: 1px solid #BBB;
288 border-left: 1px solid #BBB;
289 border-right: 1px solid #BBB;
294 border-top: 1px solid #BBB;
298 // Jquery Sortable Styles
305 body.dragging, body.dragging * {
306 cursor: move !important;
309 .sortable-page-list li.placeholder {
312 .sortable-page-list li.placeholder:before {