2014-05-02 18:49:18 +00:00
|
|
|
|
// Top level navigation bar – toolbar – menu – nav
|
2014-04-03 08:21:22 +00:00
|
|
|
|
.toolbar
|
2014-03-16 23:53:15 +00:00
|
|
|
|
top:0
|
2014-05-02 18:49:18 +00:00
|
|
|
|
right:0
|
|
|
|
|
|
width: 100%
|
2014-03-16 23:53:15 +00:00
|
|
|
|
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%)
|
2014-05-02 18:49:18 +00:00
|
|
|
|
.toolbar.active
|
|
|
|
|
|
width: auto
|
|
|
|
|
|
@media screen and (min-width:768px)
|
|
|
|
|
|
.toolbar
|
|
|
|
|
|
position:fixed
|
|
|
|
|
|
// Button to toggle toolbar visibility
|
|
|
|
|
|
.toolbar-toggle
|
|
|
|
|
|
float:right
|
|
|
|
|
|
padding: 0.9em 0.3em
|
|
|
|
|
|
overflow: hidden
|
|
|
|
|
|
width: 1.6em
|
|
|
|
|
|
z-index:4000
|
|
|
|
|
|
border:none
|
|
|
|
|
|
border-left: 1px solid darken($color-toolbar, 16.18%)
|
|
|
|
|
|
background:none
|
|
|
|
|
|
background-color: darken($color-toolbar, 3.82%)
|
|
|
|
|
|
span
|
|
|
|
|
|
display: inline-block
|
|
|
|
|
|
color: darken($color-toolbar, 38.2%)
|
|
|
|
|
|
.glyphicon
|
|
|
|
|
|
animation: toggle-open 0.382s linear both
|
|
|
|
|
|
.toggle-text
|
|
|
|
|
|
display: none
|
|
|
|
|
|
padding-left: 0.382em
|
|
|
|
|
|
&:focus, &:active
|
|
|
|
|
|
outline:none
|
|
|
|
|
|
&:hover, &.active, &:focus
|
|
|
|
|
|
width: auto
|
|
|
|
|
|
padding-left: 0.618em
|
|
|
|
|
|
padding-right: 0.618em
|
|
|
|
|
|
.toggle-text
|
|
|
|
|
|
display: inline-block
|
|
|
|
|
|
padding-left: 0.382em
|
|
|
|
|
|
.toggle-open
|
|
|
|
|
|
display:none
|
|
|
|
|
|
&.active
|
|
|
|
|
|
span
|
|
|
|
|
|
color: darken($color-toolbar, 70%)
|
|
|
|
|
|
.toggle-close
|
|
|
|
|
|
display:none
|
|
|
|
|
|
.toggle-open
|
|
|
|
|
|
display: inline-block
|
|
|
|
|
|
&:hover, &:focus
|
|
|
|
|
|
background-color: darken($color-toolbar, 3.82%)
|
|
|
|
|
|
border-left: 1px solid darken($color-toolbar, 16.18%)
|
|
|
|
|
|
&.active, &:focus.active
|
|
|
|
|
|
background-color: darken($color-herobox, 8%)
|
|
|
|
|
|
.glyphicon
|
|
|
|
|
|
animation: toggle-close 0.382s linear both
|
|
|
|
|
|
&:focus.active
|
|
|
|
|
|
border-left: 1px solid darken($color-toolbar, 38.2%)
|
|
|
|
|
|
border-bottom: 1px solid darken($color-toolbar, 38.2%)
|
|
|
|
|
|
.toolbar-container
|
2014-04-03 08:21:22 +00:00
|
|
|
|
> 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
|
2014-04-08 15:48:52 +00:00
|
|
|
|
hrpg-button-color-mixin($color-toolbar)
|
2014-04-03 08:21:22 +00:00
|
|
|
|
// 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%
|
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-08 15:48:52 +00:00
|
|
|
|
@media screen and (max-width:768px)
|
|
|
|
|
|
.toolbar-options
|
|
|
|
|
|
> li
|
|
|
|
|
|
padding-left:0em
|
|
|
|
|
|
margin-left:0em
|
|
|
|
|
|
margin-right: 0.618em
|
2014-04-03 08:21:22 +00:00
|
|
|
|
.toolbar-sync, .toolbar-settings
|
|
|
|
|
|
@extend $hrpg-button
|
2014-04-08 15:48:52 +00:00
|
|
|
|
hrpg-button-color-mixin($color-toolbar)
|
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
|
2014-04-08 15:48:52 +00:00
|
|
|
|
@extend $hrpg-modal-dropdown-left
|
|
|
|
|
|
hrpg-button-color-mixin($color-toolbar)
|
2014-04-03 08:21:22 +00:00
|
|
|
|
> a span.inactive
|
|
|
|
|
|
opacity: 0.236 !important
|
2014-03-26 22:01:30 +00:00
|
|
|
|
div
|
2014-04-23 17:39:46 +00:00
|
|
|
|
padding-bottom: 1em
|
|
|
|
|
|
width: 300px
|
2014-04-03 08:21:22 +00:00
|
|
|
|
@media screen and (max-width:768px)
|
2014-04-23 17:39:46 +00:00
|
|
|
|
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-03-26 22:01:30 +00:00
|
|
|
|
li
|
|
|
|
|
|
.glyphicon
|
2014-04-05 14:03:36 +00:00
|
|
|
|
margin-right: 0.618em
|
2014-03-26 22:01:30 +00:00
|
|
|
|
height: 100%
|
|
|
|
|
|
a:nth-of-type(1)
|
2014-04-23 17:39:46 +00:00
|
|
|
|
width: 84%
|
2014-03-26 22:01:30 +00:00
|
|
|
|
a:nth-of-type(2)
|
2014-04-23 17:39:46 +00:00
|
|
|
|
width: 16%
|
|
|
|
|
|
text-align: center
|
2014-03-26 22:01:30 +00:00
|
|
|
|
.glyphicon-remove-circle
|
2014-04-23 17:39:46 +00:00
|
|
|
|
margin: 0px
|
|
|
|
|
|
.toolbar-notifs-no-messages
|
|
|
|
|
|
padding: 0.382em 1em
|
2014-04-03 08:21:22 +00:00
|
|
|
|
// Settings dropdown
|
|
|
|
|
|
.toolbar-settings
|
2014-04-08 15:48:52 +00:00
|
|
|
|
@extend $hrpg-modal-dropdown-left
|
2014-04-03 08:21:22 +00:00
|
|
|
|
.toolbar-controls
|
|
|
|
|
|
@extend $hrpg-modal-controls
|
2014-04-23 17:39:46 +00:00
|
|
|
|
.toolbar-controls-button
|
2014-04-03 08:21:22 +00:00
|
|
|
|
@extend $hrpg-button
|
2014-04-08 15:48:52 +00:00
|
|
|
|
hrpg-button-color-mixin(lighten($color-toolbar,32.8%))
|
2014-04-23 17:39:46 +00:00
|
|
|
|
.toolbar-subscribe-button, .toolbar-controls .toolbar-subscribe-button
|
|
|
|
|
|
@extend $hrpg-button-call-to-action
|
|
|
|
|
|
@media screen and (max-width:768px)
|
2014-05-02 18:49:18 +00:00
|
|
|
|
.toolbar-toggle
|
|
|
|
|
|
display: none
|
2014-04-23 17:39:46 +00:00
|
|
|
|
.toolbar-mobile, .toolbar-settings
|
|
|
|
|
|
.toolbar-submenu
|
|
|
|
|
|
padding-left: 1em
|
|
|
|
|
|
display: block
|
|
|
|
|
|
li
|
|
|
|
|
|
display:inline-block
|
|
|
|
|
|
a
|
|
|
|
|
|
padding-left: 0em
|
|
|
|
|
|
.toolbar-subscribe
|
2014-05-02 18:49:18 +00:00
|
|
|
|
display:none
|
|
|
|
|
|
//Animations
|
|
|
|
|
|
@keyframes toggle-close
|
|
|
|
|
|
0%
|
|
|
|
|
|
transform: rotate(0deg)
|
|
|
|
|
|
100%
|
|
|
|
|
|
transform: rotate(45deg)
|
|
|
|
|
|
@keyframes toggle-open
|
|
|
|
|
|
0%
|
|
|
|
|
|
transform: rotate(45deg)
|
|
|
|
|
|
100%
|
|
|
|
|
|
transform: rotate(0deg)
|