|
21 | 21 | } |
22 | 22 | body { |
23 | 23 | margin: 0; |
24 | | - background: radial-gradient(1200px 800px at 20% 10%, rgba(187, 244, 81, 0.18), transparent 60%), |
25 | | - radial-gradient(900px 700px at 80% 20%, rgba(59, 130, 246, 0.14), transparent 55%), |
| 24 | + background: |
| 25 | + radial-gradient( |
| 26 | + 1200px 800px at 20% 10%, |
| 27 | + rgba(187, 244, 81, 0.18), |
| 28 | + transparent 60% |
| 29 | + ), |
| 30 | + radial-gradient( |
| 31 | + 900px 700px at 80% 20%, |
| 32 | + rgba(59, 130, 246, 0.14), |
| 33 | + transparent 55% |
| 34 | + ), |
26 | 35 | var(--bg); |
27 | 36 | color: var(--fg); |
28 | | - font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", |
| 37 | + font-family: |
| 38 | + ui-sans-serif, |
| 39 | + system-ui, |
| 40 | + -apple-system, |
| 41 | + Segoe UI, |
| 42 | + Roboto, |
| 43 | + Helvetica, |
| 44 | + Arial, |
| 45 | + "Apple Color Emoji", |
29 | 46 | "Segoe UI Emoji"; |
30 | 47 | line-height: 1.4; |
31 | 48 | padding: 24px; |
|
79 | 96 | height: 64px; |
80 | 97 | border-radius: 12px; |
81 | 98 | border: 1px solid rgba(255, 255, 255, 0.14); |
82 | | - background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)); |
| 99 | + background: linear-gradient( |
| 100 | + 180deg, |
| 101 | + rgba(255, 255, 255, 0.08), |
| 102 | + rgba(255, 255, 255, 0.02) |
| 103 | + ); |
83 | 104 | } |
84 | 105 | .flexRow { |
85 | 106 | display: flex; |
@@ -195,22 +216,22 @@ <h2>Layer stack</h2> |
195 | 216 | <section data-testid="color-lab"> |
196 | 217 | <h2>Color lab</h2> |
197 | 218 | <div class="swatches" data-testid="swatches"> |
198 | | - <div class="swatch" style="background:#ffffff" data-testid="swatch-1"></div> |
199 | | - <div class="swatch" style="background:#0ea5e9" data-testid="swatch-2"></div> |
200 | | - <div class="swatch" style="background:#22c55e" data-testid="swatch-3"></div> |
201 | | - <div class="swatch" style="background:#e11d48" data-testid="swatch-4"></div> |
202 | | - <div class="swatch" style="background:#f59e0b" data-testid="swatch-5"></div> |
203 | | - <div class="swatch" style="background:#111827" data-testid="swatch-6"></div> |
| 219 | + <div class="swatch" style="background: #ffffff" data-testid="swatch-1"></div> |
| 220 | + <div class="swatch" style="background: #0ea5e9" data-testid="swatch-2"></div> |
| 221 | + <div class="swatch" style="background: #22c55e" data-testid="swatch-3"></div> |
| 222 | + <div class="swatch" style="background: #e11d48" data-testid="swatch-4"></div> |
| 223 | + <div class="swatch" style="background: #f59e0b" data-testid="swatch-5"></div> |
| 224 | + <div class="swatch" style="background: #111827" data-testid="swatch-6"></div> |
204 | 225 | </div> |
205 | 226 | </section> |
206 | 227 |
|
207 | 228 | <section data-testid="typography-lab"> |
208 | 229 | <h2>Typography</h2> |
209 | 230 | <p data-testid="editable-paragraph"> |
210 | | - This paragraph is intended for design mode testing. It contains enough text to verify editing. |
| 231 | + This paragraph is intended for design mode testing. It contains enough text to |
| 232 | + verify editing. |
211 | 233 | </p> |
212 | 234 | </section> |
213 | 235 | </main> |
214 | 236 | </body> |
215 | 237 | </html> |
216 | | - |
|
0 commit comments