UNPKG

wix-style-react

Version:
34 lines (29 loc) 536 B
/* st-namespace-reference="../../../src/AnalyticsLayout/AnalyticsLayout.st.css" */ :import { -st-from: '../Foundation/stylable/colors.st.css'; -st-named: D60; } .root { min-width: 636px; } .row { display: grid; grid-column-gap: 1px; grid-template-rows: 1fr; margin-bottom: 1px; position: relative; } .row:last-child::after { display: none; } .row::after { content: " "; display: block; height: 1px; background: value(D60); position: absolute; bottom: -1px; left: 30px; right: 30px; z-index: 2; }