mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-12-20 09:35:59 +00:00
Basic game frontend functionality in Typescript
This commit is contained in:
@@ -15,20 +15,19 @@
|
||||
}
|
||||
|
||||
#game {
|
||||
box-shadow: rgba(46, 94, 80, 0.45) 0ex 0ex 2ex;
|
||||
/*margin-top: 1em;*/
|
||||
box-shadow: rgba(46, 94, 80, 0.45) 0 0 2ex;
|
||||
outline: none;
|
||||
width: 100%;
|
||||
margin: 1em 0 1em 1em;
|
||||
box-sizing: border-box;
|
||||
|
||||
/*background: #282828;*/
|
||||
|
||||
background: whitesmoke;
|
||||
}
|
||||
|
||||
#editor {
|
||||
margin: 1em 0 1em 1em;
|
||||
height: 35em;
|
||||
box-shadow: rgba(46, 94, 80, 0.45) 0ex 0ex 2ex;
|
||||
box-shadow: rgba(46, 94, 80, 0.45) 0 0 2ex;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user