summaryrefslogtreecommitdiff
path: root/superhero/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'superhero/bootswatch.less')
-rw-r--r--superhero/bootswatch.less18
1 files changed, 9 insertions, 9 deletions
diff --git a/superhero/bootswatch.less b/superhero/bootswatch.less
index 2b9970d7..500dc424 100644
--- a/superhero/bootswatch.less
+++ b/superhero/bootswatch.less
@@ -224,15 +224,6 @@ label,
// Indicators =================================================================
-.close {
- opacity: 0.4;
-
- &:hover,
- &:focus {
- opacity: 1;
- }
-}
-
.label {
font-weight: 300;
}
@@ -246,6 +237,15 @@ label,
}
}
+.close {
+ opacity: 0.4;
+
+ &:hover,
+ &:focus {
+ opacity: 1;
+ }
+}
+
// Progress bars ==============================================================
// Containers =================================================================