aboutsummaryrefslogtreecommitdiffstats
path: root/app/core/navigation/layouts/horizontal-navigation/navigation.less
blob: e558311862586414e74428d61c2d5173c85011c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#navigation {

    background-color: #dddddd;
    height: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;

    ul.navigation-top-menu {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 0;

        li {
            list-style: none;
            margin: 0 20px;

            a {
                .m_16_m;
                text-decoration: none;
            }
        }
    }

}