Sha256: 240af080b8881020ecf384610f9103173fefbe9699f91a1b732e5d020bfeec9e
Contents?: true
Size: 721 Bytes
Versions: 3
Compression:
Stored size: 721 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 // ************* Dimesions ************* // Applies to ALL displays $navbar-height: 5vh $mobile-navbar-height: 10vh $secondary-navbar-height: 10vh $brand-height: 55% // 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/navigation/colors.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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
slow-steps-0.3.2 | _sass/navigation/_variables.sass |
slow-steps-0.3.1 | _sass/navigation/_variables.sass |
slow-steps-0.3.0 | _sass/navigation/_variables.sass |