aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/IconBar.scss
blob: 2555ad271ed07706d45ddb2ddd5f7e7bc01c9ccc (plain)
1
2
3
4
5
6
7
8
9
10
11
@import "../globalCssVariables";

.icon-bar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 35px;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 10px;
}