45a3e96e68
- Rollback all redundant changes made in the last few months - Introduce `contextPane` - Show child notes in the notes pane - Fix splitter styling - Various bug fixes - Fix contextPane switching and states persistence - Persist reader sidebar open/close state - Fix bottom pane placeholder updating concurrency issues - Fix toolbar placeholder width updating - Display titles for split button - Fix toolbar position when switching tabs - Add PDF tab loading cover - Improve notes and citations insertion - Clean up and refactor code - Fixes and cleanups to PDF reader
36 lines
918 B
SCSS
36 lines
918 B
SCSS
//
|
|
// Zotero React Client
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Abstracts
|
|
// --------------------------------------------------
|
|
|
|
@import "abstracts/variables";
|
|
@import "abstracts/functions";
|
|
@import "abstracts/mixins";
|
|
@import "abstracts/placeholders";
|
|
@import "abstracts/utilities";
|
|
@import "abstracts/split-button";
|
|
|
|
// Theme
|
|
// --------------------------------------------------
|
|
|
|
@import "themes/light";
|
|
|
|
// Components
|
|
// --------------------------------------------------
|
|
|
|
@import "components/autosuggest";
|
|
@import "components/button";
|
|
@import "components/createParent";
|
|
@import "components/editable";
|
|
@import "components/icons";
|
|
@import "components/mainWindow";
|
|
@import "components/notesList";
|
|
@import "components/progressMeter";
|
|
@import "components/search";
|
|
@import "components/syncButtonTooltip";
|
|
@import "components/tabBar";
|
|
@import "components/tagsBox";
|
|
@import "components/tagSelector";
|