scope css styling for the online tutorial

This commit is contained in:
Dominik Richter 2016-09-23 12:46:07 +02:00
parent 0b744587fa
commit 5b4cb3375b
2 changed files with 8 additions and 3 deletions

View file

@ -24,6 +24,6 @@
<script src="dist/inspec_tutorial.js"></script>
<my-app>Loading...</my-app>
<my-app class="inspec-tutorial">Loading...</my-app>
</body>
</html>

View file

@ -1,6 +1,11 @@
/* Master Styles */
body {
.inspec-tutorial {
color: white;
background-color: black;
}
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}