Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
John Mulhausen committed Mar 4, 2016
2 parents ff93b43 + b0210ff commit 1a100da
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
1 change: 1 addition & 0 deletions _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<header>
<a href="/" class="logo"></a>
<div class="nav-buttons" data-auto-burger="primary">
<a href="docs" class="button" id="viewDocs">View Documentation</a>
<a href="/docs/hellonode/" class="button" id="tryKubernetes">Try Kubernetes</a>
<button id="hamburger" onclick="kub.toggleMenu()" data-auto-burger-exclude><div></div></button>
</div>
Expand Down
24 changes: 23 additions & 1 deletion _sass/_base.sass
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,26 @@ header
.nav-buttons
float: right

#viewDocs
border: 1px solid white
background-color: transparent
transition: 0.3s

&:hover
background-color: white
color: $dark-grey

#tryKubernetes
width: 0
padding: 0 0
border: 1px solid transparent
background-color: transparent
text-align: center
white-space: nowrap
vertical-align: middle
overflow: hidden
transition: 0.3s

#hamburger
display: inline-block
position: relative
Expand Down Expand Up @@ -201,7 +221,9 @@ header

.open-nav, .y-enough
#tryKubernetes
width: 160px
width: 150px
background-color: $blue
border-color: $blue


.flip-nav, .open-nav
Expand Down
Loading

0 comments on commit 1a100da

Please sign in to comment.