Add nav, Enhance tabs

This commit is contained in:
Jeremy Thomas
2016-05-07 23:40:06 +01:00
parent c0f0f9f9d8
commit 368ab78c38
10 changed files with 231 additions and 117 deletions

View File

@@ -55,13 +55,6 @@
text-indent: -290486px
width: $width
=unselectable
-webkit-touch-callout: none
-webkit-user-select: none
-moz-user-select: none
-ms-user-select: none
user-select: none
=from($device)
@media screen and (min-width: $device)
@content

View File

@@ -49,6 +49,8 @@ $column-gap: 20px !default
$header-height: 50px !default
$nav-height: 50px !default
// Miscellaneous
$easing: ease-out !default