StyleEditor.css — react Source File
Architecture documentation for StyleEditor.css, a css file in the react codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR 1a6deae6_20c8_440a_bc0b_57ab279fabac["StyleEditor.css"] a7173e0c_ba07_009a_1ada_f864062596b5["StyleEditor.js"] a7173e0c_ba07_009a_1ada_f864062596b5 --> 1a6deae6_20c8_440a_bc0b_57ab279fabac style 1a6deae6_20c8_440a_bc0b_57ab279fabac fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
.StyleEditor {
font-family: var(--font-family-monospace);
font-size: var(--font-size-monospace-normal);
padding: 0.25rem;
}
.HeaderRow {
display: flex;
align-items: center;
}
.Header {
flex: 1 1;
}
.Brackets {
font-family: var(--font-family-sans);
font-size: var(--font-size-sans-small);
}
.Row {
white-space: nowrap;
padding-left: 1rem;
display: flex;
align-items: center;
}
.Invalid {
background-color: var(--color-background-invalid);
color: var(--color-text-invalid);
--color-border: var(--color-text-invalid);
}
.Attribute {
color: var(--color-attribute-name);
}
.Value {
color: var(--color-attribute-value);
}
.Input {
flex: 0 1 auto;
padding: 1px;
box-shadow: 0px 1px 3px transparent;
}
.Input:focus {
color: var(--color-text);
box-shadow: 0px 1px 3px var(--color-shadow);
}
Domain
Imported By
Source
Frequently Asked Questions
What does StyleEditor.css do?
StyleEditor.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import StyleEditor.css?
StyleEditor.css is imported by 1 file(s): StyleEditor.js.
Where is StyleEditor.css in the architecture?
StyleEditor.css is located at packages/react-devtools-shared/src/devtools/views/Components/NativeStyleEditor/StyleEditor.css (domain: BabelCompiler, directory: packages/react-devtools-shared/src/devtools/views/Components/NativeStyleEditor).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free