spacelab: add text states
[bootswatch] / spacelab / bootswatch.less
index 4350ff6..3cc2efd 100755 (executable)
@@ -8,6 +8,22 @@
 
 @import url('//fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700');
 
+.text-warning        { color: @warningBackground; }
+a.text-warning:hover,
+a.text-warning:focus { color: darken(@warningBackground, 10%); }
+
+.text-error          { color: @errorBackground; }
+a.text-error:hover,
+a.text-error:focus   { color: darken(@errorBackground, 10%); }
+
+.text-info           { color: @infoBackground; }
+a.text-info:hover,
+a.text-info:focus    { color: darken(@infoBackground, 10%); }
+
+.text-success        { color: @successBackground; }
+a.text-success:hover,
+a.text-success:focus { color: darken(@successBackground, 10%); }
+
 // SCAFFOLDING
 // -----------------------------------------------------