UNPKG

@codex-storage/marketplace-ui-components

Version:
2 lines (1 loc) 1.19 kB
@property --codex-upload-border-radius{syntax: "<length>"; inherits: false; initial-value: 10px;}@property --codex-upload-border-color{syntax: "<color>"; inherits: false; initial-value: rgba(105,105,105,.2);}@property --codex-upload-background-color{syntax: "<color>"; inherits: false; initial-value: rgba(20,20,20,.6);}@property --codex-upload-color{syntax: "<color>"; inherits: false; initial-value: rgba(150,150,150,1);}.upload{border:1px solid var(--codex-upload-border-color, rgba(105, 105, 105, .2));background-color:var(--codex-upload-background-color, rgba(20, 20, 20, .6));min-height:150px;border-radius:var(--codex-upload-border-radius, 10px);justify-content:space-between;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem 2rem;display:flex}.upload b{font-size:16px;font-weight:400;line-height:24px;letter-spacing:-.011em;display:block}.upload b span{color:#6fcb94;border-bottom:1px solid rgb(111,203,148);font-size:16px;font-weight:600;line-height:24px;letter-spacing:-.011em}.upload small{font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.006em;text-align:left;color:var(--codex-upload-color, rgba(150, 150, 150, 1))}.upload input+span{color:#fbc64b}