Home / File/ ElementBadges.css — react Source File

ElementBadges.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  088e4f8c_3b2f_9dc2_cd47_b43ac5ead3d7["ElementBadges.css"]
  25e89372_6558_2e4a_04f5_2e343e42cde5["ElementBadges.js"]
  25e89372_6558_2e4a_04f5_2e343e42cde5 --> 088e4f8c_3b2f_9dc2_cd47_b43ac5ead3d7
  style 088e4f8c_3b2f_9dc2_cd47_b43ac5ead3d7 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 ElementBadges.css do?
ElementBadges.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import ElementBadges.css?
ElementBadges.css is imported by 1 file(s): ElementBadges.js.
Where is ElementBadges.css in the architecture?
ElementBadges.css is located at packages/react-devtools-shared/src/devtools/views/Components/ElementBadges.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