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... --- less/close.less | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 less/close.less (limited to 'less/close.less') diff --git a/less/close.less b/less/close.less new file mode 100644 index 000000000..a0e5edba1 --- /dev/null +++ b/less/close.less @@ -0,0 +1,18 @@ +// 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