You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
375 B
21 lines
375 B
.btn-primary, |
|
.btn-outline-primary { |
|
font-weight: $font-weight-bold; |
|
} |
|
|
|
.btn-primary, |
|
.btn-secondary { |
|
border-color: #aaa; |
|
text-shadow: 0 1px 0 #fff; |
|
background-image: linear-gradient(#f8f8f8, #d8d8d8); |
|
|
|
&:hover { |
|
background-image: linear-gradient(#fff, #ddd); |
|
} |
|
} |
|
|
|
.btn-outline-primary, |
|
.btn-outline-secondary { |
|
color: $body-color; |
|
border-color: #aaa; |
|
}
|
|
|