Skip to content

Instantly share code, notes, and snippets.

@Jursdotme
Last active April 10, 2017 13:49
Show Gist options
  • Save Jursdotme/450bcc0c40c9b7b98babe2d03789dace to your computer and use it in GitHub Desktop.
Save Jursdotme/450bcc0c40c9b7b98babe2d03789dace to your computer and use it in GitHub Desktop.
Simple menu widget styling
> 1%
last 2 versions
// ----
// libsass (v3.5.0.beta.2)
// ----
.inzite-menu-widget.simple.hierarchy {
a {
text-decoration: none;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
.menu > li {
> a {
font-size: 1em;
}
ul {
font-size: .85em;
padding-left: .5em;
border-left: 1px solid #bada55;
}
}
}
.inzite-menu-widget.simple.hierarchy a {
text-decoration: none;
}
.inzite-menu-widget.simple.hierarchy ul {
list-style: none;
margin: 0;
padding: 0;
}
.inzite-menu-widget.simple.hierarchy .menu > li > a {
font-size: 1em;
}
.inzite-menu-widget.simple.hierarchy .menu > li ul {
font-size: .85em;
padding-left: .5em;
border-left: 1px solid #bada55;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment