Sha256: 6f4d7327477af880c1bd6a3858d3e762ed59855557d2b9937bb3a058bc9a4ec6
Contents?: true
Size: 230 Bytes
Versions: 4
Compression:
Stored size: 230 Bytes
Contents
// Horizontal dividers // // Dividers (basically an hr) within dropdowns and nav lists @mixin nav-divider($color: #e5e5e5) { height: 1px; margin: ($spacer-y / 2) 0; overflow: hidden; background-color: $color; }
Version data entries
4 entries across 4 versions & 1 rubygems