mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-15 06:06:35 +08:00
c49d523e8f
Summary: Shortens and simplifies UI variables so that unused variables are no longer present. Test Plan: Tested locally. Reviewers: evan, bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D2738
10 lines
265 B
Text
Executable file
10 lines
265 B
Text
Executable file
@import "ui-variables";
|
|
|
|
nylas-theme-wrap {
|
|
padding-top: @component-padding;
|
|
padding-right: @component-padding;
|
|
padding-bottom: @component-padding;
|
|
|
|
color: @input-bg;
|
|
background-color: @spec-test-variable; // From the fallback variables, not overridden
|
|
}
|