Commit 0da31ceb authored by Mark Otto's avatar Mark Otto
Browse files

Cleanup spacing in variables file

parent c17673dc
21 merge requests!7033Fix backdrop undefined bug in modal,!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!7329Fix for issue #7328,!7219Fix for mini typo mistake in css.html,!7674Clear float on all when navbar is collapsed - v3,!7344Fixed .spanX selector (*= instead of ^=),!7346Fix compilation error,!7775added some tests for tooltip title setter,!8157Close Me: Docs "Customize and Download" button fix,!7509Proposed fix for allowing Collapse events ('show'/'hide') to be cancelled,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2,!7651Drop the sizzle dependency to allow smaller builds targeting mobile devices,!6853typeahead: do not store item data in an attribute,!6666Patch 1,!65463.0.0 wip - fixed the issue in which the test pid isn't killed if a test fails,!6503control markup changes added
Showing with 34 additions and 35 deletions
+34 -35
...@@ -78,17 +78,17 @@ ...@@ -78,17 +78,17 @@
@btn-background: #fff; @btn-background: #fff;
@btn-background-highlight: #eaeaea; @btn-background-highlight: #eaeaea;
@btn-background-primary: @link-color; @btn-background-primary: @link-color;
@btn-background-primary-highlight: darken(@link-color, 10%); @btn-background-primary-highlight: darken(@link-color, 10%);
@btn-background-success: #62c462; @btn-background-success: #62c462;
@btn-background-success-highlight: #51a351; @btn-background-success-highlight: #51a351;
@btn-background-warning: lighten(#f89406, 15%); @btn-background-warning: lighten(#f89406, 15%);
@btn-background-warning-highlight: #f89406; @btn-background-warning-highlight: #f89406;
@btn-background-danger: #ee5f5b; @btn-background-danger: #ee5f5b;
@btn-background-danger-highlight: #bd362f; @btn-background-danger-highlight: #bd362f;
// Forms // Forms
...@@ -113,12 +113,12 @@ ...@@ -113,12 +113,12 @@
@dropdown-background: #fff; @dropdown-background: #fff;
@dropdown-border: rgba(0,0,0,.2); @dropdown-border: rgba(0,0,0,.2);
@dropdown-divider-top: #e5e5e5; @dropdown-divider-top: #e5e5e5;
@dropdown-divider-bottom: #fff; @dropdown-divider-bottom: #fff;
@dropdown-link-color: @grayDark; @dropdown-link-color: @grayDark;
@dropdown-link-color-hover: #fff; @dropdown-link-color-hover: #fff;
@dropdown-link-color-active: #fff; @dropdown-link-color-active: #fff;
@dropdown-link-background-active: @link-color; @dropdown-link-background-active: @link-color;
@dropdown-link-background-hover: @dropdown-link-background-active; @dropdown-link-background-hover: @dropdown-link-background-active;
...@@ -186,8 +186,7 @@ ...@@ -186,8 +186,7 @@
// ------------------------- // -------------------------
@pagination-background: #fff; @pagination-background: #fff;
@pagination-background-active: #f5f5f5; @pagination-background-active: #f5f5f5;
@pagination-border: #ddd; @pagination-border: #ddd;
...@@ -221,32 +220,32 @@ ...@@ -221,32 +220,32 @@
// Tooltips and popovers // Tooltips and popovers
// ------------------------- // -------------------------
@tooltip-color: #fff; @tooltip-color: #fff;
@tooltip-background: rgba(0,0,0,.9); @tooltip-background: rgba(0,0,0,.9);
@tooltip-arrow-width: 5px; @tooltip-arrow-width: 5px;
@tooltip-arrow-color: @tooltip-background; @tooltip-arrow-color: @tooltip-background;
@popover-background: #fff; @popover-background: #fff;
@popover-arrow-width: 10px; @popover-arrow-width: 10px;
@popover-arrow-color: #fff; @popover-arrow-color: #fff;
@popover-title-background: darken(@popover-background, 3%); @popover-title-background: darken(@popover-background, 3%);
// Special enhancement for popovers // Special enhancement for popovers
@popover-arrow-outer-width: @popover-arrow-width + 1; @popover-arrow-outer-width: @popover-arrow-width + 1;
@popover-arrow-outer-color: rgba(0,0,0,.25); @popover-arrow-outer-color: rgba(0,0,0,.25);
// Miscellaneous // Miscellaneous
// ------------------------- // -------------------------
// Hr border color // Hr border color
@hr-border: @grayLighter; @hr-border: @grayLighter;
// Horizontal forms & lists // Horizontal forms & lists
@component-offset-horizontal: 180px; @component-offset-horizontal: 180px;
// Wells // Wells
@well-background: #f5f5f5; @well-background: #f5f5f5;
...@@ -254,17 +253,17 @@ ...@@ -254,17 +253,17 @@
// -------------------------------------------------- // --------------------------------------------------
// Default 940px grid // Default 940px grid
@grid-columns: 12; @grid-columns: 12;
@grid-column-width: 60px; @grid-column-width: 60px;
@grid-gutter-width: 20px; @grid-gutter-width: 20px;
@grid-row-width: (@grid-columns * @grid-column-width) + (@grid-gutter-width * (@grid-columns - 1)); @grid-row-width: (@grid-columns * @grid-column-width) + (@grid-gutter-width * (@grid-columns - 1));
// 1200px min // 1200px min
@grid-column-width-1200: 70px; @grid-column-width-1200: 70px;
@grid-gutter-width-1200: 30px; @grid-gutter-width-1200: 30px;
@grid-row-width-1200: (@grid-columns * @grid-column-width-1200) + (@grid-gutter-width-1200 * (@grid-columns - 1)); @grid-row-width-1200: (@grid-columns * @grid-column-width-1200) + (@grid-gutter-width-1200 * (@grid-columns - 1));
// 768px-979px // 768px-979px
@grid-column-width-768: 42px; @grid-column-width-768: 42px;
@grid-gutter-width-768: 20px; @grid-gutter-width-768: 20px;
@grid-row-width-768: (@grid-columns * @grid-column-width-768) + (@grid-gutter-width-768 * (@grid-columns - 1)); @grid-row-width-768: (@grid-columns * @grid-column-width-768) + (@grid-gutter-width-768 * (@grid-columns - 1));
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment