mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
scope css styling for the online tutorial
This commit is contained in:
parent
0b744587fa
commit
5b4cb3375b
2 changed files with 8 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
/* Master Styles */
|
||||
|
||||
body {
|
||||
.inspec-tutorial {
|
||||
color: white;
|
||||
background-color: black;
|
||||
}
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue