mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-01 03:16:56 -05:00
19 lines
302 B
Sass
19 lines
302 B
Sass
|
#play-web-dev-level-view
|
||
|
#web-surface-view
|
||
|
position: absolute
|
||
|
top: 0
|
||
|
right: 0
|
||
|
bottom: 0
|
||
|
left: 0
|
||
|
z-index: 0
|
||
|
|
||
|
#info-bar
|
||
|
position: absolute
|
||
|
right: 0
|
||
|
bottom: 0
|
||
|
left: 0
|
||
|
height: 100px
|
||
|
z-index: 1
|
||
|
background-color: transparent
|
||
|
text-align: center
|