Skip to content

Commit c185b6f

Browse files
committed
v6.4.3
1 parent 2e864ca commit c185b6f

File tree

10 files changed

+13
-10
lines changed

10 files changed

+13
-10
lines changed

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gleap",
3-
"version": "6.4.2",
3+
"version": "6.4.3",
44
"main": "build/index.js",
55
"scripts": {
66
"start": "webpack serve",

published/6.4.2/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/6.4.3/appwidget.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/6.4.3/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/6.4.3/index.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

published/latest/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/index.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,15 @@
5959
justify-content: center;
6060
background-color: #fff;
6161
border-radius: 8px;
62-
box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 15%);
62+
box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
6363
position: relative;
6464
z-index: 99;
6565
}
6666

6767
.bb-feedback-button-text:before {
6868
content: "";
6969
position: absolute;
70-
box-shadow: rgb(0 0 0 / 4%) 6px 6px 5px;
70+
box-shadow: 6px 6px 5px rgba(0, 0, 0, 0.04);
7171
transform: rotate(315deg);
7272
bottom: 16px;
7373
right: -4px;
@@ -1331,7 +1331,7 @@ textarea.bb-feedback-required {
13311331
cursor: pointer;
13321332
margin: 0px;
13331333
padding: 25px 25px;
1334-
background-color: rgb(255, 255, 255);
1334+
background-color: #fff;
13351335
border-bottom-left-radius: 20px;
13361336
border-bottom-right-radius: 20px;
13371337
padding-top: 0px;
@@ -1377,7 +1377,7 @@ textarea.bb-feedback-required {
13771377
font-family: "Inter", sans-serif;
13781378
color: #da0e07;
13791379
border: 1px solid #da0e07;
1380-
box-shadow: 0 0 4px 0 rgb(0 0 0 / 5%);
1380+
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.05);
13811381
display: none;
13821382
}
13831383

0 commit comments

Comments
 (0)