]> git.ipfire.org Git - ipfire.org.git/blob - src/scss/bootstrap-4.0.0-alpha.6/docs/assets/scss/_buttons.scss
.gitignore: Add .vscode
[ipfire.org.git] / src / scss / bootstrap-4.0.0-alpha.6 / docs / assets / scss / _buttons.scss
1 // Buttons
2 //
3 // Custom buttons for the docs.
4
5 .btn-bs {
6 font-weight: 500;
7 color: $bd-purple-bright;
8 border-color: $bd-purple-bright;
9
10 &:hover,
11 &:focus,
12 &:active {
13 color: #fff;
14 background-color: $bd-purple-bright;
15 border-color: $bd-purple-bright;
16 }
17 }