Home / File/ IndexableElementBadges.css — react Source File

IndexableElementBadges.css — react Source File

Architecture documentation for IndexableElementBadges.css, a css file in the react codebase. 0 imports, 1 dependents.

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  23540099_ec15_b285_7d27_c0e282079375["IndexableElementBadges.css"]
  0c2aa36f_2bfd_0e20_42bf_2839b3e43e73["IndexableElementBadges.js"]
  0c2aa36f_2bfd_0e20_42bf_2839b3e43e73 --> 23540099_ec15_b285_7d27_c0e282079375
  style 23540099_ec15_b285_7d27_c0e282079375 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.Root {
  display: inline-flex;
  align-items: center;
}

.Root *:not(:first-child) {
  margin-left: 0.25rem;
}

.ExtraLabel {
  font-family: var(--font-family-monospace);
  font-size: var(--font-size-monospace-small);
  color: var(--color-component-badge-count);
}

Domain

Frequently Asked Questions

What does IndexableElementBadges.css do?
IndexableElementBadges.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import IndexableElementBadges.css?
IndexableElementBadges.css is imported by 1 file(s): IndexableElementBadges.js.
Where is IndexableElementBadges.css in the architecture?
IndexableElementBadges.css is located at packages/react-devtools-shared/src/devtools/views/Components/IndexableElementBadges.css (domain: BabelCompiler, directory: packages/react-devtools-shared/src/devtools/views/Components).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free