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 {
215 border-left: 1px solid #DDD;
223 margin: 0 auto $-m auto;
224 box-shadow: 0 1px 21px 1px rgba(76, 76, 76, 0.3);
226 .image-manager-viewer {
230 justify-content: center;
232 display: inline-block;
235 .dropzone-container {
236 border-bottom: 1px solid #DDD;
240 .image-manager-list {
245 .image-manager-content {
247 flex-direction: column;
270 transition: all ease-in-out 120ms;
273 .dz-drag-hover .dz-message {
274 background-color: rgb(16, 126, 210);
278 @keyframes passing-through {
281 transform: translateY(40px);
285 transform: translateY(0px);
289 transform: translateY(-40px);
293 @keyframes slide-in {
296 transform: translateY(40px);
300 transform: translateY(0px);
309 transform: scale(1.1);
316 .dropzone, .dropzone * {
317 box-sizing: border-box;
322 display: inline-block;
332 .dz-preview:hover .dz-details {
336 .dz-preview.dz-file-preview .dz-image {
341 .dz-preview.dz-file-preview .dz-details {
345 .dz-preview.dz-image-preview {
349 .dz-preview.dz-image-preview .dz-details {
350 transition: opacity 0.2s linear;
353 .dz-preview .dz-remove {
362 .dz-preview .dz-remove:hover {
363 text-decoration: underline;
366 .dz-preview:hover .dz-details {
370 .dz-preview .dz-details {
381 color: rgba(0, 0, 0, 0.9);
385 .dz-preview .dz-details .dz-size {
386 margin-bottom: 0.5em;
390 .dz-preview .dz-details .dz-filename {
394 .dz-preview .dz-details .dz-filename:hover span {
395 border: 1px solid rgba(200, 200, 200, 0.8);
396 background-color: rgba(255, 255, 255, 0.8);
399 .dz-preview .dz-details .dz-filename:not(:hover) {
401 text-overflow: ellipsis;
404 .dz-preview .dz-details .dz-filename:not(:hover) span {
405 border: 1px solid transparent;
408 .dz-preview .dz-details .dz-filename span {
409 background-color: rgba(255, 255, 255, 0.4);
414 .dz-preview:hover .dz-image img {
418 .dz-preview .dz-image {
428 .dz-preview .dz-image img {
432 .dz-preview.dz-success .dz-success-mark {
433 animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
436 .dz-preview.dz-error .dz-error-mark {
438 animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
441 .dz-preview .dz-success-mark, .dz-preview .dz-error-mark {
442 pointer-events: none;
453 .dz-preview .dz-success-mark svg, .dz-preview .dz-error-mark svg {
459 .dz-preview.dz-processing .dz-progress {
461 transition: all 0.2s linear;
464 .dz-preview.dz-complete .dz-progress {
466 transition: opacity 0.4s ease-in;
469 .dz-preview:not(.dz-processing) .dz-progress {
470 animation: pulse 6s ease infinite;
473 .dz-preview .dz-progress {
476 pointer-events: none;
484 background: rgba(255, 255, 255, 0.9);
490 .dz-preview .dz-progress .dz-upload {
492 background: linear-gradient(to bottom, #666, #444);
498 transition: width 300ms ease-in-out;
501 .dz-preview.dz-error .dz-error-message {
505 .dz-preview.dz-error {
506 .dz-image, .dz-details {
507 &:hover ~ .dz-error-message {
509 pointer-events: auto;
514 .dz-preview .dz-error-message {
515 pointer-events: none;
521 transition: opacity 0.3s ease;
528 background: $negative;
533 .dz-preview .dz-error-message:after {
540 border-left: 6px solid transparent;
541 border-right: 6px solid transparent;
542 border-bottom: 6px solid $negative;
546 .tab-container .nav-tabs {
548 border-bottom: 1px solid #DDD;
554 border-bottom-width: 3px;
559 .image-picker .none {
563 #code-editor .CodeMirror {
567 #code-editor .lang-options {
572 text-decoration: underline;
576 @include smaller-than($m) {
577 #code-editor .lang-options {
580 #code-editor .CodeMirror {
587 border: 1px solid #DDD;
603 .comment-box .header {
605 background-color: #f8f8f8;
606 border-bottom: 1px solid #DDD;
609 display: inline-block;
613 padding: $-xxs 0 $-xxs 0;
627 #tag-manager .drag-card {