PHP Classes

File: theme/sass/bootstrap/mixins/_nav-divider.scss

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Giga CMS   theme/sass/bootstrap/mixins/_nav-divider.scss   Download  
File: theme/sass/bootstrap/mixins/_nav-divider.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Giga CMS
Multi-user content management system
Author: By
Last change:
Date: 7 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; }