mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
4671bf885f
Summary: Initial message list collapsing messages can be expanded explicitly styling message items composer UI and collapsing expanding and collapsing headers style new reply area adding in message controls Add message actions dropdown Test Plan: edgehill --test Reviewers: bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D1664
25 lines
599 B
Text
25 lines
599 B
Text
@import "variables/ui-variables";
|
|
@import "variables/ui-mixins";
|
|
|
|
@import (css) "font-awesome.min.css";
|
|
|
|
@import "normalize";
|
|
|
|
@import "type";
|
|
@import "inputs";
|
|
@import "buttons";
|
|
@import "workspace";
|
|
@import "resizable";
|
|
@import "selection";
|
|
@import "utilities";
|
|
|
|
@import "components/popover";
|
|
@import "components/menu";
|
|
@import "components/tokenizing-text-field";
|
|
@import "components/extra";
|
|
@import "components/list-tabular";
|
|
@import "components/button-dropdown";
|
|
@import "components/scroll-region";
|
|
@import "components/spinner";
|
|
@import "components/generated-form";
|
|
@import "components/unsafe";
|