File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed
src/shared/components/button Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 217217 }
218218 }
219219 & --chat {
220- width : 60 px ;
221- height : 60 px ;
220+ width : 64 px ;
221+ height : 64 px ;
222222 margin : 0px ;
223223 padding : 10px 10px 8px ;
224- border-radius : 50 % ;
225- background : var (--hw-color-primary-light );
224+ border-radius : 2 px ;
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 );
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 {
You can’t perform that action at this time.
0 commit comments