session-desktop/stylesheets/manifest.scss

24 lines
412 B
SCSS
Raw Normal View History

2014-11-07 09:17:27 +01:00
// Global Settings, Variables, and Mixins
2018-05-04 22:07:52 +02:00
@import 'variables';
@import 'mixins';
@import 'global';
// Components
2018-05-04 22:07:52 +02:00
@import 'progress';
@import 'hourglass';
@import 'modal';
@import 'debugLog';
@import 'lightbox';
@import 'recorder';
@import 'emoji';
@import 'settings';
2014-11-07 09:17:27 +01:00
// Build the main view
2018-05-04 22:07:52 +02:00
@import 'index';
@import 'conversation';
@import 'theme_light';
@import 'theme_dark';
// Installer
2018-05-04 22:07:52 +02:00
@import 'options';