

/**
 * static assets file picker - Component styles
 *
 * Note: Uses @size-* tokens for spacing where applicable.
 *
 * Intentionally hardcoded values:
 * - Component-specific dimensions: Fixed sizes for component layout
 * - Off-grid spacing: Component-specific positioning
 * - Border widths (1px, 2px, 3px): Standard borders
 * - Font-sizes: Typography
 * - Percentages: Layout
 */
c8y-static-assets-file-picker{
  display: block;
  padding: var(--c8y-root-component-padding-default);
  border: 1px solid var(--c8y-form-control-border-color-default);
  img{
    border: 1px dashed var(--c8y-root-component-border-color);
  }
}
