[ Index ]

PHP Cross Reference of Moodle 310

title

Body

[close]

/theme/boost/scss/bootstrap/mixins/ -> _nav-divider.scss (source)

   1  // Horizontal dividers
   2  //
   3  // Dividers (basically an hr) within dropdowns and nav lists
   4  
   5  @mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y, $ignore-warning: false) {
   6    height: 0;
   7    margin: $margin-y 0;
   8    overflow: hidden;
   9    border-top: 1px solid $color;
  10    @include deprecate("The `nav-divider()` mixin", "v4.4.0", "v5", $ignore-warning);
  11  }


Generated: Wed Jan 22 11:59:49 2025 Cross-referenced by PHPXref 0.7.1