|
495 | 495 | opacity: 1; |
496 | 496 | } |
497 | 497 |
|
498 | | -:root[data-dashboard-style='future-retro'] [data-dashboard-sidebar='true'] .text-xl { |
499 | | - font-size: 1.35rem; |
| 498 | +:root[data-dashboard-style='future-retro'] [data-dashboard-logo-area='true'] { |
| 499 | + padding-inline: 0.75rem !important; |
| 500 | +} |
| 501 | + |
| 502 | +:root[data-dashboard-style='future-retro'] |
| 503 | + [data-dashboard-logo-area='true'] |
| 504 | + > div { |
| 505 | + justify-content: flex-start !important; |
| 506 | +} |
| 507 | + |
| 508 | +:root[data-dashboard-style='future-retro'] [data-dashboard-logo-title='true'] { |
| 509 | + font-size: 1.28rem; |
| 510 | + font-weight: 900; |
500 | 511 | line-height: 1.05; |
| 512 | + letter-spacing: 0; |
| 513 | + text-transform: uppercase; |
501 | 514 | } |
502 | 515 |
|
503 | 516 | :root[data-dashboard-style='future-retro'] [data-dashboard-main='true'] h1 { |
|
588 | 601 | color: var(--retro-ink) !important; |
589 | 602 | } |
590 | 603 |
|
| 604 | +:root[data-dashboard-style='future-retro'] [data-dashboard-code-editor='true'] { |
| 605 | + border: var(--retro-stroke) solid var(--retro-line) !important; |
| 606 | + border-radius: 2px !important; |
| 607 | + background: var(--retro-recessed) !important; |
| 608 | + box-shadow: none !important; |
| 609 | +} |
| 610 | + |
| 611 | +:root[data-dashboard-style='future-retro'] [data-dashboard-code-editor='true'] .cm-editor { |
| 612 | + background: transparent !important; |
| 613 | + color: var(--retro-ink) !important; |
| 614 | + font-family: var(--typography-font-family-code) !important; |
| 615 | +} |
| 616 | + |
| 617 | +:root[data-dashboard-style='future-retro'] [data-dashboard-code-editor='true'] .cm-scroller, |
| 618 | +:root[data-dashboard-style='future-retro'] [data-dashboard-code-editor='true'] .cm-content { |
| 619 | + background: transparent !important; |
| 620 | + font-family: var(--typography-font-family-code) !important; |
| 621 | +} |
| 622 | + |
| 623 | +:root[data-dashboard-style='future-retro'] [data-dashboard-code-editor='true'] .cm-gutters { |
| 624 | + border-right: var(--retro-stroke) solid var(--retro-line) !important; |
| 625 | + background: var(--retro-recessed-strong) !important; |
| 626 | + color: var(--retro-ink-soft) !important; |
| 627 | +} |
| 628 | + |
| 629 | +:root[data-dashboard-style='future-retro'] [data-dashboard-code-editor='true'] .cm-activeLine, |
| 630 | +:root[data-dashboard-style='future-retro'] |
| 631 | + [data-dashboard-code-editor='true'] |
| 632 | + .cm-activeLineGutter { |
| 633 | + background: color-mix(in srgb, var(--retro-gold) 18%, transparent) !important; |
| 634 | +} |
| 635 | + |
| 636 | +:root[data-dashboard-style='future-retro'] [data-dashboard-code-editor='true'] .cm-selectionBackground, |
| 637 | +:root[data-dashboard-style='future-retro'] [data-dashboard-code-editor='true'] .cm-content ::selection { |
| 638 | + background: color-mix(in srgb, var(--retro-rust) 35%, transparent) !important; |
| 639 | +} |
| 640 | + |
| 641 | +:root[data-dashboard-style='future-retro'] [data-dashboard-code-editor='true'] .cm-cursor { |
| 642 | + border-left-color: var(--retro-rust) !important; |
| 643 | +} |
| 644 | + |
| 645 | +:root[data-dashboard-style='future-retro'] [data-dashboard-code-editor='true'] .cm-placeholder { |
| 646 | + color: color-mix(in srgb, var(--retro-ink) 58%, transparent) !important; |
| 647 | +} |
| 648 | + |
591 | 649 | :root[data-dashboard-style='future-retro'] [data-dashboard-input='true']::placeholder, |
592 | 650 | :root[data-dashboard-style='future-retro'] textarea::placeholder { |
593 | 651 | color: color-mix(in srgb, var(--retro-ink) 58%, transparent); |
|
0 commit comments