-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMMM-LOLESPORTS-SCHEDULES.css
71 lines (58 loc) · 1017 Bytes
/
MMM-LOLESPORTS-SCHEDULES.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
.lolesportSchedulesLeagueTable {
color: white
}
.lolesportSchedulesLeagueRow {
height: 36px;
}
.lolesportSchedulesTime {
font-size: 36px;
font-weight: bold;
}
.lolesportSchedulesPeriod {
padding-top: 10px;
font-size: 12px;
font-weight: bold;
text-align: left;
display: inline-block;
}
.lolesportSchedulesTeam1 {
text-align: right;
font-size: 28px;
}
.lolesportSchedulesTeam2 {
text-align: left;
font-size: 28px;
}
.lolesportSchedulesLogo {
margin-top: 5px;
height: 50px;
width: 50px;
}
.lolesportSchedulesVs {
align-items: center;
justify-content: center;
color: #8fa3b0;
font-size: 18px;
font-weight: bold;
}
.lolesportSchedulesLeagueInfo {
color: #8fa3b0;
font-size: 14px;
font-weight: bold;
text-align: right;
}
.lolesportSchedulesSides {
width: 20%;
}
.lolesportSchedulesBold {
font-weight: bold;
}
.lolesportSchedulesFloatRight {
float: right;
}
.lolesportSchedulesFloatLeft {
float: left;
}
.lolesportSchedulesLiveLabel {
color: #de2f2f
}