mod/bootstrap/vendor/bootswatch/dist/lumen/_bootswatch.scss in card-1.93.7 vs mod/bootstrap/vendor/bootswatch/dist/lumen/_bootswatch.scss in card-1.93.8
- old
+ new
@@ -292,17 +292,15 @@
}
// Indicators ==================================================================
.close {
- color: #fff;
text-decoration: none;
opacity: 0.4;
&:hover,
&:focus {
- color: #fff;
opacity: 1;
}
}
.alert {
@@ -391,6 +389,13 @@
}
.jumbotron {
border: 1px solid $gray-200;
box-shadow: inset 0 2px 0 rgba(0, 0, 0, 0.05);
+}
+
+.modal {
+
+ .close {
+ color: $black;
+ }
}