2014-03-14 23:32:32 +00:00
|
|
|
|
// Custom styles for the menu aka toolbar aka navbar
|
2014-04-03 08:21:22 +00:00
|
|
|
|
.toolbar
|
2014-03-16 23:53:15 +00:00
|
|
|
|
width:100%;
|
|
|
|
|
|
top:0
|
|
|
|
|
|
left:0
|
|
|
|
|
|
z-index:998
|
2014-04-05 14:03:36 +00:00
|
|
|
|
background-color: $color-toolbar
|
2014-04-03 08:21:22 +00:00
|
|
|
|
border-bottom: 1px solid darken($color-herobox, 12%)
|
|
|
|
|
|
> ul > li
|
|
|
|
|
|
display: inline-block
|
2014-03-14 23:32:32 +00:00
|
|
|
|
// Mobile menu button
|
2014-04-03 08:21:22 +00:00
|
|
|
|
.toolbar-mobile-nav
|
2014-04-05 14:03:36 +00:00
|
|
|
|
display: inline-block
|
|
|
|
|
|
padding-left: 0.618em
|
|
|
|
|
|
padding-right: 0.618em
|
2014-04-03 08:21:22 +00:00
|
|
|
|
@media screen and (min-width:768px)
|
|
|
|
|
|
display: none
|
|
|
|
|
|
.toolbar-mobile
|
|
|
|
|
|
@extend $hrpg-button
|
|
|
|
|
|
@extend $hrpg-modal-dropdown-right
|
|
|
|
|
|
// Top level menu items: Tasks – User – Social – Inventory
|
|
|
|
|
|
.toolbar-nav
|
2014-03-14 23:32:32 +00:00
|
|
|
|
float:left;
|
2014-04-05 14:03:36 +00:00
|
|
|
|
padding: 0.618em
|
2014-04-03 08:21:22 +00:00
|
|
|
|
@media screen and (max-width:768px)
|
|
|
|
|
|
display: none
|
|
|
|
|
|
> li
|
2014-04-05 14:03:36 +00:00
|
|
|
|
margin-right: 0.618em
|
2014-04-03 08:21:22 +00:00
|
|
|
|
.toolbar-button-dropdown
|
|
|
|
|
|
@extend $hrpg-button-toggle
|
|
|
|
|
|
@extend $hrpg-modal-dropdown-right
|
2014-04-05 14:03:36 +00:00
|
|
|
|
hrpg-button-color-mixin($color-toolbar)
|
2014-04-03 08:21:22 +00:00
|
|
|
|
.toolbar-button
|
|
|
|
|
|
@extend $hrpg-button
|
2014-04-05 14:03:36 +00:00
|
|
|
|
hrpg-button-color-mixin($color-toolbar)
|
2014-04-03 08:21:22 +00:00
|
|
|
|
> a
|
|
|
|
|
|
display:inline-block
|
2014-03-14 23:32:32 +00:00
|
|
|
|
height:100%
|
|
|
|
|
|
&:link,&:visited
|
|
|
|
|
|
color: #222
|
|
|
|
|
|
&:hover
|
2014-04-03 08:21:22 +00:00
|
|
|
|
background-color: #eee
|
2014-03-14 23:32:32 +00:00
|
|
|
|
&:active
|
|
|
|
|
|
color:#000
|
|
|
|
|
|
.toolbar-submenu
|
2014-04-03 08:21:22 +00:00
|
|
|
|
li
|
2014-04-05 14:03:36 +00:00
|
|
|
|
margin-right: 1em
|
|
|
|
|
|
> li > ul > li
|
2014-03-14 23:32:32 +00:00
|
|
|
|
display:inline-block
|
2014-04-05 14:03:36 +00:00
|
|
|
|
.glyphicon
|
|
|
|
|
|
margin-right: 0.618em
|
|
|
|
|
|
color:#ccc
|
2014-04-03 08:21:22 +00:00
|
|
|
|
// Information bar: Bailey – notifs – currency – subscribe button
|
2014-04-05 14:03:36 +00:00
|
|
|
|
.toolbar-bailey, .toolbar-wallet, .toolbar-options, .toolbar-subscribe
|
2014-04-03 08:21:22 +00:00
|
|
|
|
float:right
|
2014-04-05 14:03:36 +00:00
|
|
|
|
padding: 0.618em 0.618em 0.618em 0
|
|
|
|
|
|
@media screen and (max-width:768px)
|
|
|
|
|
|
float: none
|
|
|
|
|
|
display: inline-block
|
|
|
|
|
|
padding: 0.618em 0.382em 0.618em 0
|
2014-04-03 08:21:22 +00:00
|
|
|
|
.toolbar-wallet
|
|
|
|
|
|
.gem-wallet
|
|
|
|
|
|
.Gems
|
2014-04-05 14:03:36 +00:00
|
|
|
|
margin-top: 0em
|
2014-04-03 08:21:22 +00:00
|
|
|
|
span
|
|
|
|
|
|
display:inline-block
|
|
|
|
|
|
vertical-align:top
|
2014-04-05 14:03:36 +00:00
|
|
|
|
padding-top: 0.382em
|
|
|
|
|
|
.toolbar-currency
|
|
|
|
|
|
padding-top: 0.236em
|
|
|
|
|
|
padding-bottom: 0.236em
|
|
|
|
|
|
vertical-align:top
|
|
|
|
|
|
.toolbar-currency.gold
|
|
|
|
|
|
color: darken($neutral,61,8%)
|
|
|
|
|
|
.toolbar-currency.silver
|
|
|
|
|
|
color: #999
|
|
|
|
|
|
.toolbar-options, .toolbar-wallet
|
2014-04-03 08:21:22 +00:00
|
|
|
|
> li
|
2014-04-05 14:03:36 +00:00
|
|
|
|
margin-left: 0.618em
|
2014-04-03 08:21:22 +00:00
|
|
|
|
.toolbar-sync, .toolbar-settings
|
|
|
|
|
|
@extend $hrpg-button
|
2014-04-05 14:03:36 +00:00
|
|
|
|
.toolbar-subscribe li
|
2014-04-03 08:21:22 +00:00
|
|
|
|
@extend $hrpg-button-call-to-action
|
2014-03-16 23:53:15 +00:00
|
|
|
|
@media screen and (min-width:768px)
|
2014-04-03 08:21:22 +00:00
|
|
|
|
.toolbar
|
2014-03-16 23:53:15 +00:00
|
|
|
|
position:fixed
|
2014-03-26 22:01:30 +00:00
|
|
|
|
// Notifications icon and dropdown
|
|
|
|
|
|
.toolbar-notifs
|
2014-04-03 08:21:22 +00:00
|
|
|
|
@extend $hrpg-button
|
|
|
|
|
|
@extend $hrpg-modal-dropdown-left-heading
|
|
|
|
|
|
> a span.inactive
|
|
|
|
|
|
opacity: 0.236 !important
|
2014-03-26 22:01:30 +00:00
|
|
|
|
div
|
|
|
|
|
|
width:300px
|
2014-04-03 08:21:22 +00:00
|
|
|
|
@media screen and (max-width:768px)
|
|
|
|
|
|
width:96%
|
2014-03-26 22:01:30 +00:00
|
|
|
|
.toolbar-notifs-notifs
|
2014-04-05 14:03:36 +00:00
|
|
|
|
padding-bottom:1em
|
2014-04-03 08:21:22 +00:00
|
|
|
|
max-height: 63%
|
2014-03-26 22:01:30 +00:00
|
|
|
|
li
|
|
|
|
|
|
position: relative
|
|
|
|
|
|
.glyphicon
|
2014-04-05 14:03:36 +00:00
|
|
|
|
margin-right: 0.618em
|
2014-03-26 22:01:30 +00:00
|
|
|
|
height: 100%
|
|
|
|
|
|
a
|
|
|
|
|
|
display:inline-block
|
|
|
|
|
|
a:nth-of-type(1)
|
2014-04-05 14:03:36 +00:00
|
|
|
|
margin-right: 1.618em
|
2014-03-26 22:01:30 +00:00
|
|
|
|
a:nth-of-type(2)
|
|
|
|
|
|
position:absolute
|
|
|
|
|
|
right:0px
|
|
|
|
|
|
.glyphicon-remove-circle
|
|
|
|
|
|
margin-right: 0px
|
|
|
|
|
|
color:#9d9d9d
|
2014-04-03 08:21:22 +00:00
|
|
|
|
// Settings dropdown
|
|
|
|
|
|
.toolbar-settings
|
|
|
|
|
|
@extend $hrpg-modal-dropdown-left-heading
|
|
|
|
|
|
.toolbar-controls
|
|
|
|
|
|
@extend $hrpg-modal-controls
|
2014-03-26 22:01:30 +00:00
|
|
|
|
li
|
2014-04-03 08:21:22 +00:00
|
|
|
|
@extend $hrpg-button
|
|
|
|
|
|
.toolbar-settings .toolbar-controls
|
|
|
|
|
|
@media screen and (min-width:768px)
|
|
|
|
|
|
display:none
|