Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit f2b0aba

Browse files
authored
Merge pull request #8 from forepath/fix/card_theming
fix: card theming
2 parents a6fbfc0 + 1f764a5 commit f2b0aba

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

resources/sass/app.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,11 @@ main {
294294
}
295295

296296
&.border-secondary {
297+
border: 0 !important;
298+
297299
.card-header, .card-footer {
298300
background-color: var(--bs-secondary);
301+
border-radius: 0;
299302
color: var(--bs-white);
300303
display: flex;
301304
align-items: center;

0 commit comments

Comments
 (0)