Spaces:
Running
Running
File size: 1,339 Bytes
64e7b89 770da13 42ee455 64e7b89 b699ae9 42ee455 64e7b89 42ee455 64e7b89 42ee455 64e7b89 42ee455 64e7b89 42ee455 64e7b89 42ee455 f5e87d9 64e7b89 f5e87d9 42ee455 f5e87d9 42ee455 f5e87d9 76bf90c 8330232 a4aa46c 8330232 e41c0e1 8330232 a4aa46c 8330232 a4aa46c 8330232 519f644 a4aa46c 8563b31 a4aa46c 519f644 64e7b89 |
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 89 90 91 |
#header {
padding-left: 0;
}
img[src*="#chart-icon"] {
width: 100%;
}
/* PyCafe Link Button Icon */
.material-symbols-outlined .open-in-new {
font-size: inherit;
margin-left: 4px;
}
.code-clipboard-container {
display: flex;
flex-direction: column;
gap: 12px;
}
.flex-item h4 {
color: var(--text-secondary);
margin: 0;
padding-top: 12px;
text-align: center;
}
.flex-item .card {
height: 232px;
margin: 0 0 auto;
opacity: 0.3;
width: 176px;
}
.flex-item .card-nav {
opacity: 1;
}
.flex-item .card img {
width: 100%;
}
.intro-text {
border-left: 4px solid var(--text-secondary);
padding: 4px 12px;
}
.intro-text h4 {
color: var(--text-secondary);
margin: 0;
}
.intro-text p {
font-size: 12px;
margin: 0;
}
.intro-text ul:last-of-type {
margin-bottom: 0;
}
.anchor-container {
align-items: center;
background: var(--text-primary);
border-top-left-radius: 8px;
bottom: 0;
color: var(--text-primary-inverted) !important;
display: flex;
font-size: 0.8rem;
font-weight: 500;
height: 24px;
padding: 0 12px;
position: fixed;
right: 0;
}
.anchor-container:focus,
.anchor-container:hover {
background: var(--text-secondary);
color: var(--text-primary-inverted);
}
img#banner {
height: 16px;
}
.mantine-CodeHighlight-controls {
background: transparent;
}
|