mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
c064eef67b
- Simpler main nav on all pages - Back to purple masthead on homepage instead of dark graphite - Active link styles on the main nav - Cleaned up sidebar nav - New docs layout name - Homepage copy edits - Updated bright purple docs color
17 lines
256 B
SCSS
17 lines
256 B
SCSS
// Buttons
|
|
//
|
|
// Custom buttons for the docs.
|
|
|
|
.btn-bs {
|
|
color: $bd-purple-bright;
|
|
border-color: $bd-purple-bright;
|
|
|
|
&:hover,
|
|
&:focus,
|
|
&:active {
|
|
color: #fff;
|
|
background-color:$bd-purple-bright;
|
|
border-color: $bd-purple-bright;
|
|
}
|
|
}
|