2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Bring back button info

This commit is contained in:
Mark Otto
2014-07-08 17:30:11 -07:00
parent 93a7421f2c
commit 5e1adc10bb
15 changed files with 159 additions and 11 deletions
+1
View File
@@ -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); }