Mailspring/static/atom.less
Ben Gotow 165f5045fb feat(quoted-text): Edit quoted text in replies
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
2015-02-18 14:24:16 -08:00

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";