1/**
2 * This file provides styles for starred plugin
3 */
4nav.nav-starred {
5    ul {
6        list-style: none;
7
8        li {
9            margin-left: 0;
10
11            svg {
12                vertical-align: text-top;
13                fill: @ini_nav_menu_color;
14            }
15        }
16    }
17}
18