diff --git a/src/panels/results/results.html b/src/panels/results/results.html index 4359767..8789965 100644 --- a/src/panels/results/results.html +++ b/src/panels/results/results.html @@ -16,10 +16,16 @@

Carbon Visualizer

🌱

Results

-

- This is where you'd see the results of the analysis. Coming soon! -

- +
+

Page Weight

+
+ Remove Unused Code +
+

Unused CSS

+

+
+
+
diff --git a/src/styles/results.css b/src/styles/results.css index 46946ed..f3c468f 100644 --- a/src/styles/results.css +++ b/src/styles/results.css @@ -24,3 +24,27 @@ color: var(--cv-white); line-height: 1.5; } + +.cv-results__sections { + text-align: start; + margin-bottom: 2.0rem; +} + +.cv-results__group { + padding: 1.0rem; + border: 1px solid currentColor; + border-inline-start-width: 4px; + border-radius: 1.0rem; +} + +.cv-results__group > *:first-child { + margin-block-start: 0; +} + +.cv-results__group > *:last-child { + margin-block-end: 0; +} + +.cv-results__details summary { + margin-block-end: 0.5rem; +} \ No newline at end of file