Home / File/ EditorPane.css — react Source File

EditorPane.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  a517325f_0c62_ded5_ec08_5bbb6a82fe22["EditorPane.css"]
  6b10ae9e_a560_a310_ddb0_99f0d8e5ab0c["EditorPane.js"]
  6b10ae9e_a560_a310_ddb0_99f0d8e5ab0c --> a517325f_0c62_ded5_ec08_5bbb6a82fe22
  style a517325f_0c62_ded5_ec08_5bbb6a82fe22 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.EditorPane {
  position: relative;
  display: block;
  background-color: var(--color-background);
  color: var(--color-text);
  font-family: var(--font-family-sans);
}

.EditorPane, .EditorPane * {
  box-sizing: border-box;
  -webkit-font-smoothing: var(--font-smoothing);
}

.EditorToolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.5rem;
  border-bottom: 1px solid var(--color-border);
}

.EditorInfo {
  padding: 0.5rem;
  text-align: center;
}

.VRule {
  height: 20px;
  width: 1px;
  flex: 0 0 1px;
  margin: 0 0.5rem;
  background-color: var(--color-border);
}

.WideButton {
  flex: 1 0 auto;
  display: flex;
}

Domain

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free