mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Add PlayGameDevLevelView styling
This commit is contained in:
parent
25e348c5ad
commit
b674277e14
1 changed files with 19 additions and 0 deletions
19
app/styles/play/level/play-game-dev-level-view.sass
Normal file
19
app/styles/play/level/play-game-dev-level-view.sass
Normal file
|
@ -0,0 +1,19 @@
|
|||
#play-game-dev-level-view
|
||||
#canvas-wrapper
|
||||
width: 100%
|
||||
position: relative
|
||||
overflow: hidden
|
||||
z-index: 0
|
||||
|
||||
#webgl-surface
|
||||
background-color: #333
|
||||
|
||||
#normal-surface
|
||||
position: absolute
|
||||
top: 0
|
||||
left: 0
|
||||
pointer-events: none
|
||||
|
||||
canvas#webgl-surface, canvas#normal-surface
|
||||
display: block
|
||||
z-index: 2
|
Loading…
Add table
Add a link
Reference in a new issue