rename yaml to match ploi

This commit is contained in:
netlas
2026-04-22 10:03:07 +03:00
parent b94a89fadc
commit c5600c3915
112 changed files with 1738 additions and 1741 deletions

View File

@@ -39,7 +39,7 @@ export const SDK_CSS = `
}
.woot-widget-bubble {
background: #1f93ff;
background: #01a0a5;
border-radius: 100px;
border-width: 0px;
bottom: 20px;
@@ -129,7 +129,7 @@ export const SDK_CSS = `
}
.woot-widget-bubble:hover {
background: #1f93ff;
background: #01a0a5;
box-shadow: 0 8px 32px rgba(0, 0, 0, .4) !important;
}