2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

massive update to customize page to include all the new variables (and ensure they're being used in the .less files)

This commit is contained in:
Mark Otto
2012-03-10 16:01:06 -08:00
parent 95a3cd8732
commit 1dbb942d5b
6 changed files with 152 additions and 21 deletions
+5 -6
View File
@@ -40,7 +40,7 @@
// Links
// -------------------------
@linkColor: #08c;
@linkColorHover: #069;
@linkColorHover: darken(@linkColor, 15%);
// Typography
@@ -67,7 +67,7 @@
// -------------------------
@btnBackground: @white;
@btnBackgroundHighlight: darken(@white, 10%);
@btnBorder: #ccc;
@btnBorder: darken(@white, 20%);
@btnPrimaryBackground: @linkColor;
@btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 15%);
@@ -92,7 +92,6 @@
// -------------------------
@inputBackground: @white;
@inputBorder: #ccc;
@inputDisabledBackground: @grayLighter;
@@ -153,9 +152,9 @@
// Hero unit
// -------------------------
@heroUnitBackground: #312f2e;
@heroUnitHeadingColor: @white;
@heroUnitLeadColor: @white;
@heroUnitBackground: @grayLighter;
@heroUnitHeadingColor: inherit;
@heroUnitLeadColor: inherit;
// Form states and alerts