mirror of
https://github.com/atom/atom.git
synced 2026-02-12 07:35:14 -05:00
10 lines
191 B
Plaintext
10 lines
191 B
Plaintext
@import "ui-variables";
|
|
|
|
atom-text-editor {
|
|
padding-top: @component-padding;
|
|
padding-right: @component-padding;
|
|
padding-bottom: @component-padding;
|
|
|
|
color: @input-background-color;
|
|
}
|