fix: Use all: revert to avoid external css styles for widget bubble (#2809)

This commit is contained in:
Nithin David Thomas 2021-08-13 20:16:33 +05:30 committed by GitHub
parent 37bf4b7dd8
commit e09941db1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,7 @@ export const SDK_CSS = `.woot-widget-holder {
} }
.woot-widget-bubble img { .woot-widget-bubble img {
all: revert;
height: 24px; height: 24px;
margin: 20px; margin: 20px;
width: 24px; width: 24px;