Commit 2381ab08 authored by Jake Buob's avatar Jake Buob
Browse files

Add nav-pills-border-radius variable

parent 4d4976fd
Showing with 2 additions and 1 deletion
+2 -1
......@@ -120,7 +120,7 @@
// Links rendered as pills
> a {
border-radius: @border-radius-base;
border-radius: @nav-pills-border-radius;
}
+ li {
margin-left: 2px;
......
......@@ -336,6 +336,7 @@
@nav-tabs-justified-active-link-border-color: @body-bg;
// Pills
@nav-pills-border-radius: @border-radius-base;
@nav-pills-active-link-hover-bg: @component-active-bg;
@nav-pills-active-link-hover-color: @component-active-color;
......
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