aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/scss/_buttons.scss
blob: a7fa5a4c18ad9f8ffc4b57fe62ab1ce8be36ca9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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;
  }
}