mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-31 07:12:49 -04:00
Implemented new blue background texture for dialogue messages.
This commit is contained in:
parent
51d77e5ae2
commit
29860caeea
2 changed files with 6 additions and 5 deletions
app
BIN
app/assets/images/level/dialogue_background.png
Normal file
BIN
app/assets/images/level/dialogue_background.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 10 KiB |
|
@ -43,11 +43,12 @@
|
|||
|
||||
.bubble
|
||||
position: relative
|
||||
margin: 20px
|
||||
padding: 10px 10px 30px 10px
|
||||
margin: 10px
|
||||
padding: 20px 20px 40px 20px
|
||||
color: white
|
||||
font-weight: bold
|
||||
background: rgb(45, 35, 234)
|
||||
background: transparent url(/images/level/dialogue_background.png)
|
||||
background-size: 100% 100%
|
||||
border: black solid 1px
|
||||
border-radius: 10px
|
||||
font-size: 18px
|
||||
|
@ -65,8 +66,8 @@
|
|||
|
||||
.enter
|
||||
position: absolute
|
||||
right: 10px
|
||||
bottom: 10px
|
||||
right: 15px
|
||||
bottom: 20px
|
||||
div.dot
|
||||
background: #337
|
||||
width: 8px
|
||||
|
|
Loading…
Add table
Reference in a new issue