design-system-simplefi
Version:
Design System for SimpleFi Applications
9 lines • 1.31 kB
JavaScript
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
return cooked;
};
import styled from 'styled-components';
import { createPaddingSpacing, getBorderRadius, getColor, getFontFamily, getFontSize, getLineHeight, } from '../../utils';
export default styled.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n ", ";\n z-index: 5;\n background: ", ";\n color: ", ";\n font-family: ", ";\n font-size: ", ";\n line-height: ", ";\n filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));\n border-radius: ", ";\n border: solid;\n border-width: 3px;\n border-color: ", ";\n text-align: center;\n"], ["\n ", ";\n z-index: 5;\n background: ", ";\n color: ", ";\n font-family: ", ";\n font-size: ", ";\n line-height: ", ";\n filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.25));\n border-radius: ", ";\n border: solid;\n border-width: 3px;\n border-color: ", ";\n text-align: center;\n"])), createPaddingSpacing(0.5), getColor('white'), getColor('black'), getFontFamily('base'), getFontSize('md'), getLineHeight('md'), getBorderRadius, getColor('midPurple'));
var templateObject_1;
//# sourceMappingURL=Tooltip.design.js.map