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;
30 vertical-align: middle;
34 background-color: $positive;
38 background-color: $negative;
42 background-color: $secondary;
46 transform: translate3d(0, 0, 0);
49 transform: translate3d(0, -2px, 0);
56 transition: all ease-in-out 180ms;
58 svg[data-icon="caret-right"] {
59 transition: all ease-in-out 180ms;
60 transform: rotate(0deg);
61 transform-origin: 25% 50%;
63 &.open svg[data-icon="caret-right"] {
64 transform: rotate(90deg);
69 background-color: rgba(0, 0, 0, 0.333);
81 justify-content: center;
90 background-color: #FFF;
96 box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
100 flex-direction: column;
108 align-self: flex-start;
125 .popup-header, .popup-footer {
126 display: block !important;
129 flex: none !important;
135 body.flexbox-support #entity-selector-wrap .popup-body .form-group {
139 #entity-selector-wrap .popup-body .form-group {
143 .image-manager-body {
147 .dropzone-container {
149 background-color: #EEE;
150 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");
153 .image-manager-list .image {
162 border: 1px solid #DDD;
163 box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
164 transition: all cubic-bezier(.4, 0, 1, 1) 160ms;
167 //transform: scale3d(0.92, 0.92, 0.92);
168 border: 4px solid #FFF;
171 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
184 background-color: rgba(0, 0, 0, 0.4);
191 @include smaller-than($xl) {
194 @include smaller-than($m) {
201 #image-manager .load-more {
204 background-color: #EEE;
213 .image-manager-sidebar {
218 border-left: 1px solid #DDD;
226 margin: 0 auto $-m auto;
227 box-shadow: 0 1px 21px 1px rgba(76, 76, 76, 0.3);
229 .image-manager-viewer {
233 justify-content: center;
235 display: inline-block;
238 .dropzone-container {
239 border-bottom: 1px solid #DDD;
243 .image-manager-list {
248 .image-manager-content {
250 flex-direction: column;
273 transition: all ease-in-out 120ms;
276 .dz-drag-hover .dz-message {
277 background-color: rgb(16, 126, 210);
281 @keyframes passing-through {
284 transform: translateY(40px);
288 transform: translateY(0px);
292 transform: translateY(-40px);
296 @keyframes slide-in {
299 transform: translateY(40px);
303 transform: translateY(0px);
312 transform: scale(1.1);
319 .dropzone, .dropzone * {
320 box-sizing: border-box;
325 display: inline-block;
335 .dz-preview:hover .dz-details {
339 .dz-preview.dz-file-preview .dz-image {
344 .dz-preview.dz-file-preview .dz-details {
348 .dz-preview.dz-image-preview {
352 .dz-preview.dz-image-preview .dz-details {
353 transition: opacity 0.2s linear;
356 .dz-preview .dz-remove {
365 .dz-preview .dz-remove:hover {
366 text-decoration: underline;
369 .dz-preview:hover .dz-details {
373 .dz-preview .dz-details {
384 color: rgba(0, 0, 0, 0.9);
388 .dz-preview .dz-details .dz-size {
389 margin-bottom: 0.5em;
393 .dz-preview .dz-details .dz-filename {
397 .dz-preview .dz-details .dz-filename:hover span {
398 border: 1px solid rgba(200, 200, 200, 0.8);
399 background-color: rgba(255, 255, 255, 0.8);
402 .dz-preview .dz-details .dz-filename:not(:hover) {
404 text-overflow: ellipsis;
407 .dz-preview .dz-details .dz-filename:not(:hover) span {
408 border: 1px solid transparent;
411 .dz-preview .dz-details .dz-filename span {
412 background-color: rgba(255, 255, 255, 0.4);
417 .dz-preview:hover .dz-image img {
421 .dz-preview .dz-image {
431 .dz-preview .dz-image img {
435 .dz-preview.dz-success .dz-success-mark {
436 animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
439 .dz-preview.dz-error .dz-error-mark {
441 animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
444 .dz-preview .dz-success-mark, .dz-preview .dz-error-mark {
445 pointer-events: none;
456 .dz-preview .dz-success-mark svg, .dz-preview .dz-error-mark svg {
462 .dz-preview.dz-processing .dz-progress {
464 transition: all 0.2s linear;
467 .dz-preview.dz-complete .dz-progress {
469 transition: opacity 0.4s ease-in;
472 .dz-preview:not(.dz-processing) .dz-progress {
473 animation: pulse 6s ease infinite;
476 .dz-preview .dz-progress {
479 pointer-events: none;
487 background: rgba(255, 255, 255, 0.9);
493 .dz-preview .dz-progress .dz-upload {
495 background: linear-gradient(to bottom, #666, #444);
501 transition: width 300ms ease-in-out;
504 .dz-preview.dz-error .dz-error-message {
508 .dz-preview.dz-error {
509 .dz-image, .dz-details {
510 &:hover ~ .dz-error-message {
512 pointer-events: auto;
517 .dz-preview .dz-error-message {
518 pointer-events: none;
524 transition: opacity 0.3s ease;
531 background: $negative;
536 .dz-preview .dz-error-message:after {
543 border-left: 6px solid transparent;
544 border-right: 6px solid transparent;
545 border-bottom: 6px solid $negative;
549 .tab-container .nav-tabs {
551 border-bottom: 1px solid #DDD;
557 border-bottom-width: 3px;
562 .image-picker .none {
566 #code-editor .CodeMirror {
570 #code-editor .lang-options {
575 text-decoration: underline;
579 @include smaller-than($m) {
580 #code-editor .lang-options {
583 #code-editor .CodeMirror {
590 border: 1px solid #DDD;
606 .comment-box .header {
608 background-color: #f8f8f8;
609 border-bottom: 1px solid #DDD;
612 display: inline-block;
616 padding: $-xxs 0 $-xxs 0;
630 #tag-manager .drag-card {