mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
11 lines
279 B
Text
11 lines
279 B
Text
|
@import "ui-variables";
|
||
|
|
||
|
atom-text-editor {
|
||
|
padding-top: @component-padding;
|
||
|
padding-right: @component-padding;
|
||
|
padding-bottom: @component-padding;
|
||
|
|
||
|
color: @input-background-color;
|
||
|
background-color: @spec-test-variable; // From the fallback variables, not overridden
|
||
|
}
|