-
Notifications
You must be signed in to change notification settings - Fork 5.2k
/
Copy pathbase.css
57 lines (50 loc) · 1.16 KB
/
base.css
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
.jp-AboutNotebook .jp-Dialog-header {
justify-content: center;
/* padding: 0; */
}
.jp-AboutNotebook-header {
display: flex;
flex-direction: row;
align-items: center;
font-size: var(--jp-ui-font-size1);
/* padding: var(--jp-flat-button-padding); */
}
.jp-AboutNotebook-header-text {
margin-left: 16px;
}
.jp-AboutNotebook-version {
color: var(--jp-ui-font-color1);
font-size: var(--jp-ui-font-size1);
padding: var(--jp-flat-button-padding);
width:200px;
font-weight: 400;
letter-spacing: 0.4px;
line-height: 1.12;
/* min-width: 360px; */
text-align: left;
}
.jp-AboutNotebook-body {
display: flex;
font-size: var(--jp-ui-font-size1);
/* padding: var(--jp-flat-button-padding); */
color: var(--jp-ui-font-color1);
text-align: left;
flex-direction: column;
min-width: 360px;
overflow: visible;
width:100%;
}
.jp-AboutNotebook-about-body pre {
white-space: pre-wrap;
}
.jp-AboutNotebook-about-externalLinks {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding-top: 12px;
/* color: var(--jp-warn-color0); */
}
.jp-AboutNotebook-about-copyright {
padding-top: 25px;
}