mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Massive cleanup
- 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
This commit is contained in:
@@ -3,43 +3,14 @@
|
||||
// Custom buttons for the docs.
|
||||
|
||||
.btn-bs {
|
||||
color: $bd-purple;
|
||||
border-color: $bd-purple;
|
||||
color: $bd-purple-bright;
|
||||
border-color: $bd-purple-bright;
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
color: #fff;
|
||||
background-color:$bd-purple;
|
||||
border-color: $bd-purple;
|
||||
background-color:$bd-purple-bright;
|
||||
border-color: $bd-purple-bright;
|
||||
}
|
||||
}
|
||||
|
||||
// .btn-outline {
|
||||
// color: $bd-purple;
|
||||
// background-color: transparent;
|
||||
// border-color: $bd-purple;
|
||||
//
|
||||
// &:hover,
|
||||
// &:focus,
|
||||
// &:active {
|
||||
// color: #fff;
|
||||
// background-color:$bd-purple;
|
||||
// border-color: $bd-purple;
|
||||
// }
|
||||
// }
|
||||
//
|
||||
// .btn-outline-inverse {
|
||||
// color: #fff;
|
||||
// background-color: transparent;
|
||||
// border-color: $bd-purple-light;
|
||||
//
|
||||
// &:hover,
|
||||
// &:focus,
|
||||
// &:active {
|
||||
// color: $bd-purple;
|
||||
// text-shadow: none;
|
||||
// background-color: #fff;
|
||||
// border-color: #fff;
|
||||
// }
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user