24 lines
458 B
SCSS
24 lines
458 B
SCSS
.funkwhale {
|
|
&.card.podcast-card {
|
|
--fw-border-radius: 12px;
|
|
--fw-card-width: 208px;
|
|
--fw-card-image-width: var(--fw-card-width);
|
|
--fw-card-padding: 16px;
|
|
|
|
> .card-image {
|
|
--fw-border-radius: 10px;
|
|
}
|
|
|
|
> .card-title {
|
|
font-size: 1rem;
|
|
text-align: left !important;
|
|
padding-top: 20px !important;
|
|
}
|
|
|
|
> .card-content {
|
|
padding-top: 6px !important;
|
|
text-align: left !important;
|
|
}
|
|
}
|
|
}
|