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 border: 3px dashed #DDD;
152 .image-manager-list .image {
161 border: 1px solid #DDD;
162 box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
163 transition: all cubic-bezier(.4, 0, 1, 1) 160ms;
166 transform: scale3d(0.92, 0.92, 0.92);
167 border: 1px solid #444;
168 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
181 background-color: rgba(0, 0, 0, 0.4);
188 @include smaller-than($xl) {
191 @include smaller-than($m) {
198 #image-manager .load-more {
201 background-color: #EEE;
210 .image-manager-sidebar {
216 border-left: 1px solid #DDD;
217 .dropzone-container {
222 .image-manager-list {
227 .image-manager-content {
229 flex-direction: column;
252 transition: all ease-in-out 120ms;
255 .dz-drag-hover .dz-message {
256 background-color: rgb(16, 126, 210);
260 @keyframes passing-through {
263 transform: translateY(40px);
267 transform: translateY(0px);
271 transform: translateY(-40px);
275 @keyframes slide-in {
278 transform: translateY(40px);
282 transform: translateY(0px);
291 transform: scale(1.1);
298 .dropzone, .dropzone * {
299 box-sizing: border-box;
304 display: inline-block;
314 .dz-preview:hover .dz-details {
318 .dz-preview.dz-file-preview .dz-image {
323 .dz-preview.dz-file-preview .dz-details {
327 .dz-preview.dz-image-preview {
331 .dz-preview.dz-image-preview .dz-details {
332 transition: opacity 0.2s linear;
335 .dz-preview .dz-remove {
344 .dz-preview .dz-remove:hover {
345 text-decoration: underline;
348 .dz-preview:hover .dz-details {
352 .dz-preview .dz-details {
363 color: rgba(0, 0, 0, 0.9);
367 .dz-preview .dz-details .dz-size {
368 margin-bottom: 0.5em;
372 .dz-preview .dz-details .dz-filename {
376 .dz-preview .dz-details .dz-filename:hover span {
377 border: 1px solid rgba(200, 200, 200, 0.8);
378 background-color: rgba(255, 255, 255, 0.8);
381 .dz-preview .dz-details .dz-filename:not(:hover) {
383 text-overflow: ellipsis;
386 .dz-preview .dz-details .dz-filename:not(:hover) span {
387 border: 1px solid transparent;
390 .dz-preview .dz-details .dz-filename span {
391 background-color: rgba(255, 255, 255, 0.4);
396 .dz-preview:hover .dz-image img {
400 .dz-preview .dz-image {
410 .dz-preview .dz-image img {
414 .dz-preview.dz-success .dz-success-mark {
415 animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
418 .dz-preview.dz-error .dz-error-mark {
420 animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
423 .dz-preview .dz-success-mark, .dz-preview .dz-error-mark {
424 pointer-events: none;
435 .dz-preview .dz-success-mark svg, .dz-preview .dz-error-mark svg {
441 .dz-preview.dz-processing .dz-progress {
443 transition: all 0.2s linear;
446 .dz-preview.dz-complete .dz-progress {
448 transition: opacity 0.4s ease-in;
451 .dz-preview:not(.dz-processing) .dz-progress {
452 animation: pulse 6s ease infinite;
455 .dz-preview .dz-progress {
458 pointer-events: none;
466 background: rgba(255, 255, 255, 0.9);
472 .dz-preview .dz-progress .dz-upload {
474 background: linear-gradient(to bottom, #666, #444);
480 transition: width 300ms ease-in-out;
483 .dz-preview.dz-error .dz-error-message {
487 .dz-preview.dz-error {
488 .dz-image, .dz-details {
489 &:hover ~ .dz-error-message {
491 pointer-events: auto;
496 .dz-preview .dz-error-message {
497 pointer-events: none;
503 transition: opacity 0.3s ease;
510 background: $negative;
515 .dz-preview .dz-error-message:after {
522 border-left: 6px solid transparent;
523 border-right: 6px solid transparent;
524 border-bottom: 6px solid $negative;
528 .tab-container .nav-tabs {
530 border-bottom: 1px solid #DDD;
536 border-bottom-width: 3px;
541 .image-picker .none {
545 #code-editor .CodeMirror {
549 #code-editor .lang-options {
554 text-decoration: underline;
558 @include smaller-than($m) {
559 #code-editor .lang-options {
562 #code-editor .CodeMirror {
568 border: 1px solid #DDD;
584 .comment-box .header {
586 background-color: #f8f8f8;
587 border-bottom: 1px solid #DDD;
590 display: inline-block;
594 padding: $-xxs 0 $-xxs 0;
608 #tag-manager .drag-card {