|
337 | 337 | background-color: rgb(var(--theme-color-20)); |
338 | 338 | } |
339 | 339 |
|
340 | | -.theme-accent-preset-grid { |
| 340 | +.theme-accent-preset { |
341 | 341 | display: grid; |
342 | | - grid-gap: var(--form-wrap-space); |
343 | | - grid-template-columns: repeat(7, 1fr); |
344 | | - grid-template-rows: repeat(5, 1fr); |
| 342 | + grid-gap: calc(var(--form-wrap-space) / 2); |
| 343 | + grid-template-rows: repeat(7, auto); |
| 344 | + grid-auto-flow: column; |
345 | 345 | justify-items: center; |
346 | 346 | } |
347 | 347 |
|
|
350 | 350 | padding: 0; |
351 | 351 | width: 1.5em; |
352 | 352 | height: 1.5em; |
353 | | - min-width: 1.5em; |
354 | | - min-height: 1.5em; |
| 353 | + min-width: initial; |
| 354 | + min-height: initial; |
| 355 | +} |
| 356 | + |
| 357 | +.theme-accent-preset-type-grey { |
| 358 | + display: block; |
| 359 | +} |
| 360 | + |
| 361 | +.theme-accent-preset-type-primary { |
| 362 | + display: block; |
| 363 | +} |
| 364 | + |
| 365 | +.theme-accent-preset-type-secondary { |
| 366 | + display: none; |
355 | 367 | } |
356 | 368 |
|
357 | 369 | .theme-accent-preset-item:focus, |
|
360 | 372 | background-color: hsl(var(--theme-accent-preset-item-color-h), calc(var(--theme-accent-preset-item-color-s) * 1%), calc(var(--theme-accent-preset-item-color-l) * 1%)); |
361 | 373 | } |
362 | 374 |
|
| 375 | +@media (min-width: 550px) { |
| 376 | + .theme-accent-preset-item { |
| 377 | + width: 1.25em; |
| 378 | + height: 1.25em; |
| 379 | + } |
| 380 | + |
| 381 | + .theme-accent-preset-type-secondary { |
| 382 | + display: block; |
| 383 | + } |
| 384 | +} |
| 385 | + |
363 | 386 | @media (min-width: 700px) { |
364 | 387 | .theme-accent-preset-item { |
365 | | - width: 2em; |
366 | | - height: 2em; |
367 | | - min-width: 2em; |
368 | | - min-height: 2em; |
| 388 | + width: 1.5em; |
| 389 | + height: 1.5em; |
| 390 | + } |
| 391 | + |
| 392 | + .theme-accent-preset-type-secondary { |
| 393 | + display: none; |
369 | 394 | } |
370 | 395 | } |
371 | 396 |
|
372 | 397 | @media (min-width: 900px) { |
373 | 398 | .theme-accent-preset-item { |
374 | | - width: 2.5em; |
375 | | - height: 2.5em; |
376 | | - min-width: 2.5em; |
377 | | - min-height: 2.5em; |
| 399 | + width: 1.25em; |
| 400 | + height: 1.25em; |
| 401 | + } |
| 402 | + |
| 403 | + .theme-accent-preset-type-secondary { |
| 404 | + display: block; |
| 405 | + } |
| 406 | +} |
| 407 | + |
| 408 | +@media (min-width: 1100px) { |
| 409 | + .theme-accent-preset-item { |
| 410 | + width: 1.5em; |
| 411 | + height: 1.5em; |
| 412 | + } |
| 413 | + |
| 414 | + .theme-accent-preset-type-secondary { |
| 415 | + display: block; |
378 | 416 | } |
379 | 417 | } |
0 commit comments