1 // System wide notifications
8 background-color: #EEE;
14 transition: transform ease-in-out 280ms;
15 transform: translate3d(580px, 0, 0);
17 grid-template-columns: 64px 1fr;
19 vertical-align: middle;
29 vertical-align: middle;
33 background-color: $positive;
37 background-color: $negative;
41 background-color: $secondary;
45 transform: translate3d(0, 0, 0);
48 transform: translate3d(0, -2px, 0);
55 transition: all ease-in-out 180ms;
57 svg[data-icon="caret-right"] {
58 transition: all ease-in-out 180ms;
59 transform: rotate(0deg);
60 transform-origin: 25% 50%;
62 &.open svg[data-icon="caret-right"] {
63 transform: rotate(90deg);
68 background-color: rgba(0, 0, 0, 0.333);
80 justify-content: center;
89 background-color: #FFF;
95 box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
99 flex-direction: column;
107 align-self: flex-start;
124 .popup-header, .popup-footer {
125 display: block !important;
128 flex: none !important;
134 body.flexbox-support #entity-selector-wrap .popup-body .form-group {
138 #entity-selector-wrap .popup-body .form-group {
142 .image-manager-body {
146 .dropzone-container {
148 border: 3px dashed #DDD;
151 .image-manager-list .image {
160 border: 1px solid #DDD;
161 box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
162 transition: all cubic-bezier(.4, 0, 1, 1) 160ms;
165 transform: scale3d(0.92, 0.92, 0.92);
166 border: 1px solid #444;
167 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
180 background-color: rgba(0, 0, 0, 0.4);
187 @include smaller-than($xl) {
190 @include smaller-than($m) {
197 #image-manager .load-more {
200 background-color: #EEE;
209 .image-manager-sidebar {
215 border-left: 1px solid #DDD;
216 .dropzone-container {
221 .image-manager-list {
226 .image-manager-content {
228 flex-direction: column;
251 transition: all ease-in-out 120ms;
254 .dz-drag-hover .dz-message {
255 background-color: rgb(16, 126, 210);
259 @keyframes passing-through {
262 transform: translateY(40px);
266 transform: translateY(0px);
270 transform: translateY(-40px);
274 @keyframes slide-in {
277 transform: translateY(40px);
281 transform: translateY(0px);
290 transform: scale(1.1);
297 .dropzone, .dropzone * {
298 box-sizing: border-box;
303 display: inline-block;
313 .dz-preview:hover .dz-details {
317 .dz-preview.dz-file-preview .dz-image {
322 .dz-preview.dz-file-preview .dz-details {
326 .dz-preview.dz-image-preview {
330 .dz-preview.dz-image-preview .dz-details {
331 transition: opacity 0.2s linear;
334 .dz-preview .dz-remove {
343 .dz-preview .dz-remove:hover {
344 text-decoration: underline;
347 .dz-preview:hover .dz-details {
351 .dz-preview .dz-details {
362 color: rgba(0, 0, 0, 0.9);
366 .dz-preview .dz-details .dz-size {
367 margin-bottom: 0.5em;
371 .dz-preview .dz-details .dz-filename {
375 .dz-preview .dz-details .dz-filename:hover span {
376 border: 1px solid rgba(200, 200, 200, 0.8);
377 background-color: rgba(255, 255, 255, 0.8);
380 .dz-preview .dz-details .dz-filename:not(:hover) {
382 text-overflow: ellipsis;
385 .dz-preview .dz-details .dz-filename:not(:hover) span {
386 border: 1px solid transparent;
389 .dz-preview .dz-details .dz-filename span {
390 background-color: rgba(255, 255, 255, 0.4);
395 .dz-preview:hover .dz-image img {
399 .dz-preview .dz-image {
409 .dz-preview .dz-image img {
413 .dz-preview.dz-success .dz-success-mark {
414 animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
417 .dz-preview.dz-error .dz-error-mark {
419 animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
422 .dz-preview .dz-success-mark, .dz-preview .dz-error-mark {
423 pointer-events: none;
434 .dz-preview .dz-success-mark svg, .dz-preview .dz-error-mark svg {
440 .dz-preview.dz-processing .dz-progress {
442 transition: all 0.2s linear;
445 .dz-preview.dz-complete .dz-progress {
447 transition: opacity 0.4s ease-in;
450 .dz-preview:not(.dz-processing) .dz-progress {
451 animation: pulse 6s ease infinite;
454 .dz-preview .dz-progress {
457 pointer-events: none;
465 background: rgba(255, 255, 255, 0.9);
471 .dz-preview .dz-progress .dz-upload {
473 background: linear-gradient(to bottom, #666, #444);
479 transition: width 300ms ease-in-out;
482 .dz-preview.dz-error .dz-error-message {
486 .dz-preview.dz-error {
487 .dz-image, .dz-details {
488 &:hover ~ .dz-error-message {
490 pointer-events: auto;
495 .dz-preview .dz-error-message {
496 pointer-events: none;
502 transition: opacity 0.3s ease;
509 background: $negative;
514 .dz-preview .dz-error-message:after {
521 border-left: 6px solid transparent;
522 border-right: 6px solid transparent;
523 border-bottom: 6px solid $negative;
527 .tab-container .nav-tabs {
529 border-bottom: 1px solid #DDD;
535 border-bottom-width: 3px;
540 .image-picker .none {
544 #code-editor .CodeMirror {
548 #code-editor .lang-options {
553 text-decoration: underline;
557 @include smaller-than($m) {
558 #code-editor .lang-options {
561 #code-editor .CodeMirror {
567 border: 1px solid #DDD;
583 .comment-box .header {
585 background-color: #f8f8f8;
586 border-bottom: 1px solid #DDD;
589 display: inline-block;
593 padding: $-xxs 0 $-xxs 0;