diff options
Diffstat (limited to 'less/theme.less')
| -rw-r--r-- | less/theme.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/theme.less b/less/theme.less index e12b73599..6e4fef32a 100644 --- a/less/theme.less +++ b/less/theme.less @@ -66,6 +66,7 @@ // Apply the mixin to the buttons .btn-primary { .btn-styles(@btn-primary-bg); } .btn-secondary { .btn-styles(@btn-secondary-bg); text-shadow: 0 1px 0 #fff; border-color: #ccc; } +.btn-info { .btn-styles(@btn-info-bg); } .btn-success { .btn-styles(@btn-success-bg); } .btn-warning { .btn-styles(@btn-warning-bg); } .btn-danger { .btn-styles(@btn-danger-bg); } |
