Sha256: 0673a20e32a0610e88a28886a8fba5346fe5ba72860d0af508e52672a3836dd7

Contents?: true

Size: 237 Bytes

Versions: 81

Compression:

Stored size: 237 Bytes

Contents

// Horizontal dividers
//
// Dividers (basically an hr) within dropdowns and nav lists

@mixin nav-divider($color: #e5e5e5){
  height: 1px;
  margin: (($line-height-computed / 2) - 1) 0;
  overflow: hidden;
  background-color: $color;
}

Version data entries

81 entries across 81 versions & 1 rubygems

Version Path
patternfly-sass-3.31.1 dist/sass/patternfly/dependencies/bootstrap-switch/mixins/nav-divider.scss