aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/search/IconBar.scss
blob: 05aa099f716cdf27fce1aadb9f0834875d54e802 (plain)
1
2
3
4
5
6
7
8
9
10
@import '../global/globalCssVariables.module.scss';

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