Add user settings with locale switcher

This commit is contained in:
2014-08-27 18:20:59 +02:00
parent 4a633dc742
commit e5429ee102
15 changed files with 45 additions and 5 deletions
@@ -52,8 +52,8 @@ header.top-menu
margin-top: 10px
color: #999
&.active
color: $active-link-color
border-color: $active-link-color
color: $current-color
border-color: $current-color
&.callout
color: #f70
border-color: #f70
@@ -26,8 +26,12 @@ aside.side-menu
margin-right: 18px
@extend .fa
@extend .fa-list
.settings-icon
margin-right: 18px
@extend .fa
@extend .fa-gears
a.active
color: $active-link-color
color: $current-color
.toggle-side-menu
position: absolute
@@ -0,0 +1,5 @@
.settings-locale
display: inline-block
margin-right: 8px
&.current
border: 1px solid $current-color