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-03-14 23:32:32 +00:00
|
|
|
|
color: #222
|
2014-04-03 08:21:22 +00:00
|
|
|
|
background-color: lighten($color-herobox, 60%)
|
|
|
|
|
|
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
|
|
|
|
|
|
float:left
|
|
|
|
|
|
@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-03 08:21:22 +00:00
|
|
|
|
padding: 10px
|
|
|
|
|
|
@media screen and (max-width:768px)
|
|
|
|
|
|
display: none
|
|
|
|
|
|
> li
|
|
|
|
|
|
//border-right: 1px solid #ccc
|
|
|
|
|
|
margin-right: 10px
|
|
|
|
|
|
.toolbar-button-dropdown
|
|
|
|
|
|
@extend $hrpg-button-toggle
|
|
|
|
|
|
@extend $hrpg-modal-dropdown-right
|
|
|
|
|
|
.toolbar-button
|
|
|
|
|
|
@extend $hrpg-button
|
|
|
|
|
|
> 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
|
2014-04-03 08:21:22 +00:00
|
|
|
|
@media screen and (max-width:768px)
|
|
|
|
|
|
padding: 10px 8px
|
2014-03-14 23:32:32 +00:00
|
|
|
|
.toolbar-submenu
|
2014-04-03 08:21:22 +00:00
|
|
|
|
ul
|
|
|
|
|
|
padding-left: 0px !important
|
|
|
|
|
|
li
|
|
|
|
|
|
margin-right: 16px
|
2014-03-14 23:32:32 +00:00
|
|
|
|
display:inline-block
|
|
|
|
|
|
.glyphicon
|
|
|
|
|
|
margin-right:8px
|
2014-04-03 08:21:22 +00:00
|
|
|
|
color:#ccc
|
|
|
|
|
|
// Information bar: Bailey – notifs – currency – subscribe button
|
|
|
|
|
|
.toolbar-bailey, .toolbar-wallet, .toolbar-options
|
|
|
|
|
|
float:right
|
|
|
|
|
|
padding: 10px 10px 10px 0
|
|
|
|
|
|
.toolbar-wallet
|
|
|
|
|
|
.gem-wallet
|
|
|
|
|
|
margin-left:8px
|
|
|
|
|
|
.Gems
|
|
|
|
|
|
margin-top: 3px
|
|
|
|
|
|
span
|
|
|
|
|
|
display:inline-block
|
|
|
|
|
|
vertical-align:top
|
|
|
|
|
|
padding-top:5px
|
|
|
|
|
|
.toolbar-currency
|
|
|
|
|
|
margin-left:16px
|
|
|
|
|
|
padding: 5px 8px !important
|
|
|
|
|
|
margin:0px
|
|
|
|
|
|
vertical-align:top
|
|
|
|
|
|
@media screen and (max-width:768px)
|
|
|
|
|
|
.toolbar
|
|
|
|
|
|
> ul
|
|
|
|
|
|
float: none
|
|
|
|
|
|
margin: 0px 4px 4px 4px
|
|
|
|
|
|
.toolbar-bailey
|
|
|
|
|
|
float:right
|
|
|
|
|
|
.toolbar-options
|
|
|
|
|
|
> li
|
|
|
|
|
|
margin-left: 8px
|
|
|
|
|
|
.toolbar-sync, .toolbar-settings
|
|
|
|
|
|
@extend $hrpg-button
|
|
|
|
|
|
.toolbar-subscribe
|
|
|
|
|
|
@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
|
|
|
|
|
|
padding-bottom:16px
|
2014-04-03 08:21:22 +00:00
|
|
|
|
max-height: 63%
|
2014-03-26 22:01:30 +00:00
|
|
|
|
li
|
|
|
|
|
|
position: relative
|
|
|
|
|
|
.glyphicon
|
|
|
|
|
|
margin-right: 10px
|
|
|
|
|
|
height: 100%
|
|
|
|
|
|
a
|
|
|
|
|
|
display:inline-block
|
|
|
|
|
|
a:nth-of-type(1)
|
|
|
|
|
|
margin-right: 26px
|
|
|
|
|
|
a:nth-of-type(2)
|
|
|
|
|
|
position:absolute
|
|
|
|
|
|
right:0px
|
|
|
|
|
|
.glyphicon-remove-circle
|
|
|
|
|
|
margin-right: 0px
|
|
|
|
|
|
color:#9d9d9d
|
|
|
|
|
|
&:after
|
2014-04-03 08:21:22 +00:00
|
|
|
|
right:26px
|
|
|
|
|
|
// 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
|