Sha256: 61def978c3fb8bf3409179e065ab2871dc79f156ce0f726b0198b7ca13ac76a5
Contents?: true
Size: 1.32 KB
Versions: 15
Compression:
Stored size: 1.32 KB
Contents
@import "definitions.css.scss"; #add-alias-dialogue { $instruction-height: 20px; $paging-height: 30px; position: absolute; left: 0; right: 0; top: 0; height: auto; bottom: 0; .paging { @include interface; @include box-sizing; height: $paging-height; background-color: #f2f2f2; padding: $unit/2 $unit; position: relative; .progress { position: absolute; width: 16px; height: 16px; // left: $unit; right: $unit; top: ($paging-height - 16) / 2; } .search { position: absolute; // right: $unit; left: $unit; top: 6px; width: 50%; input { margin: 0; width: 100%; } } } .instructions { @include interface; @include box-sizing; height: $instruction-height; margin: 0; background-color: #f2f2f2; color: #666; padding: $unit/2 $unit; } .typelist { position: absolute; left: 0; right: 0; top: $paging-height; bottom: 0; overflow: auto; } .type { @include disable-text-select; @include display-box; cursor: pointer; padding: $unit/2 $unit; background-color: #fbfbfb; // margin: $unit; margin-bottom: 0; font-size: $target-name-size; color: #333333; &:hover { background-color: #666; color: #fff; } &.selected { background-color: $action; color: #fff; } } .type + .type { border-top: solid 1px #f2f2f2; } }
Version data entries
15 entries across 15 versions & 1 rubygems