Commit b50498ac authored by Mark Otto's avatar Mark Otto

Clean up variable alignment and comments; change grays to new custom values

parent d7b38d8c
This diff is collapsed.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -8,11 +8,11 @@ ...@@ -8,11 +8,11 @@
//## Gray and brand colors for use across Bootstrap. //## Gray and brand colors for use across Bootstrap.
@gray-base: #000; @gray-base: #000;
@gray-darker: lighten(@gray-base, 13.5%); // #222 @gray-dark: #373a3c;
@gray-dark: lighten(@gray-base, 20%); // #333 @gray-darker: @gray-dark; // TODO: remove
@gray: lighten(@gray-base, 33.5%); // #555 @gray: #55595c;
@gray-light: lighten(@gray-base, 46.7%); // #777 @gray-light: #818a91;
@gray-lighter: lighten(@gray-base, 93.5%); // #eee @gray-lighter: #eceeef;
@brand-primary: #027de7; @brand-primary: #027de7;
@brand-success: #5cb85c; @brand-success: #5cb85c;
...@@ -46,7 +46,9 @@ ...@@ -46,7 +46,9 @@
@font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace; @font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
@font-family-base: @font-family-sans-serif; @font-family-base: @font-family-sans-serif;
//** Pixel value used to responsively scale all typography. Applied to the `<html>` element.
@font-size-root: 16px; @font-size-root: 16px;
//** Sets the `<body>` and more to the root pixel value.
@font-size-base: 1rem; @font-size-base: 1rem;
@font-size-large: 1.25rem; @font-size-large: 1.25rem;
@font-size-small: .85rem; @font-size-small: .85rem;
...@@ -71,18 +73,6 @@ ...@@ -71,18 +73,6 @@
@headings-color: inherit; @headings-color: inherit;
//== Iconography
//
//## Specify custom location and filename of the included Glyphicons icon font. Useful for those including Bootstrap via Bower.
//** Load fonts from this directory.
@icon-font-path: "../fonts/";
//** File name for all font files.
@icon-font-name: "glyphicons-halflings-regular";
//** Element ID within SVG icon file.
@icon-font-svg-id: "glyphicons_halflingsregular";
//== Components //== Components
// //
//## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start). //## Define common padding and border radius sizes and more. Values based on 14px text and 1.428 line-height (~20px to start).
......
Markdown is supported
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