Sha256: daabb5bf38692c856234b5f68177f4a22d1cd9fd21d51dfce7565f097a2857e8
Contents?: true
Size: 871 Bytes
Versions: 7
Compression:
Stored size: 871 Bytes
Contents
.file_input { position: relative; white-space: nowrap; .file_thumbnail { width: 60px; height: 60px; vertical-align: bottom; margin-right: 5px; border-radius: rounded(); border: solid 1px var(--ui-primary-color-light); } div.file_name { position: absolute; top: space(7); left: 70px; right: 20px; overflow: hidden; } a.choose { @include icon-only-button; @include pencil-icon; position: absolute; bottom: 0; right: 0; } a.unset { @include icon-only-button("destructive"); @include cancel-circled-icon; position: absolute; bottom: 0; right: 35px; } .drop_down_button { position: absolute; bottom: 0; left: 70px; } .inline_help { white-space: normal; } &.is_unset { .unset, .drop_down_button { display: none; } } }
Version data entries
7 entries across 7 versions & 1 rubygems