Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #295 from jedireza/bootstrap-build
Browse files Browse the repository at this point in the history
updated less variables file for bootstrap v3.3.5
  • Loading branch information
jedireza committed Jun 19, 2015
2 parents 4f58729 + 2c4b7a8 commit e131cd9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion public/less/bootstrap-vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,11 @@

@btn-link-disabled-color: @gray-light;

// Allows for customizing button radius independently from global border radius
@btn-border-radius-base: @border-radius-base;
@btn-border-radius-large: @border-radius-large;
@btn-border-radius-small: @border-radius-small;


//== Forms
//
Expand Down Expand Up @@ -383,7 +388,7 @@
@navbar-default-toggle-border-color: #ddd;


// Inverted navbar
//=== Inverted navbar
// Reset inverted navbar basics
@navbar-inverse-color: lighten(@gray-light, 15%);
@navbar-inverse-bg: #222;
Expand Down Expand Up @@ -484,6 +489,7 @@
@jumbotron-bg: @gray-lighter;
@jumbotron-heading-color: inherit;
@jumbotron-font-size: ceil((@font-size-base * 1.5));
@jumbotron-heading-font-size: ceil((@font-size-base * 4.5));


//== Form states and alerts
Expand Down

0 comments on commit e131cd9

Please sign in to comment.