mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Set .btn base color
This commit is contained in:
parent
3ef2db1e85
commit
97eea3b2bf
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
.btn {
|
||||
display: inline-block;
|
||||
font-weight: $btn-font-weight;
|
||||
color: $body-color;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
user-select: none;
|
||||
|
@ -17,6 +18,7 @@
|
|||
|
||||
// Share hover and focus styles
|
||||
@include hover-focus {
|
||||
color: $body-color;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue