Spaces:
Running
Running
Update custom.css (#6)
Browse files- Update custom.css (4fca435cce2ded12ad162a474eb29d4cdee402aa)
- assets/css/custom.css +19 -0
assets/css/custom.css
CHANGED
@@ -38,3 +38,22 @@
|
|
38 |
#kpi-reverse-coloring .card-kpi:has(.color-neg) {
|
39 |
border-left: 4px solid var(--bs-blue);
|
40 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
#kpi-reverse-coloring .card-kpi:has(.color-neg) {
|
39 |
border-left: 4px solid var(--bs-blue);
|
40 |
}
|
41 |
+
|
42 |
+
.anchor-container {
|
43 |
+
background: #060a17;
|
44 |
+
bottom: 0;
|
45 |
+
display: flex;
|
46 |
+
font-weight: 600;
|
47 |
+
gap: 2rem;
|
48 |
+
padding: 4px;
|
49 |
+
place-content: baseline center;
|
50 |
+
position: fixed;
|
51 |
+
width: 100%;
|
52 |
+
height: 2rem;
|
53 |
+
}
|
54 |
+
|
55 |
+
.anchor-div {
|
56 |
+
display: flex;
|
57 |
+
flex-direction: row;
|
58 |
+
justify-content: center;
|
59 |
+
}
|