Sha256: e99de973affac393e30d05fc1bafdb1cc9bcd117be060beff8af5b1e968199bc
Contents?: true
Size: 462 Bytes
Versions: 3
Compression:
Stored size: 462 Bytes
Contents
.c-file-upload { position: relative; display: inline-block; overflow: hidden; &--drop { display: block; padding: var(--spacing-medium); line-height: 10; text-align: center; background-color: var(--color-background); border: 3px dashed var(--color-dark); border-radius: var(--border-radius); } input[type='file'] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } }
Version data entries
3 entries across 3 versions & 1 rubygems