PHP Classes

File: public/vendors/bootstrap/scss/mixins/_nav-divider.scss

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Devs Hunt   public/vendors/bootstrap/scss/mixins/_nav-divider.scss   Download  
File: public/vendors/bootstrap/scss/mixins/_nav-divider.scss
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Devs Hunt
Manage courses and student enrolment
Author: By
Last change:
Date: 3 months ago
Size: 369 bytes
 

Contents

Class file image Download
// Horizontal dividers // // Dividers (basically an hr) within dropdowns and nav lists @mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y, $ignore-warning: false) { height: 0; margin: $margin-y 0; overflow: hidden; border-top: 1px solid $color; @include deprecate("The `nav-divider()` mixin", "v4.4.0", "v5", $ignore-warning); }