mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 18:15:52 -05:00
15 lines
297 B
Sass
15 lines
297 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)
|
|
|
|
h3
|
|
color: red
|
|
|