forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpandas.css
48 lines (39 loc) · 866 Bytes
/
pandas.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
/* Override some aspects of the pydata-sphinx-theme */
:root {
/* Use softer blue from bootstrap's default info color */
--pst-color-info: 23, 162, 184;
}
/* Main index page overview cards */
.intro-card {
background: #fff;
border-radius: 0;
padding: 30px 10px 20px 10px;
margin: 10px 0px;
}
.intro-card p.card-text {
margin: 0px;
}
.intro-card .card-img-top {
margin: 10px;
height: 52px;
}
.intro-card .card-header {
border: none;
background-color: transparent;
color: #150458 !important;
font-size: var(--pst-font-size-h5);
font-weight: bold;
padding: 2.5rem 0rem 0.5rem 0rem;
}
.intro-card .card-footer {
border: none;
background-color: transparent;
}
.intro-card .card-footer p.card-text{
max-width: 220px;
margin-left: auto;
margin-right: auto;
}
.card, .card img {
background-color: transparent !important;
}