@procraft/widget-order
Version:
Order widget for landing
63 lines (56 loc) • 1.32 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReviewStyled = exports.ReviewTextStyled = exports.ReviewHeaderStyled = void 0;
const styled_components_1 = __importDefault(require("styled-components"));
const styles_1 = require("../../Stars/styles");
exports.ReviewHeaderStyled = styled_components_1.default.div `
display: flex;
align-items: center;
margin-bottom: 5px;
.separator {
flex: 1;
}
.name {
color: #1d3247;
font-size: 16px;
font-weight: 700;
margin-right: 10px;
}
.date {
color: #8398ac;
font-weight: 500;
font-size: 14px;
}
${styles_1.StarsStyled} {
svg {
width: 18px;
height: 18px;
}
}
`;
exports.ReviewTextStyled = styled_components_1.default.div `
color: #1d3247;
font-weight: 500;
font-size: 14px;
.meetExpectation {
margin-top: 5px;
color: #8398ac;
font-weight: 500;
font-size: 14px;
}
.reply {
margin-top: 10px;
}
.replyTitle {
color: #8398ac;
font-weight: 500;
font-size: 14px;
}
`;
exports.ReviewStyled = styled_components_1.default.div `
margin: 30px 0;
`;
//# sourceMappingURL=styles.js.map