Sha256: 6d70ec88f163c5f0e598bcdf4c19d29996436fb203e85259bb8e08ee966bcdf5
Contents?: true
Size: 1.53 KB
Versions: 9
Compression:
Stored size: 1.53 KB
Contents
/* dropzone styling */ .thumb { width: 100%; } #progress_bar { margin: 50px 40px 0px 30px; padding: 3px; border: 1px solid grey; font-size: 7px; clear: both; opacity: 0; -moz-transition: opacity 1s linear; -o-transition: opacity 1s linear; -webkit-transition: opacity 1s linear; } #progress_bar.loading { opacity: 1.0; } #progress_bar .percent { background-color: #99ccff; height: auto; width: 0; } .drop_zone.delimiter { height: 150px; width: 100%; padding: 0px; margin: 0px; position: relative } .drop_zone.upload_bay { width: 100%; height: 80px; position: relative; padding: 0px; margin: 0px; background-color: #26a69a; border-radius: 8px; } .drop_zone.user_notice { position: absolute; top: 0px; border: 0px; width: 100%; height: 100%; padding: 30px; } .drop_zone.file_browser { width: 100%; height: 100%; position: absolute; top: 0px; opacity: 0; } .drop_zone.file_hangar { min-height: 100px; height: 100%; background-color: transparent; } .hovering_files { background-color: #0ABFBC !important; } .loading_files { background-color: #f57c00 !important; } .error_loading_files { background-color: red !important; } .stitched { padding: 20px; margin: 10px; color: #fff; font-size: 12px; font-weight: 400; line-height: 1.3em; border: 1px dashed #fff; border-radius: 8px; box-shadow: 0 0 0 4px #26a69a, 2px 2px 6px 4px rgba(1, 1, 1, 0.25); font-weight: normal; } .drop_zone .card .row { margin-bottom: 0px } /* end of dropzone styling */
Version data entries
9 entries across 9 versions & 1 rubygems