@use '../global/globalCssVariables.module.scss' as global; .collectionMenu-container { display: flex; position: relative; align-content: center; justify-content: space-between; background-color: global.$dark-gray; height: 40px; border-bottom: global.$standard-border; padding: 0 10px; align-items: center; overflow-x: auto; &::-webkit-scrollbar { display: none; } .hardCodedButtons { display: flex; flex-direction: row; } }