vendor/assets/stylesheets/components/_card.scss in active_frontend-14.1.40 vs vendor/assets/stylesheets/components/_card.scss in active_frontend-14.1.41

- old
+ new

@@ -33,9 +33,15 @@ .card-header { border-bottom-style: solid; border-bottom-width: 1px; font-weight: text-weight(semibold); } +.card-body { + + .card-body { + border-top-style: solid; + border-top-width: 1px; + } +} .card-footer { border-top-style: solid; border-top-width: 1px; }