From 627f0488e5bd3c31359fc9e78acffbfea4a86a8b Mon Sep 17 00:00:00 2001 From: elijah Date: Fri, 24 Aug 2012 21:12:36 -0700 Subject: committed website v. 0.1.0 --- app/assets/stylesheets/bootstrap/_close.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 app/assets/stylesheets/bootstrap/_close.scss (limited to 'app/assets/stylesheets/bootstrap/_close.scss') diff --git a/app/assets/stylesheets/bootstrap/_close.scss b/app/assets/stylesheets/bootstrap/_close.scss new file mode 100644 index 0000000..5d31836 --- /dev/null +++ b/app/assets/stylesheets/bootstrap/_close.scss @@ -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); + @include opacity(20); + &:hover { + color: $black; + text-decoration: none; + @include opacity(40); + cursor: pointer; + } +} -- cgit v1.2.3