1
0
mirror of https://github.com/RaidMax/IW4M-Admin.git synced 2025-06-19 11:38:35 -05:00
Files
IW4M-Admin/Webfront/bower_components/bootstrap/assets/scss/_buttons.scss
2018-02-21 19:29:23 -06:00

30 lines
487 B
SCSS

// Buttons
//
// Custom buttons for the docs.
.btn-bd-primary {
font-weight: 500;
color: $bd-purple-bright;
border-color: $bd-purple-bright;
&:hover,
&:active {
color: #fff;
background-color: $bd-purple-bright;
border-color: $bd-purple-bright;
}
}
.btn-bd-download {
font-weight: 500;
color: $bd-download;
border-color: $bd-download;
&:hover,
&:active {
color: $bd-dark;
background-color: $bd-download;
border-color: $bd-download;
}
}