UNPKG

@scuticode/shop-sdk

Version:

ScutiCode shop sdk

43 lines (35 loc) 703 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.utils = void 0; const lit_element_1 = require("lit-element"); exports.utils = (0, lit_element_1.css) ` .mt-1 { margin-top: 0.5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; } .line { height: 1px; background-color: #4047D9; width: 100%; opacity: 0.4; } ::-webkit-scrollbar { width: 7px; height: 7px; } ::-webkit-scrollbar-track { background-color: #f1f1f1; } ::-webkit-scrollbar-thumb { background-color: #4047D9; border-radius: 7px; } ::-webkit-scrollbar-thumb:hover { background-color: #4b0766; } `;