-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
103 lines (86 loc) · 1.64 KB
/
style.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
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
.app-container {
width: 85%;
margin-right: auto;
margin-left: auto;
}
#route-container {
background-color: rgb(246, 246, 239);
padding: 0.5rem 1.2rem;
}
.header {
background-color: #ff6600;
white-space: nowrap;
padding: 0.5rem;
color: black;
justify-content: space-between;
align-items: center;
display: flex;
}
.header-title {
font-weight: 700;
margin-left: 0.25rem;
margin-right: 5px;
color: black;
text-decoration: none;
font-size: 1.1rem;
}
.header-logo {
height: 25px;
margin-bottom: -1.5px;
}
.header-link {
margin-left: 0.2rem;
color: white !important;
text-decoration: none;
}
.heart {
height: 12px;
}
.upvote {
font-size: 14px;
vertical-align: top;
color: #828282;
margin-left: 0.25rem;
}
.story {
padding-top: 0.25em;
padding-bottom: 0.5em;
}
.grey {
margin-top: 0.25em;
color: #828282;
}
.active {
border-bottom: 1px solid white;
}
.nested-comments-0 {
margin-left: 1em;
margin-bottom: 1em;
}
.nested-comments-1 {
margin-left: 2em;
margin-bottom: 0.5em;
padding-top: 0.3em;
padding-left: 0.75em;
}
.nested-comments-2 {
margin-left: 3em;
margin-bottom: 0.5em;
padding-top: 0.3em;
padding-left: 0.75em;
}
.nested-comments-3 {
margin-left: 4em;
margin-bottom: 0.5em;
padding-top: 0.3em;
padding-left: 0.75em;
}
.nested-comments-4 {
margin-left: 5em;
margin-bottom: 0.5em;
padding-top: 0.3em;
padding-left: 0.75em;
}
.favorite {
cursor: pointer;
}