aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionMenu.scss
blob: 6eeccc94ed1374fccbeff547811bf4636267cae0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import "../global/globalCssVariables";

.collectionMenu-container {
    display: flex;
    position: relative;
    align-content: center;
    justify-content: space-between;
    background-color: $dark-gray;
    height: 35px;
    border-bottom: $standard-border;
    padding: 0 10px;
    align-items: center;
    overflow-x: scroll;
    &::-webkit-scrollbar {
        display: none;
    }

    .hardCodedButtons {
        display: flex;
        flex-direction: row;
    }
}