mirror of
https://github.com/atom/atom.git
synced 2026-02-18 02:21:43 -05:00
10 lines
182 B
Plaintext
10 lines
182 B
Plaintext
@import "ui-variables";
|
|
|
|
.editor {
|
|
padding-top: @component-padding;
|
|
padding-right: @component-padding;
|
|
padding-bottom: @component-padding;
|
|
|
|
color: @input-background-color;
|
|
}
|