????

Your IP : 3.137.211.1


Current Path : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/sass/bootstrap/mixins/
Upload File :
Current File : /home/darkwebsol/rensencorp.com/wp-content/themes/rashy/sass/bootstrap/mixins/_nav-divider.scss

// 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;
}