mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
12 lines
276 B
Sass
12 lines
276 B
Sass
@import "../../../bootstrap/mixins"
|
|
|
|
.tome-debug-view
|
|
position: absolute
|
|
z-index: 9001
|
|
max-width: 400px
|
|
padding: 10px
|
|
background: transparent url(/images/level/popover_background.png)
|
|
background-size: 100% 100%
|
|
border: 0
|
|
@include box-shadow(0 0 0 #000)
|
|
|