-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
61 lines (50 loc) · 787 Bytes
/
main.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
#no-items {
padding: 2rem 0;
color: lightgrey;
font-style: italic;
}
.panel {
padding-top: 52px;
margin-bottom: 0 !important;
}
.panel-heading {
position: relative;
width: 100%;
margin-top: -52px;
z-index: 100;
}
.read-item {
border-left-width: 10px;
-webkit-user-select: none;
}
.read-item.is-active {
background-color: #FAFAFA;
}
#loader {
position: absolute;
width: 100%;
height: 100%;
}
#loader .fa {
color: hsl(204, 86%, 53%);
}
#keep {
position: absolute;
bottom: 1rem;
right: 1rem;
}
#keep .tag {
box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
#delete {
position: absolute;
bottom: 1rem;
left: 1rem;
}
#delete .tag {
box-shadow: 3px 3px 5px rgba(0,0,0,0.25);
}
.soccer-icon {
padding-left: 425px;
vertical-align: top;
}