Skip to content

Commit c8eff8f

Browse files
committed
new wizard design
1 parent 792ce62 commit c8eff8f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

image/wizard.png

-10.3 KB
Loading

script/teams.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ var teams = {
2222
maxTp: null,
2323
maxMp: null,
2424
coordination: {
25-
r: 4,
25+
r: 3,
2626
c: 3
2727
},
28-
orientation: "top",
28+
orientation: "right",
2929
action: [
3030
{
3131
id: "move",

style/main.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ button, input {
313313
}
314314
}
315315

316+
316317
.figure.orientation-left.active .figure-after {
317318
animation: figure-active-left .7s infinite steps(2);
318319
}

0 commit comments

Comments
 (0)