Mercurial > wikked
comparison static/bootstrap/less/variables.less @ 88:a5a3d454eac9
Updated Bootstrap.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 05 Apr 2013 08:08:12 -0700 |
parents | 130eccd396d8 |
children | d29e2f337b00 |
comparison
equal
deleted
inserted
replaced
87:c0cf67362fb1 | 88:a5a3d454eac9 |
---|---|
84 | 84 |
85 // Buttons | 85 // Buttons |
86 // ------------------------- | 86 // ------------------------- |
87 @btnBackground: @white; | 87 @btnBackground: @white; |
88 @btnBackgroundHighlight: darken(@white, 10%); | 88 @btnBackgroundHighlight: darken(@white, 10%); |
89 @btnBorder: #bbb; | 89 @btnBorder: #ccc; |
90 | 90 |
91 @btnPrimaryBackground: @linkColor; | 91 @btnPrimaryBackground: @linkColor; |
92 @btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 20%); | 92 @btnPrimaryBackgroundHighlight: spin(@btnPrimaryBackground, 20%); |
93 | 93 |
94 @btnInfoBackground: #5bc0de; | 94 @btnInfoBackground: #5bc0de; |