diff --git a/17-results-summary-component-go/public/out.css b/17-results-summary-component-go/public/out.css index 5ac74e5..83635a6 100644 --- a/17-results-summary-component-go/public/out.css +++ b/17-results-summary-component-go/public/out.css @@ -423,7 +423,7 @@ video { } :root { - --summary-item-color: 0deg 100% 67% + --summary-item-color-var: 0deg 100% 67% } @@ -544,6 +544,14 @@ video { display: flex; } +.grid { + display: grid; +} + +.h-12 { + height: 3rem; +} + .h-32 { height: 8rem; } @@ -552,6 +560,10 @@ video { width: 8rem; } +.w-full { + width: 100%; +} + .flex-1 { flex: 1 1 0%; } @@ -564,6 +576,10 @@ video { flex-direction: column; } +.place-items-center { + place-items: center; +} + .items-center { align-items: center; } @@ -589,6 +605,11 @@ video { border-bottom-left-radius: 1.5rem; } +.bg-dark-gray-blue { + --tw-bg-opacity: 1; + background-color: hsl(224 30% 27% / var(--tw-bg-opacity)); +} + .bg-summary-item-color\/10 { background-color: hsl(var(--summary-item-color-var) / 0.1); } diff --git a/17-results-summary-component-go/templates/summary-component.gohtml b/17-results-summary-component-go/templates/summary-component.gohtml index 40d08a8..fd36637 100644 --- a/17-results-summary-component-go/templates/summary-component.gohtml +++ b/17-results-summary-component-go/templates/summary-component.gohtml @@ -67,7 +67,7 @@
+ >
Memory
92 @@ -77,7 +77,7 @@
+ >
Verbal
61 @@ -87,7 +87,7 @@
+ >
Visual
72 @@ -95,7 +95,12 @@
- Continue + + Continue +