mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 18:47:51 +08:00
1d464453d8
Summary: We now show the inspirational quotes only when in list mode and viewing a tag. When you're viewing search results, or when you're in three-pane mode, you now see a more generic empty state. Test Plan: No tests yet, may want to see if this refactor sticks when we start adding more empty states Reviewers: evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D1642
24 lines
561 B
Text
24 lines
561 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/scroll-region";
|
|
@import "components/spinner";
|
|
@import "components/generated-form";
|
|
@import "components/unsafe";
|