mdb-ui-kit/docs/assets/scss/_buttons.scss

20 lines
394 B
SCSS
Raw Normal View History

// 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;
2016-01-05 23:37:17 +03:00
background-color: $bd-purple-bright;
border-color: $bd-purple-bright;
}
}