This commit is contained in:
Olivier Gagnon
2021-06-13 11:15:02 -04:00
parent 19f51b684b
commit 321dca4993
8 changed files with 88 additions and 20 deletions

File diff suppressed because one or more lines are too long

16
dist/engineStyle.css vendored
View File

@@ -1789,6 +1789,22 @@ button {
float: right;
padding: 4px; }
.interactive-tutorial-command {
background-color: #000;
color: #adff2f;
white-space: nowrap; }
.interactive-tutorial-code {
background-color: #272822;
color: white;
padding: 3px; }
.interactive-tutorial-tab {
background-color: #555;
color: #e6e6e6;
padding: 3px;
box-shadow: 0 0 3px #000; }
/* COLORS */
/* Attributes */
* {

26
dist/vendor.bundle.js vendored

File diff suppressed because one or more lines are too long