summaryrefslogtreecommitdiff
path: root/scraper/client/paper/paper.css
blob: c10d21df8e6f7dec9fd2566e5b8e12fc8c55cf9f (plain)
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
34
35
36
37
38
39
40
41
42
.form, .paperInfo {
  padding: 10px;
  width: 100%;
}

.citations ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.citations li {
  list-style-type: none;
  margin: 0;
  padding-bottom: 40px;
}

.type {
  color: #888;
}

.gray {
  padding: 3px;
}

.param {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.vetting {
  width: 250px;
  margin-right: 10px;
}

iframe.pdfViewer {
  margin: 10px 0;
  width: 100%;
  height: 75vh;
  border: 1px solid black;
}