box-shadow: none;
color: #FFF;
padding: $-xs $-m;
+ cursor: pointer;
}
.popup-header button:not(.popup-header-close) {
animation: dzAnimIn 240ms ease-in-out;
}
+.dropzone-landing-area {
+ background-color: var(--color-primary-light);
+ padding: $-m $-l;
+ width: 100%;
+ border: 1px dashed var(--color-primary);
+ color: var(--color-primary);
+ border-radius: 4px;
+}
+
@keyframes dzAnimIn {
0% {
opacity: 0;
.dropzone-file-item-image-wrap {
width: 80px;
position: relative;
+ background-color: var(--color-primary-light);
img {
object-fit: cover;
width: 100%;
.dropzone-file-item-label,
.dropzone-file-item-status {
align-items: center;
- font-size: .9rem;
+ font-size: .8rem;
font-weight: 700;
}
.dropzone-file-item-status[data-status] {
display: flex;
- font-size: .8rem;
+ font-size: .6rem;
font-weight: 500;
line-height: 1.2;
}
.image-manager .load-more {
display: block;
text-align: center;
- @include lightDark(background-color, #EEE, #444);
padding: $-s $-m;
- color: #AAA;
clear: both;
- font-size: 20px;
- cursor: pointer;
- font-style: italic;
+ .loading-container {
+ margin: 0;
+ }
}
.image-manager .loading-container {
min-height: auto;
padding: $-m;
}
- img {
+ .image-manager-viewer img {
max-width: 100%;
max-height: 180px;
display: block;
}
}
+.image-manager [role="tablist"] button[role="tab"] {
+ border-right: 1px solid #DDD;
+ &:last-child {
+ border-right: none;
+ }
+}
+
+.image-manager-header {
+ z-index: 4;
+}
+
.tab-container [role="tablist"] {
display: flex;
align-items: end;