/*!!
 * @atlassian/aui - Atlassian User Interface Framework
 * @version v8.0.0-alpha.1
 * @link https://aui.atlassian.com
 * @license SEE LICENSE IN LICENSE.md
 * @author Atlassian Pty Ltd.
 */

.aui-header-secondary .aui-nav {
  position: absolute;
  right: 0;
}
.aui-header-primary .aui-nav {
  overflow: hidden;
  white-space: nowrap;
  width: 0px;
}
.aui-header-primary .aui-nav > li {
  display: inline-block;
  float: none;
}
.aui-header .aui-header-secondary {
  position: relative;
}

