mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-01 05:06:53 +08:00
165f5045fb
Summary: Use blockquote, apply gmail's styling Fix in popout composer so the ... button rests at the bottom Test Plan: Need to figure out the best strategy for tests here - will write tomorrow Reviewers: evan Reviewed By: evan Differential Revision: https://review.inboxapp.com/D1197
12 lines
No EOL
365 B
Text
12 lines
No EOL
365 B
Text
// Import from the ui theme's variables with a fallback to ./variables/ui-variables.less
|
|
@import "./variables/ui-variables";
|
|
@import "ui-variables";
|
|
|
|
@import "workspace-view";
|
|
@import "bootstrap-overrides";
|
|
@import "utilities";
|
|
|
|
@import "./components/popover";
|
|
@import "./components/menu";
|
|
@import "./components/tokenizing-text-field";
|
|
@import "./components/extra"; |