-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlivescore.sass
178 lines (154 loc) · 3.67 KB
/
livescore.sass
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
.ls-container
background-color: #f1f1f1
&, &:before, &:after, *, *:before, *:after
box-sizing: border-box
.ls-header h3,
.ls-content .ls-row .ls-row-date,
.ls-content .ls-row .ls-row-time,
.ls-content .ls-row .ls-row-queue,
.ls-content .ls-row .ls-row-match .ls-row-player,
.ls-content .ls-row .ls-row-match .ls-row-score,
font-family: 'Bebas'
.clear
clear: both
.ls-header
background-color: #45db9b
height: 45px
padding-top: 8px
text-align: center
h3
margin: 0px
padding: 0px
color: white
.ls-content
padding-top: 25px
.ls-row
position: relative
height: 90px
.ls-row-date
color: #95a6b0
font-size: 9px
position: absolute
left: 12px
top: 4px
width: 44px
text-align: center
.ls-row-time
text-align: center
position: absolute
color: #4aa3da
left: 12px
width: 44px
top: 15px
.ls-row-queue
height: 26px
width: 26px
position: absolute
left: 62px
background-color: #4aa3da
border-radius: 50%
color: white
padding: 3px 2px 1px 2px
border: 5px solid #b0dcf8
box-sizing: content-box
text-align: center
&:after
content: " "
width: 8px
position: absolute
top: 31px
left: 11px
background-color: #b0dcf8
height: 55px
.ls-row-match
height: 69px
position: absolute
left: 120px
right: 15px + 29px
background-color: #3698db
border-radius: 5px
font-size: 17px
color: #fff
padding: 6px 16px
&:before
right: 100%
border: solid transparent
content: " "
height: 0
width: 0
position: absolute
pointer-events: none
border-right-color: #3698db
border-width: 10px
top: 10px
&:after
content: " "
position: absolute
background-color: inherit
right: 0px
top: 0px
bottom: 0px
width: 4px
.ls-row-player
float: left
margin: 0px
padding: 0px
display: block
&:after
content: " "
background-color: #fbbe20
width: 26px
height: 26px
position: absolute
border-radius: 50%
right: 23px
margin-top: -1px
z-index: 1
.ls-row-score
float: right
margin: 0px
margin-right: 3px
text-align: center
width: 35px
padding: 0px
display: block
font-weight: lighter
position: relative
z-index: 2
.ls-row-separator
padding: 4px 0px
position: relative
&:before
left: 0
right: 0
background-color: #b0dcf8
height: 1px
content: " "
position: absolute
.ls-row-twitter
height: 69px
position: absolute
width: 29px
right: 15px
background-color: #6fbeee
border: none
border-radius: 5px
font-size: 17px
color: #fff
&:before
content: " "
position: absolute
background-color: inherit
left: 0px
top: 0px
bottom: 0px
width: 4px
&:hover
background-color: #69B8E7
.ls-row-last
height: 69px
overflow: hidden
.ls-row-empty
top: 155px
font-size: 29px
opacity: .1