mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
Update Dial Out Dialog design Update Country Picker design Convert some files to TS Move styles from SCSS to JSS Replace atlaskit InlineDialog with Popover in CountryPIcker and Prejoin components
96 lines
2.3 KiB
SCSS
96 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 '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 */
|