mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
30860ae9f9
* [web] Migrate Logs components JSX to Bootstrap 5 * [web] Migrate logs.less to logs.scss * [web] Remove unused class names * [storybook] Define default Bootstrap version in Storybook This prevents some warning in the console * [storybook] Update pdf-preview.stories.jsx * [storybook] Add pdf-log-entry.stories.tsx * [storybook] Force re-renders when switching BS version * [web] Keep files dropdown menu in bounds * [web] Make files dropdown items not bold in BS5 * [web] Revert unrelated change * [web] Fixup PreviewLogsPaneMaxEntries * [web] Add style for log-entry-content-link * [web] Replace log-entry by OLNotification in `PdfCodeCheckFailedNotice` * [web] Use `BootstrapVersionSwitcher` instead of `isBootstrap5` * [web] Rename `DropdownBS3` to `BS3Dropdown` * [web] Reuse variables for `toolbar-height` and `toolbar-small-height` * [web] Set `id` on `DropdownToggle` not `Dropdown` * [web] Set `log-entry-btn-expand-collapse` in BS3 only * [web] Remove `block: true` from StartFreeTrialButton in BS3 * [web] Remove unnecessary CSS in `.log-entry-header-link` * [web] Use semantic color names * Migrate the downloadable pdf file list to Bootstrap 5 * Remove nested BootstrapVersionSwitcher, fix "key" prop * Update roles to: `<li role="menuitem">` `<a role="link">` * Update `log-entry-header-link`: variant ghost and fix colors --------- Co-authored-by: Rebeka <o.dekany@gmail.com> GitOrigin-RevId: 89848970ab5d8a8c135335386caf24363f69a34c
29 lines
777 B
SCSS
29 lines
777 B
SCSS
@import 'account-settings';
|
|
@import 'cms';
|
|
@import 'content';
|
|
@import 'project-list';
|
|
@import 'sidebar-v2-dash-pane';
|
|
@import 'editor/ide';
|
|
@import 'editor/toolbar';
|
|
@import 'editor/online-users';
|
|
@import 'editor/hotkeys';
|
|
@import 'editor/left-menu';
|
|
@import 'editor/loading-screen';
|
|
@import 'editor/logs';
|
|
@import 'editor/outline';
|
|
@import 'editor/file-tree';
|
|
@import 'editor/file-view';
|
|
@import 'editor/figure-modal';
|
|
@import 'editor/review-panel';
|
|
@import 'editor/chat';
|
|
@import 'editor/history';
|
|
@import 'subscription';
|
|
@import 'editor/pdf';
|
|
@import 'editor/compile-button';
|
|
@import 'editor/publish-modal';
|
|
@import 'editor/share';
|
|
@import 'editor/tags-input';
|
|
@import 'editor/review-panel-new';
|
|
@import 'website-redesign';
|
|
@import 'group-settings';
|
|
@import 'templates-v2';
|