|
| 1 | +.kbq-empty-state { |
| 2 | + --kbq-empty-state-size-big-max-width: 480px; |
| 3 | + --kbq-empty-state-size-big-padding-horizontal: 56px; |
| 4 | + --kbq-empty-state-size-big-padding-top: 48px; |
| 5 | + --kbq-empty-state-size-big-padding-bottom: 48px; |
| 6 | + --kbq-empty-state-size-big-actions-margin-top: 20px; |
| 7 | + --kbq-empty-state-size-big-image-margin-bottom: 32px; |
| 8 | + --kbq-empty-state-size-big-image-addon-height: 56px; |
| 9 | + --kbq-empty-state-size-big-title-margin-bottom: 16px; |
| 10 | + --kbq-empty-state-size-normal-max-width: 320px; |
| 11 | + --kbq-empty-state-size-normal-padding-horizontal: 32px; |
| 12 | + --kbq-empty-state-size-normal-padding-top: 32px; |
| 13 | + --kbq-empty-state-size-normal-padding-bottom: 32px; |
| 14 | + --kbq-empty-state-size-normal-actions-margin-top: 8px; |
| 15 | + --kbq-empty-state-size-normal-image-margin-bottom: 20px; |
| 16 | + --kbq-empty-state-size-normal-image-addon-height: 24px; |
| 17 | + --kbq-empty-state-size-normal-title-margin-bottom: 4px; |
| 18 | + --kbq-empty-state-font-big-title-font-size: 28px; |
| 19 | + --kbq-empty-state-font-big-title-line-height: 32px; |
| 20 | + --kbq-empty-state-font-big-title-letter-spacing: normal; |
| 21 | + --kbq-empty-state-font-big-title-font-weight: 700; |
| 22 | + --kbq-empty-state-font-big-title-font-family: 'TT-Positive', Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', |
| 23 | + 'Helvetica Neue', Arial, sans-serif; |
| 24 | + --kbq-empty-state-font-big-title-text-transform: null; |
| 25 | + --kbq-empty-state-font-big-title-font-feature-settings: 'calt', 'kern', 'liga'; |
| 26 | + --kbq-empty-state-font-big-text-font-size: 14px; |
| 27 | + --kbq-empty-state-font-big-text-line-height: 20px; |
| 28 | + --kbq-empty-state-font-big-text-letter-spacing: -0.006em; |
| 29 | + --kbq-empty-state-font-big-text-font-weight: normal; |
| 30 | + --kbq-empty-state-font-big-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', |
| 31 | + Arial, sans-serif; |
| 32 | + --kbq-empty-state-font-big-text-text-transform: null; |
| 33 | + --kbq-empty-state-font-big-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04'; |
| 34 | + --kbq-empty-state-font-normal-title-font-size: 16px; |
| 35 | + --kbq-empty-state-font-normal-title-line-height: 24px; |
| 36 | + --kbq-empty-state-font-normal-title-letter-spacing: -0.011em; |
| 37 | + --kbq-empty-state-font-normal-title-font-weight: 600; |
| 38 | + --kbq-empty-state-font-normal-title-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', |
| 39 | + 'Helvetica Neue', Arial, sans-serif; |
| 40 | + --kbq-empty-state-font-normal-title-text-transform: null; |
| 41 | + --kbq-empty-state-font-normal-title-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04'; |
| 42 | + --kbq-empty-state-font-normal-text-font-size: 14px; |
| 43 | + --kbq-empty-state-font-normal-text-line-height: 20px; |
| 44 | + --kbq-empty-state-font-normal-text-letter-spacing: -0.006em; |
| 45 | + --kbq-empty-state-font-normal-text-font-weight: normal; |
| 46 | + --kbq-empty-state-font-normal-text-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', |
| 47 | + 'Helvetica Neue', Arial, sans-serif; |
| 48 | + --kbq-empty-state-font-normal-text-text-transform: null; |
| 49 | + --kbq-empty-state-font-normal-text-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04'; |
| 50 | +} |
| 51 | + |
| 52 | +:where(.kbq-light, .theme-light, .kbq-theme-light) { |
| 53 | + --kbq-foreground-error: hsla(7, 97%, 40%, 100%); |
| 54 | + --kbq-foreground-error-secondary: hsla(7, 97%, 50%, 100%); |
| 55 | + --kbq-foreground-error-tertiary: hsla(7, 97%, 70%, 100%); |
| 56 | + --kbq-foreground-error-less: hsla(7, 97%, 90%, 100%); |
| 57 | + --kbq-empty-state-title: hsla(229, 15%, 15%, 100%); |
| 58 | + --kbq-empty-state-color: hsla(229, 15%, 15%, 100%); |
| 59 | +} |
| 60 | + |
| 61 | +:where(.kbq-dark, .theme-dark, .kbq-theme-dark) { |
| 62 | + --kbq-foreground-error: hsla(7, 97%, 60%, 100%); |
| 63 | + --kbq-foreground-error-secondary: hsla(7, 97%, 40%, 100%); |
| 64 | + --kbq-foreground-error-tertiary: hsla(7, 97%, 25%, 100%); |
| 65 | + --kbq-foreground-error-less: hsla(7, 97%, 90%, 100%); |
| 66 | + --kbq-empty-state-title: hsla(229, 15%, 80%, 100%); |
| 67 | + --kbq-empty-state-color: hsla(229, 15%, 80%, 100%); |
| 68 | +} |
0 commit comments