|
|
|
@ -74,13 +74,17 @@ |
|
|
|
#header { |
|
|
|
/* Header menu */ |
|
|
|
.menu { |
|
|
|
top: 45px; |
|
|
|
background-color: $color-main-background; |
|
|
|
filter: drop-shadow(0 1px 10px $color-box-shadow); |
|
|
|
border-radius: 0 0 3px 3px; |
|
|
|
box-sizing: border-box; |
|
|
|
z-index: 2000; |
|
|
|
position: absolute; |
|
|
|
max-width: 350px; |
|
|
|
max-height: 280px; |
|
|
|
right: 0; |
|
|
|
top: 44px; |
|
|
|
margin: 0; |
|
|
|
|
|
|
|
&:not(.popovermenu) { |
|
|
|
display: none; |
|
|
|
@ -96,6 +100,7 @@ |
|
|
|
width: 0; |
|
|
|
position: absolute; |
|
|
|
pointer-events: none; |
|
|
|
right: 12px; |
|
|
|
} |
|
|
|
} |
|
|
|
.logo { |
|
|
|
@ -151,6 +156,25 @@ |
|
|
|
#header-right, .header-right { |
|
|
|
justify-content: flex-end; |
|
|
|
} |
|
|
|
|
|
|
|
/* Right header standard */ |
|
|
|
.header-right { |
|
|
|
> div, |
|
|
|
> form { |
|
|
|
position: relative; |
|
|
|
> .menutoggle { |
|
|
|
display: flex; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
width: 44px; |
|
|
|
height: 44px; |
|
|
|
cursor: pointer; |
|
|
|
opacity: 0.6; |
|
|
|
padding: 0; |
|
|
|
margin: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/* hover effect for app switcher label */ |
|
|
|
@ -199,16 +223,17 @@ |
|
|
|
} |
|
|
|
|
|
|
|
/* NAVIGATION --------------------------------------------------------------- */ |
|
|
|
nav { |
|
|
|
nav[role='navigation'] { |
|
|
|
display: inline-block; |
|
|
|
width: 44px; |
|
|
|
height: 44px; |
|
|
|
margin-left: -54px; |
|
|
|
margin-left: -44px; |
|
|
|
} |
|
|
|
|
|
|
|
.header-left #navigation { |
|
|
|
position: relative; |
|
|
|
left: -100%; |
|
|
|
left: 22px; /* half the togglemenu */ |
|
|
|
transform: translateX(-50%); |
|
|
|
width: 160px; |
|
|
|
} |
|
|
|
|
|
|
|
@ -219,7 +244,7 @@ nav { |
|
|
|
filter: drop-shadow(0 1px 10px $color-box-shadow); |
|
|
|
&:after { |
|
|
|
/* position of dropdown arrow */ |
|
|
|
left: 47%; |
|
|
|
left: 50%; |
|
|
|
bottom: 100%; |
|
|
|
border: solid transparent; |
|
|
|
content: ' '; |
|
|
|
@ -229,26 +254,11 @@ nav { |
|
|
|
pointer-events: none; |
|
|
|
border-color: rgba(0, 0, 0, 0); |
|
|
|
border-bottom-color: $color-main-background; |
|
|
|
border-width: 9px; |
|
|
|
margin-left: -9px; |
|
|
|
border-width: 10px; |
|
|
|
margin-left: -10px; /* border width */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/* arrow look */ |
|
|
|
#expanddiv:after { |
|
|
|
bottom: 100%; |
|
|
|
border: solid transparent; |
|
|
|
content: ' '; |
|
|
|
height: 0; |
|
|
|
width: 0; |
|
|
|
position: absolute; |
|
|
|
pointer-events: none; |
|
|
|
border-color: transparent; |
|
|
|
border-bottom-color: $color-main-background; |
|
|
|
border-width: 10px; |
|
|
|
margin-left: -10px; |
|
|
|
} |
|
|
|
|
|
|
|
#navigation { |
|
|
|
box-sizing: border-box; |
|
|
|
* { |
|
|
|
@ -259,10 +269,10 @@ nav { |
|
|
|
} |
|
|
|
a { |
|
|
|
position: relative; |
|
|
|
display: block; |
|
|
|
display: inline-flex; |
|
|
|
padding: 10px 12px; |
|
|
|
height:40px; |
|
|
|
vertical-align: text-bottom; |
|
|
|
height: 40px; |
|
|
|
align-items: center; |
|
|
|
span { |
|
|
|
display: inline-block; |
|
|
|
padding-bottom: 0; |
|
|
|
@ -277,9 +287,6 @@ nav { |
|
|
|
span { |
|
|
|
opacity: .7; |
|
|
|
} |
|
|
|
svg { |
|
|
|
margin-bottom: 2px; |
|
|
|
} |
|
|
|
&:hover svg, |
|
|
|
&:focus svg, |
|
|
|
&:hover span, |
|
|
|
@ -299,20 +306,20 @@ nav { |
|
|
|
max-width: 32px; |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/* loading feedback for apps */ |
|
|
|
.app-loading { |
|
|
|
.icon-loading-small-dark { |
|
|
|
display: inline !important; |
|
|
|
position: absolute; |
|
|
|
left: 12px; |
|
|
|
width: 16px; |
|
|
|
height: 16px; |
|
|
|
} |
|
|
|
.app-icon { |
|
|
|
opacity: 0; |
|
|
|
/* loading feedback for apps */ |
|
|
|
.app-loading { |
|
|
|
.icon-loading-small { |
|
|
|
display: inline !important; |
|
|
|
position: absolute; |
|
|
|
left: 12px; |
|
|
|
width: 16px; |
|
|
|
height: 16px; |
|
|
|
} |
|
|
|
.app-icon { |
|
|
|
opacity: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
/* Apps management */ |
|
|
|
@ -335,99 +342,89 @@ nav { |
|
|
|
display: inline-block; |
|
|
|
color: rgba($color-primary-text, 0.7); |
|
|
|
cursor: pointer; |
|
|
|
.icon-loading-small-dark { |
|
|
|
display: inline-block; |
|
|
|
margin-bottom: -3px; |
|
|
|
margin-right: 6px; |
|
|
|
background-size: 16px 16px; |
|
|
|
} |
|
|
|
margin-right: 13px; |
|
|
|
flex: 0 0 auto; |
|
|
|
} |
|
|
|
|
|
|
|
/* User menu on the right */ |
|
|
|
#expand { |
|
|
|
position: relative; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
padding: 7px 20px 6px 10px; |
|
|
|
cursor: pointer; |
|
|
|
* { |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
img { |
|
|
|
opacity: .7; |
|
|
|
margin-bottom: -2px; |
|
|
|
} |
|
|
|
&:hover, |
|
|
|
&:focus, |
|
|
|
&:active { |
|
|
|
color: $color-primary-text; |
|
|
|
img, |
|
|
|
#expandDisplayName { |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
/* User menu on the right */ |
|
|
|
#expand { |
|
|
|
opacity: 1; /* override icon opacity */ |
|
|
|
|
|
|
|
/* Profile picture in header */ |
|
|
|
.avatardiv { |
|
|
|
cursor: pointer; |
|
|
|
height: 32px; |
|
|
|
width: 32px; |
|
|
|
img { |
|
|
|
opacity: 1; |
|
|
|
cursor: pointer; |
|
|
|
opacity: .7; |
|
|
|
margin-bottom: -2px; |
|
|
|
} |
|
|
|
/* do not show display name when profile picture is present */ |
|
|
|
&.avatardiv-shown + #expandDisplayName { |
|
|
|
display: none; |
|
|
|
&:hover, |
|
|
|
&:focus, |
|
|
|
&:active { |
|
|
|
color: $color-primary-text; |
|
|
|
|
|
|
|
img, #expandDisplayName { |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
#expandDisplayName { |
|
|
|
padding: 8px; |
|
|
|
opacity: .6; |
|
|
|
} |
|
|
|
} |
|
|
|
/* Profile picture in header */ |
|
|
|
.avatardiv { |
|
|
|
cursor: pointer; |
|
|
|
height: 32px; |
|
|
|
width: 32px; |
|
|
|
|
|
|
|
/* full opacity for gear icon if active */ |
|
|
|
#body-settings #expandDisplayName { |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
img { |
|
|
|
opacity: 1; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
/* do not show display name when profile picture is present */ |
|
|
|
&.avatardiv-shown + #expandDisplayName { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/* show triangle below user menu if active */ |
|
|
|
#body-settings #expand:before { |
|
|
|
content: ' '; |
|
|
|
height: 0; |
|
|
|
width: 0; |
|
|
|
position: absolute; |
|
|
|
pointer-events: none; |
|
|
|
border: 0 solid transparent; |
|
|
|
border-bottom-color: $color-main-background; |
|
|
|
border-width: 10px; |
|
|
|
transform: translateX(-50%); |
|
|
|
left: 26px; |
|
|
|
bottom: 0; |
|
|
|
z-index: 100; |
|
|
|
display: block; |
|
|
|
#expandDisplayName { |
|
|
|
padding: 8px; |
|
|
|
opacity: .6; |
|
|
|
|
|
|
|
/* full opacity for gear icon if active */ |
|
|
|
#body-settings & { |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/* show triangle below user menu if active */ |
|
|
|
#body-settings &:before { |
|
|
|
content: ' '; |
|
|
|
height: 0; |
|
|
|
width: 0; |
|
|
|
position: absolute; |
|
|
|
pointer-events: none; |
|
|
|
border: 0 solid transparent; |
|
|
|
border-bottom-color: $color-main-background; |
|
|
|
border-width: 10px; |
|
|
|
bottom: 0; |
|
|
|
z-index: 100; |
|
|
|
display: block; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
#expanddiv { |
|
|
|
right: 13px; |
|
|
|
background: $color-main-background; |
|
|
|
&:after { |
|
|
|
/* position of dropdown arrow */ |
|
|
|
right: 13px; |
|
|
|
} |
|
|
|
a { |
|
|
|
display: block; |
|
|
|
display: inline-flex; |
|
|
|
align-items: center; |
|
|
|
height: 40px; |
|
|
|
color: $color-main-text; |
|
|
|
padding: 10px 12px 0; |
|
|
|
padding: 12px; |
|
|
|
box-sizing: border-box; |
|
|
|
opacity: .7; |
|
|
|
white-space: nowrap; |
|
|
|
|
|
|
|
.icon-loading-small { |
|
|
|
margin-right: 9px; |
|
|
|
background-size: 16px 16px; |
|
|
|
} |
|
|
|
img { |
|
|
|
margin-bottom: -3px; |
|
|
|
margin-right: 6px; |
|
|
|
margin-right: 9px; |
|
|
|
height: 16px; |
|
|
|
width: 16px; |
|
|
|
} |
|
|
|
&:hover, |
|
|
|
&:focus, |
|
|
|
@ -463,10 +460,15 @@ nav { |
|
|
|
opacity: .6; |
|
|
|
} |
|
|
|
} |
|
|
|
.app-loading .icon-loading-small-dark { |
|
|
|
top: 12px; |
|
|
|
width: 20px; |
|
|
|
height: 20px; |
|
|
|
.app-loading { |
|
|
|
> svg { |
|
|
|
display: none; |
|
|
|
} |
|
|
|
.icon-loading-small-dark { |
|
|
|
width: 20px; |
|
|
|
height: 20px; |
|
|
|
display: block !important; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|