From dc2deb9a1b1995bbabee91bfd579d9b466fe78f2 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 26 Jan 2012 21:48:46 -0800 Subject: moving structure around + more work on builder... --- lib/close.less | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 lib/close.less (limited to 'lib/close.less') diff --git a/lib/close.less b/lib/close.less deleted file mode 100644 index a0e5edba1..000000000 --- a/lib/close.less +++ /dev/null @@ -1,18 +0,0 @@ -// CLOSE ICONS -// ----------- - -.close { - float: right; - font-size: 20px; - font-weight: bold; - line-height: @baseLineHeight; - color: @black; - text-shadow: 0 1px 0 rgba(255,255,255,1); - .opacity(20); - &:hover { - color: @black; - text-decoration: none; - .opacity(40); - cursor: pointer; - } -} -- cgit v1.2.3