Home / File/ index.css — react Source File

index.css — react Source File

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

File css BabelCompiler 1 dependents

Entity Profile

Dependency Diagram

graph LR
  86a17dde_2af5_3715_0bc0_5db6777e9c0d["index.css"]
  b6b3cf8a_4317_6da2_264c_e7cff7c932c6["index.js"]
  b6b3cf8a_4317_6da2_264c_e7cff7c932c6 --> 86a17dde_2af5_3715_0bc0_5db6777e9c0d
  style 86a17dde_2af5_3715_0bc0_5db6777e9c0d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

html,
body {
  padding: 0px;
  margin: 0px;
  user-select: none;
  font-family: Karla, Helvetica Neue, Helvetica, sans-serif;
  background: rgb(34, 34, 34);
  color: white;
  overflow: hidden;
}

.VictoryContainer {
  opacity: 0.8;
}

* {
  box-sizing: border-box;
}

#root {
  height: 100vh;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: auto;
  padding: 10px;
}

.rendering {
  margin-top: 20px;
  margin-bottom: 20px;
  zoom: 1.8;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

label {
  zoom: 1;
  font-size: 30px;
}

label.selected {
  font-weight: bold;
}

label:nth-child(1).selected {
  color: rgb(253, 25, 153);
}

label:nth-child(2).selected {
  color: rgb(255, 240, 1);
}

label:nth-child(3).selected {
  color: #61dafb;
}

// ... (90 more lines)

Domain

Frequently Asked Questions

What does index.css do?
index.css is a source file in the react codebase, written in css. It belongs to the BabelCompiler domain.
What files import index.css?
index.css is imported by 1 file(s): index.js.
Where is index.css in the architecture?
index.css is located at fixtures/concurrent/time-slicing/src/index.css (domain: BabelCompiler, directory: fixtures/concurrent/time-slicing/src).

Analyze Your Own Codebase

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

Try Supermodel Free