-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.scss
104 lines (89 loc) · 1.35 KB
/
index.scss
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
---
---
@charset "utf-8";
html, body {
height: 100%;
}
body {
background-color: #ccffcc;
margin: 0;
}
.clearfix::after {
content: "";
clear: both;
display: block;
}
.data-formatter {
.data-formatter__main.main {
margin: 2rem auto 0;
width: 800px;
.main__sources {
margin-bottom: 0.7rem;
.area {
width: 48%;
}
.area:first-child {
float: left;
}
.area:last-child {
float: right;
}
}
.area {
.area__title {
color: #336633;
display: inline;
font-family: "Poiret One", sans-serif;
font-weight: bold;
margin: 0 5px 0 0;
}
.area__type {
font-family:
Consolas,
Inconsolata,
Menlo,
Monaco,
monospace;
vertical-align: middle;
}
.area__file {
vertical-align: middle;
}
.area__info {
font-family:
Consolas,
Inconsolata,
Menlo,
Monaco,
monospace;
font-size: 80%;
&.error {
color: red;
}
}
.area__value {
border: 1px solid #669966;
box-sizing: border-box;
font-family:
Consolas,
Inconsolata,
Menlo,
Monaco,
monospace;
height: 12rem;
width: 100%;
}
.area__download {
&:link, &:visited {
color: #336633;
}
&:hover, &:active {
text-decoration: none;
}
}
}
}
.github-fork-ribbon::before {
background-color: green;
}
}