-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.css
54 lines (46 loc) · 1012 Bytes
/
index.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
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: "Satoshi";
src:
local("Satoshi"),
url("./src/assets/fonts/Satoshi-Variable.ttf") format("truetype");
}
body {
@apply font-primary min-h-screen bg-background-default;
}
@media (max-width: 640px) {
.mobile-dropdown-end {
@apply dropdown-end;
}
}
.md\\:sticky {
position: -webkit-sticky;
position: sticky;
top: 6px;
z-index: 10;
}
.custom-tooltip {
background: white !important;
box-shadow: 0px 4px 16px 0px rgba(162, 162, 162, 0.08) !important;
color: black !important;
border-radius: 16px !important;
padding: 10px;
}
.apexcharts-tooltip-title {
background: white !important;
}
.apexcharts-xaxistooltip {
background: white !important;
box-shadow: 0px 4px 16px 0px rgba(162, 162, 162, 0.08) !important;
color: black !important;
border-radius: 20px !important;
padding: 10px;
}
.md\\:sticky {
position: -webkit-sticky;
position: sticky;
top: 6px;
z-index: 10;
}