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"] {
59 transition: all ease-in-out 180ms;
60 transform: rotate(0deg);
61 transform-origin: 50% 50%;
63 &.open svg[data-icon="caret-right"] {
64 transform: rotate(90deg);
66 svg[data-icon="caret-right"] + * {
72 background-color: rgba(0, 0, 0, 0.333);
84 justify-content: center;
93 background-color: #FFF;
99 box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
103 flex-direction: column;
111 align-self: flex-start;
128 .popup-header, .popup-footer {
129 display: block !important;
132 flex: none !important;
138 body.flexbox-support #entity-selector-wrap .popup-body .form-group {
142 #entity-selector-wrap .popup-body .form-group {
145 .popup-body .entity-selector-container {
149 .image-manager-body {
153 .dropzone-container {
155 background-color: #EEE;
156 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");
159 .image-manager-list .image {
168 border: 1px solid #DDD;
169 box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
170 transition: all cubic-bezier(.4, 0, 1, 1) 160ms;
173 //transform: scale3d(0.92, 0.92, 0.92);
174 border: 4px solid #FFF;
177 box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
190 background-color: rgba(0, 0, 0, 0.4);
197 @include smaller-than($xl) {
200 @include smaller-than($m) {
207 #image-manager .load-more {
210 background-color: #EEE;
219 .image-manager-sidebar {
223 border-left: 1px solid #DDD;
231 margin: 0 auto $-m auto;
232 box-shadow: 0 1px 21px 1px rgba(76, 76, 76, 0.3);
234 .image-manager-viewer {
238 justify-content: center;
240 display: inline-block;
243 .dropzone-container {
244 border-bottom: 1px solid #DDD;
248 .image-manager-list {
253 .image-manager-content {
255 flex-direction: column;
278 transition: all ease-in-out 120ms;
281 .dz-drag-hover .dz-message {
282 background-color: rgb(16, 126, 210);
286 @keyframes passing-through {
289 transform: translateY(40px);
293 transform: translateY(0px);
297 transform: translateY(-40px);
301 @keyframes slide-in {
304 transform: translateY(40px);
308 transform: translateY(0px);
317 transform: scale(1.1);
324 .dropzone, .dropzone * {
325 box-sizing: border-box;
330 display: inline-block;
340 .dz-preview:hover .dz-details {
344 .dz-preview.dz-file-preview .dz-image {
349 .dz-preview.dz-file-preview .dz-details {
353 .dz-preview.dz-image-preview {
357 .dz-preview.dz-image-preview .dz-details {
358 transition: opacity 0.2s linear;
361 .dz-preview .dz-remove {
370 .dz-preview .dz-remove:hover {
371 text-decoration: underline;
374 .dz-preview:hover .dz-details {
378 .dz-preview .dz-details {
389 color: rgba(0, 0, 0, 0.9);
393 .dz-preview .dz-details .dz-size {
394 margin-bottom: 0.5em;
398 .dz-preview .dz-details .dz-filename {
402 .dz-preview .dz-details .dz-filename:hover span {
403 border: 1px solid rgba(200, 200, 200, 0.8);
404 background-color: rgba(255, 255, 255, 0.8);
407 .dz-preview .dz-details .dz-filename:not(:hover) {
409 text-overflow: ellipsis;
412 .dz-preview .dz-details .dz-filename:not(:hover) span {
413 border: 1px solid transparent;
416 .dz-preview .dz-details .dz-filename span {
417 background-color: rgba(255, 255, 255, 0.4);
422 .dz-preview:hover .dz-image img {
426 .dz-preview .dz-image {
436 .dz-preview .dz-image img {
440 .dz-preview.dz-success .dz-success-mark {
441 animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
444 .dz-preview.dz-error .dz-error-mark {
446 animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
449 .dz-preview .dz-success-mark, .dz-preview .dz-error-mark {
450 pointer-events: none;
461 .dz-preview .dz-success-mark svg, .dz-preview .dz-error-mark svg {
467 .dz-preview.dz-processing .dz-progress {
469 transition: all 0.2s linear;
472 .dz-preview.dz-complete .dz-progress {
474 transition: opacity 0.4s ease-in;
477 .dz-preview:not(.dz-processing) .dz-progress {
478 animation: pulse 6s ease infinite;
481 .dz-preview .dz-progress {
484 pointer-events: none;
492 background: rgba(255, 255, 255, 0.9);
498 .dz-preview .dz-progress .dz-upload {
500 background: linear-gradient(to bottom, #666, #444);
506 transition: width 300ms ease-in-out;
509 .dz-preview.dz-error .dz-error-message {
513 .dz-preview.dz-error {
514 .dz-image, .dz-details {
515 &:hover ~ .dz-error-message {
517 pointer-events: auto;
522 .dz-preview .dz-error-message {
523 pointer-events: none;
529 transition: opacity 0.3s ease;
536 background: $negative;
541 .dz-preview .dz-error-message:after {
548 border-left: 6px solid transparent;
549 border-right: 6px solid transparent;
550 border-bottom: 6px solid $negative;
554 .tab-container .nav-tabs {
556 border-bottom: 1px solid #DDD;
562 border-bottom-width: 3px;
567 .image-picker .none {
571 #code-editor .CodeMirror {
575 #code-editor .lang-options {
580 text-decoration: underline;
584 @include smaller-than($m) {
585 #code-editor .lang-options {
588 #code-editor .CodeMirror {
595 border: 1px solid #DDD;
611 .comment-box .header {
613 background-color: #f8f8f8;
614 border-bottom: 1px solid #DDD;
617 display: inline-block;
621 padding: $-xxs 0 $-xxs 0;
635 #tag-manager .drag-card {