PHP Classes

File: vendors/bootstrap/less/mixins/nav-divider.less

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/bootstrap/less/mixins/nav-divider.less   Download  
File: vendors/bootstrap/less/mixins/nav-divider.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 2 years ago
Size: 232 bytes
 

Contents

Class file image Download
// Horizontal dividers // // Dividers (basically an hr) within dropdowns and nav lists .nav-divider(@color: #e5e5e5) { height: 1px; margin: ((@line-height-computed / 2) - 1) 0; overflow: hidden; background-color: @color; }