assets/stylesheets/bootswatch/sandstone/_bootswatch.scss in bootswatch-4.0.0 vs assets/stylesheets/bootswatch/sandstone/_bootswatch.scss in bootswatch-4.1.0
- old
+ new
@@ -1,6 +1,6 @@
-// Sandstone 4.0.0
+// Sandstone 4.1.0
// Bootswatch
// Variables ===================================================================
@@ -150,10 +150,22 @@
.alert-link {
color: #fff;
text-decoration: underline;
}
+ &-primary {
+ &, > th, > td {
+ background-color: $primary;
+ }
+ }
+
+ &-secondary {
+ &, > th, > td {
+ background-color: $secondary;
+ }
+ }
+
&-success {
&, > th, > td {
background-color: $success;
}
}
@@ -171,9 +183,29 @@
}
&-warning {
&, > th, > td {
background-color: $warning;
+ }
+ }
+
+ &-dark {
+ &, > th, > td {
+ background-color: $dark;
+ }
+ }
+
+ &-light {
+ &, > th, > td {
+ background-color: $light;
+ }
+ }
+
+ &-light {
+ &,
+ & a:not(.btn),
+ & .alert-link {
+ color: $body-color;
}
}
}
.badge {