mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
c67e2a24ea
Summary: Adds a new visual theme picker to the menu that allows users to select different themes based on color palettes and then change their themes live. Test Plan: Test included. Reviewers: evan, bengotow Reviewed By: evan, bengotow Differential Revision: https://phab.nylas.com/D2669
35 lines
939 B
Text
35 lines
939 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 "dropdowns";
|
|
@import "workspace";
|
|
@import "resizable";
|
|
@import "selection";
|
|
@import "utilities";
|
|
|
|
@import "components/popover";
|
|
@import "components/menu";
|
|
@import "components/switch";
|
|
@import "components/tokenizing-text-field";
|
|
@import "components/extra";
|
|
@import "components/list-tabular";
|
|
@import "components/disclosure-triangle";
|
|
@import "components/button-dropdown";
|
|
@import "components/scroll-region";
|
|
@import "components/spinner";
|
|
@import "components/generated-form";
|
|
@import "components/unsafe";
|
|
@import "components/key-commands-region";
|
|
@import "components/contenteditable";
|
|
@import "components/editable-list";
|
|
@import "components/outline-view";
|
|
@import "components/fixed-popover";
|
|
@import "components/modal";
|
|
@import "components/date-input";
|