Home / File/ ModalDialog.css — react Source File

ModalDialog.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  29dbcbd3_a742_50a4_e915_fe1e6170ab0b["ModalDialog.css"]
  899cf357_78bc_8627_bd54_2c00e2c9fde2["ModalDialog.js"]
  899cf357_78bc_8627_bd54_2c00e2c9fde2 --> 29dbcbd3_a742_50a4_e915_fe1e6170ab0b
  style 29dbcbd3_a742_50a4_e915_fe1e6170ab0b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

.Background {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  padding: 1rem;
  background-color: var(--color-modal-background);
  overflow: auto;
}

.Dialog {
  position: relative;
  z-index: 3;
  margin: 0 0.25rem;
  width: 25rem;
  min-width: 20rem;
  max-width: 100%;
  display: inline-block;
  background-color: var(--color-background);
  box-shadow: 0 2px 4px var(--color-shadow);
  padding: 0.5rem;
  border: 1px solid var(--color-border);
  border-radius: 0.25rem;
  font-size: var(--font-size-sans-normal);
}

.Title {
  font-size: var(--font-size-sans-large);
  margin-bottom: 0.5rem;
}

.Buttons {
  text-align: right;
  margin-top: 0.5rem;
}

.Button {
  font-size: var(--font-size-sans-large);
}

Domain

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free