Skip to content

Commit 99d36ac

Browse files
authored
Merge pull request #1821 from bring/chatbot-button-new-look
Chatbot button new look css
2 parents 6604e0d + 0ad922b commit 99d36ac

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

src/shared/components/button/button.css

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,21 @@
217217
}
218218
}
219219
&--chat {
220-
width: 60px;
221-
height: 60px;
220+
width: 64px;
221+
height: 64px;
222222
margin: 0px;
223223
padding: 10px 10px 8px;
224-
border-radius: 50%;
225-
background: var(--hw-color-primary-light);
224+
border-radius: 2px;
225+
background: var(--hds-ui-colors-white);
226226
color: var(--hw-color-primary-darker);
227227

228-
&:hover,
228+
&:hover {
229+
background: var(--hw-color-primary-lighter);
230+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12);
231+
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
232+
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
233+
}
234+
229235
&:active {
230236
color: var(--hw-color-primary-darker);
231237
fill: var(--hw-color-primary-darker);
@@ -234,7 +240,7 @@
234240
}
235241

236242
&:active {
237-
background: var(--hw-color-button-primary-light-hover);
243+
background: var(--hw-color-primary-lighter);
238244
}
239245
}
240246
&--chat-fixed {

0 commit comments

Comments
 (0)