Sha256: 9b1dd79841f8e06477a8ff9a17a248c9dc7e41546dd8b0ced394bb468c077dcb
Contents?: true
Size: 357 Bytes
Versions: 6
Compression:
Stored size: 357 Bytes
Contents
// File Input Mixins @mixin file-input { position: relative; input[type="file"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; } label { position: relative; z-index: 1; } } // File Input Component @mixin bedrock-file-input { [data-file-input] { @include file-input; } }
Version data entries
6 entries across 6 versions & 1 rubygems