Files
openfoodnetwork/app/assets/stylesheets/admin/components/admin-menu.css.scss
2019-04-01 12:11:29 +01:00

13 lines
137 B
SCSS

#admin-menu {
li {
a {
font-weight: 600;
}
a::before {
font-weight: normal;
padding-top: 0;
}
}
}