mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Add smaller text classes
This commit is contained in:
@@ -7,5 +7,14 @@
|
||||
background-color: #333;
|
||||
}
|
||||
}
|
||||
|
||||
.highlighted { .text(highlighted); }
|
||||
|
||||
.subtle { .text(subtle); }
|
||||
|
||||
.smaller {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.small {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user