Sha256: 98dadf4d1306745bc288c4a7acf2c40a698afb45132c89ce316123dc743aa922
Contents?: true
Size: 687 Bytes
Versions: 1
Compression:
Stored size: 687 Bytes
Contents
/* Table of Contents ================================================== #Sort */ /* #Sort ================================================== */ .sort { border-top: 1px solid rgba(217,222,225,1); border-bottom: 1px solid rgba(217,222,225,1); list-style-type: none; padding: 0; } .sort > li { padding: 5px 0; } .sort > li:first-child { padding: 10px 0 5px 0; } .sort > li:last-child { padding: 5px 0 10px 0; } .sort-bordered > li { border-top: 1px solid rgba(217,222,225,1); padding: 8px 0; } .sort-bordered > li:first-child { border: none; } .sort-striped > li:nth-child(even) { background-color: rgba(246,247,249,1); } .sort-scrollable { max-height: 300px; overflow-y: scroll; }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
flashgrid-ext-1.0.2 | vendor/assets/stylesheets/sort.css.scss |