|
|
|
|
|
:root { |
|
|
|
--pst-color-info: 23, 162, 184; |
|
} |
|
|
|
table { |
|
width: auto; |
|
} |
|
|
|
|
|
|
|
.intro-card { |
|
padding: 10px 10px 10px 10px; |
|
} |
|
|
|
.intro-card .sd-card-img-top { |
|
margin: 10px; |
|
height: 52px; |
|
background: none !important; |
|
position: relative; |
|
} |
|
|
|
.intro-card .sd-card-title { |
|
color: var(--pst-color-primary); |
|
font-size: var(--pst-font-size-h5); |
|
padding: 0rem 0rem 0rem 0rem; |
|
} |
|
|
|
.intro-card .sd-card-footer { |
|
border: none !important; |
|
} |
|
|
|
.intro-card .sd-card-footer p.sd-card-text { |
|
max-width: 220px; |
|
margin-left: auto; |
|
margin-right: auto; |
|
} |
|
|
|
.intro-card .sd-btn-secondary { |
|
background-color: #6c757d !important; |
|
border-color: #6c757d !important; |
|
} |
|
|
|
.intro-card .sd-btn-secondary:hover { |
|
background-color: #5a6268 !important; |
|
border-color: #545b62 !important; |
|
} |
|
|
|
.card, .card img { |
|
background-color: var(--pst-color-background); |
|
} |
|
|