mirror of
https://gitlab.com/lecarore/breakout71.git
synced 2025-04-30 08:49:13 -04:00
wip
This commit is contained in:
parent
d848ad511e
commit
78c8e154c6
17 changed files with 372 additions and 1521 deletions
4
dist/levels_editor.de5e7f9b.css
vendored
4
dist/levels_editor.de5e7f9b.css
vendored
|
@ -28,6 +28,10 @@ body {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#levels input[type="number"] {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
#levels > div {
|
||||
grid-template-columns: auto auto;
|
||||
grid-template-areas: ". name"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue