mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Add more text classes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user