mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
17 lines
276 B
SCSS
17 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;
|
|
}
|
|
}
|