-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcricket-scores.css
More file actions
96 lines (79 loc) · 1.42 KB
/
cricket-scores.css
File metadata and controls
96 lines (79 loc) · 1.42 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
.MMM-Cricket-Scores .pager {
text-align: center;
}
.MMM-Cricket-Scores .pager > span {
text-align: center;
}
.MMM-Cricket-Scores .cricketContainer {
width: 400px;
align-items: center;
text-align: left;
}
.MMM-Cricket-Scores .resultSection {
text-align: center;
font-size: 16px;
margin-bottom: -40px;
}
.MMM-Cricket-Scores .result {
text-align: center;
}
.MMM-Cricket-Scores .viewresult {
font-size: 17px;
font-weight: lighter;
}
.MMM-Cricket-Scores .teamIcon {
text-align: center;
width: 80px;
height: 80px;
}
.MMM-Cricket-Scores .teamname {
text-align: center;
}
.MMM-Cricket-Scores .score {
font-weight: bold;
}
.MMM-Cricket-Scores .match-date p {
font-size: 14px;
color: #667;
}
.MMM-Cricket-Scores .status {
font-size: 17px;
text-wrap: wrap;
width: 100px;
text-align: left;
font-weight: bold;
}
.MMM-Cricket-Scores .vs {
font-size: 16px;
color: #666;
font-weight: bold;
position: relative;
top: 100px;
}
.MMM-Cricket-Scores .teams {
display: flex;
margin: 20px 0;
}
.MMM-Cricket-Scores .team {
flex: 1;
padding-left: 50px;
}
.MMM-Cricket-Scores .team-logo {
width: 60px;
height: 60px;
margin-bottom: 10px;
}
.MMM-Cricket-Scores .team-name {
font-weight: bold;
font-size: 18px;
}
.MMM-Cricket-Scores .scoreInfo {
font-size: 16px;
color: gray;
text-align: center;
}
.MMM-Cricket-Scores .vs p {
font-weight: bold;
font-size: 18px;
color: #666;
}