Buckets:
| [data-component="switch"] { | |
| position: relative; | |
| display: flex; | |
| align-items: center; | |
| gap: 8px; | |
| cursor: default; | |
| [data-slot="switch-input"] { | |
| position: absolute; | |
| width: 1px; | |
| height: 1px; | |
| padding: 0; | |
| margin: -1px; | |
| overflow: hidden; | |
| clip: rect(0, 0, 0, 0); | |
| white-space: nowrap; | |
| border-width: 0; | |
| } | |
| [data-slot="switch-control"] { | |
| display: inline-flex; | |
| align-items: center; | |
| width: 28px; | |
| height: 16px; | |
| flex-shrink: 0; | |
| border-radius: 3px; | |
| border: 1px solid var(--border-weak-base); | |
| background: var(--surface-base); | |
| transition: | |
| background-color 150ms, | |
| border-color 150ms; | |
| } | |
| [data-slot="switch-thumb"] { | |
| width: 14px; | |
| height: 14px; | |
| box-sizing: content-box; | |
| border-radius: 2px; | |
| border: 1px solid var(--border-base); | |
| background: var(--icon-invert-base); | |
| /* shadows/shadow-xs */ | |
| box-shadow: | |
| 0 1px 2px -1px rgba(19, 16, 16, 0.04), | |
| 0 1px 2px 0 rgba(19, 16, 16, 0.06), | |
| 0 1px 3px 0 rgba(19, 16, 16, 0.08); | |
| transform: translateX(-1px); | |
| transition: | |
| transform 150ms, | |
| background-color 150ms; | |
| } | |
| [data-slot="switch-label"] { | |
| user-select: none; | |
| color: var(--text-base); | |
| font-family: var(--font-family-sans); | |
| font-size: var(--font-size-small); | |
| font-style: normal; | |
| font-weight: var(--font-weight-regular); | |
| line-height: var(--line-height-large); | |
| letter-spacing: var(--letter-spacing-normal); | |
| } | |
| [data-slot="switch-description"] { | |
| color: var(--text-base); | |
| font-family: var(--font-family-sans); | |
| font-size: 12px; | |
| font-weight: var(--font-weight-regular); | |
| line-height: var(--line-height-normal); | |
| letter-spacing: var(--letter-spacing-normal); | |
| } | |
| [data-slot="switch-error"] { | |
| color: var(--text-error); | |
| font-family: var(--font-family-sans); | |
| font-size: 12px; | |
| font-weight: var(--font-weight-regular); | |
| line-height: var(--line-height-normal); | |
| letter-spacing: var(--letter-spacing-normal); | |
| } | |
| &:hover:not([data-disabled], [data-readonly]) [data-slot="switch-control"] { | |
| border-color: var(--border-hover); | |
| background-color: var(--surface-hover); | |
| } | |
| &:not([data-readonly]) [data-slot="switch-input"]:focus-visible ~ [data-slot="switch-control"] { | |
| border-color: var(--border-focus); | |
| box-shadow: var(--shadow-xs-border-focus); | |
| } | |
| &[data-checked] [data-slot="switch-control"] { | |
| box-sizing: border-box; | |
| border-color: var(--icon-strong-base); | |
| background-color: var(--icon-strong-base); | |
| } | |
| &[data-checked] [data-slot="switch-thumb"] { | |
| border: none; | |
| transform: translateX(12px); | |
| background-color: var(--icon-invert-base); | |
| } | |
| &[data-checked]:hover:not([data-disabled], [data-readonly]) [data-slot="switch-control"] { | |
| border-color: var(--border-hover); | |
| background-color: var(--surface-hover); | |
| } | |
| &[data-disabled] { | |
| cursor: not-allowed; | |
| } | |
| &[data-disabled] [data-slot="switch-control"] { | |
| border-color: var(--border-disabled); | |
| background-color: var(--surface-disabled); | |
| } | |
| &[data-disabled] [data-slot="switch-thumb"] { | |
| background-color: var(--icon-disabled); | |
| } | |
| &[data-invalid] [data-slot="switch-control"] { | |
| border-color: var(--border-error); | |
| } | |
| &[data-readonly] { | |
| cursor: default; | |
| pointer-events: none; | |
| } | |
| } | |
Xet Storage Details
- Size:
- 3.35 kB
- Xet hash:
- 6b249dc1973c9a5ac303536a95535fbba0ccb27f6d99d4034c4f94d3afb4b652
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.