SettingsModal.css — react Source File
Architecture documentation for SettingsModal.css, a css file in the react codebase. 0 imports, 1 dependents.
Entity Profile
Dependency Diagram
graph LR b427f262_959f_c8c3_38ac_2e86bc3788e3["SettingsModal.css"] 33c9bb39_5afe_7433_b39c_5c97384e3323["SettingsModal.js"] 33c9bb39_5afe_7433_b39c_5c97384e3323 --> b427f262_959f_c8c3_38ac_2e86bc3788e3 style b427f262_959f_c8c3_38ac_2e86bc3788e3 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
.Background {
position: absolute;
z-index: 3;
width: 100%;
top: 0;
bottom: 0;
background-color: var(--color-modal-background);
display: flex;
align-items: flex-start;
justify-content: center;
font-size: var(--font-size-sans-normal);
padding: 1rem;
}
.Modal {
display: flex;
flex-direction: column;
flex: 0 1 auto;
max-height: 100%;
background-color: var(--color-background);
border: 1px solid var(--color-border);
box-shadow: 0 2px 4px var(--color-shadow);
border-radius: 0.25rem;
overflow: auto;
width: 410px;
max-width: 100%;
}
.Spacer {
flex: 1;
}
.Tabs {
display: flex;
flex-direction: row;
border-bottom: 1px solid var(--color-border);
padding-right: 0.25rem;
flex: 0 0 auto;
}
.Content {
padding: 0.5rem;
flex: 0 1 auto;
overflow: auto;
}
Domain
Source
Frequently Asked Questions
What does SettingsModal.css do?
SettingsModal.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import SettingsModal.css?
SettingsModal.css is imported by 1 file(s): SettingsModal.js.
Where is SettingsModal.css in the architecture?
SettingsModal.css is located at packages/react-devtools-shared/src/devtools/views/Settings/SettingsModal.css (domain: BabelCompiler, directory: packages/react-devtools-shared/src/devtools/views/Settings).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free