PHP Classes

File: public/assets/bower_components/bootstrap/less/mixins/nav-divider.less

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   public/assets/bower_components/bootstrap/less/mixins/nav-divider.less   Download  
File: public/assets/bower_components/bootstrap/less/mixins/nav-divider.less
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 1 year 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; }