mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-15 22:27:09 +03:00
ac37625123
This reverts commit 162fd8e9b8
.
20 lines
394 B
SCSS
20 lines
394 B
SCSS
// DO NOT EDIT IT WILL BE OVERWRITTEN - copy of bootstrap documentation generated by grunt docs-copy-bootstrap-docs
|
|
|
|
// 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;
|
|
}
|
|
}
|