UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

13 lines (12 loc) 331 B
import { styled } from "styled-components"; import { ReportTableStyled } from "./ReportTableStyled.js"; export const SmallReportTableStyled = styled(ReportTableStyled) ` .styled { font-size: 13px; td:last-child, th:last-child { text-align: right; } } `; //# sourceMappingURL=SmallReportTableStyled.js.map