From 6db2f0f4b9816ccd271332b89a05a9d0d753216b Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 26 Feb 2015 17:57:42 +0100 Subject: shuffle things around on the way to a bootstrap-based configurable website --- assets/css/lib/bootstrap/_close.scss | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 assets/css/lib/bootstrap/_close.scss (limited to 'assets/css/lib/bootstrap/_close.scss') diff --git a/assets/css/lib/bootstrap/_close.scss b/assets/css/lib/bootstrap/_close.scss deleted file mode 100644 index 62ce30f..0000000 --- a/assets/css/lib/bootstrap/_close.scss +++ /dev/null @@ -1,35 +0,0 @@ -// -// Close icons -// -------------------------------------------------- - - -.close { - float: right; - font-size: ($font-size-base * 1.5); - font-weight: $close-font-weight; - line-height: 1; - color: $close-color; - text-shadow: $close-text-shadow; - @include opacity(.2); - - &:hover, - &:focus { - color: $close-color; - text-decoration: none; - cursor: pointer; - @include opacity(.5); - } - - // [converter] extracted button& to button.close -} - -// Additional properties for button version -// iOS requires the button element instead of an anchor tag. -// If you want the anchor version, it requires `href="#"`. -button.close { - padding: 0; - cursor: pointer; - background: transparent; - border: 0; - -webkit-appearance: none; -} -- cgit v1.2.3