forked from pandas-dev/pandas
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpandas.css
52 lines (44 loc) · 814 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
49
50
51
52
/* Getting started index page */
.intro-card {
background:#FFF;
border-radius:0;
padding: 10px 10px 10px 10px;
margin: 10px 0px;
}
.intro-card .card-title {
color: #150458;
font-size: 1.1rem;
font-weight: bold;
}
.intro-card .card-text {
margin: 20px 0px;
}
.intro-card .card-img-top {
margin: 20px 10px 10px 10px;
}
.intro-card .card-footer {
border: none;
background-color:white;
padding: 0rem 1.25rem;
}
.custom-button {
background-color: #dcdcdc;
border: none;
color: #484848;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 0.9rem;
border-radius: 0.5rem;
max-width: 220px;
padding: 0.5rem 0rem;
width: 100%
}
.custom-button a {
color: #484848;
}
.custom-button p {
margin-top: 0;
margin-bottom: 0rem;
color: #484848;
}