twbs--bootstrap/assets/scss/_buttons.scss

30 lines
480 B
SCSS
Raw Normal View History

// Buttons
//
// Custom buttons for the docs.
.btn-bd-purple {
2015-08-17 01:11:10 +00:00
font-weight: 500;
color: $bd-purple-bright;
border-color: $bd-purple-bright;
&:hover,
&:active {
color: #fff;
2016-01-04 02:10:34 +00:00
background-color: $bd-purple-bright;
border-color: $bd-purple-bright;
}
}
.btn-bd-yellow {
font-weight: 500;
color: $bd-yellow;
border-color: $bd-yellow;
&:hover,
&:active {
color: $bd-graphite;
background-color: $bd-yellow;
border-color: $bd-yellow;
}
}