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

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