Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_buttons.scss « scss « assets « docs - github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ebd4ed75949ab324fece123ddae850a847e5d1eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Buttons
//
// Custom buttons for the docs.

.btn-bs {
  color: $bd-purple-bright;
  border-color: $bd-purple-bright;

  &:hover,
  &:focus,
  &:active {
    color: #fff;
    background-color:$bd-purple-bright;
    border-color: $bd-purple-bright;
  }
}