|
|
|
@ -58,7 +58,8 @@ |
|
|
|
|
font-size: 1.25rem !important |
|
|
|
|
vertical-align: text-bottom |
|
|
|
|
li > ul.drop-down--projects |
|
|
|
|
min-width: 0 |
|
|
|
|
width: 100vw |
|
|
|
|
border-right: none |
|
|
|
|
|
|
|
|
|
#account-nav-right |
|
|
|
|
> li |
|
|
|
@ -105,7 +106,7 @@ |
|
|
|
|
// Viewport minus #account-nav-right when logged out (french: Connexion) |
|
|
|
|
max-width: calc(100vW - 150px) |
|
|
|
|
ul |
|
|
|
|
width: 100vw |
|
|
|
|
width: 100vw !important |
|
|
|
|
border: none |
|
|
|
|
top: $header-height-mobile |
|
|
|
|
|
|
|
|
@ -113,5 +114,9 @@ |
|
|
|
|
width: 100vw !important |
|
|
|
|
left: 0 !important |
|
|
|
|
border-right: 0 |
|
|
|
|
.select2-search:before |
|
|
|
|
right: 44px |
|
|
|
|
|
|
|
|
|
.project-menu-autocomplete--input-container |
|
|
|
|
border-right: none !important |
|
|
|
|
.project-menu-autocomplete--results |
|
|
|
|
border-bottom: 2px solid $header-drop-down-border-color !important |
|
|
|
|
|
|
|
|
|