-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathStyle.scss
More file actions
81 lines (69 loc) · 1.51 KB
/
Style.scss
File metadata and controls
81 lines (69 loc) · 1.51 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
79
80
81
table {
font: 1em Arial, Helvetica, sans-serif;
font-weight: bold;
border: 0;
width: 100%;
border-spacing: 0;
td {
margin: 0;
padding: 1%;
text-align: center;
cursor: pointer;
}
tr:nth-child(1) {
pointer-events: none;
background-color: #102938;
th:nth-child(1) {
text-align: left;
}
th{
color: #f5f5f5;
padding: 1%;
}
}
tr:hover {
opacity: 1;
}
tr {
opacity: 0.9;
td:nth-child(1) {
background-color: #f5f5f5;
width: 30%;
text-align: left;
}
td:nth-child(1):hover {
background-color: #3fc3a2;
}
td:nth-child(2) {
background-color: #b2ebf2;
width: 20%;
}
td:nth-child(3) {
background-color: #f96585;
width: 10%;
}
td:nth-child(4) {
background-color: #f98585;
width: 10%;
}
td:nth-child(5) {
background-color: #f9a385;
width: 10%;
}
td:nth-child(6) {
background-color: #f9be85;
width: 10%;
}
td:nth-child(7) {
background-color: #b2ebf2;
width: 10%;
}
}
tr:nth-child(6) {
pointer-events: none;
td{
color: #f5f5f5;
background-color: #424242;
}
}
}