X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fgeedmo%2Fyamm3%2Fyamm%2Fyamm.less;fp=vendor%2Fgeedmo%2Fyamm3%2Fyamm%2Fyamm.less;h=d7ebd2d5f425f82ce671d3e2c7d03d31b5b339cb;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/geedmo/yamm3/yamm/yamm.less b/vendor/geedmo/yamm3/yamm/yamm.less new file mode 100644 index 000000000..d7ebd2d5f --- /dev/null +++ b/vendor/geedmo/yamm3/yamm/yamm.less @@ -0,0 +1,39 @@ +/*! + * Yamm!3 - Yet another megamenu for Bootstrap 3 + * http://geedmo.github.com/yamm3 + * + * @geedmo - Licensed under the MIT license + */ + +//----------------------------- +// Yamm Styles +//----------------------------- + +.yamm { + + // reset positions + .nav, .collapse, .dropup, .dropdown { + position: static; + } + + // propagate menu position under container for fw navbars + .container { + position: relative; + } + + // by default aligns menu to left + .dropdown-menu { + left: auto; + } + + // Content with padding + .yamm-content { + padding: 20px 30px; + } + + // Fullwidth menu + .dropdown.yamm-fw .dropdown-menu { + left: 0; right: 0; + } + +}