| 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 |