From 40e92221a616bfe4e9500bcf2b72c86844f7f03f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 24 Jan 2012 16:54:35 -0800 Subject: revamp alert message and error state color/text/bg to be variables --- docs/less.html | 74 ++++++++++++++++++++++---------- docs/templates/pages/less.mustache | 86 ++++++++++++++++++++++++++++---------- 2 files changed, 118 insertions(+), 42 deletions(-) (limited to 'docs') diff --git a/docs/less.html b/docs/less.html index 735bd0dc6..dfa0739a7 100644 --- a/docs/less.html +++ b/docs/less.html @@ -159,23 +159,23 @@ @grayDarker - #222 + #222 @grayDark - #333 + #333 @gray - #555 + #555 @grayLight - #999 + #999 @grayLighter - #eee + #eee @white @@ -283,22 +283,54 @@ -
-
-

Visuals

-
-
- - - - - - - - -
@primaryButtonColor@blue
-
-
+ +

Components

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Buttons
@primaryButtonColor@blue
Buttons
@placeholderText@grayLight
Navbars
@navbarHeight40px
@navbarBackground@grayDarker
@navbarBackgroundHighlight@grayDark
+ diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 8adc7874f..141000c7c 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -99,23 +99,23 @@ @grayDarker - #222 + #222 @grayDark - #333 + #333 @gray - #555 + #555 @grayLight - #999 + #999 @grayLighter - #eee + #eee @white @@ -223,22 +223,66 @@ -
-
-

{{_i}}Visuals{{/i}}

-
-
- - - - - - - - -
@primaryButtonColor@blue
-
-
+ +

{{_i}}Components{{/i}}

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{_i}}Buttons{{/i}}
@primaryButtonColor@blue
{{_i}}Buttons{{/i}}
@placeholderText@grayLight
{{_i}}Navbars{{/i}}
@navbarHeight40px
@navbarBackground@grayDarker
@navbarBackgroundHighlight@grayDark
{{_i}}Buttons{{/i}}
@placeholderText@grayLight
+ -- cgit v1.2.3