ur-ui-kit-tm
Version:
unlimited robotics ui kit
9 lines (8 loc) • 1.09 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 { getStyledColor } from "./input.utils";
export var InputStyled = styled.input(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n display: flex;\n align-items: center;\n justify-content: center;\n border: 2px solid grey;\n border-radius: 20px 6px;\n opacity: 0.5;\n min-width: 12rem;\n width: 100%;\n height: 4rem;\n\n font-family: Ubuntu;\n font-size: 1.4rem;\n line-height: 1.7rem;\n letter-spacing: 0.01em;\n\n ", "\n"], ["\n display: flex;\n align-items: center;\n justify-content: center;\n border: 2px solid grey;\n border-radius: 20px 6px;\n opacity: 0.5;\n min-width: 12rem;\n width: 100%;\n height: 4rem;\n\n font-family: Ubuntu;\n font-size: 1.4rem;\n line-height: 1.7rem;\n letter-spacing: 0.01em;\n\n ", "\n"])), getStyledColor);
var templateObject_1;