Skip to content

Commit

Permalink
fix(Remove CSS settings applied in the update): Remove CSS settings a…
Browse files Browse the repository at this point in the history
…pplied in the update
  • Loading branch information
AcacioFernando committed May 17, 2021
1 parent 319d137 commit 609015c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blip-chat-widget",
"version": "1.8.0-beta.2",
"version": "1.9.0-beta.1",
"description": "",
"main": "dist/blip-chat.js",
"files": [
Expand Down
4 changes: 2 additions & 2 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.
7 changes: 3 additions & 4 deletions src/static/chat.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<div id="blip-chat-open-iframe">
<div id="blip-chat-notifications"></div>
<div class="blip-container-img">
<img id="blip-chat-icon" src="{{ buttonIcon }}" alt="">
</div>
<img id="blip-chat-icon" src="{{ buttonIcon }}" alt="">
<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 All @@ -13,8 +11,9 @@
</g>
</svg>
</div>

<style>
#blip-chat-open-iframe {
background-color: {{ buttonColor }} !important
}
</style>
</style>
10 changes: 1 addition & 9 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,9 @@ $maxHeight: 420px;
img, svg {
width: 100%;
height: 100%;
border-radius: 0%;
}
.blip-container-img{
max-width: 27px;
max-height: 29.97px;
width: auto;
height: auto;
border-radius: 50%;
}

}

}

#blip-chat-open-iframe {
Expand Down

0 comments on commit 609015c

Please sign in to comment.