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

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