Skip to content
Snippets Groups Projects
Commit f3790c52 authored by Olivier Goulet's avatar Olivier Goulet
Browse files

feat: Add adopters to menu

parent a993e1bd
No related branches found
No related tags found
No related merge requests found
......@@ -61,6 +61,7 @@ pluralizeListTitles = false
name = "About"
url = "/about"
weight = 1
identifier = "about"
[[menu.main]]
name = "Members"
......@@ -82,6 +83,18 @@ pluralizeListTitles = false
url = "/get-engaged"
weight = 5
[[menu.main]]
name = "About SDV"
url = "/about/"
weight = 1
parent = "about"
[[menu.main]]
name = "Adopters"
url = "/about/adopters/"
weight = 2
parent = "about"
[[menu.sidebar]]
name = "Resources"
identifier = "resources"
......
......@@ -24,3 +24,23 @@
float: unset;
}
}
#main-menu .navbar-nav .dropdown-menu {
padding: 0;
li {
padding: 0.75rem 2rem;
background-color: white;
&:hover {
background-color: darken(white, 5%);
}
a,
a:visited,
a:hover,
a:active {
color: @brand-secondary;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment