DocSpace-client/packages/shared/components/campaigns-banner/campaign/CreateDocSpace.ts

30 lines
592 B
TypeScript

export const translates = {
Header: "ONLYOFFICE for developers",
SubHeader:
"The best online office experience within your app, under your brand.",
ButtonLabel: "Start now",
Link: "https://onlyoffice.com",
};
export const config = {
borderColor: "#388BDE",
title: {
color: "#4781D1",
fontSize: "12px",
fontWeight: "600",
},
body: {
fontSize: "13px",
fontWeight: "600",
color: "#333",
},
action: {
isButton: true,
color: "#fff",
backgroundColor: "#388BDE",
fontSize: "12px",
fontWeight: "700",
type: "open-url",
},
};