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

overhaul buttons

This commit is contained in:
Mark Otto
2012-12-19 22:25:56 -08:00
parent a932476f80
commit c38b7206eb
7 changed files with 163 additions and 337 deletions
-6
View File
@@ -82,9 +82,6 @@
@btn-backround-primary: @link-color;
@btn-backround-primary-highlight: spin(@btn-backround-primary, 20%);
@btn-backround-info: #5bc0de;
@btn-backround-info-highlight: #2f96b4;
@btn-backround-success: #62c462;
@btn-backround-success-highlight: #51a351;
@@ -94,9 +91,6 @@
@btn-backround-danger: #ee5f5b;
@btn-backround-danger-highlight: #bd362f;
@btn-backround-inverse: #444;
@btn-backround-inverse-highlight: @grayDarker;
// Forms
// -------------------------