Sha256: 5e6c710f8a2c97d3e2469c7e753fc8b96bb9dd72363195e9a41c8c86d9540bff

Contents?: true

Size: 687 Bytes

Versions: 2

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: 200px;
	overflow-y: scroll;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
flashgrid-ext-1.0.1 vendor/assets/stylesheets/sort.css.scss
flashgrid-ext-1.0.0 vendor/assets/stylesheets/sort.css.scss