user upgrades

This commit is contained in:
2014-09-15 15:47:51 +02:00
parent 7ca7dc4d12
commit 04adfbcd66
11 changed files with 75 additions and 34 deletions
@@ -20,6 +20,8 @@ header.top-menu
.top-menu-logo
@media #{$small-only}
display: none
img
margin-top: -6px
.menu-content
background-color: white
background-repeat: repeat-x
@@ -0,0 +1,19 @@
.modal
margin: auto
margin-top: 90px
width: 300px
background-color: #fff
padding: 1em
z-index: 9085
.overlay
height: 100%
width: 100%
position: fixed
top: 0
left: 0
background-color: rgba(0, 0, 0, 0.2)
z-index: 9084
.flush--top
margin-top: 0