PHP Classes

File: vendors/select2/docs/_sass/vendor/bootstrap/mixins/_nav-divider.scss

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/select2/docs/_sass/vendor/bootstrap/mixins/_nav-divider.scss   Download  
File: vendors/select2/docs/_sass/vendor/bootstrap/mixins/_nav-divider.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 238 bytes
 

Contents

Class file image Download
// 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; }