13 background-color: #f8f8f8;
33 display: inline-block;
49 background-color: #FFF;
50 padding: $-s $-xxl $-xxl $-xxl;
52 box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.15);
58 padding: 0 !important;
76 border-bottom: 2px dotted #CCC;
78 border-top: 2px dotted #CCC;
85 transition: opacity ease-in-out 120ms;
94 //border-left: 1px solid rgba(0, 0, 0, 0.1);
98 margin-left: $nav-indent;
102 margin-left: $nav-indent*2;
106 margin-left: $nav-indent*3;
110 margin-left: $nav-indent*4;
114 margin-left: $nav-indent*5;
122 background-color: rgba(0, 0, 0, 0.2);
136 background-color: #EEE;
142 //border: 2px solid $primary;
144 box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
146 .image-manager-display img {
149 display: inline-block;
154 .image-manager-left {
155 background-color: #FFF;
159 .image-manager-display {
167 .image-manager-title {
173 border-bottom: 1px solid #DDD;
176 .image-manager-dropzone {
177 background-color: lighten($primary, 40%);
182 padding-top: $-xl*1.2;
184 border-top: 2px solid $primary;
187 // Link hooks & popovers
190 display: inline-block;
198 h1, h2, h3, h4, h5, h6 {
199 &:hover a.link-hook {