843bcbb68a
Instead of showing warning button on toolbar Otherwise if one person in a group upgrades to a beta with new fields, everyone in the group will get a warning, even if they're already on the latest release version. In a personal library, the user can upgrade to the same version.
32 lines
790 B
SCSS
32 lines
790 B
SCSS
//
|
|
// Zotero React Client
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Abstracts
|
|
// --------------------------------------------------
|
|
|
|
@import "abstracts/variables";
|
|
@import "abstracts/functions";
|
|
@import "abstracts/mixins";
|
|
@import "abstracts/placeholders";
|
|
@import "abstracts/utilities";
|
|
|
|
// Theme
|
|
// --------------------------------------------------
|
|
|
|
@import "themes/light";
|
|
|
|
// Components
|
|
// --------------------------------------------------
|
|
|
|
@import "components/autosuggest";
|
|
@import "components/button";
|
|
@import "components/createParent";
|
|
@import "components/editable";
|
|
@import "components/icons";
|
|
@import "components/progressMeter";
|
|
@import "components/search";
|
|
@import "components/syncButtonTooltip";
|
|
@import "components/tagsBox";
|
|
@import "components/tagSelector";
|