summaryrefslogtreecommitdiff
path: root/cosmo/variables.less
diff options
context:
space:
mode:
Diffstat (limited to 'cosmo/variables.less')
-rw-r--r--cosmo/variables.less10
1 files changed, 8 insertions, 2 deletions
diff --git a/cosmo/variables.less b/cosmo/variables.less
index a9cd6eb2..10110d26 100644
--- a/cosmo/variables.less
+++ b/cosmo/variables.less
@@ -1,4 +1,4 @@
-// Cosmo 3.3.4
+// Cosmo 3.3.5
// Variables
// --------------------------------------------------
@@ -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
//
@@ -383,7 +388,7 @@
@navbar-default-toggle-border-color: transparent;
-// Inverted navbar
+//=== Inverted navbar
// Reset inverted navbar basics
@navbar-inverse-color: #fff;
@navbar-inverse-bg: @brand-primary;
@@ -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