summaryrefslogtreecommitdiff
path: root/lumen/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-06-19 21:30:36 -0400
committerThomas Park <thomas@thomaspark.me>2014-06-19 21:30:36 -0400
commit85b3a17d1756546e27db527a7c85211583d5bb61 (patch)
treeb2b4f26176ed1126301ec3393532af2a7e14ccc1 /lumen/bootswatch.less
parentdcf8c5419b8f5db51775e80a6dcc4ba91732e7ab (diff)
fix close buttons in panels, closes #266
Diffstat (limited to 'lumen/bootswatch.less')
-rw-r--r--lumen/bootswatch.less18
1 files changed, 11 insertions, 7 deletions
diff --git a/lumen/bootswatch.less b/lumen/bootswatch.less
index 895a9b7f..d7e2b226 100644
--- a/lumen/bootswatch.less
+++ b/lumen/bootswatch.less
@@ -375,15 +375,19 @@ label {
}
.close {
- color: #fff;
text-decoration: none;
- opacity: 0.4;
+ }
+}
- &:hover,
- &:focus {
- color: #fff;
- opacity: 1;
- }
+.close {
+ color: #fff;
+ text-decoration: none;
+ opacity: 0.4;
+
+ &:hover,
+ &:focus {
+ color: #fff;
+ opacity: 1;
}
}