mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 13:30:23 +00: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;
|
|
}
|
|
}
|