diff options
| author | Mark Otto <[email protected]> | 2013-08-17 19:14:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 19:14:13 -0700 |
| commit | 9a66906d3dec56d1e44083e8ee005affa71ffecf (patch) | |
| tree | 2cb364be4f74f72238290449670f8f4f837de264 /less/theme.less | |
| parent | 761b80c39174ad2ee2cc06a248e9654834468be4 (diff) | |
| download | bootstrap-9a66906d3dec56d1e44083e8ee005affa71ffecf.tar.xz bootstrap-9a66906d3dec56d1e44083e8ee005affa71ffecf.zip | |
generic comment
Diffstat (limited to 'less/theme.less')
| -rw-r--r-- | less/theme.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/less/theme.less b/less/theme.less index 4acf9ee76..52e2d239a 100644 --- a/less/theme.less +++ b/less/theme.less @@ -30,7 +30,7 @@ } } -// Button mixin for generating new styles +// Mixin for generating new styles .btn-styles(@btn-color: #555;) { #gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 10%)); border-color: darken(@btn-color, 12%); @@ -141,7 +141,7 @@ .box-shadow(@shadow); } -// Alert mixin for generating new styles +// Mixin for generating new styles .alert-styles(@color) { #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 7.5%)); border-color: darken(@color, 15%); @@ -164,7 +164,7 @@ #gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg;) } -// Progress bar mixin for generating new styles +// Mixin for generating new styles .progress-bar-styles(@color) { #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%)); } @@ -205,7 +205,7 @@ .box-shadow(0 1px 2px rgba(0,0,0,.05)); } -// Alert mixin for generating new styles +// Mixin for generating new styles .panel-heading-styles(@color) { #gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%)); } |
