Skip to content
Snippets Groups Projects
Commit 7dbe88a5 authored by khawkins98's avatar khawkins98
Browse files

Add simple vertical menu pattern

parent ecd7dca9
No related branches found
No related tags found
No related merge requests found
......@@ -585,6 +585,19 @@ a:active {
font-size: 85%; margin-bottom: 9px;
} // END .ebi-footer-meta
/* Compact vertical menu trees */
ul.simple.vertical.menu {
margin-left: 0;
font-size: .9rem;
li {
margin-bottom: .5rem;
display: block;
> a { display: inline; padding: 0; }
> a.active:before { content: "9 "; font-family: 'EBI-Functional'; }
> ul.simple.menu { margin: 0.5rem; }
}
}
/*
COOKIE BANNER
=============================== */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment