-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathLeaderboardComp.css
More file actions
88 lines (72 loc) · 1.88 KB
/
LeaderboardComp.css
File metadata and controls
88 lines (72 loc) · 1.88 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
agGridMaxWidth {
width: 100% !important;
/* Adjust this value based on your preference */
margin: auto;
overflow: auto !important;
/* This centers the grid horizontally */
}
.ag-root-wrapper {
width: 100% !important;
/* max-width: 750px; */
margin: auto;
}
.ag-theme-quartz {
width: 100% !important;
margin: auto;
overflow: auto !important;
}
.ag-theme-quartz .ag-cell {
font-size: 17px !important;
/* align-items: center; */
/* width: 100% !important;
margin: auto; */
}
.ag-theme-quartz .ag-header-cell-label {
font-size: 19px !important;
/* align-items: center; */
/* width: 100% !important;
margin: auto; */
}
#flexGridWrapper {
width: 100% !important;
margin: auto;
/* max-width: 760px; */
}
.MuiSlider-markLabel {
display: none;
}
@media only screen and (max-width: 768px) {
agGridMaxWidth {
width: 100% !important;
/* max-width: 750px; */
/* Adjust this value based on your preference */
margin: auto !important;
/* This centers the grid horizontally */
}
.ag-root-wrapper {
width: 100% !important;
/* max-width: 750px; */
margin: auto;
}
.ag-theme-quartz {
width: 100% !important;
margin: auto;
}
.ag-theme-quartz .ag-cell {
font-size: 12px !important;
/* align-items: center; */
/* width: 100% !important;
margin: auto; */
}
.ag-theme-quartz .ag-header-cell-label {
font-size: 14px !important;
/* align-items: center; */
/* width: 100% !important;
margin: auto; */
}
#flexGridWrapper {
width: 100% !important;
margin: auto;
/* max-width: 760px; */
}
}