Sha256: fa7742d1c264915b7f578e2df9fd9ffe5ed6fa600d727cd9efeec1e469d559b7
Contents?: true
Size: 897 Bytes
Versions: 18
Compression:
Stored size: 897 Bytes
Contents
.image-uploader { border: 2px solid transparent; background: $c-background-disabled; max-width: 500px; min-height: 150px; display: flex; color: $c-text-light; line-height: 1.6; box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.1); padding: 1px; @include breakpoint-mobile { flex-direction: column; } &.uploading {} &.dragover { border: 2px dashed $c-border; } .image { display: flex; align-items: center; justify-content: center; max-width: 250px; max-height: 400px; .editable-image img { width: auto; max-height: 400px; } @include breakpoint-mobile { max-width: 100%; } } .ui-wrapper { flex: 1; display: flex; align-items: center; justify-content: center; } .ui { text-align: center; padding: 20px; } .remove-image { display: block; margin-top: 20px; } }
Version data entries
18 entries across 18 versions & 1 rubygems