diff options
Diffstat (limited to 'vendor/bootstrap-3.2.0/mixins/_nav-divider.scss')
-rw-r--r-- | vendor/bootstrap-3.2.0/mixins/_nav-divider.scss | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/bootstrap-3.2.0/mixins/_nav-divider.scss b/vendor/bootstrap-3.2.0/mixins/_nav-divider.scss deleted file mode 100644 index 2e6da02a..00000000 --- a/vendor/bootstrap-3.2.0/mixins/_nav-divider.scss +++ /dev/null @@ -1,10 +0,0 @@ -// 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; -} |