Skip to content

Commit

Permalink
Change blip chat logo
Browse files Browse the repository at this point in the history
  • Loading branch information
AcacioFernando committed May 7, 2021
1 parent 4b74794 commit 1cd6c65
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 19 deletions.
4 changes: 1 addition & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ <h1>For connection data tests (*optional)</h1>
builder = new BlipChat()
.withAppKey(appKey)
.withButton({
color: '#2f8413',
icon:
'https://s3-sa-east-1.amazonaws.com/msging.net/Services/Images/32659305-1594-439e-b4b4-047f592d5787'
color: '#2f8413'
})
.withTarget(target)
.withEnvironment(environment)
Expand Down
17 changes: 3 additions & 14 deletions src/images/brand-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/static/chat.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<div id="blip-chat-open-iframe">
<div id="blip-chat-notifications"></div>
<img id="blip-chat-icon" src="{{ buttonIcon }}" alt="">
<div class="blip-container-img">
<img id="blip-chat-icon" src="{{ buttonIcon }}" alt="">
</div>
<svg id="blip-chat-close-icon" viewBox="0 0 40 40" style="display:none;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="Close" fill="#FFFFFF" fill-rule="nonzero">
Expand Down
8 changes: 7 additions & 1 deletion src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,13 @@ $maxHeight: 420px;
img, svg {
width: 100%;
height: 100%;
border-radius: 50%;
border-radius: 0%;
}
.blip-container-img{
max-width: 27px;
max-height: 29.97px;
width: auto;
height: auto;
}

}
Expand Down

0 comments on commit 1cd6c65

Please sign in to comment.