codecombat/app/styles/play/level/tome/spell_translation.sass
phoenixeliot 66f99dd834 Add translation tooltips for code
Tweak tooltips, add some translation keys

Fixed not showing translations for English-speakers

Remove comment
2016-04-26 16:37:07 -07:00

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