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

.icon-bar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: auto;
    width: 100%;
    flex-direction: row-reverse;
}