Commit bf177213 authored by Mark Otto's avatar Mark Otto
Browse files

fixes #9587: add var for nav link padding

parent 2dbf2bb8
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -19,7 +19,7 @@
> a {
position: relative;
display: block;
padding: 10px 15px;
padding: @nav-link-padding;
&:hover,
&:focus {
text-decoration: none;
......
......@@ -296,6 +296,7 @@
// Navs
// -------------------------
@nav-link-padding: 10px 15px;
@nav-link-hover-bg: @gray-lighter;
@nav-disabled-link-color: @gray-light;
......
Supports Markdown
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