X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Ftwbs%2Fbootstrap-sass%2Fassets%2Fstylesheets%2Fbootstrap%2Fmixins%2F_nav-divider.scss;fp=vendor%2Ftwbs%2Fbootstrap-sass%2Fassets%2Fstylesheets%2Fbootstrap%2Fmixins%2F_nav-divider.scss;h=2e6da02a4748b00cf67c21cc1735c26373e9c4c8;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/twbs/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_nav-divider.scss b/vendor/twbs/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_nav-divider.scss new file mode 100644 index 000000000..2e6da02a4 --- /dev/null +++ b/vendor/twbs/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_nav-divider.scss @@ -0,0 +1,10 @@ +// 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; +}