Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyed <syed.sayal.shah@gmail.com>2013-07-20 11:56:20 +0400
committersyed <syed.sayal.shah@gmail.com>2013-07-20 11:56:20 +0400
commitc2e37414d88180f2f7affe7655eddbb9468103c3 (patch)
treef78b79f54271782c25b203ec43d4757667a949a6 /less/close.less
parent453346262f879f5e4e37e50b1462de72f3f60f59 (diff)
Move inline properties to variables.less
moved buttons.less, carousel.less & close.less in this commit
Diffstat (limited to 'less/close.less')
-rw-r--r--less/close.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/close.less b/less/close.less
index 5fe23b3dc8..454a73fdcb 100644
--- a/less/close.less
+++ b/less/close.less
@@ -8,13 +8,13 @@
font-size: (@font-size-base * 1.5);
font-weight: bold;
line-height: 1;
- color: #000;
- text-shadow: 0 1px 0 rgba(255,255,255,1);
+ color: @close-color;
+ text-shadow: @close-text-shadow;
.opacity(.2);
&:hover,
&:focus {
- color: #000;
+ color: @close-hover-color;
text-decoration: none;
cursor: pointer;
.opacity(.5);