|
| 1 | +.kbq-toggle { |
| 2 | + --kbq-toggle-size-normal-height: 16px; |
| 3 | + --kbq-toggle-size-normal-width: 28px; |
| 4 | + --kbq-toggle-size-normal-horizontal-content-padding: 8px; |
| 5 | + --kbq-toggle-size-normal-vertical-content-padding: 8px; |
| 6 | + --kbq-toggle-size-big-height: 16px; |
| 7 | + --kbq-toggle-size-big-width: 28px; |
| 8 | + --kbq-toggle-size-big-horizontal-content-padding: 8px; |
| 9 | + --kbq-toggle-size-big-vertical-content-padding: 8px; |
| 10 | + --kbq-toggle-font-normal-label-font-size: 14px; |
| 11 | + --kbq-toggle-font-normal-label-line-height: 20px; |
| 12 | + --kbq-toggle-font-normal-label-letter-spacing: -0.006em; |
| 13 | + --kbq-toggle-font-normal-label-font-weight: normal; |
| 14 | + --kbq-toggle-font-normal-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', |
| 15 | + Arial, sans-serif; |
| 16 | + --kbq-toggle-font-normal-label-text-transform: null; |
| 17 | + --kbq-toggle-font-normal-label-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04'; |
| 18 | + --kbq-toggle-font-normal-caption-font-size: 12px; |
| 19 | + --kbq-toggle-font-normal-caption-line-height: 16px; |
| 20 | + --kbq-toggle-font-normal-caption-letter-spacing: normal; |
| 21 | + --kbq-toggle-font-normal-caption-font-weight: normal; |
| 22 | + --kbq-toggle-font-normal-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', |
| 23 | + Arial, sans-serif; |
| 24 | + --kbq-toggle-font-normal-caption-text-transform: null; |
| 25 | + --kbq-toggle-font-normal-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04'; |
| 26 | + --kbq-toggle-font-big-label-font-size: 16px; |
| 27 | + --kbq-toggle-font-big-label-line-height: 24px; |
| 28 | + --kbq-toggle-font-big-label-letter-spacing: -0.011em; |
| 29 | + --kbq-toggle-font-big-label-font-weight: normal; |
| 30 | + --kbq-toggle-font-big-label-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', |
| 31 | + Arial, sans-serif; |
| 32 | + --kbq-toggle-font-big-label-text-transform: null; |
| 33 | + --kbq-toggle-font-big-label-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04'; |
| 34 | + --kbq-toggle-font-big-caption-font-size: 14px; |
| 35 | + --kbq-toggle-font-big-caption-line-height: 20px; |
| 36 | + --kbq-toggle-font-big-caption-letter-spacing: -0.006em; |
| 37 | + --kbq-toggle-font-big-caption-font-weight: normal; |
| 38 | + --kbq-toggle-font-big-caption-font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', |
| 39 | + Arial, sans-serif; |
| 40 | + --kbq-toggle-font-big-caption-text-transform: null; |
| 41 | + --kbq-toggle-font-big-caption-font-feature-settings: 'calt', 'kern', 'liga', 'ss01', 'ss04'; |
| 42 | +} |
| 43 | + |
| 44 | +:where(.kbq-light, .theme-light, .kbq-theme-light) { |
| 45 | + --kbq-foreground-text-disabled: hsla(229, 15%, 70%, 100%); |
| 46 | + --kbq-toggle-theme-default-border: hsla(229, 15%, 70%, 100%); |
| 47 | + --kbq-toggle-theme-default-background: hsla(0, 0%, 100%, 100%); |
| 48 | + --kbq-toggle-theme-default-circle-background: hsla(229, 15%, 15%, 100%); |
| 49 | + --kbq-toggle-theme-states-hover-border: hsla(229, 15%, 70%, 100%); |
| 50 | + --kbq-toggle-theme-states-hover-background: hsla(229, 15%, 50%, 8%); |
| 51 | + --kbq-toggle-theme-states-hover-circle-background: hsla(229, 15%, 15%, 100%); |
| 52 | + --kbq-toggle-theme-states-checked-border: transparent; |
| 53 | + --kbq-toggle-theme-states-checked-background: hsla(216, 100%, 50%, 100%); |
| 54 | + --kbq-toggle-theme-states-checked-circle-background: hsla(0, 0%, 100%, 100%); |
| 55 | + --kbq-toggle-theme-states-checked-hover-border: transparent; |
| 56 | + --kbq-toggle-theme-states-checked-hover-background: hsla(216, 100%, 45%, 100%); |
| 57 | + --kbq-toggle-theme-states-checked-hover-circle-background: hsla(0, 0%, 100%, 100%); |
| 58 | + --kbq-toggle-theme-states-focused-border: hsla(216, 100%, 60%, 100%); |
| 59 | + --kbq-toggle-theme-states-focused-background: hsla(0, 0%, 100%, 100%); |
| 60 | + --kbq-toggle-theme-states-focused-circle-background: hsla(229, 15%, 15%, 100%); |
| 61 | + --kbq-toggle-theme-states-focused-focus-outline: hsla(216, 100%, 60%, 100%); |
| 62 | + --kbq-toggle-theme-states-checked-focused-border: hsla(216, 100%, 60%, 100%); |
| 63 | + --kbq-toggle-theme-states-checked-focused-background: hsla(216, 100%, 50%, 100%); |
| 64 | + --kbq-toggle-theme-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%); |
| 65 | + --kbq-toggle-theme-states-checked-focused-focus-outline: hsla(216, 100%, 60%, 100%); |
| 66 | + --kbq-toggle-theme-states-disabled-border: hsla(229, 15%, 15%, 32%); |
| 67 | + --kbq-toggle-theme-states-disabled-background: hsla(229, 15%, 50%, 16%); |
| 68 | + --kbq-toggle-theme-states-disabled-circle-background: hsla(229, 15%, 15%, 32%); |
| 69 | + --kbq-toggle-error-default-border: hsla(7, 97%, 45%, 100%); |
| 70 | + --kbq-toggle-error-default-background: hsla(7, 97%, 99%, 100%); |
| 71 | + --kbq-toggle-error-default-circle-background: hsla(7, 97%, 45%, 100%); |
| 72 | + --kbq-toggle-error-states-hover-border: hsla(7, 97%, 45%, 100%); |
| 73 | + --kbq-toggle-error-states-hover-background: hsla(7, 97%, 92%, 100%); |
| 74 | + --kbq-toggle-error-states-hover-circle-background: hsla(7, 97%, 45%, 100%); |
| 75 | + --kbq-toggle-error-states-checked-border: hsla(7, 97%, 45%, 100%); |
| 76 | + --kbq-toggle-error-states-checked-background: hsla(7, 97%, 60%, 100%); |
| 77 | + --kbq-toggle-error-states-checked-circle-background: hsla(0, 0%, 100%, 100%); |
| 78 | + --kbq-toggle-error-states-checked-hover-border: hsla(7, 97%, 45%, 100%); |
| 79 | + --kbq-toggle-error-states-checked-hover-background: hsla(7, 97%, 56%, 100%); |
| 80 | + --kbq-toggle-error-states-checked-hover-circle-background: hsla(0, 0%, 100%, 100%); |
| 81 | + --kbq-toggle-error-states-focused-border: hsla(7, 97%, 45%, 100%); |
| 82 | + --kbq-toggle-error-states-focused-background: hsla(7, 97%, 99%, 100%); |
| 83 | + --kbq-toggle-error-states-focused-circle-background: hsla(7, 97%, 45%, 100%); |
| 84 | + --kbq-toggle-error-states-focused-focus-outline: hsla(7, 97%, 45%, 100%); |
| 85 | + --kbq-toggle-error-states-checked-focused-border: hsla(7, 97%, 45%, 100%); |
| 86 | + --kbq-toggle-error-states-checked-focused-background: hsla(7, 97%, 60%, 100%); |
| 87 | + --kbq-toggle-error-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%); |
| 88 | + --kbq-toggle-error-states-checked-focused-focus-outline: hsla(7, 97%, 45%, 100%); |
| 89 | + --kbq-toggle-error-states-disabled-border: hsla(229, 15%, 15%, 32%); |
| 90 | + --kbq-toggle-error-states-disabled-background: hsla(229, 15%, 50%, 16%); |
| 91 | + --kbq-toggle-error-states-disabled-circle-background: hsla(229, 15%, 15%, 32%); |
| 92 | +} |
| 93 | + |
| 94 | +:where(.kbq-dark, .theme-dark, .kbq-theme-dark) { |
| 95 | + --kbq-foreground-text-disabled: hsla(229, 15%, 70%, 100%); |
| 96 | + --kbq-toggle-theme-default-border: hsla(229, 15%, 30%, 100%); |
| 97 | + --kbq-toggle-theme-default-background: hsla(229, 15%, 12%, 100%); |
| 98 | + --kbq-toggle-theme-default-circle-background: hsla(229, 15%, 80%, 100%); |
| 99 | + --kbq-toggle-theme-states-hover-border: hsla(229, 15%, 30%, 100%); |
| 100 | + --kbq-toggle-theme-states-hover-background: hsla(229, 15%, 50%, 16%); |
| 101 | + --kbq-toggle-theme-states-hover-circle-background: hsla(229, 15%, 80%, 100%); |
| 102 | + --kbq-toggle-theme-states-checked-border: transparent; |
| 103 | + --kbq-toggle-theme-states-checked-background: hsla(216, 100%, 50%, 100%); |
| 104 | + --kbq-toggle-theme-states-checked-circle-background: hsla(0, 0%, 100%, 100%); |
| 105 | + --kbq-toggle-theme-states-checked-hover-border: transparent; |
| 106 | + --kbq-toggle-theme-states-checked-hover-background: hsla(216, 100%, 45%, 100%); |
| 107 | + --kbq-toggle-theme-states-checked-hover-circle-background: hsla(0, 0%, 100%, 100%); |
| 108 | + --kbq-toggle-theme-states-focused-border: hsla(216, 100%, 60%, 100%); |
| 109 | + --kbq-toggle-theme-states-focused-background: hsla(229, 15%, 12%, 100%); |
| 110 | + --kbq-toggle-theme-states-focused-circle-background: hsla(229, 15%, 80%, 100%); |
| 111 | + --kbq-toggle-theme-states-focused-focus-outline: hsla(216, 100%, 60%, 100%); |
| 112 | + --kbq-toggle-theme-states-checked-focused-border: hsla(216, 100%, 60%, 100%); |
| 113 | + --kbq-toggle-theme-states-checked-focused-background: hsla(216, 100%, 50%, 100%); |
| 114 | + --kbq-toggle-theme-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%); |
| 115 | + --kbq-toggle-theme-states-checked-focused-focus-outline: hsla(216, 100%, 60%, 100%); |
| 116 | + --kbq-toggle-theme-states-disabled-border: hsla(229, 15%, 50%, 32%); |
| 117 | + --kbq-toggle-theme-states-disabled-background: hsla(229, 15%, 50%, 16%); |
| 118 | + --kbq-toggle-theme-states-disabled-circle-background: hsla(229, 15%, 30%, 100%); |
| 119 | + --kbq-toggle-error-default-border: hsla(7, 97%, 35%, 100%); |
| 120 | + --kbq-toggle-error-default-background: hsla(7, 97%, 6%, 100%); |
| 121 | + --kbq-toggle-error-default-circle-background: hsla(7, 97%, 60%, 100%); |
| 122 | + --kbq-toggle-error-states-hover-border: hsla(7, 97%, 35%, 100%); |
| 123 | + --kbq-toggle-error-states-hover-background: hsla(7, 97%, 13%, 100%); |
| 124 | + --kbq-toggle-error-states-hover-circle-background: hsla(7, 97%, 60%, 100%); |
| 125 | + --kbq-toggle-error-states-checked-border: hsla(7, 97%, 35%, 100%); |
| 126 | + --kbq-toggle-error-states-checked-background: hsla(7, 97%, 41%, 100%); |
| 127 | + --kbq-toggle-error-states-checked-circle-background: hsla(0, 0%, 100%, 100%); |
| 128 | + --kbq-toggle-error-states-checked-hover-border: hsla(7, 97%, 35%, 100%); |
| 129 | + --kbq-toggle-error-states-checked-hover-background: hsla(7, 97%, 42%, 100%); |
| 130 | + --kbq-toggle-error-states-checked-hover-circle-background: hsla(0, 0%, 100%, 100%); |
| 131 | + --kbq-toggle-error-states-focused-border: hsla(7, 97%, 45%, 100%); |
| 132 | + --kbq-toggle-error-states-focused-background: hsla(7, 97%, 6%, 100%); |
| 133 | + --kbq-toggle-error-states-focused-circle-background: hsla(7, 97%, 60%, 100%); |
| 134 | + --kbq-toggle-error-states-focused-focus-outline: hsla(7, 97%, 45%, 100%); |
| 135 | + --kbq-toggle-error-states-checked-focused-border: hsla(7, 97%, 45%, 100%); |
| 136 | + --kbq-toggle-error-states-checked-focused-background: hsla(7, 97%, 41%, 100%); |
| 137 | + --kbq-toggle-error-states-checked-focused-circle-background: hsla(0, 0%, 100%, 100%); |
| 138 | + --kbq-toggle-error-states-checked-focused-focus-outline: hsla(7, 97%, 45%, 100%); |
| 139 | + --kbq-toggle-error-states-disabled-border: hsla(229, 15%, 50%, 32%); |
| 140 | + --kbq-toggle-error-states-disabled-background: hsla(229, 15%, 50%, 16%); |
| 141 | + --kbq-toggle-error-states-disabled-circle-background: hsla(229, 15%, 30%, 100%); |
| 142 | +} |
0 commit comments