Sha256: 559d7b17ea49f248d559bd95387e013a41c5eb82671b1ec2b7998aa253cad370
Contents?: true
Size: 860 Bytes
Versions: 15
Compression:
Stored size: 860 Bytes
Contents
// This is where we setup the apperance of the navigation. Note, the contents is picked up from _data/menu.yml and written into _inludes/navbar.html // We have two key sass files, _sass/navbar/mobile.sass and .../desktop.sass // The mobile.sass is loaded first whilst a breakpoint controls the desktop.sass // ************* Dimesions ************* // Applies to ALL displays $navbar-height: 5vh $mobile-navbar-height: 10vh $secondary-navbar-height: 10vh // change .nav-list.height manually in _sass/navbar/mobile.sass, can't figure out how to use calc --vh whith sass var $nav-list-height: 85vh // ************* Colours ************* // see _sass/colors/_variables.sass // ************* Animations ************* $nav-slider-transition: transform .4s ease-in $nav-ani-bg-hover: background-color .2s ease-in $nav-ani-color-hover: color .2s ease-in
Version data entries
15 entries across 15 versions & 1 rubygems