Mailspring/static/index.less
Ben Gotow 1d464453d8 fix(empty-states): Use quotes sparingly, show generic empty text in three-column mode and during search
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
2015-06-17 13:14:45 -07:00

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