Home / File/ ForgetBadge.css — react Source File

ForgetBadge.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  8ca330a7_bae6_3799_6d8a_7d714ba604ae["ForgetBadge.css"]
  7f77861c_2ca5_7fd9_4b5c_fa236449c0d3["ForgetBadge.js"]
  7f77861c_2ca5_7fd9_4b5c_fa236449c0d3 --> 8ca330a7_bae6_3799_6d8a_7d714ba604ae
  style 8ca330a7_bae6_3799_6d8a_7d714ba604ae fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.Root {
  background-color: var(--color-forget-badge-background);
  color: var(--color-forget-text);
  padding-right: 1.75em;
  position: relative;
}

.Root::after {
  bottom: 0;
  content: '✨';
  position: absolute;
  right: 0.25em;
}

Domain

Frequently Asked Questions

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