Files
mostlymatter/webapp/sass/routes/_module.scss
Harrison Healey 1de3bd3b43 PLT-3640 Add mobile landing pages (#3674)
* PLT-3640 Moved all clientside user agent snooping into a single file

* PLT-3640 Added mobile landing pages on login to iOS and Android web apps

* PLT-3640 Moved landing page to appear before first login

* PLT-3640 Fixed detection of Chrome on Android

* PLT-3640 Disabled mobile landing pages when their respective URLs are set to blank
2016-08-02 20:01:33 -08:00

16 строки
345 B
SCSS

// Only for combining all the files in this folder
@import 'about-modal';
@import 'access-history';
@import 'activity-log';
@import 'admin-console';
@import 'backstage';
@import 'compliance';
@import 'docs';
@import 'error-page';
@import 'get-app';
@import 'loading';
@import 'print';
@import 'settings';
@import 'signup';
@import 'statistics';