.zui-nav-bar { min-height: 2.25rem; display: flex; align-items: center; position: relative; text-align: center; justify-content: space-between; user-select: none; background-color: #f5f5f5; color: #000; transition: all 300ms; padding: 10px; } .zui-nav-bar--primary { background-color: #FCD404; color: #000; } .zui-nav-bar .zui-icon { vertical-align: middle; } .zui-nav-bar--border-bottom { border-bottom: 1px solid #E2E4EA; } .zui-nav-bar--fixed { position: fixed; top: 0; left: 0; width: 100%; } .zui-nav-bar__title { max-width: 60%; margin: 0 auto; font-size: 18px; font-weight: 700; } .zui-nav-bar__left, .zui-nav-bar__right { font-size: 16px; min-width: 20%; display: flex; align-items: center; } .zui-nav-bar__left { justify-content: flex-start; } .zui-nav-bar__right { justify-content: flex-end; } .zui-nav-bar__text { display: inline-block; margin: 0 2px; padding: 0 2px; vertical-align: middle; } .zui-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }