mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-01 19:36:57 -05:00
66f99dd834
Tweak tooltips, add some translation keys Fixed not showing translations for English-speakers Remove comment
18 lines
381 B
Sass
18 lines
381 B
Sass
@import "app/styles/mixins"
|
|
@import "app/styles/bootstrap/variables"
|
|
|
|
.spell-translation-view
|
|
position: absolute
|
|
z-index: 9001
|
|
max-width: 400px
|
|
pre
|
|
margin-bottom: 0
|
|
code
|
|
white-space: nowrap
|
|
|
|
html.no-borderimage
|
|
.spell-translation-view
|
|
background: transparent url(/images/level/popover_background.png)
|
|
background-size: 100% 100%
|
|
border: 0
|
|
|