Cable-Desktop/stylesheets/manifest.scss
Ikarulus 53cd3af78b Added a dark theme
I added a dark theme in order to solve #328.
This may fix #328 at least partially.
2016-12-02 00:41:42 +01:00

21 lignes
424 o
SCSS

// Global Settings, Variables, and Mixins
@import 'variables';
@import 'mixins';
@import 'global';
// Components
@import 'progress';
@import 'hourglass';
@import 'modal';
@import 'debugLog';
@import 'lightbox';
@import 'recorder';
@import 'emoji';
@import 'settings';
// Build the main view
@import 'index';
@import 'conversation';
@import 'ios';
@import 'android';
@import 'android-dark';