Sha256: 171753f4f9b928d6a979029a60d65e23a2541f4f6248f7acf181c264a7daae77
Contents?: true
Size: 776 Bytes
Versions: 4
Compression:
Stored size: 776 Bytes
Contents
/* File & Image ------------------------------------------------------------ */ .view .input-file, .view .input-image { min-height: 102px; // NOTE: calculated based on image thumbnail size a { color: $positiveColor; @include truncate; } a:hover { text-decoration: underline; } input[type=file] { margin-top: .5em; } input[type=checkbox] { display: inline; width: auto; margin-right: .5em; margin-left: 1em; } label { display: inline; font-size: .8em; } &.empty { img, a, label, input[type=checkbox] { display: none; } input[type=file] { margin-top: .2em; } } } .view .input-image:not(.empty) { padding-left: 6.5em; position: relative; img { position: absolute; border-radius: 4px; left: 1em; top: .8em; width: 4.7em; } }
Version data entries
4 entries across 4 versions & 1 rubygems