@use 'common-mixins'; .top-bar { height: 61px; width: 100vw; display: flex; justify-content: space-between; padding: 0 24px; border-bottom: 1px solid var(--iqser-separator); box-sizing: border-box; background-color: var(--iqser-background); > *:not(:last-child) { margin-right: 50px; } .logo { @include common-mixins.clear-a; display: flex; align-items: center; } .app-name { font-family: var(--iqser-app-name-font-family); margin-left: 10px; height: 20px; font-size: var(--iqser-font-size); font-weight: 800; letter-spacing: 0; line-height: 20px; white-space: nowrap; color: var(--iqser-text); } .menu { display: flex; align-items: center; &.right { justify-content: flex-end; } } .menu-placeholder { display: flex; flex: 2; } .buttons { display: flex; margin-right: 8px; > *:not(:last-child) { margin-right: 14px; } } } .dev-mode { background-color: var(--iqser-primary); color: var(--iqser-white); font-size: 22px; line-height: 16px; text-align: center; position: fixed; top: 0; z-index: 100; right: 0; height: 61px; word-break: break-all; display: flex; justify-content: center; align-items: center; font-family: monospace; width: 24px; font-weight: bold; }