diff options
| author | syed <[email protected]> | 2013-07-19 23:14:13 +0500 |
|---|---|---|
| committer | syed <[email protected]> | 2013-07-19 23:14:13 +0500 |
| commit | 65ee36a7bf403588a105b09aae5ffa141f47a97f (patch) | |
| tree | 3c85fcffd6886610ab9ff868666171fe00a77e9f /less/variables.less | |
| parent | 5e898fa2a1564f3103017874aea0c993fffe26cc (diff) | |
| download | bootstrap-65ee36a7bf403588a105b09aae5ffa141f47a97f.tar.xz bootstrap-65ee36a7bf403588a105b09aae5ffa141f47a97f.zip | |
Improved and followed pattern suggestions
Diffstat (limited to 'less/variables.less')
| -rw-r--r-- | less/variables.less | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/less/variables.less b/less/variables.less index 541a38c53..fa230d667 100644 --- a/less/variables.less +++ b/less/variables.less @@ -10,18 +10,15 @@ // Inner Files color variables (can say inline colors) // -------------------------------------------------- -@color-1: #e5e5e5; //Mercury, RGB: 229, 229, 229 -@color-2: #fff; //white, RGB: 255, 255, 255 -@color-3: #f5f5f5; //Wild Sand, RGB: 245, 245, 245 +@accordion-border-color: #e5e5e5; -@accordion-group-border-color: @color-1; +@badge-color: #fff; +@badge-active-bg: #fff; +@badge-link-hover-color: #fff; -@active-badge-bg-color: @color-2; -@badge-link-hover-color: @color-2; -@badge-color: @color-2; -@breadcrumb-text-shadow-color: @color-2; +@breadcrumb-bg: #f5f5f5; +@breadcrumb-text-shadow: 0 1px 0 #fff; -@breadcrumb-bg-color: @color-3; // Grays // ------------------------- |
