ux-personal-info-card
Version:
19 lines (17 loc) • 785 B
JavaScript
import styled from 'styled-components';
var img = require('../../icons/info-no-todo.svg');
export var NoTodoWrap =
/*#__PURE__*/
styled.div(["width:100%;height:calc(100% - 27px);padding-top:27px;background:#ffffff;"]);
export var Icon =
/*#__PURE__*/
styled.div(["width:84px;height:96px;background:url(", ") 50% 50% no-repeat;margin:0 127px 0 109px;"], img);
export var ShowInfo =
/*#__PURE__*/
styled.div(["width:100%;margin-top:21px;"]);
export var InfoTitle =
/*#__PURE__*/
styled.label(["font-size:16px;color:#3e4e59;text-align:center;line-height:22px;display:block;width:100%;"]);
export var InfoCount =
/*#__PURE__*/
styled.label(["font-size:12px;color:#8F9CA6;text-align:center;line-height:22px;margin-top:10px;display:block;width:100%;label{font-size:16px;color:#BE6CDE;}"]);