@braze/web-sdk
Version:
Braze SDK for web sites and other JS platforms.
12 lines (11 loc) • 314 B
JavaScript
import { attachCSS as Sn } from "./attach-css.js";
export function attachBannerCSS(n) {
Sn(
n,
"banner",
".ab-html-banner{width:100%;height:100%;border:none;display:block}.ab-html-control-banner{width:0;height:0;margin:0;border:none}",
);
}
export function setupBannerUI() {
attachBannerCSS();
}