Skip to content

Commit

Permalink
Merge pull request #132 from bring/Revert-styling-PR-chatbot
Browse files Browse the repository at this point in the history
Revert PR of style in chatbot
  • Loading branch information
amitjagtap4 authored Jun 3, 2024
2 parents 698140c + 85c50c0 commit 306ebe2
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions packages/button/sass/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,20 +202,15 @@
}
}
&--chat {
width: 64px;
height: 64px;
width: 60px;
height: 60px;
margin: 0px;
padding: 10px 10px 8px;
border-radius: 2px;
background: none;
border-radius: 50%;
background: var(--hwc-color-primary-light);
color: var(--hwc-color-primary-darker);

&:hover {
background: var(--hw-color-primary-lighter);
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12);
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.12);
}
&:hover,
&:active {
color: var(--hwc-color-primary-darker);
fill: var(--hwc-color-primary-darker);
Expand All @@ -224,7 +219,7 @@
}

&:active {
background: var(--hw-color-primary-lighter);
background: var(--hwc-color-button-primary-light-hover);
}
}
&--chat-fixed {
Expand Down

0 comments on commit 306ebe2

Please sign in to comment.