aboutsummaryrefslogtreecommitdiff
path: root/docs/assets/scss/_buttons.scss
blob: 4685ee64940fad48150e65ed9a5114cdf7a306ce (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;
  }
}