@import "@Themes/constants.scss"; .root { display: flex; align-items: center; justify-content: space-between; height: 83px; background-color: $white; box-shadow: $shadow-nav; padding: 0 48px; position: relative; .logo-container { .logo { width: 174px; height: 39px; } } .right-section { .profile-section { display: inline-flex; > :first-child { margin-right: 32px; } @media (max-width: $screen-ls) { display: none; } } .notification-section { display: inline-flex; > :first-child { margin-right: 32px; } } } .burger-menu { display: none; @media (max-width: $screen-ls) { display: inline-flex; .icon { width: 24px; height: 24px; } } } }