UNPKG

st-create-app

Version:
51 lines 1.52 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function (elementName) { var _a; return (_a = { 'body, html': { 'padding': '0', 'margin': '0', 'height': '100%', }, '.container': { 'margin': 'auto', 'border-radius': '5px', 'padding': '5%', 'box-shadow': '0px 0px 98px 16px rgba(0,0,0,0.45)', 'background': '#1a6da9', }, 'code': { 'background': 'rgba(0, 0, 0, 0.4)', 'border-radius': '4px', 'padding': '2px 5px', } }, _a[elementName] = { 'display': 'flex', 'flex-direction': 'column', 'font-family': 'sans-serif', 'color': '#fff', 'text-align': 'center', 'background': '#1a5886', 'font-size': '1.5em', 'height': '100%', }, _a['a'] = { 'color': '#fff', 'padding': '5px', 'text-decoration': 'none', 'background': '#1a5886', 'border-radius': '5px', }, _a['svg#logo'] = { 'animation': 'logo 5s infinite', }, _a['@keyframes logo'] = { '50%': { 'transform': 'rotateY(180deg)' } }, _a); }); //# sourceMappingURL=appElementStyleTemplate.js.map