diff options
| author | Mark Otto <[email protected]> | 2012-11-30 15:36:16 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-11-30 15:36:16 -0800 |
| commit | 0a93bc143d8b45a365ee983b05e64699081ddc5f (patch) | |
| tree | a42b8c7c23715466d61259d78506a59f3c22c682 /less/variables.less | |
| parent | 51c418d468e5fe1f26c95457b70f7a2ad6354646 (diff) | |
| download | bootstrap-0a93bc143d8b45a365ee983b05e64699081ddc5f.tar.xz bootstrap-0a93bc143d8b45a365ee983b05e64699081ddc5f.zip | |
hero unit and pagination vars
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/less/variables.less b/less/variables.less index 7b0cfe82a..6ef535951 100644 --- a/less/variables.less +++ b/less/variables.less @@ -192,20 +192,24 @@ // Pagination // ------------------------- -@paginationBackground: #fff; -@paginationBorder: #ddd; -@paginationActiveBackground: #f5f5f5; + +@pagination-background: #fff; +@pagination-background-active: #f5f5f5; + +@pagination-border: #ddd; // Hero unit // ------------------------- -@heroUnitBackground: @grayLighter; -@heroUnitHeadingColor: inherit; -@heroUnitLeadColor: inherit; + +@hero-background: @grayLighter; +@hero-heading-color: inherit; +@hero-lead-color: inherit; // Form states and alerts // ------------------------- + @warningText: #c09853; @warningBackground: #fcf8e3; @warningBorder: darken(spin(@warningBackground, -10), 3%); |
