11 linhas
282 B
Plaintext
11 linhas
282 B
Plaintext
@import "ui-variables";
|
|
|
|
atom-text-editor {
|
|
padding-top: @component-padding;
|
|
padding-right: @component-padding;
|
|
padding-bottom: @component-padding;
|
|
|
|
color: @input-background-color;
|
|
background-color: @background-color-info; // From the fallback variables, not overridden
|
|
}
|