Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/stylesheets/bootstrap/_close.scss')
-rw-r--r--assets/stylesheets/bootstrap/_close.scss14
1 files changed, 3 insertions, 11 deletions
diff --git a/assets/stylesheets/bootstrap/_close.scss b/assets/stylesheets/bootstrap/_close.scss
index 3b74d8a..89e68a3 100644
--- a/assets/stylesheets/bootstrap/_close.scss
+++ b/assets/stylesheets/bootstrap/_close.scss
@@ -1,8 +1,3 @@
-//
-// Close icons
-// --------------------------------------------------
-
-
.close {
float: right;
font-size: ($font-size-base * 1.5);
@@ -10,17 +5,14 @@
line-height: 1;
color: $close-color;
text-shadow: $close-text-shadow;
- @include opacity(.2);
+ opacity: .2;
- &:hover,
- &:focus {
+ @include hover-focus {
color: $close-color;
text-decoration: none;
cursor: pointer;
- @include opacity(.5);
+ opacity: .5;
}
-
- // [converter] extracted button& to button.close
}
// Additional properties for button version