import { themeSettings } from "@sc/plugins/webcomponents/v2/theme"; export const style = { BUTTON: { properties: { display: "inline-block", // margin: 10, padding: 10, border: "none", borderRadius: 5, // width: "100%", // cursor: "pointer", backgroundColor: "#e43b2c", boxShadow: `0 1px 5px rgba(0,0,0,0.2)`, }, caption1: { fontFamily: "Poppins", // textShadow: "2px 2px rgb(0,0,0,0.25)", fontSize: "22pt", fontWeight: "bold", color: themeSettings.default.lightTextColor, lineHeight: "35px", display: "block", }, caption2: { color: "white", fontSize: "11pt", }, }, };