From c2e37414d88180f2f7affe7655eddbb9468103c3 Mon Sep 17 00:00:00 2001 From: syed Date: Sat, 20 Jul 2013 12:56:20 +0500 Subject: Move inline properties to variables.less moved buttons.less, carousel.less & close.less in this commit --- less/close.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'less/close.less') diff --git a/less/close.less b/less/close.less index 5fe23b3dc..454a73fdc 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); -- cgit v1.2.3