@mjsz-vbr-elements/shared 2.11.3 → 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -18
- package/dist/css/cards.css +0 -173
- package/dist/css/common.css +0 -455
- package/dist/css/dropdown.css +0 -33
- package/dist/css/forms.css +0 -86
- package/dist/css/game-center-timeline.css +0 -871
- package/dist/css/game-center.css +0 -373
- package/dist/css/games-timeline.css +0 -270
- package/dist/css/grid.css +0 -58
- package/dist/css/paginator.css +0 -49
- package/dist/css/playoffs.css +0 -147
- package/dist/css/progress.css +0 -127
- package/dist/css/reset.css +0 -33
- package/dist/css/responsive-table.css +0 -10
- package/dist/css/standings-selector.css +0 -14
- package/dist/css/table.css +0 -281
- package/dist/css/teams.css +0 -26
- package/dist/css/typography.css +0 -100
- package/dist/css/variables.css +0 -251
package/dist/css/game-center.css
DELETED
|
@@ -1,373 +0,0 @@
|
|
|
1
|
-
/* --vbr-widget-typography-font-size-50
|
|
2
|
-
--vbr-widget-typography-font-lineheight-50 */
|
|
3
|
-
|
|
4
|
-
.mjsz-vbr-gamecenter-game-data {
|
|
5
|
-
margin-bottom: 30px;
|
|
6
|
-
text-align: center;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.mjsz-vbr-gamecenter-game-data .is-teams-and-results {
|
|
10
|
-
display: grid;
|
|
11
|
-
grid-template-columns: 1fr;
|
|
12
|
-
justify-items: center;
|
|
13
|
-
align-items: flex-end;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
@media all and (min-width: 576px) {
|
|
17
|
-
|
|
18
|
-
.mjsz-vbr-gamecenter-game-data .is-teams-and-results {
|
|
19
|
-
grid-template-columns: repeat(3, 1fr)
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.mjsz-vbr-gamecenter-game-data .is-title-container {
|
|
24
|
-
margin-bottom: 30px;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.mjsz-vbr-gamecenter-game-data .is-title {
|
|
28
|
-
color: var(--vbr-widget-gamecenter-title-color);
|
|
29
|
-
font-size: var(--vbr-widget-gamecenter-title-size);
|
|
30
|
-
font-weight: var(--vbr-widget-gamecenter-title-weight);
|
|
31
|
-
text-transform: uppercase;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.mjsz-vbr-gamecenter-game-data .is-gamedate {
|
|
35
|
-
color: var(--vbr-widget-gamecenter-gamedate-color);
|
|
36
|
-
font-size: var(--vbr-widget-gamecenter-gamedate-size);
|
|
37
|
-
text-transform: uppercase;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.mjsz-vbr-gamecenter-game-data .is-local-gamedate {
|
|
41
|
-
color: var(--vbr-widget-gamecenter-local-gamedate-color);
|
|
42
|
-
font-size: var(--vbr-widget-gamecenter-local-gamedate-size);
|
|
43
|
-
text-transform: uppercase;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.mjsz-vbr-gamecenter-game-data .is-game-result {
|
|
47
|
-
color: var(--vbr-widget-gamecenter-result-color);
|
|
48
|
-
font-weight: var(--vbr-widget-gamecenter-result-weight);
|
|
49
|
-
font-size: var(--vbr-widget-gamecenter-result-size);
|
|
50
|
-
line-height: var(--vbr-widget-gamecenter-result-size);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.mjsz-vbr-gamecenter-game-data .is-team-name {
|
|
54
|
-
display: block;
|
|
55
|
-
padding: 8px 0;
|
|
56
|
-
color: var(--vbr-widget-gamecenter-teamname-color);
|
|
57
|
-
font-weight: var(--vbr-widget-gamecenter-teamname-weight);
|
|
58
|
-
font-size: var(--vbr-widget-gamecenter-teamname-size);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.mjsz-vbr-gamecenter-game-data .is-game-status {
|
|
62
|
-
color: var(--vbr-widget-gamecenter-gamestatus-color);
|
|
63
|
-
font-size: var(--vbr-widget-gamecenter-gamestatus-size);
|
|
64
|
-
text-transform: uppercase;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.mjsz-vbr-gamecenter-game-data .is-period-results {
|
|
68
|
-
color: var(--vbr-widget-gamecenter-periodresults-color);
|
|
69
|
-
font-size: var(--vbr-widget-gamecenter-periodresults-size);
|
|
70
|
-
font-weight: 500;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.mjsz-vbr-gamecenter-game-data .is-team-logo {
|
|
74
|
-
margin: auto;
|
|
75
|
-
display: block;
|
|
76
|
-
width: 128px;
|
|
77
|
-
height: 128px;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.mjsz-vbr-gamecenter-game-data .is-game-status-live {
|
|
81
|
-
color: var(--vbr-widget-live-game-color);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
.mjsz-vbr-gamecenter-game-data .is-external-contents {
|
|
85
|
-
padding: 5px;
|
|
86
|
-
display: flex;
|
|
87
|
-
align-items: center;
|
|
88
|
-
justify-content: center;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.mjsz-vbr-gamecenter-game-data .is-external-contents a {
|
|
92
|
-
display: flex;
|
|
93
|
-
align-items: center;
|
|
94
|
-
font-size: var(--vbr-widget-gamecenter-local-gamedate-size);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.mjsz-vbr-gamecenter-game-data .is-external-contents a:after {
|
|
98
|
-
content: '/';
|
|
99
|
-
margin: 0 5px;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.mjsz-vbr-gamecenter-game-data .is-external-contents a:last-of-type:after {
|
|
103
|
-
content: '';
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.mjsz-vbr-gamecenter-game-data .is-external-contents .is-icon {
|
|
107
|
-
margin-right: 5px;
|
|
108
|
-
display: inline-block;
|
|
109
|
-
width: 15px;
|
|
110
|
-
height: 15px;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.mjsz-vbr-gamecenter-game-stats {
|
|
114
|
-
margin-bottom: 20px;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.mjsz-vbr-gamecenter-game-stats [data-placement] {
|
|
118
|
-
z-index: 1000;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.mjsz-vbr-gamecenter-game-stats .is-popover-content {
|
|
122
|
-
display: flex;
|
|
123
|
-
flex-direction: column;
|
|
124
|
-
gap: 20px;
|
|
125
|
-
padding: 16px;
|
|
126
|
-
background-color: var(--vbr-widget-primary-color-50);
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.mjsz-vbr-gamecenter-game-stats-container-wrapper {
|
|
130
|
-
--columns: 1fr;
|
|
131
|
-
|
|
132
|
-
display: grid;
|
|
133
|
-
grid-template-columns: var(--columns);
|
|
134
|
-
gap: 20px;
|
|
135
|
-
justify-items: center;
|
|
136
|
-
padding: 20px;
|
|
137
|
-
background-color: var(--vbr-widget-gamecenter-stats-bg-color);
|
|
138
|
-
border: 1px solid var(--vbr-widget-gamecenter-stats-border-color);
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
@media all and (min-width: 768px) {
|
|
142
|
-
|
|
143
|
-
.mjsz-vbr-gamecenter-game-stats-container-wrapper {
|
|
144
|
-
--columns: repeat(2, 1fr)
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
@media all and (min-width: 992px) {
|
|
149
|
-
|
|
150
|
-
.mjsz-vbr-gamecenter-game-stats-container-wrapper {
|
|
151
|
-
--columns: repeat(3, 1fr)
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.mjsz-vbr-gamecenter-game-stats-container {
|
|
156
|
-
text-align: center;
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.mjsz-vbr-gamecenter-game-stats-container dt {
|
|
160
|
-
font-size: var(--vbr-widget-gamecenter-stats-title-size);
|
|
161
|
-
color: var(--vbr-widget-gamecenter-stats-title-color);
|
|
162
|
-
text-transform: uppercase;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.mjsz-vbr-gamecenter-game-stats-container dt button {
|
|
166
|
-
width: var(--vbr-widget-gamecenter-stats-title-size);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.mjsz-vbr-gamecenter-game-stats-container dd {
|
|
170
|
-
font-size: var(--vbr-widget-gamecenter-stats-size);
|
|
171
|
-
color: var(--vbr-widget-gamecenter-stats-color);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.mjsz-vbr-gamecenter-game-events {
|
|
175
|
-
container-name: rows;
|
|
176
|
-
container-type: inline-size;
|
|
177
|
-
margin-bottom: 20px;
|
|
178
|
-
border: 1px solid var(--vbr-widget-gamecenter-stats-border-color);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
.mjsz-vbr-gamecenter-game-events .is-period-header {
|
|
182
|
-
padding: 10px 20px;
|
|
183
|
-
font-size: var(--vbr-widget-gamecenter-period-header-size);
|
|
184
|
-
font-weight: var(--vbr-widget-gamecenter-period-header-weight);
|
|
185
|
-
text-align: center;
|
|
186
|
-
text-transform: uppercase;
|
|
187
|
-
color: var(--vbr-widget-gamecenter-period-header-color);
|
|
188
|
-
background-color: var(--vbr-widget-gamecenter-period-header-bg-color);
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.mjsz-vbr-gamecenter-game-events .is-no-action {
|
|
192
|
-
padding: 10px;
|
|
193
|
-
text-align: center;
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
.mjsz-vbr-gamecenter-game-event {
|
|
197
|
-
--cols: 1fr 1fr 1fr 1fr 1fr 1fr 6fr;
|
|
198
|
-
display: grid;
|
|
199
|
-
grid-template-columns: var(--cols);
|
|
200
|
-
align-items: center;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
@container rows (max-width: 500px) {
|
|
204
|
-
|
|
205
|
-
.mjsz-vbr-gamecenter-game-event {
|
|
206
|
-
--cols: 1fr 1fr 1fr 1fr 1fr 1fr
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.mjsz-vbr-gamecenter-game-event > *:last-of-type {
|
|
210
|
-
grid-column: 2/7;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
.mjsz-vbr-gamecenter-game-event:nth-child(odd) {
|
|
215
|
-
background-color: var(--vbr-widget-table-stripped-bg-color);
|
|
216
|
-
}
|
|
217
|
-
|
|
218
|
-
.mjsz-vbr-gamecenter-game-event > * {
|
|
219
|
-
padding: 10px;
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
.mjsz-vbr-gamecenter-game-event .is-team-logo-cell span {
|
|
223
|
-
display: inline-block;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
.mjsz-vbr-gamecenter-game-event .is-team-logo-cell img {
|
|
227
|
-
display: block;
|
|
228
|
-
width: 40px;
|
|
229
|
-
height: 40px;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.mjsz-vbr-gamecenter-game-event .is-icon-cell svg {
|
|
233
|
-
width: 25px;
|
|
234
|
-
height: 25px;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.mjsz-vbr-gamecenter-game-event .is-penalty-icon {
|
|
238
|
-
color: var(--vbr-widget-primary-color-300);
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.mjsz-vbr-gamecenter-game-event .is-goal-so-icon {
|
|
242
|
-
color: var(--vbr-widget-primary-color-500);
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
.mjsz-vbr-gamecenter-game-event .is-goal-icon {
|
|
246
|
-
color: var(--vbr-widget-danger-color-a400);
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
.mjsz-vbr-gamecenter-game-event .is-timer-icon {
|
|
250
|
-
color: var(--vbr-widget-secondary-color-500);
|
|
251
|
-
}
|
|
252
|
-
|
|
253
|
-
.mjsz-vbr-gamecenter-game-event .is-goalie-in-icon {
|
|
254
|
-
color: var(--vbr-widget-secondary-color-500);
|
|
255
|
-
}
|
|
256
|
-
|
|
257
|
-
.mjsz-vbr-gamecenter-game-event .is-goalie-out-icon {
|
|
258
|
-
color: var(--vbr-widget-danger-color-a400);
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
.mjsz-vbr-gamecenter-game-event .is-time-cell {
|
|
262
|
-
font-weight: 700;
|
|
263
|
-
}
|
|
264
|
-
|
|
265
|
-
.mjsz-vbr-gamecenter-game-event .is-penalty-cell {
|
|
266
|
-
font-size: var(--vbr-widget-gamecenter-events-penalty-size);
|
|
267
|
-
text-align: center;
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
.mjsz-vbr-gamecenter-game-event .is-score {
|
|
271
|
-
font-size: var(--vbr-widget-gamecenter-events-score-size);
|
|
272
|
-
font-weight: 700;
|
|
273
|
-
text-align: center;
|
|
274
|
-
color: var(--vbr-widget-danger-color-a400);
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
.mjsz-vbr-gamecenter-game-event .is-score-so {
|
|
278
|
-
font-size: var(--vbr-widget-gamecenter-events-score-size);
|
|
279
|
-
font-weight: 700;
|
|
280
|
-
text-align: center;
|
|
281
|
-
color: var(--vbr-widget-primary-color-500);
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
.mjsz-vbr-gamecenter-game-event .is-score-so-goal {
|
|
285
|
-
color: var(--vbr-widget-live-game-color);
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.mjsz-vbr-gamecenter-game-event .is-goalie-direction {
|
|
289
|
-
font-size: var(--vbr-widget-gamecenter-events-goalie-direction-size);
|
|
290
|
-
text-align: center;
|
|
291
|
-
color: var(--vbr-widget-primary-color-400);
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
.mjsz-vbr-gamecenter-game-event .is-evented-person {
|
|
295
|
-
font-size: var(--vbr-widget-gamecenter-events-evented-person-size);
|
|
296
|
-
font-weight: var(--vbr-widget-gamecenter-events-evented-person-weight);
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.mjsz-vbr-gamecenter-game-event .is-assists-list {
|
|
300
|
-
font-size: var(--vbr-widget-gamecenter-events-assitst-list-size);
|
|
301
|
-
color: var(--vbr-widget-primary-color-400);
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.mjsz-vbr-gamecenter-game-event .is-assists-list span::after {
|
|
305
|
-
content: ' / ';
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.mjsz-vbr-gamecenter-game-event .is-assists-list span:last-child::after {
|
|
309
|
-
content: '';
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
.mjsz-vbr-gamecenter-game-event .is-poi-data {
|
|
313
|
-
font-size: var(--vbr-widget-gamecenter-events-poi-list-size);
|
|
314
|
-
color: var(--vbr-widget-primary-color-400);
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
.mjsz-vbr-gamecenter-game-event .is-poi-data ul {
|
|
318
|
-
display: inline-flex;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.mjsz-vbr-gamecenter-game-event .is-poi-data ul li::after {
|
|
322
|
-
content: ',';
|
|
323
|
-
margin-right: 2px;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.mjsz-vbr-gamecenter-game-event .is-poi-data ul li:last-child::after {
|
|
327
|
-
content: '';
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.mjsz-vbr-gamecenter-game-event .is-player-number {
|
|
331
|
-
font-weight: 400;
|
|
332
|
-
font-style: italic;
|
|
333
|
-
color: var(--vbr-widget-primary-color-500);
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.mjsz-vbr-gamecenter-game-event .is-light-cell {
|
|
337
|
-
color: var(--vbr-widget-primary-color-400);
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.mjsz-vbr-gamecenter-data-table {
|
|
341
|
-
border: 1px solid var(--vbr-widget-gamecenter-team-container-border-color);
|
|
342
|
-
min-width: 0;
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
.mjsz-vbr-gamecenter-data-table h2 {
|
|
346
|
-
padding: 8px;
|
|
347
|
-
font-size: var(--vbr-widget-gamecenter-team-container-title-size);
|
|
348
|
-
font-weight: 500;
|
|
349
|
-
color: var(--vbr-widget-gamecenter-team-container-title-color);
|
|
350
|
-
background-color: var(--vbr-widget-gamecenter-team-container-title-bg-color);
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
.mjsz-vbr-gamecenter-data-columns {
|
|
354
|
-
--columns: 1fr;
|
|
355
|
-
|
|
356
|
-
display: grid;
|
|
357
|
-
grid-template-columns: var(--columns);
|
|
358
|
-
gap: 20px;
|
|
359
|
-
margin-bottom: 20px;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
@media all and (min-width: 576px) {
|
|
363
|
-
|
|
364
|
-
.mjsz-vbr-gamecenter-data-columns {
|
|
365
|
-
--columns: repeat(2, 1fr)
|
|
366
|
-
}
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.mjsz-vbr-gamecenter-data-column {
|
|
370
|
-
display: grid;
|
|
371
|
-
gap: 20px;
|
|
372
|
-
margin-bottom: 20px;
|
|
373
|
-
}
|
|
@@ -1,270 +0,0 @@
|
|
|
1
|
-
.mjsz-vbr-games-timeline {
|
|
2
|
-
display: grid;
|
|
3
|
-
grid-template-columns: 30px 1fr 30px;
|
|
4
|
-
align-items: center;
|
|
5
|
-
height: 100%;
|
|
6
|
-
|
|
7
|
-
container-type: inline-size;
|
|
8
|
-
container-name: games-timeline;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.mjsz-vbr-games-timeline > div {
|
|
12
|
-
display: flex;
|
|
13
|
-
overflow-x: auto;
|
|
14
|
-
overflow-y: hidden;
|
|
15
|
-
scroll-snap-type: x mandatory;
|
|
16
|
-
-ms-overflow-style: none;
|
|
17
|
-
scrollbar-width: none;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.mjsz-vbr-games-timeline > div::-webkit-scrollbar {
|
|
21
|
-
display: none;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.mjsz-vbr-games-timeline .is-slide {
|
|
25
|
-
flex-shrink: 0;
|
|
26
|
-
flex-grow: 0;
|
|
27
|
-
flex-basis: 100%;
|
|
28
|
-
scroll-snap-align: start;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@container games-timeline (width > 375px) {
|
|
32
|
-
|
|
33
|
-
.mjsz-vbr-games-timeline .is-slide {
|
|
34
|
-
flex-basis: 50%
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
@container games-timeline (width > 500px) {
|
|
39
|
-
|
|
40
|
-
.mjsz-vbr-games-timeline .is-slide {
|
|
41
|
-
flex-basis: 33.3334%
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
@container games-timeline (width > 700px) {
|
|
46
|
-
|
|
47
|
-
.mjsz-vbr-games-timeline .is-slide {
|
|
48
|
-
flex-basis: 25%
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
@container games-timeline (width > 880px) {
|
|
53
|
-
|
|
54
|
-
.mjsz-vbr-games-timeline .is-slide {
|
|
55
|
-
flex-basis: 20%
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.mjsz-vbr-games-timeline > button {
|
|
60
|
-
position: relative;
|
|
61
|
-
display: grid;
|
|
62
|
-
place-content: center;
|
|
63
|
-
height: 100%;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.mjsz-vbr-games-timeline > button svg {
|
|
67
|
-
display: block;
|
|
68
|
-
height: 22px;
|
|
69
|
-
width: 22px;
|
|
70
|
-
color: var(--vbr-widget-games-timeline-arrow-color);
|
|
71
|
-
transition: all 0.2s;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.mjsz-vbr-games-timeline > button:hover svg {
|
|
75
|
-
color: var(--vbr-widget-games-timeline-arrow-hover-color);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
.mjsz-vbr-games-timeline > button:disabled {
|
|
79
|
-
cursor: not-allowed;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.mjsz-vbr-games-timeline > button:disabled svg {
|
|
83
|
-
color: var(--vbr-widget-games-timeline-arrow-disabled-color);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.mjsz-vbr-games-timeline > button:before,
|
|
87
|
-
.mjsz-vbr-games-timeline > button:after {
|
|
88
|
-
position: absolute;
|
|
89
|
-
content: '';
|
|
90
|
-
top: 10px;
|
|
91
|
-
height: 90px;
|
|
92
|
-
transition: opacity 0.2s;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
.mjsz-vbr-games-timeline > button:first-of-type:after {
|
|
96
|
-
right: 0;
|
|
97
|
-
border-right: 1px solid var(--vbr-widget-games-timeline-arrow-border-color);
|
|
98
|
-
box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.1);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.mjsz-vbr-games-timeline > button:last-of-type:before {
|
|
102
|
-
left: 0;
|
|
103
|
-
border-left: 1px solid var(--vbr-widget-games-timeline-arrow-border-color);
|
|
104
|
-
box-shadow: -1px 0 3px 0 rgba(0, 0, 0, 0.1);
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.mjsz-vbr-games-timeline > button:disabled:first-of-type:after,
|
|
108
|
-
.mjsz-vbr-games-timeline > button:disabled:last-of-type:before {
|
|
109
|
-
opacity: 0;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.mjsz-vbr-games-timeline-game {
|
|
113
|
-
display: grid;
|
|
114
|
-
grid-template-columns: 20px 1fr 20px;
|
|
115
|
-
grid-template-areas: 'gamedate gamedate gamedate' 'home-logo home-team home-score' 'away-logo away-team away-score' 'status status status';
|
|
116
|
-
grid-template-rows: 1fr 1fr 1fr 1fr;
|
|
117
|
-
gap: 5px;
|
|
118
|
-
justify-items: center;
|
|
119
|
-
align-items: center;
|
|
120
|
-
padding: 0.625rem;
|
|
121
|
-
line-height: 1;
|
|
122
|
-
cursor: pointer;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.mjsz-vbr-games-timeline-game:hover {
|
|
126
|
-
background-image: var(--vbr-widget-games-timeline-game-hover-bg-color);
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.mjsz-vbr-games-timeline-game time {
|
|
130
|
-
grid-area: gamedate;
|
|
131
|
-
font-size: var(--vbr-widget-games-timeline-game-date-size);
|
|
132
|
-
font-weight: 700;
|
|
133
|
-
color: var(--vbr-widget-games-timeline-game-date-color);
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.mjsz-vbr-games-timeline-game .is-home-team-logo {
|
|
137
|
-
grid-area: home-logo;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.mjsz-vbr-games-timeline-game .is-away-team-logo {
|
|
141
|
-
grid-area: away-logo;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.mjsz-vbr-games-timeline-game :is(.is-home-team-logo, .is-away-team-logo) .is-team-logo {
|
|
145
|
-
display: block;
|
|
146
|
-
width: 20px;
|
|
147
|
-
height: 20px;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
.mjsz-vbr-games-timeline-game :is(.is-home-team-name, .is-away-team-name) {
|
|
151
|
-
justify-self: start;
|
|
152
|
-
font-size: var(--vbr-widget-games-timeline-game-team-size);
|
|
153
|
-
font-weight: 700;
|
|
154
|
-
color: var(--vbr-widget-games-timeline-game-team-color);
|
|
155
|
-
overflow: hidden;
|
|
156
|
-
width: 100%;
|
|
157
|
-
text-overflow: ellipsis;
|
|
158
|
-
white-space: nowrap;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
.mjsz-vbr-games-timeline-game .is-home-team-name {
|
|
162
|
-
grid-area: home-team;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
.mjsz-vbr-games-timeline-game .is-away-team-name {
|
|
166
|
-
grid-area: away-team;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
.mjsz-vbr-games-timeline-game .is-home-team-score {
|
|
170
|
-
grid-area: home-score;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.mjsz-vbr-games-timeline-game .is-away-team-score {
|
|
174
|
-
grid-area: away-score;
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
.mjsz-vbr-games-timeline-game .is-status {
|
|
178
|
-
grid-area: status;
|
|
179
|
-
font-size: var(--vbr-widget-games-timeline-game-status-size);
|
|
180
|
-
color: var(--vbr-widget-games-timeline-game-status-color);
|
|
181
|
-
overflow: hidden;
|
|
182
|
-
width: 100%;
|
|
183
|
-
text-overflow: ellipsis;
|
|
184
|
-
white-space: nowrap;
|
|
185
|
-
text-align: center;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.mjsz-vbr-games-timeline-schedule-link {
|
|
189
|
-
display: grid;
|
|
190
|
-
place-content: center;
|
|
191
|
-
height: 100%;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.mjsz-vbr-games-timeline-schedule-link:hover {
|
|
195
|
-
background-image: var(--vbr-widget-games-timeline-game-hover-bg-color);
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.mjsz-vbr-games-timeline-schedule-link button {
|
|
199
|
-
display: flex;
|
|
200
|
-
align-items: center;
|
|
201
|
-
font-size: var(--vbr-widget-games-timeline-external-link-size);
|
|
202
|
-
font-weight: 700;
|
|
203
|
-
text-transform: uppercase;
|
|
204
|
-
color: var(--vbr-widget-games-timeline-external-link-color);
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.mjsz-vbr-games-timeline-schedule-link button svg {
|
|
208
|
-
display: inline-block;
|
|
209
|
-
width: 14px;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
.mjsz-vbr-games-timeline-error-indicator {
|
|
213
|
-
display: flex;
|
|
214
|
-
gap: 0.5rem;
|
|
215
|
-
align-items: center;
|
|
216
|
-
place-content: center;
|
|
217
|
-
width: 100%;
|
|
218
|
-
font-size: var(--vbr-widget-typography-font-size-400);
|
|
219
|
-
font-weight: 500;
|
|
220
|
-
color: var(--vbr-widget-error-notice-color);
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.mjsz-vbr-games-timeline-error-indicator svg {
|
|
224
|
-
display: block;
|
|
225
|
-
width: 20px;
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.mjsz-vbr-games-timeline-error-indicator button {
|
|
229
|
-
text-decoration: underline;
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
.mjsz-vbr-score-display {
|
|
233
|
-
height: 20px;
|
|
234
|
-
padding: 0 5px !important;
|
|
235
|
-
}
|
|
236
|
-
|
|
237
|
-
.mjsz-vbr-score-display .is-score {
|
|
238
|
-
display: grid;
|
|
239
|
-
grid-template-areas: 'stack';
|
|
240
|
-
justify-items: center;
|
|
241
|
-
position: relative;
|
|
242
|
-
overflow: hidden;
|
|
243
|
-
mask-image: linear-gradient(to bottom, transparent 0, black 30%, black 70%, transparent 100%);
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
.mjsz-vbr-score-display .is-score > span {
|
|
247
|
-
grid-area: stack;
|
|
248
|
-
line-height: 20px;
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.mjsz-vbr-score-display .is-slide-transition-enter-active,
|
|
252
|
-
.mjsz-vbr-score-display .is-slide-transition-leave-active {
|
|
253
|
-
transition: all 420ms linear;
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
.mjsz-vbr-score-display .is-slide-transition-enter-from {
|
|
257
|
-
transform: translateY(-100%);
|
|
258
|
-
}
|
|
259
|
-
|
|
260
|
-
.mjsz-vbr-score-display .is-slide-transition-enter-to {
|
|
261
|
-
transform: translateY(0);
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
.mjsz-vbr-score-display .is-slide-transition-leave-from {
|
|
265
|
-
transform: translateY(0);
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.mjsz-vbr-score-display .is-slide-transition-leave-to {
|
|
269
|
-
transform: translateY(100%);
|
|
270
|
-
}
|
package/dist/css/grid.css
DELETED
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/* --vbr-widget-typography-font-size-50
|
|
2
|
-
--vbr-widget-typography-font-lineheight-50 */
|
|
3
|
-
|
|
4
|
-
.g-row {
|
|
5
|
-
display: flex;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.g-row-wrap {
|
|
9
|
-
display: flex;
|
|
10
|
-
flex-wrap: wrap;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.g-col {
|
|
14
|
-
flex: 1 0 0%;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.g-gap-normal {
|
|
18
|
-
gap: 16px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
[class^='g-col-'] {
|
|
22
|
-
flex: 0 0 auto;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.g-col-6 {
|
|
26
|
-
width: 50%;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.g-col-5 {
|
|
30
|
-
width: 41.66666667%;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.g-col-3 {
|
|
34
|
-
width: 25%;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.g-col-auto {
|
|
38
|
-
width: auto;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.g-gap-normal {
|
|
42
|
-
gap: 20px;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.g-grid {
|
|
46
|
-
--columns: repeat(2, 1fr);
|
|
47
|
-
--columns-tablet: repeat(4, 1fr);
|
|
48
|
-
|
|
49
|
-
display: grid;
|
|
50
|
-
grid-template-columns: var(--columns);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
@media all and (min-width: 768px) {
|
|
54
|
-
|
|
55
|
-
.g-grid {
|
|
56
|
-
grid-template-columns: var(--columns-tablet)
|
|
57
|
-
}
|
|
58
|
-
}
|