mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
Video quality label now becomes "performance settings". All CSS for labels is moved to JS. Overflow menu button is also changed to "performance settings".
111 lines
2.8 KiB
SCSS
111 lines
2.8 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 'aui_reset';
|
|
@import 'atlaskit_overrides';
|
|
@import 'base';
|
|
@import 'utils';
|
|
@import 'overlay/overlay';
|
|
@import 'inlay';
|
|
@import 'reload_overlay/reload_overlay';
|
|
@import 'mini_toolbox';
|
|
@import 'buttons/copy.scss';
|
|
@import 'modals/desktop-picker/desktop-picker';
|
|
@import 'modals/device-selection/device-selection';
|
|
@import 'modals/dialog';
|
|
@import 'modals/embed-meeting/embed-meeting';
|
|
@import 'modals/feedback/feedback';
|
|
@import 'modals/invite/info';
|
|
@import 'modals/settings/settings';
|
|
@import 'modals/screen-share/share-audio';
|
|
@import 'modals/screen-share/share-screen-warning';
|
|
@import 'modals/speaker_stats/speaker_stats';
|
|
@import 'modals/video-quality/video-quality';
|
|
@import 'modals/virtual-background/virtual-background';
|
|
@import 'modals/local-recording/local-recording';
|
|
@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 'keyboard-shortcuts';
|
|
@import 'redirect_page';
|
|
@import 'components/form-control';
|
|
@import 'components/link';
|
|
@import 'components/button-control';
|
|
@import 'components/input-control';
|
|
@import 'components/input-slider';
|
|
@import "connection-info";
|
|
@import 'aui-components/dropdown';
|
|
@import '404';
|
|
@import 'policy';
|
|
@import 'popover';
|
|
@import 'filmstrip/filmstrip_toolbar';
|
|
@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 'avatar';
|
|
@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 'modals/mute/mute-dialog';
|
|
@import 'e2ee';
|
|
@import 'responsive';
|
|
@import 'drawer';
|
|
@import 'participants-pane';
|
|
@import 'reactions-menu';
|
|
@import 'plan-limit';
|
|
@import 'polls';
|
|
@import 'notifications';
|
|
|
|
/* Modules END */
|