mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
Create separate tabs for Audio and Video in the Settings Dialog Move some settings from the More tab to Audio/ Video tab Implement redesign Convert some files to TS Move some styles from SCSS to JSS Enable device selection on welcome page
97 lines
2.3 KiB
SCSS
97 lines
2.3 KiB
SCSS
/* Functions BEGIN */
|
|
|
|
@import 'functions';
|
|
|
|
/* Functions END */
|
|
|
|
/* Variables BEGIN */
|
|
|
|
@import 'variables';
|
|
|
|
/* Variables END */
|
|
|
|
/* Mixins BEGIN */
|
|
|
|
@import "mixins";
|
|
|
|
/* Mixins END */
|
|
|
|
/* Animations END */
|
|
|
|
/* Flags BEGIN */
|
|
$flagsImagePath: "../images/";
|
|
@import "../node_modules/bc-css-flags/dist/css/bc-css-flags.scss";
|
|
/* Flags END */
|
|
|
|
/* Modules BEGIN */
|
|
@import 'reset';
|
|
@import 'atlaskit_overrides';
|
|
@import 'base';
|
|
@import 'utils';
|
|
@import 'overlay/overlay';
|
|
@import 'inlay';
|
|
@import 'reload_overlay/reload_overlay';
|
|
@import 'mini_toolbox';
|
|
@import 'modals/desktop-picker/desktop-picker';
|
|
@import 'modals/dialog';
|
|
@import 'modals/embed-meeting/embed-meeting';
|
|
@import 'modals/feedback/feedback';
|
|
@import 'modals/invite/info';
|
|
@import 'modals/screen-share/share-audio';
|
|
@import 'modals/screen-share/share-screen-warning';
|
|
@import 'videolayout_default';
|
|
@import 'notice';
|
|
@import 'subject';
|
|
@import 'popup_menu';
|
|
@import 'recording';
|
|
@import 'login_menu';
|
|
@import 'chat';
|
|
@import 'ringing/ringing';
|
|
@import 'welcome_page';
|
|
@import 'welcome_page_content';
|
|
@import 'welcome_page_settings_toolbar';
|
|
@import 'toolbars';
|
|
@import 'redirect_page';
|
|
@import 'components/form-control';
|
|
@import 'components/link';
|
|
@import 'components/button-control';
|
|
@import 'components/input-control';
|
|
@import 'components/input-slider';
|
|
@import '404';
|
|
@import 'policy';
|
|
@import 'popover';
|
|
@import 'filmstrip/horizontal_filmstrip';
|
|
@import 'filmstrip/small_video';
|
|
@import 'filmstrip/tile_view';
|
|
@import 'filmstrip/tile_view_overrides';
|
|
@import 'filmstrip/vertical_filmstrip';
|
|
@import 'filmstrip/vertical_filmstrip_overrides';
|
|
@import 'unsupported-browser/main';
|
|
@import 'modals/invite/add-people';
|
|
@import 'deep-linking/main';
|
|
@import 'transcription-subtitles';
|
|
@import '_meetings_list.scss';
|
|
@import 'navigate_section_list';
|
|
@import 'third-party-branding/google';
|
|
@import 'third-party-branding/microsoft';
|
|
@import 'promotional-footer';
|
|
@import 'chrome-extension-banner';
|
|
@import 'settings-button';
|
|
@import 'meter';
|
|
@import 'audio-preview';
|
|
@import 'video-preview';
|
|
@import 'premeeting/main';
|
|
@import 'country-picker';
|
|
@import 'modals/invite/invite_more';
|
|
@import 'modals/security/security';
|
|
@import 'e2ee';
|
|
@import 'responsive';
|
|
@import 'drawer';
|
|
@import 'participants-pane';
|
|
@import 'reactions-menu';
|
|
@import 'plan-limit';
|
|
@import 'polls';
|
|
@import 'notifications';
|
|
|
|
/* Modules END */
|