mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-30 12:24:19 +01:00
18 lines
277 B
SCSS
18 lines
277 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;
|
|
}
|
|
}
|