2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00
Files
bootstrap/docs/assets/scss/_buttons.scss
T
2015-08-16 18:11:10 -07:00

18 lines
276 B
SCSS

// Buttons
//
// Custom buttons for the docs.
.btn-bs {
font-weight: 500;
color: $bd-purple-bright;
border-color: $bd-purple-bright;
&:hover,
&:focus,
&:active {
color: #fff;
background-color:$bd-purple-bright;
border-color: $bd-purple-bright;
}
}