-
Mark Otto authorede4fa95eb
/*!
* Bootstrap Docs (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under the Creative Commons Attribution 3.0 Unported License. For
* details, see http://creativecommons.org/licenses/by/3.0/.
*/
// Import Bootstrap variables and mixins
@import "../../../scss/variables";
@import "../../../scss/mixins";
// Import the syntax highlighting
@import "syntax";
// Local docs variables
$bs-purple: #563d7c;
$bs-purple-light: #cdbfe3;
$bs-yellow: #ffe484;
$bs-danger: #d9534f;
$bs-warning: #f0ad4e;
$bs-info: #5bc0de;
// Scaffolding
//
// Update the basics of our documents to prep for docs content.
body {
position: relative; // For scrollspy?
}
//
// Buttons
//
.btn-outline {
color: $bs-purple;
background-color: transparent;
border-color: $bs-purple;
&:hover,
&:focus,
&:active {
color: #fff;
background-color:$bs-purple;
border-color: $bs-purple;
}
}
.btn-outline-inverse {
color: #fff;
background-color: transparent;
border-color: $bs-purple-light;
&:hover,
&:focus,
&:active {
color: $bs-purple;
text-shadow: none;
background-color: #fff;
border-color: #fff;
}
}
//
// Bootstrap "B" icon
//