1 // System wide notifications
8 background-color: #EEE;
14 transition: transform ease-in-out 280ms;
15 transform: translateX(580px);
17 grid-template-columns: 42px 1fr;
20 vertical-align: middle;
31 vertical-align: middle;
35 background-color: $positive;
38 background-color: $negative;
41 background-color: $secondary;
44 transform: translateX(0);
47 transform: translate3d(0, -2px, 0);
54 transition: all ease-in-out 180ms;
56 svg[data-icon="caret-right"] {
57 transition: all ease-in-out 180ms;
58 transform: rotate(0deg);
59 transform-origin: 25% 50%;
61 &.open svg[data-icon="caret-right"] {
62 transform: rotate(90deg);
67 background-color: rgba(0, 0, 0, 0.333);
79 justify-content: center;
88 background-color: #FFF;
94 box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
98 flex-direction: column;
106 align-self: flex-start;
123 .popup-header, .popup-footer {
124 display: block !important;
127 flex: none !important;
133 body.flexbox-support #entity-selector-wrap .popup-body .form-group {
137 #entity-selector-wrap .popup-body .form-group {
141 .image-manager-body {
145 .dropzone-container {
147 background-color: #EEE;
148 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23a9a9a9' fill-opacity='0.52' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
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: 4px solid #FFF;
169 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
182 background-color: rgba(0, 0, 0, 0.4);
189 @include smaller-than($xl) {
192 @include smaller-than($m) {
199 #image-manager .load-more {
202 background-color: #EEE;
211 .image-manager-sidebar {
216 border-left: 1px solid #DDD;
224 margin: 0 auto $-m auto;
225 box-shadow: 0 1px 21px 1px rgba(76, 76, 76, 0.3);
227 .image-manager-viewer {
231 justify-content: center;
233 display: inline-block;
236 .dropzone-container {
237 border-bottom: 1px solid #DDD;
241 .image-manager-list {
246 .image-manager-content {
248 flex-direction: column;
271 transition: all ease-in-out 120ms;
274 .dz-drag-hover .dz-message {
275 background-color: rgb(16, 126, 210);
279 @keyframes passing-through {
282 transform: translateY(40px);
286 transform: translateY(0px);
290 transform: translateY(-40px);
294 @keyframes slide-in {
297 transform: translateY(40px);
301 transform: translateY(0px);
310 transform: scale(1.1);
317 .dropzone, .dropzone * {
318 box-sizing: border-box;
323 display: inline-block;
333 .dz-preview:hover .dz-details {
337 .dz-preview.dz-file-preview .dz-image {
342 .dz-preview.dz-file-preview .dz-details {
346 .dz-preview.dz-image-preview {
350 .dz-preview.dz-image-preview .dz-details {
351 transition: opacity 0.2s linear;
354 .dz-preview .dz-remove {
363 .dz-preview .dz-remove:hover {
364 text-decoration: underline;
367 .dz-preview:hover .dz-details {
371 .dz-preview .dz-details {
382 color: rgba(0, 0, 0, 0.9);
386 .dz-preview .dz-details .dz-size {
387 margin-bottom: 0.5em;
391 .dz-preview .dz-details .dz-filename {
395 .dz-preview .dz-details .dz-filename:hover span {
396 border: 1px solid rgba(200, 200, 200, 0.8);
397 background-color: rgba(255, 255, 255, 0.8);
400 .dz-preview .dz-details .dz-filename:not(:hover) {
402 text-overflow: ellipsis;
405 .dz-preview .dz-details .dz-filename:not(:hover) span {
406 border: 1px solid transparent;
409 .dz-preview .dz-details .dz-filename span {
410 background-color: rgba(255, 255, 255, 0.4);
415 .dz-preview:hover .dz-image img {
419 .dz-preview .dz-image {
429 .dz-preview .dz-image img {
433 .dz-preview.dz-success .dz-success-mark {
434 animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
437 .dz-preview.dz-error .dz-error-mark {
439 animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
442 .dz-preview .dz-success-mark, .dz-preview .dz-error-mark {
443 pointer-events: none;
454 .dz-preview .dz-success-mark svg, .dz-preview .dz-error-mark svg {
460 .dz-preview.dz-processing .dz-progress {
462 transition: all 0.2s linear;
465 .dz-preview.dz-complete .dz-progress {
467 transition: opacity 0.4s ease-in;
470 .dz-preview:not(.dz-processing) .dz-progress {
471 animation: pulse 6s ease infinite;
474 .dz-preview .dz-progress {
477 pointer-events: none;
485 background: rgba(255, 255, 255, 0.9);
491 .dz-preview .dz-progress .dz-upload {
493 background: linear-gradient(to bottom, #666, #444);
499 transition: width 300ms ease-in-out;
502 .dz-preview.dz-error .dz-error-message {
506 .dz-preview.dz-error {
507 .dz-image, .dz-details {
508 &:hover ~ .dz-error-message {
510 pointer-events: auto;
515 .dz-preview .dz-error-message {
516 pointer-events: none;
522 transition: opacity 0.3s ease;
529 background: $negative;
534 .dz-preview .dz-error-message:after {
541 border-left: 6px solid transparent;
542 border-right: 6px solid transparent;
543 border-bottom: 6px solid $negative;
547 .tab-container .nav-tabs {
549 border-bottom: 1px solid #DDD;
555 border-bottom-width: 3px;
560 .image-picker .none {
564 #code-editor .CodeMirror {
568 #code-editor .lang-options {
573 text-decoration: underline;
577 @include smaller-than($m) {
578 #code-editor .lang-options {
581 #code-editor .CodeMirror {
588 border: 1px solid #DDD;
604 .comment-box .header {
606 background-color: #f8f8f8;
607 border-bottom: 1px solid #DDD;
610 display: inline-block;
614 padding: $-xxs 0 $-xxs 0;
628 #tag-manager .drag-card {