File: Application.css

package info (click to toggle)
node-react-highlight-words 0.20.0%2B~cs7.18.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 680 kB
  • sloc: javascript: 2,543; makefile: 8
file content (33 lines) | stat: -rw-r--r-- 505 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
.headerRow {
  height: 300px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #263238;
}

.logo {
  display: block;
}

.body {
  display: flex;
  justify-content: center;
}

.card {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  padding: 15px 20px 20px;
  background-color: #eceff1;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .05);
  border-radius: .5em;
  margin: 1rem;
}

.footer {
  text-align: center;
  color: #37474f;
  font-size: .8em;
}