Add more text classes

This commit is contained in:
Ben Ogle
2013-08-26 12:28:59 -07:00
parent bacc5f4228
commit 5de41d19e7

View File

@@ -1,15 +1,22 @@
@import "ui-mixins";
@import "ui-variables";
.selected {
.text(highlighted);
}
h1, h2, h3 { line-height: 1em; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
.subtle { .text(subtle); }
.bright { .text(highlighted); }
.selected { .text(highlighted); }
.smaller { font-size: 0.9em; }
.info { .text(info); }
.warning { .text(warning); }
.success { .text(success); }
.error { .text(error); }
.highlight-color(@name, @color) {
.highlight-@{name} {
color: @text-color-highlight;