-
-
Notifications
You must be signed in to change notification settings - Fork 967
Expand file tree
/
Copy pathleaderBoard.css
More file actions
39 lines (34 loc) · 943 Bytes
/
leaderBoard.css
File metadata and controls
39 lines (34 loc) · 943 Bytes
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
.leaderboard-container {
border: 0 solid black;
border-radius: 5px;
background-color: white;
margin-top: 10px;
margin-bottom: 20px;
padding: 5px 2rem 1rem 2rem;
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),
0 8px 10px -6px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000),
var(--tw-shadow);
}
.leaderboard-table-cell {
padding: 6px !important;
}
.leaderboard-table-header {
font-weight: 700 !important;
font-family: var(--ff-accent) !important;
}
.leaderboard-heading {
font-family: var(--ff-accent);
font-size: 32px !important;
}
.leaderboard-text {
font-family: var(--ff-accent) !important;
font-size: var(--fs-md) !important;
}
.leaderboard-loader {
display: flex;
align-items: center;
justify-content: center;
height: 100vh;
}