PluginProbe
Plugin Detective – Troubleshooting Conflicts / 1.1.4
Plugin Detective – Troubleshooting Conflicts v1.1.4
1.2.35 1.2.33 1.2.32 1.2.31 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 1.2 1.2.1 1.2.10 1.2.12 1.2.13 1.2.14 1.2.16 1.2.19 1.2.20 1.2.22 1.2.23 1.2.24 All 54 releases
plugin-detective / troubleshoot / app / src / assets / app.scss

app.scss in Plugin Detective – Troubleshooting Conflicts 1.1.4, at troubleshoot/app/src/assets/app.scss

22 lines 933 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 @import "~vue-material/dist/theme/engine"; // Import the theme engine
2
3 @include md-register-theme("default", (
4 primary: md-get-palette-color(indigo, 900), // The primary color of your application
5 accent: md-get-palette-color(lightgreen, 500) // The accent or secondary color
6 ));
7
8 @import "~vue-material/dist/theme/all"; // Apply the theme
9
10 @import 'mixins';
11
12 @import 'global_classes'; // Global styles
13 @import 'hello'; // Styles for welcome page
14 @import 'find_problem'; // Styles for find a problem
15 @import 'bubble'; // Styles for speech bubble
16 @import 'corner_otto'; // Styles for otto in the corner
17 @import 'screen'; // Styles for screen (iframe)
18 @import 'witnesses'; // Styles for the suspects list
19 @import 'interrogating'; // Styles for interrogating suspects
20 @import 'test'; // Styles for test screen
21 @import 'complete'; // Styles for the last screen
22 @import 'counter_box'; // Styles for the counter box