UNPKG

@scuticode/shop-sdk

Version:

ScutiCode shop sdk

32 lines (28 loc) 640 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.button = void 0; const lit_element_1 = require("lit-element"); exports.button = (0, lit_element_1.css) ` .btn { cursor: pointer; border-style: solid; background-color: transparent; text-align: center; margin: 0.25rem; padding: 0.5rem; } .btn.btn-close { color: black; text-align: center; } .btn.btn-primary { border-radius: 0; color: black; border-color: black; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } .btn-primary:hover { color: white; background-color: black; } `;