forked from web3infra-foundation/mega
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeContent.module.css
More file actions
78 lines (70 loc) · 1.29 KB
/
CodeContent.module.css
File metadata and controls
78 lines (70 loc) · 1.29 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.codeLineNumber {
margin-left: 4px;
width: 50px;
align-items: center;
align-self: center;
user-select: none;
}
.toolbar {
background-color: #f6f8fa;
display: flex;
align-items: center;
text-align: center;
height: 50px;
border-bottom: 1px solid #d1d9e0;
}
.toolbarLeftButton {
padding: 0 20px;
height: 100%;
border-radius: 0.5rem;
}
.toolbarLeftButton.active {
background-color: #ffffff;
border: solid 1px #818b98;
}
.toolbarRightButton {
padding: 0 20px;
height: 100%;
}
.toolbarRightButton:hover {
background-color: #e0e5ea;
transition: all 0.5s;
}
.bg-blame-1 {
background-color: rgb(255, 223, 182);
}
.bg-blame-2 {
background-color: rgb(255, 198, 128);
}
.bg-blame-3 {
background-color: rgb(240, 136, 62);
}
.bg-blame-4 {
background-color: rgb(240, 136, 62);
}
.bg-blame-5 {
background-color: rgb(219, 109, 40);
}
.bg-blame-6 {
background-color: rgb(189, 86, 29);
}
.bg-blame-7 {
background-color: rgb(155, 66, 21);
}
.bg-blame-8 {
background-color: rgb(118, 45, 10);
}
.bg-blame-9 {
background-color: rgb(90, 30, 2);
}
.bg-blame-10 {
background-color: rgb(61, 19, 0);
}
.blameContainer span::selection,
.codeContainer span::selection {
color: inherit;
}
.blameContainer span::-moz-selection,
.codeContainer span::-moz-selection {
color: inherit;
}