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

hero unit and pagination vars

This commit is contained in:
Mark Otto
2012-11-30 15:36:16 -08:00
parent 51c418d468
commit 0a93bc143d
5 changed files with 22 additions and 18 deletions
+10 -6
View File
@@ -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%);