mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Add nav-pills-border-radius variable
This commit is contained in:
parent
4d4976fdcc
commit
2381ab088b
@ -120,7 +120,7 @@
|
|||||||
|
|
||||||
// Links rendered as pills
|
// Links rendered as pills
|
||||||
> a {
|
> a {
|
||||||
border-radius: @border-radius-base;
|
border-radius: @nav-pills-border-radius;
|
||||||
}
|
}
|
||||||
+ li {
|
+ li {
|
||||||
margin-left: 2px;
|
margin-left: 2px;
|
||||||
|
@ -336,6 +336,7 @@
|
|||||||
@nav-tabs-justified-active-link-border-color: @body-bg;
|
@nav-tabs-justified-active-link-border-color: @body-bg;
|
||||||
|
|
||||||
// Pills
|
// Pills
|
||||||
|
@nav-pills-border-radius: @border-radius-base;
|
||||||
@nav-pills-active-link-hover-bg: @component-active-bg;
|
@nav-pills-active-link-hover-bg: @component-active-bg;
|
||||||
@nav-pills-active-link-hover-color: @component-active-color;
|
@nav-pills-active-link-hover-color: @component-active-color;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user