updated pills to include vertical (stacked) variation in patterns and documentation
This commit is contained in:
parent
b8a4921b57
commit
12af75eef4
4 changed files with 16 additions and 5 deletions
|
|
@ -412,6 +412,13 @@ a.menu:after,
|
|||
background-color: @linkColor;
|
||||
}
|
||||
}
|
||||
// Stacked pills
|
||||
.pills-vertical {
|
||||
> li {
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// For js-enabled tabbed areas
|
||||
.tab-content,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue