Sha256: a6477b1faf71ba146c5045e841b683676a550a8f21c49f884767b5f24456e438
Contents?: true
Size: 1.15 KB
Versions: 4
Compression:
Stored size: 1.15 KB
Contents
.btn-link { text-decoration: none; } .h-btn-light { color: $form-text-color; background-color: $gray-200; } .h-btn-outline-light { background-color: $white; color: $form-text-color; border-color: $input-border-color; } .h-btn-outline-transparent { color: $form-text-color; border: 1px solid $input-border-color; } .h-dropzone { border: 2px dashed $input-border-color; border-radius: $border-radius; // Direct children & > *:not(input[type="file"]) { pointer-events: none; z-index: 2; } &.dragover, &:hover { border-color: $gray-400; } &.dragover { input[type="file"] { z-index: 3 } } &.active { border-color: $input-focus-border-color; outline: 0; @if $enable-shadows { @include box-shadow($input-box-shadow, $input-focus-box-shadow); } @else { box-shadow: $input-focus-box-shadow; } } input[type="file"] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 1; } } .h-dropzone-placeholder { color: $input-placeholder-color; display: flex; align-items: center; justify-content: center; width: 100%; }
Version data entries
4 entries across 4 versions & 1 rubygems